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/meta_maintainer", 23 "name": "Meta Maintainer" 24 }, 25 { 26 "type": "Agent", 27 "creationInfo": "_:creationinfo_1", 28 "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test1_maintainer", 29 "name": "Test1 Maintainer" 30 }, 31 { 32 "type": "Agent", 33 "creationInfo": "_:creationinfo_1", 34 "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test2_maintainer", 35 "name": "Test2 Maintainer" 36 }, 37 { 38 "type": "Agent", 39 "creationInfo": "_:creationinfo_1", 40 "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test3_maintainer", 41 "name": "Test3 Maintainer" 42 }, 43 { 44 "type": "Agent", 45 "creationInfo": "_:creationinfo_1", 46 "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test4_maintainer", 47 "name": "Test4 Maintainer" 48 }, 49 { 50 "type": "Agent", 51 "creationInfo": "_:creationinfo_1", 52 "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test5_maintainer", 53 "name": "Test5 Maintainer" 54 }, 55 { 56 "type": "Agent", 57 "creationInfo": "_:creationinfo_1", 58 "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test6_maintainer", 59 "name": "Test6 Maintainer" 60 }, 61 { 62 "type": "simplelicensing_LicenseExpression", 63 "creationInfo": "_:creationinfo_1", 64 "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause", 65 "simplelicensing_licenseExpression": "BSD-2-Clause" 66 }, 67 { 68 "type": "simplelicensing_LicenseExpression", 69 "creationInfo": "_:creationinfo_1", 70 "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-1-Clause", 71 "simplelicensing_licenseExpression": "BSD-1-Clause" 72 }, 73 { 74 "type": "simplelicensing_LicenseExpression", 75 "creationInfo": "_:creationinfo_1", 76 "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause", 77 "simplelicensing_licenseExpression": "BSD-4-Clause" 78 }, 79 { 80 "type": "simplelicensing_LicenseExpression", 81 "creationInfo": "_:creationinfo_1", 82 "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT", 83 "simplelicensing_licenseExpression": "MIT" 84 }, 85 { 86 "type": "simplelicensing_LicenseExpression", 87 "creationInfo": "_:creationinfo_1", 88 "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/Apache-2.0", 89 "simplelicensing_licenseExpression": "Apache-2.0" 90 }, 91 { 92 "type": "software_Sbom", 93 "creationInfo": "_:creationinfo_1", 94 "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/meta_package", 95 "software_sbomType": [ 96 "build" 97 ], 98 "rootElement": [ 99 "https://github.com/pkgconf/pkgconf/Package/meta_package" 100 ], 101 "element": [ 102 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test1", 103 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test2", 104 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test3", 105 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test4", 106 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test5", 107 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test6", 108 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/hasDeclaredLicense", 109 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/hasConcludedLicense" 110 ] 111 }, 112 { 113 "type": "software_Sbom", 114 "creationInfo": "_:creationinfo_1", 115 "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test1", 116 "software_sbomType": [ 117 "build" 118 ], 119 "rootElement": [ 120 "https://github.com/pkgconf/pkgconf/Package/test1" 121 ], 122 "element": [ 123 "https://github.com/pkgconf/pkgconf/Relationship/test1/hasDeclaredLicense", 124 "https://github.com/pkgconf/pkgconf/Relationship/test1/hasConcludedLicense" 125 ] 126 }, 127 { 128 "type": "software_Sbom", 129 "creationInfo": "_:creationinfo_1", 130 "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test2", 131 "software_sbomType": [ 132 "build" 133 ], 134 "rootElement": [ 135 "https://github.com/pkgconf/pkgconf/Package/test2" 136 ], 137 "element": [ 138 "https://github.com/pkgconf/pkgconf/Relationship/test2/dependsOn/test3", 139 "https://github.com/pkgconf/pkgconf/Relationship/test2/hasDeclaredLicense", 140 "https://github.com/pkgconf/pkgconf/Relationship/test2/hasConcludedLicense" 141 ] 142 }, 143 { 144 "type": "software_Sbom", 145 "creationInfo": "_:creationinfo_1", 146 "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test3", 147 "software_sbomType": [ 148 "build" 149 ], 150 "rootElement": [ 151 "https://github.com/pkgconf/pkgconf/Package/test3" 152 ], 153 "element": [ 154 "https://github.com/pkgconf/pkgconf/Relationship/test3/hasDeclaredLicense", 155 "https://github.com/pkgconf/pkgconf/Relationship/test3/hasConcludedLicense" 156 ] 157 }, 158 { 159 "type": "software_Sbom", 160 "creationInfo": "_:creationinfo_1", 161 "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test4", 162 "software_sbomType": [ 163 "build" 164 ], 165 "rootElement": [ 166 "https://github.com/pkgconf/pkgconf/Package/test4" 167 ], 168 "element": [ 169 "https://github.com/pkgconf/pkgconf/Relationship/test4/dependsOn/test5", 170 "https://github.com/pkgconf/pkgconf/Relationship/test4/dependsOn/test6", 171 "https://github.com/pkgconf/pkgconf/Relationship/test4/hasDeclaredLicense", 172 "https://github.com/pkgconf/pkgconf/Relationship/test4/hasConcludedLicense" 173 ] 174 }, 175 { 176 "type": "software_Sbom", 177 "creationInfo": "_:creationinfo_1", 178 "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test5", 179 "software_sbomType": [ 180 "build" 181 ], 182 "rootElement": [ 183 "https://github.com/pkgconf/pkgconf/Package/test5" 184 ], 185 "element": [ 186 "https://github.com/pkgconf/pkgconf/Relationship/test5/hasDeclaredLicense", 187 "https://github.com/pkgconf/pkgconf/Relationship/test5/hasConcludedLicense" 188 ] 189 }, 190 { 191 "type": "software_Sbom", 192 "creationInfo": "_:creationinfo_1", 193 "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test6", 194 "software_sbomType": [ 195 "build" 196 ], 197 "rootElement": [ 198 "https://github.com/pkgconf/pkgconf/Package/test6" 199 ], 200 "element": [ 201 "https://github.com/pkgconf/pkgconf/Relationship/test6/hasDeclaredLicense", 202 "https://github.com/pkgconf/pkgconf/Relationship/test6/hasConcludedLicense" 203 ] 204 }, 205 { 206 "type": "software_Package", 207 "creationInfo": "_:creationinfo_1", 208 "spdxId": "https://github.com/pkgconf/pkgconf/Package/meta_package", 209 "name": "meta_package", 210 "originatedBy": [ 211 "https://github.com/pkgconf/pkgconf/Agent/default" 212 ], 213 "suppliedBy": [ 214 "https://github.com/pkgconf/pkgconf/Agent/meta_maintainer" 215 ], 216 "software_copyrightText": "NOASSERTION", 217 "software_homePage": "https://github.com/pkgconf/pkgconf", 218 "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz", 219 "software_packageVersion": "1.0.0" 220 }, 221 { 222 "type": "software_Package", 223 "creationInfo": "_:creationinfo_1", 224 "spdxId": "https://github.com/pkgconf/pkgconf/Package/test1", 225 "name": "test1", 226 "originatedBy": [ 227 "https://github.com/pkgconf/pkgconf/Agent/default" 228 ], 229 "suppliedBy": [ 230 "https://github.com/pkgconf/pkgconf/Agent/test1_maintainer" 231 ], 232 "software_copyrightText": "Test1 copyright text", 233 "software_homePage": "", 234 "software_downloadLocation": "", 235 "software_packageVersion": "1.0.0" 236 }, 237 { 238 "type": "software_Package", 239 "creationInfo": "_:creationinfo_1", 240 "spdxId": "https://github.com/pkgconf/pkgconf/Package/test2", 241 "name": "test2", 242 "originatedBy": [ 243 "https://github.com/pkgconf/pkgconf/Agent/default" 244 ], 245 "suppliedBy": [ 246 "https://github.com/pkgconf/pkgconf/Agent/test2_maintainer" 247 ], 248 "software_copyrightText": "NOASSERTION", 249 "software_homePage": "https://github.com/pkgconf/pkgconf/", 250 "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz", 251 "software_packageVersion": "2.0.0" 252 }, 253 { 254 "type": "software_Package", 255 "creationInfo": "_:creationinfo_1", 256 "spdxId": "https://github.com/pkgconf/pkgconf/Package/test3", 257 "name": "test3", 258 "originatedBy": [ 259 "https://github.com/pkgconf/pkgconf/Agent/default" 260 ], 261 "suppliedBy": [ 262 "https://github.com/pkgconf/pkgconf/Agent/test3_maintainer" 263 ], 264 "software_copyrightText": "Test3 copyright text", 265 "software_homePage": "https://github.com/pkgconf/pkgconf/", 266 "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz", 267 "software_packageVersion": "3.0.0" 268 }, 269 { 270 "type": "software_Package", 271 "creationInfo": "_:creationinfo_1", 272 "spdxId": "https://github.com/pkgconf/pkgconf/Package/test4", 273 "name": "test4", 274 "originatedBy": [ 275 "https://github.com/pkgconf/pkgconf/Agent/default" 276 ], 277 "suppliedBy": [ 278 "https://github.com/pkgconf/pkgconf/Agent/test4_maintainer" 279 ], 280 "software_copyrightText": "NOASSERTION", 281 "software_homePage": "https://github.com/pkgconf/pkgconf/", 282 "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz", 283 "software_packageVersion": "4.0.0" 284 }, 285 { 286 "type": "software_Package", 287 "creationInfo": "_:creationinfo_1", 288 "spdxId": "https://github.com/pkgconf/pkgconf/Package/test5", 289 "name": "test5", 290 "originatedBy": [ 291 "https://github.com/pkgconf/pkgconf/Agent/default" 292 ], 293 "suppliedBy": [ 294 "https://github.com/pkgconf/pkgconf/Agent/test5_maintainer" 295 ], 296 "software_copyrightText": "NOASSERTION", 297 "software_homePage": "https://github.com/pkgconf/pkgconf/", 298 "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz", 299 "software_packageVersion": "5.0.0" 300 }, 301 { 302 "type": "software_Package", 303 "creationInfo": "_:creationinfo_1", 304 "spdxId": "https://github.com/pkgconf/pkgconf/Package/test6", 305 "name": "test6", 306 "originatedBy": [ 307 "https://github.com/pkgconf/pkgconf/Agent/default" 308 ], 309 "suppliedBy": [ 310 "https://github.com/pkgconf/pkgconf/Agent/test6_maintainer" 311 ], 312 "software_copyrightText": "NOASSERTION", 313 "software_homePage": "https://github.com/pkgconf/pkgconf/releases/", 314 "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz", 315 "software_packageVersion": "6.0.0" 316 }, 317 { 318 "type": "Relationship", 319 "creationInfo": "_:creationinfo_1", 320 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/hasDeclaredLicense", 321 "from": "https://github.com/pkgconf/pkgconf/Package/meta_package", 322 "to": [ 323 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause" 324 ], 325 "relationshipType": "hasDeclaredLicense" 326 }, 327 { 328 "type": "Relationship", 329 "creationInfo": "_:creationinfo_1", 330 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/hasConcludedLicense", 331 "from": "https://github.com/pkgconf/pkgconf/Package/meta_package", 332 "to": [ 333 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause" 334 ], 335 "relationshipType": "hasConcludedLicense" 336 }, 337 { 338 "type": "Relationship", 339 "creationInfo": "_:creationinfo_1", 340 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test1", 341 "from": "https://github.com/pkgconf/pkgconf/Package/meta_package", 342 "to": [ 343 "https://github.com/pkgconf/pkgconf/Package/test1" 344 ], 345 "relationshipType": "dependsOn" 346 }, 347 { 348 "type": "Relationship", 349 "creationInfo": "_:creationinfo_1", 350 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test2", 351 "from": "https://github.com/pkgconf/pkgconf/Package/meta_package", 352 "to": [ 353 "https://github.com/pkgconf/pkgconf/Package/test2" 354 ], 355 "relationshipType": "dependsOn" 356 }, 357 { 358 "type": "Relationship", 359 "creationInfo": "_:creationinfo_1", 360 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test3", 361 "from": "https://github.com/pkgconf/pkgconf/Package/meta_package", 362 "to": [ 363 "https://github.com/pkgconf/pkgconf/Package/test3" 364 ], 365 "relationshipType": "dependsOn" 366 }, 367 { 368 "type": "Relationship", 369 "creationInfo": "_:creationinfo_1", 370 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test4", 371 "from": "https://github.com/pkgconf/pkgconf/Package/meta_package", 372 "to": [ 373 "https://github.com/pkgconf/pkgconf/Package/test4" 374 ], 375 "relationshipType": "dependsOn" 376 }, 377 { 378 "type": "Relationship", 379 "creationInfo": "_:creationinfo_1", 380 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test5", 381 "from": "https://github.com/pkgconf/pkgconf/Package/meta_package", 382 "to": [ 383 "https://github.com/pkgconf/pkgconf/Package/test5" 384 ], 385 "relationshipType": "dependsOn" 386 }, 387 { 388 "type": "Relationship", 389 "creationInfo": "_:creationinfo_1", 390 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test6", 391 "from": "https://github.com/pkgconf/pkgconf/Package/meta_package", 392 "to": [ 393 "https://github.com/pkgconf/pkgconf/Package/test6" 394 ], 395 "relationshipType": "dependsOn" 396 }, 397 { 398 "type": "Relationship", 399 "creationInfo": "_:creationinfo_1", 400 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test1/hasDeclaredLicense", 401 "from": "https://github.com/pkgconf/pkgconf/Package/test1", 402 "to": [ 403 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-1-Clause" 404 ], 405 "relationshipType": "hasDeclaredLicense" 406 }, 407 { 408 "type": "Relationship", 409 "creationInfo": "_:creationinfo_1", 410 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test1/hasConcludedLicense", 411 "from": "https://github.com/pkgconf/pkgconf/Package/test1", 412 "to": [ 413 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-1-Clause" 414 ], 415 "relationshipType": "hasConcludedLicense" 416 }, 417 { 418 "type": "Relationship", 419 "creationInfo": "_:creationinfo_1", 420 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test2/hasDeclaredLicense", 421 "from": "https://github.com/pkgconf/pkgconf/Package/test2", 422 "to": [ 423 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause" 424 ], 425 "relationshipType": "hasDeclaredLicense" 426 }, 427 { 428 "type": "Relationship", 429 "creationInfo": "_:creationinfo_1", 430 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test2/hasConcludedLicense", 431 "from": "https://github.com/pkgconf/pkgconf/Package/test2", 432 "to": [ 433 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause" 434 ], 435 "relationshipType": "hasConcludedLicense" 436 }, 437 { 438 "type": "Relationship", 439 "creationInfo": "_:creationinfo_1", 440 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test2/dependsOn/test3", 441 "from": "https://github.com/pkgconf/pkgconf/Package/test2", 442 "to": [ 443 "https://github.com/pkgconf/pkgconf/Package/test3" 444 ], 445 "relationshipType": "dependsOn" 446 }, 447 { 448 "type": "Relationship", 449 "creationInfo": "_:creationinfo_1", 450 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test3/hasDeclaredLicense", 451 "from": "https://github.com/pkgconf/pkgconf/Package/test3", 452 "to": [ 453 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause" 454 ], 455 "relationshipType": "hasDeclaredLicense" 456 }, 457 { 458 "type": "Relationship", 459 "creationInfo": "_:creationinfo_1", 460 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test3/hasConcludedLicense", 461 "from": "https://github.com/pkgconf/pkgconf/Package/test3", 462 "to": [ 463 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause" 464 ], 465 "relationshipType": "hasConcludedLicense" 466 }, 467 { 468 "type": "Relationship", 469 "creationInfo": "_:creationinfo_1", 470 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test4/hasDeclaredLicense", 471 "from": "https://github.com/pkgconf/pkgconf/Package/test4", 472 "to": [ 473 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT" 474 ], 475 "relationshipType": "hasDeclaredLicense" 476 }, 477 { 478 "type": "Relationship", 479 "creationInfo": "_:creationinfo_1", 480 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test4/hasConcludedLicense", 481 "from": "https://github.com/pkgconf/pkgconf/Package/test4", 482 "to": [ 483 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT" 484 ], 485 "relationshipType": "hasConcludedLicense" 486 }, 487 { 488 "type": "Relationship", 489 "creationInfo": "_:creationinfo_1", 490 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test4/dependsOn/test5", 491 "from": "https://github.com/pkgconf/pkgconf/Package/test4", 492 "to": [ 493 "https://github.com/pkgconf/pkgconf/Package/test5" 494 ], 495 "relationshipType": "dependsOn" 496 }, 497 { 498 "type": "Relationship", 499 "creationInfo": "_:creationinfo_1", 500 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test4/dependsOn/test6", 501 "from": "https://github.com/pkgconf/pkgconf/Package/test4", 502 "to": [ 503 "https://github.com/pkgconf/pkgconf/Package/test6" 504 ], 505 "relationshipType": "dependsOn" 506 }, 507 { 508 "type": "Relationship", 509 "creationInfo": "_:creationinfo_1", 510 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test5/hasDeclaredLicense", 511 "from": "https://github.com/pkgconf/pkgconf/Package/test5", 512 "to": [ 513 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT" 514 ], 515 "relationshipType": "hasDeclaredLicense" 516 }, 517 { 518 "type": "Relationship", 519 "creationInfo": "_:creationinfo_1", 520 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test5/hasConcludedLicense", 521 "from": "https://github.com/pkgconf/pkgconf/Package/test5", 522 "to": [ 523 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT" 524 ], 525 "relationshipType": "hasConcludedLicense" 526 }, 527 { 528 "type": "Relationship", 529 "creationInfo": "_:creationinfo_1", 530 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test6/hasDeclaredLicense", 531 "from": "https://github.com/pkgconf/pkgconf/Package/test6", 532 "to": [ 533 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/Apache-2.0" 534 ], 535 "relationshipType": "hasDeclaredLicense" 536 }, 537 { 538 "type": "Relationship", 539 "creationInfo": "_:creationinfo_1", 540 "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test6/hasConcludedLicense", 541 "from": "https://github.com/pkgconf/pkgconf/Package/test6", 542 "to": [ 543 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/Apache-2.0" 544 ], 545 "relationshipType": "hasConcludedLicense" 546 }, 547 { 548 "type": "SpdxDocument", 549 "creationInfo": "_:creationinfo_1", 550 "spdxId": "https://github.com/pkgconf/pkgconf/spdxDocument/1", 551 "rootElement": [ 552 "https://github.com/pkgconf/pkgconf/software_Sbom/meta_package", 553 "https://github.com/pkgconf/pkgconf/software_Sbom/test1", 554 "https://github.com/pkgconf/pkgconf/software_Sbom/test2", 555 "https://github.com/pkgconf/pkgconf/software_Sbom/test3", 556 "https://github.com/pkgconf/pkgconf/software_Sbom/test4", 557 "https://github.com/pkgconf/pkgconf/software_Sbom/test5", 558 "https://github.com/pkgconf/pkgconf/software_Sbom/test6" 559 ], 560 "element": [ 561 "https://github.com/pkgconf/pkgconf/Agent/default", 562 "https://github.com/pkgconf/pkgconf/Agent/meta_maintainer", 563 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause", 564 "https://github.com/pkgconf/pkgconf/Agent/test1_maintainer", 565 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-1-Clause", 566 "https://github.com/pkgconf/pkgconf/Agent/test2_maintainer", 567 "https://github.com/pkgconf/pkgconf/Agent/test3_maintainer", 568 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause", 569 "https://github.com/pkgconf/pkgconf/Agent/test4_maintainer", 570 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT", 571 "https://github.com/pkgconf/pkgconf/Agent/test5_maintainer", 572 "https://github.com/pkgconf/pkgconf/Agent/test6_maintainer", 573 "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/Apache-2.0", 574 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test1", 575 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test2", 576 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test3", 577 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test4", 578 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test5", 579 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test6", 580 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/hasDeclaredLicense", 581 "https://github.com/pkgconf/pkgconf/Relationship/meta_package/hasConcludedLicense", 582 "https://github.com/pkgconf/pkgconf/Relationship/test1/hasDeclaredLicense", 583 "https://github.com/pkgconf/pkgconf/Relationship/test1/hasConcludedLicense", 584 "https://github.com/pkgconf/pkgconf/Relationship/test2/dependsOn/test3", 585 "https://github.com/pkgconf/pkgconf/Relationship/test2/hasDeclaredLicense", 586 "https://github.com/pkgconf/pkgconf/Relationship/test2/hasConcludedLicense", 587 "https://github.com/pkgconf/pkgconf/Relationship/test3/hasDeclaredLicense", 588 "https://github.com/pkgconf/pkgconf/Relationship/test3/hasConcludedLicense", 589 "https://github.com/pkgconf/pkgconf/Relationship/test4/dependsOn/test5", 590 "https://github.com/pkgconf/pkgconf/Relationship/test4/dependsOn/test6", 591 "https://github.com/pkgconf/pkgconf/Relationship/test4/hasDeclaredLicense", 592 "https://github.com/pkgconf/pkgconf/Relationship/test4/hasConcludedLicense", 593 "https://github.com/pkgconf/pkgconf/Relationship/test5/hasDeclaredLicense", 594 "https://github.com/pkgconf/pkgconf/Relationship/test5/hasConcludedLicense", 595 "https://github.com/pkgconf/pkgconf/Relationship/test6/hasDeclaredLicense", 596 "https://github.com/pkgconf/pkgconf/Relationship/test6/hasConcludedLicense", 597 "https://github.com/pkgconf/pkgconf/software_Sbom/meta_package", 598 "https://github.com/pkgconf/pkgconf/Package/meta_package", 599 "https://github.com/pkgconf/pkgconf/software_Sbom/test1", 600 "https://github.com/pkgconf/pkgconf/Package/test1", 601 "https://github.com/pkgconf/pkgconf/software_Sbom/test2", 602 "https://github.com/pkgconf/pkgconf/Package/test2", 603 "https://github.com/pkgconf/pkgconf/software_Sbom/test3", 604 "https://github.com/pkgconf/pkgconf/Package/test3", 605 "https://github.com/pkgconf/pkgconf/software_Sbom/test4", 606 "https://github.com/pkgconf/pkgconf/Package/test4", 607 "https://github.com/pkgconf/pkgconf/software_Sbom/test5", 608 "https://github.com/pkgconf/pkgconf/Package/test5", 609 "https://github.com/pkgconf/pkgconf/software_Sbom/test6", 610 "https://github.com/pkgconf/pkgconf/Package/test6" 611 ] 612 } 613 ] 614} 615