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