xref: /freebsd/contrib/pkgconf/tests/lib-sbom-files/multiple_packages.json (revision 592efe252472a3385acf36b1f49ecf710a7f3d9c)
1*592efe25SPierre Pronchery{
2*592efe25SPierre Pronchery    "@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld",
3*592efe25SPierre Pronchery    "@graph": [
4*592efe25SPierre Pronchery        {
5*592efe25SPierre Pronchery            "type": "Agent",
6*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
7*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Agent/default",
8*592efe25SPierre Pronchery            "name": "Default"
9*592efe25SPierre Pronchery        },
10*592efe25SPierre Pronchery        {
11*592efe25SPierre Pronchery            "type": "CreationInfo",
12*592efe25SPierre Pronchery            "@id": "_:creationinfo_1",
13*592efe25SPierre Pronchery            "created": "test",
14*592efe25SPierre Pronchery            "createdBy": [
15*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default"
16*592efe25SPierre Pronchery            ],
17*592efe25SPierre Pronchery            "specVersion": "3.0.1"
18*592efe25SPierre Pronchery        },
19*592efe25SPierre Pronchery        {
20*592efe25SPierre Pronchery            "type": "Agent",
21*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
22*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test5_maintainer",
23*592efe25SPierre Pronchery            "name": "Test5 Maintainer"
24*592efe25SPierre Pronchery        },
25*592efe25SPierre Pronchery        {
26*592efe25SPierre Pronchery            "type": "Agent",
27*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
28*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test6_maintainer",
29*592efe25SPierre Pronchery            "name": "Test6 Maintainer"
30*592efe25SPierre Pronchery        },
31*592efe25SPierre Pronchery        {
32*592efe25SPierre Pronchery            "type": "simplelicensing_LicenseExpression",
33*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
34*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT",
35*592efe25SPierre Pronchery            "simplelicensing_licenseExpression": "MIT"
36*592efe25SPierre Pronchery        },
37*592efe25SPierre Pronchery        {
38*592efe25SPierre Pronchery            "type": "simplelicensing_LicenseExpression",
39*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
40*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/Apache-2.0",
41*592efe25SPierre Pronchery            "simplelicensing_licenseExpression": "Apache-2.0"
42*592efe25SPierre Pronchery        },
43*592efe25SPierre Pronchery        {
44*592efe25SPierre Pronchery            "type": "software_Sbom",
45*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
46*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test5",
47*592efe25SPierre Pronchery            "software_sbomType": [
48*592efe25SPierre Pronchery                "build"
49*592efe25SPierre Pronchery            ],
50*592efe25SPierre Pronchery            "rootElement": [
51*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test5"
52*592efe25SPierre Pronchery            ],
53*592efe25SPierre Pronchery            "element": [
54*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test5/hasDeclaredLicense",
55*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test5/hasConcludedLicense"
56*592efe25SPierre Pronchery            ]
57*592efe25SPierre Pronchery        },
58*592efe25SPierre Pronchery        {
59*592efe25SPierre Pronchery            "type": "software_Sbom",
60*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
61*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test6",
62*592efe25SPierre Pronchery            "software_sbomType": [
63*592efe25SPierre Pronchery                "build"
64*592efe25SPierre Pronchery            ],
65*592efe25SPierre Pronchery            "rootElement": [
66*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test6"
67*592efe25SPierre Pronchery            ],
68*592efe25SPierre Pronchery            "element": [
69*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test6/hasDeclaredLicense",
70*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test6/hasConcludedLicense"
71*592efe25SPierre Pronchery            ]
72*592efe25SPierre Pronchery        },
73*592efe25SPierre Pronchery        {
74*592efe25SPierre Pronchery            "type": "software_Package",
75*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
76*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Package/test5",
77*592efe25SPierre Pronchery            "name": "test5",
78*592efe25SPierre Pronchery            "originatedBy": [
79*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default"
80*592efe25SPierre Pronchery            ],
81*592efe25SPierre Pronchery            "suppliedBy": [
82*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test5_maintainer"
83*592efe25SPierre Pronchery            ],
84*592efe25SPierre Pronchery            "software_copyrightText": "NOASSERTION",
85*592efe25SPierre Pronchery            "software_homePage": "https://github.com/pkgconf/pkgconf/",
86*592efe25SPierre Pronchery            "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz",
87*592efe25SPierre Pronchery            "software_packageVersion": "5.0.0"
88*592efe25SPierre Pronchery        },
89*592efe25SPierre Pronchery        {
90*592efe25SPierre Pronchery            "type": "software_Package",
91*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
92*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Package/test6",
93*592efe25SPierre Pronchery            "name": "test6",
94*592efe25SPierre Pronchery            "originatedBy": [
95*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default"
96*592efe25SPierre Pronchery            ],
97*592efe25SPierre Pronchery            "suppliedBy": [
98*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test6_maintainer"
99*592efe25SPierre Pronchery            ],
100*592efe25SPierre Pronchery            "software_copyrightText": "NOASSERTION",
101*592efe25SPierre Pronchery            "software_homePage": "https://github.com/pkgconf/pkgconf/releases/",
102*592efe25SPierre Pronchery            "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz",
103*592efe25SPierre Pronchery            "software_packageVersion": "6.0.0"
104*592efe25SPierre Pronchery        },
105*592efe25SPierre Pronchery        {
106*592efe25SPierre Pronchery            "type": "Relationship",
107*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
108*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test5/hasDeclaredLicense",
109*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test5",
110*592efe25SPierre Pronchery            "to": [
111*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT"
112*592efe25SPierre Pronchery            ],
113*592efe25SPierre Pronchery            "relationshipType": "hasDeclaredLicense"
114*592efe25SPierre Pronchery        },
115*592efe25SPierre Pronchery        {
116*592efe25SPierre Pronchery            "type": "Relationship",
117*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
118*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test5/hasConcludedLicense",
119*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test5",
120*592efe25SPierre Pronchery            "to": [
121*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT"
122*592efe25SPierre Pronchery            ],
123*592efe25SPierre Pronchery            "relationshipType": "hasConcludedLicense"
124*592efe25SPierre Pronchery        },
125*592efe25SPierre Pronchery        {
126*592efe25SPierre Pronchery            "type": "Relationship",
127*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
128*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test6/hasDeclaredLicense",
129*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test6",
130*592efe25SPierre Pronchery            "to": [
131*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/Apache-2.0"
132*592efe25SPierre Pronchery            ],
133*592efe25SPierre Pronchery            "relationshipType": "hasDeclaredLicense"
134*592efe25SPierre Pronchery        },
135*592efe25SPierre Pronchery        {
136*592efe25SPierre Pronchery            "type": "Relationship",
137*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
138*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test6/hasConcludedLicense",
139*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test6",
140*592efe25SPierre Pronchery            "to": [
141*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/Apache-2.0"
142*592efe25SPierre Pronchery            ],
143*592efe25SPierre Pronchery            "relationshipType": "hasConcludedLicense"
144*592efe25SPierre Pronchery        },
145*592efe25SPierre Pronchery        {
146*592efe25SPierre Pronchery            "type": "SpdxDocument",
147*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
148*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/spdxDocument/1",
149*592efe25SPierre Pronchery            "rootElement": [
150*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test5",
151*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test6"
152*592efe25SPierre Pronchery            ],
153*592efe25SPierre Pronchery            "element": [
154*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default",
155*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test5_maintainer",
156*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT",
157*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test6_maintainer",
158*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/Apache-2.0",
159*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test5/hasDeclaredLicense",
160*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test5/hasConcludedLicense",
161*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test6/hasDeclaredLicense",
162*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test6/hasConcludedLicense",
163*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test5",
164*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test5",
165*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test6",
166*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test6"
167*592efe25SPierre Pronchery            ]
168*592efe25SPierre Pronchery        }
169*592efe25SPierre Pronchery    ]
170*592efe25SPierre Pronchery}
171