{
    "@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld",
    "@graph": [
        {
            "type": "Agent",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/Agent/default",
            "name": "Default"
        },
        {
            "type": "CreationInfo",
            "@id": "_:creationinfo_1",
            "created": "test",
            "createdBy": [
                "https://github.com/pkgconf/pkgconf/Agent/default"
            ],
            "specVersion": "3.0.1"
        },
        {
            "type": "Agent",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/Agent/variabletest2_maintainer",
            "name": "Variabletest2 Maintainer"
        },
        {
            "type": "Agent",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/Agent/variabletest1_maintainer",
            "name": "Variabletest1 Maintainer"
        },
        {
            "type": "simplelicensing_LicenseExpression",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT",
            "simplelicensing_licenseExpression": "MIT"
        },
        {
            "type": "simplelicensing_LicenseExpression",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause",
            "simplelicensing_licenseExpression": "BSD-2-Clause"
        },
        {
            "type": "software_Sbom",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/variable-test2",
            "software_sbomType": [
                "build"
            ],
            "rootElement": [
                "https://github.com/pkgconf/pkgconf/Package/variable-test2"
            ],
            "element": [
                "https://github.com/pkgconf/pkgconf/Relationship/variable-test2/dependsOn/variable-test1",
                "https://github.com/pkgconf/pkgconf/Relationship/variable-test2/hasDeclaredLicense",
                "https://github.com/pkgconf/pkgconf/Relationship/variable-test2/hasConcludedLicense"
            ]
        },
        {
            "type": "software_Sbom",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/variable-test1",
            "software_sbomType": [
                "build"
            ],
            "rootElement": [
                "https://github.com/pkgconf/pkgconf/Package/variable-test1"
            ],
            "element": [
                "https://github.com/pkgconf/pkgconf/Relationship/variable-test1/hasDeclaredLicense",
                "https://github.com/pkgconf/pkgconf/Relationship/variable-test1/hasConcludedLicense"
            ]
        },
        {
            "type": "software_Package",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/Package/variable-test2",
            "name": "variable-test2",
            "originatedBy": [
                "https://github.com/pkgconf/pkgconf/Agent/default"
            ],
            "suppliedBy": [
                "https://github.com/pkgconf/pkgconf/Agent/variabletest2_maintainer"
            ],
            "software_copyrightText": "NOASSERTION",
            "software_homePage": "https://github.com/pkgconf/pkgconf/releases/",
            "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz",
            "software_packageVersion": "2.0"
        },
        {
            "type": "software_Package",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/Package/variable-test1",
            "name": "variable-test1",
            "originatedBy": [
                "https://github.com/pkgconf/pkgconf/Agent/default"
            ],
            "suppliedBy": [
                "https://github.com/pkgconf/pkgconf/Agent/variabletest1_maintainer"
            ],
            "software_copyrightText": "NOASSERTION",
            "software_homePage": "https://github.com/pkgconf/pkgconf/releases/",
            "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz",
            "software_packageVersion": "1.0-123"
        },
        {
            "type": "Relationship",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/variable-test2/hasDeclaredLicense",
            "from": "https://github.com/pkgconf/pkgconf/Package/variable-test2",
            "to": [
                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT"
            ],
            "relationshipType": "hasDeclaredLicense"
        },
        {
            "type": "Relationship",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/variable-test2/hasConcludedLicense",
            "from": "https://github.com/pkgconf/pkgconf/Package/variable-test2",
            "to": [
                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT"
            ],
            "relationshipType": "hasConcludedLicense"
        },
        {
            "type": "Relationship",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/variable-test2/dependsOn/variable-test1",
            "from": "https://github.com/pkgconf/pkgconf/Package/variable-test2",
            "to": [
                "https://github.com/pkgconf/pkgconf/Package/variable-test1"
            ],
            "relationshipType": "dependsOn"
        },
        {
            "type": "Relationship",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/variable-test1/hasDeclaredLicense",
            "from": "https://github.com/pkgconf/pkgconf/Package/variable-test1",
            "to": [
                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause"
            ],
            "relationshipType": "hasDeclaredLicense"
        },
        {
            "type": "Relationship",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/variable-test1/hasConcludedLicense",
            "from": "https://github.com/pkgconf/pkgconf/Package/variable-test1",
            "to": [
                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause"
            ],
            "relationshipType": "hasConcludedLicense"
        },
        {
            "type": "SpdxDocument",
            "creationInfo": "_:creationinfo_1",
            "spdxId": "https://github.com/pkgconf/pkgconf/spdxDocument/1",
            "rootElement": [
                "https://github.com/pkgconf/pkgconf/software_Sbom/variable-test2",
                "https://github.com/pkgconf/pkgconf/software_Sbom/variable-test1"
            ],
            "element": [
                "https://github.com/pkgconf/pkgconf/Agent/default",
                "https://github.com/pkgconf/pkgconf/Agent/variabletest2_maintainer",
                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT",
                "https://github.com/pkgconf/pkgconf/Agent/variabletest1_maintainer",
                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause",
                "https://github.com/pkgconf/pkgconf/Relationship/variable-test2/dependsOn/variable-test1",
                "https://github.com/pkgconf/pkgconf/Relationship/variable-test2/hasDeclaredLicense",
                "https://github.com/pkgconf/pkgconf/Relationship/variable-test2/hasConcludedLicense",
                "https://github.com/pkgconf/pkgconf/Relationship/variable-test1/hasDeclaredLicense",
                "https://github.com/pkgconf/pkgconf/Relationship/variable-test1/hasConcludedLicense",
                "https://github.com/pkgconf/pkgconf/software_Sbom/variable-test2",
                "https://github.com/pkgconf/pkgconf/Package/variable-test2",
                "https://github.com/pkgconf/pkgconf/software_Sbom/variable-test1",
                "https://github.com/pkgconf/pkgconf/Package/variable-test1"
            ]
        }
    ]
}
