1*592efe25SPierre Pronchery{ 2*592efe25SPierre Pronchery "@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld", 3*592efe25SPierre Pronchery "@graph": [ 4*592efe25SPierre Pronchery { 5*592efe25SPierre Pronchery "type": "Agent", 6*592efe25SPierre Pronchery "creationInfo": "_:creationinfo_1", 7*592efe25SPierre Pronchery "spdxId": "https://github.com/pkgconf/pkgconf/Agent/default", 8*592efe25SPierre Pronchery "name": "Default" 9*592efe25SPierre Pronchery }, 10*592efe25SPierre Pronchery { 11*592efe25SPierre Pronchery "type": "CreationInfo", 12*592efe25SPierre Pronchery "@id": "_:creationinfo_1", 13*592efe25SPierre Pronchery "created": "test", 14*592efe25SPierre Pronchery "createdBy": [ 15*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/Agent/default" 16*592efe25SPierre Pronchery ], 17*592efe25SPierre Pronchery "specVersion": "3.0.1" 18*592efe25SPierre Pronchery }, 19*592efe25SPierre Pronchery { 20*592efe25SPierre Pronchery "type": "Agent", 21*592efe25SPierre Pronchery "creationInfo": "_:creationinfo_1", 22*592efe25SPierre Pronchery "spdxId": "https://github.com/pkgconf/pkgconf/Agent/mc_maintainer", 23*592efe25SPierre Pronchery "name": "MC Maintainer" 24*592efe25SPierre Pronchery }, 25*592efe25SPierre Pronchery { 26*592efe25SPierre Pronchery "type": "simplelicensing_LicenseExpression", 27*592efe25SPierre Pronchery "creationInfo": "_:creationinfo_1", 28*592efe25SPierre Pronchery "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT", 29*592efe25SPierre Pronchery "simplelicensing_licenseExpression": "MIT" 30*592efe25SPierre Pronchery }, 31*592efe25SPierre Pronchery { 32*592efe25SPierre Pronchery "type": "software_Sbom", 33*592efe25SPierre Pronchery "creationInfo": "_:creationinfo_1", 34*592efe25SPierre Pronchery "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/multi-copyright", 35*592efe25SPierre Pronchery "software_sbomType": [ 36*592efe25SPierre Pronchery "build" 37*592efe25SPierre Pronchery ], 38*592efe25SPierre Pronchery "rootElement": [ 39*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/Package/multi-copyright" 40*592efe25SPierre Pronchery ], 41*592efe25SPierre Pronchery "element": [ 42*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/Relationship/multi-copyright/hasDeclaredLicense", 43*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/Relationship/multi-copyright/hasConcludedLicense" 44*592efe25SPierre Pronchery ] 45*592efe25SPierre Pronchery }, 46*592efe25SPierre Pronchery { 47*592efe25SPierre Pronchery "type": "software_Package", 48*592efe25SPierre Pronchery "creationInfo": "_:creationinfo_1", 49*592efe25SPierre Pronchery "spdxId": "https://github.com/pkgconf/pkgconf/Package/multi-copyright", 50*592efe25SPierre Pronchery "name": "multi-copyright", 51*592efe25SPierre Pronchery "originatedBy": [ 52*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/Agent/default" 53*592efe25SPierre Pronchery ], 54*592efe25SPierre Pronchery "suppliedBy": [ 55*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/Agent/mc_maintainer" 56*592efe25SPierre Pronchery ], 57*592efe25SPierre Pronchery "software_copyrightText": "First copyright holder\nSecond copyright holder", 58*592efe25SPierre Pronchery "software_homePage": "https://example.com/mc", 59*592efe25SPierre Pronchery "software_downloadLocation": "", 60*592efe25SPierre Pronchery "software_packageVersion": "1.0.0" 61*592efe25SPierre Pronchery }, 62*592efe25SPierre Pronchery { 63*592efe25SPierre Pronchery "type": "Relationship", 64*592efe25SPierre Pronchery "creationInfo": "_:creationinfo_1", 65*592efe25SPierre Pronchery "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/multi-copyright/hasDeclaredLicense", 66*592efe25SPierre Pronchery "from": "https://github.com/pkgconf/pkgconf/Package/multi-copyright", 67*592efe25SPierre Pronchery "to": [ 68*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT" 69*592efe25SPierre Pronchery ], 70*592efe25SPierre Pronchery "relationshipType": "hasDeclaredLicense" 71*592efe25SPierre Pronchery }, 72*592efe25SPierre Pronchery { 73*592efe25SPierre Pronchery "type": "Relationship", 74*592efe25SPierre Pronchery "creationInfo": "_:creationinfo_1", 75*592efe25SPierre Pronchery "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/multi-copyright/hasConcludedLicense", 76*592efe25SPierre Pronchery "from": "https://github.com/pkgconf/pkgconf/Package/multi-copyright", 77*592efe25SPierre Pronchery "to": [ 78*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT" 79*592efe25SPierre Pronchery ], 80*592efe25SPierre Pronchery "relationshipType": "hasConcludedLicense" 81*592efe25SPierre Pronchery }, 82*592efe25SPierre Pronchery { 83*592efe25SPierre Pronchery "type": "SpdxDocument", 84*592efe25SPierre Pronchery "creationInfo": "_:creationinfo_1", 85*592efe25SPierre Pronchery "spdxId": "https://github.com/pkgconf/pkgconf/spdxDocument/1", 86*592efe25SPierre Pronchery "rootElement": [ 87*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/software_Sbom/multi-copyright" 88*592efe25SPierre Pronchery ], 89*592efe25SPierre Pronchery "element": [ 90*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/Agent/default", 91*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/Agent/mc_maintainer", 92*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT", 93*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/Relationship/multi-copyright/hasDeclaredLicense", 94*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/Relationship/multi-copyright/hasConcludedLicense", 95*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/software_Sbom/multi-copyright", 96*592efe25SPierre Pronchery "https://github.com/pkgconf/pkgconf/Package/multi-copyright" 97*592efe25SPierre Pronchery ] 98*592efe25SPierre Pronchery } 99*592efe25SPierre Pronchery ] 100*592efe25SPierre Pronchery} 101