1{ 2 "@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld", 3 "@graph": [ 4 { 5 "type": "Agent", 6 "creationInfo": "_:creationinfo_1", 7 "spdxId": "https://github.com/pkgconf/pkgconf/Agent/default", 8 "name": "Default" 9 }, 10 { 11 "type": "CreationInfo", 12 "@id": "_:creationinfo_1", 13 "created": "test", 14 "createdBy": [ 15 "https://github.com/pkgconf/pkgconf/Agent/default" 16 ], 17 "specVersion": "3.0.1" 18 }, 19 { 20 "type": "Agent", 21 "creationInfo": "_:creationinfo_1", 22 "spdxId": "https://github.com/pkgconf/pkgconf/Agent/nolicense_maintainer", 23 "name": "Nolicense Maintainer" 24 }, 25 { 26 "type": "software_Sbom", 27 "creationInfo": "_:creationinfo_1", 28 "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/nolicense", 29 "software_sbomType": [ 30 "build" 31 ], 32 "rootElement": [ 33 "https://github.com/pkgconf/pkgconf/Package/nolicense" 34 ], 35 "element": [ 36 ] 37 }, 38 { 39 "type": "software_Package", 40 "creationInfo": "_:creationinfo_1", 41 "spdxId": "https://github.com/pkgconf/pkgconf/Package/nolicense", 42 "name": "nolicense", 43 "originatedBy": [ 44 "https://github.com/pkgconf/pkgconf/Agent/default" 45 ], 46 "suppliedBy": [ 47 "https://github.com/pkgconf/pkgconf/Agent/nolicense_maintainer" 48 ], 49 "software_copyrightText": "Nolicense copyright text", 50 "software_homePage": "https://example.com/nolicense", 51 "software_downloadLocation": "https://example.com/nolicense/nolicense-1.0.0.tar.gz", 52 "software_packageVersion": "1.0.0" 53 }, 54 { 55 "type": "SpdxDocument", 56 "creationInfo": "_:creationinfo_1", 57 "spdxId": "https://github.com/pkgconf/pkgconf/spdxDocument/1", 58 "rootElement": [ 59 "https://github.com/pkgconf/pkgconf/software_Sbom/nolicense" 60 ], 61 "element": [ 62 "https://github.com/pkgconf/pkgconf/Agent/default", 63 "https://github.com/pkgconf/pkgconf/Agent/nolicense_maintainer", 64 "https://github.com/pkgconf/pkgconf/software_Sbom/nolicense", 65 "https://github.com/pkgconf/pkgconf/Package/nolicense" 66 ] 67 } 68 ] 69} 70