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/test2_maintainer", 23 "name": "Test2 Maintainer" 24 }, 25 { 26 "type": "Agent", 27 "creationInfo": "_:creationinfo_1", 28 "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test3_maintainer", 29 "name": "Test3 Maintainer" 30 }, 31 { 32 "type": "simplelicensing_LicenseExpression", 33 "creationInfo": "_:creationinfo_1", 34 "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause", 35 "simplelicensing_licenseExpression": "BSD-2-Clause" 36 }, 37 { 38 "type": "simplelicensing_LicenseExpression", 39 "creationInfo": "_:creationinfo_1", 40 "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause", 41 "simplelicensing_licenseExpression": "BSD-4-Clause" 42 }, 43 { 44 "type": "software_Sbom", 45 "creationInfo": "_:creationinfo_1", 46 "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test2", 47 "software_sbomType": [ 48 "build" 49 ], 50 "rootElement": [ 51 "https://github.com/pkgconf/pkgconf/Package/test2" 52 ], 53 "element": [ 54 "https://github.com/pkgconf/pkgconf/Relationship/test2/dependsOn/test3", 55 "https://github.com/pkgconf/pkgconf/Relationship/test2/hasDeclaredLicense", 56 "https://github.com/pkgconf/pkgconf/Relationship/test2/hasConcludedLicense" 57 ] 58 }, 59 { 60 "type": "software_Sbom", 61 "creationInfo": "_:creationinfo_1", 62 "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test3", 63 "software_sbomType": [ 64 "build" 65 ], 66 "rootElement": [ 67 "https://github.com/pkgconf/pkgconf/Package/test3" 68 ], 69 "element": [ 70 "https://github.com/pkgconf/pkgconf/Relationship/test3/hasDeclaredLicense", 71 "https://github.com/pkgconf/pkgconf/Relationship/test3/hasConcludedLicense" 72 ] 73 }, 74 { 75 "type": "software_Package", 76 "creationInfo": "_:creationinfo_1", 77 "spdxId": "https://github.com/pkgconf/pkgconf/Package/test2", 78 "name": "test2", 79 "originatedBy": [ 80 "https://github.com/pkgconf/pkgconf/Agent/default" 81 ], 82 "suppliedBy": [ 83 "https://github.com/pkgconf/pkgconf/Agent/test2_maintainer" 84 ], 85 "software_copyrightText": "NOASSERTION", 86 "software_homePage": "https://github.com/pkgconf/pkgconf/", 87 "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz", 88 "software_packageVersion": "2.0.0" 89 }, 90 { 91 "type": "software_Package", 92 "creationInfo": "_:creationinfo_1", 93 "spdxId": "https://github.com/pkgconf/pkgconf/Package/test3", 94 "name": "test3", 95 "originatedBy": [ 96 "https://github.com/pkgconf/pkgconf/Agent/default" 97 ], 98 "suppliedBy": [ 99 "https://github.com/pkgconf/pkgconf/Agent/test3_maintainer" 100 ], 101 "software_copyrightText": "Test3 copyright text", 102 "software_homePage": "https://github.com/pkgconf/pkgconf/", 103 "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz", 104 "software_packageVersion": "3.0.0" 105 }, 106 { 107 "type": "Relationship", 108 "creationInfo": "_:creationinfo_1", 109 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test2/hasDeclaredLicense", 110 "from": "https://github.com/pkgconf/pkgconf/Package/test2", 111 "to": [ 112 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause" 113 ], 114 "relationshipType": "hasDeclaredLicense" 115 }, 116 { 117 "type": "Relationship", 118 "creationInfo": "_:creationinfo_1", 119 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test2/hasConcludedLicense", 120 "from": "https://github.com/pkgconf/pkgconf/Package/test2", 121 "to": [ 122 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause" 123 ], 124 "relationshipType": "hasConcludedLicense" 125 }, 126 { 127 "type": "Relationship", 128 "creationInfo": "_:creationinfo_1", 129 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test2/dependsOn/test3", 130 "from": "https://github.com/pkgconf/pkgconf/Package/test2", 131 "to": [ 132 "https://github.com/pkgconf/pkgconf/Package/test3" 133 ], 134 "relationshipType": "dependsOn" 135 }, 136 { 137 "type": "Relationship", 138 "creationInfo": "_:creationinfo_1", 139 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test3/hasDeclaredLicense", 140 "from": "https://github.com/pkgconf/pkgconf/Package/test3", 141 "to": [ 142 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause" 143 ], 144 "relationshipType": "hasDeclaredLicense" 145 }, 146 { 147 "type": "Relationship", 148 "creationInfo": "_:creationinfo_1", 149 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test3/hasConcludedLicense", 150 "from": "https://github.com/pkgconf/pkgconf/Package/test3", 151 "to": [ 152 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause" 153 ], 154 "relationshipType": "hasConcludedLicense" 155 }, 156 { 157 "type": "SpdxDocument", 158 "creationInfo": "_:creationinfo_1", 159 "spdxId": "https://github.com/pkgconf/pkgconf/spdxDocument/1", 160 "rootElement": [ 161 "https://github.com/pkgconf/pkgconf/software_Sbom/test2", 162 "https://github.com/pkgconf/pkgconf/software_Sbom/test3" 163 ], 164 "element": [ 165 "https://github.com/pkgconf/pkgconf/Agent/default", 166 "https://github.com/pkgconf/pkgconf/Agent/test2_maintainer", 167 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause", 168 "https://github.com/pkgconf/pkgconf/Agent/test3_maintainer", 169 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause", 170 "https://github.com/pkgconf/pkgconf/Relationship/test2/dependsOn/test3", 171 "https://github.com/pkgconf/pkgconf/Relationship/test2/hasDeclaredLicense", 172 "https://github.com/pkgconf/pkgconf/Relationship/test2/hasConcludedLicense", 173 "https://github.com/pkgconf/pkgconf/Relationship/test3/hasDeclaredLicense", 174 "https://github.com/pkgconf/pkgconf/Relationship/test3/hasConcludedLicense", 175 "https://github.com/pkgconf/pkgconf/software_Sbom/test2", 176 "https://github.com/pkgconf/pkgconf/Package/test2", 177 "https://github.com/pkgconf/pkgconf/software_Sbom/test3", 178 "https://github.com/pkgconf/pkgconf/Package/test3" 179 ] 180 } 181 ] 182} 183