xref: /freebsd/contrib/pkgconf/tests/lib-sbom-files/basic-spdx-base-id.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://distfiles.ariadne.space/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://distfiles.ariadne.space/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://distfiles.ariadne.space/pkgconf/Agent/test3_maintainer",
23*592efe25SPierre Pronchery            "name": "Test3 Maintainer"
24*592efe25SPierre Pronchery        },
25*592efe25SPierre Pronchery        {
26*592efe25SPierre Pronchery            "type": "simplelicensing_LicenseExpression",
27*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
28*592efe25SPierre Pronchery            "spdxId": "https://distfiles.ariadne.space/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause",
29*592efe25SPierre Pronchery            "simplelicensing_licenseExpression": "BSD-4-Clause"
30*592efe25SPierre Pronchery        },
31*592efe25SPierre Pronchery        {
32*592efe25SPierre Pronchery            "type": "software_Sbom",
33*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
34*592efe25SPierre Pronchery            "spdxId": "https://distfiles.ariadne.space/pkgconf/software_Sbom/test3",
35*592efe25SPierre Pronchery            "software_sbomType": [
36*592efe25SPierre Pronchery                "build"
37*592efe25SPierre Pronchery            ],
38*592efe25SPierre Pronchery            "rootElement": [
39*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/Package/test3"
40*592efe25SPierre Pronchery            ],
41*592efe25SPierre Pronchery            "element": [
42*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/Relationship/test3/hasDeclaredLicense",
43*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/Relationship/test3/hasConcludedLicense"
44*592efe25SPierre Pronchery            ]
45*592efe25SPierre Pronchery        },
46*592efe25SPierre Pronchery        {
47*592efe25SPierre Pronchery            "type": "software_Package",
48*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
49*592efe25SPierre Pronchery            "spdxId": "https://distfiles.ariadne.space/pkgconf/Package/test3",
50*592efe25SPierre Pronchery            "name": "test3",
51*592efe25SPierre Pronchery            "originatedBy": [
52*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/Agent/default"
53*592efe25SPierre Pronchery            ],
54*592efe25SPierre Pronchery            "suppliedBy": [
55*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/Agent/test3_maintainer"
56*592efe25SPierre Pronchery            ],
57*592efe25SPierre Pronchery            "software_copyrightText": "Test3 copyright text",
58*592efe25SPierre Pronchery            "software_homePage": "https://github.com/pkgconf/pkgconf/",
59*592efe25SPierre Pronchery            "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz",
60*592efe25SPierre Pronchery            "software_packageVersion": "3.0.0"
61*592efe25SPierre Pronchery        },
62*592efe25SPierre Pronchery        {
63*592efe25SPierre Pronchery            "type": "Relationship",
64*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
65*592efe25SPierre Pronchery            "spdxId": "https://distfiles.ariadne.space/pkgconf/Relationship/test3/hasDeclaredLicense",
66*592efe25SPierre Pronchery            "from": "https://distfiles.ariadne.space/pkgconf/Package/test3",
67*592efe25SPierre Pronchery            "to": [
68*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause"
69*592efe25SPierre Pronchery            ],
70*592efe25SPierre Pronchery            "relationshipType": "hasDeclaredLicense"
71*592efe25SPierre Pronchery        },
72*592efe25SPierre Pronchery        {
73*592efe25SPierre Pronchery            "type": "Relationship",
74*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
75*592efe25SPierre Pronchery            "spdxId": "https://distfiles.ariadne.space/pkgconf/Relationship/test3/hasConcludedLicense",
76*592efe25SPierre Pronchery            "from": "https://distfiles.ariadne.space/pkgconf/Package/test3",
77*592efe25SPierre Pronchery            "to": [
78*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause"
79*592efe25SPierre Pronchery            ],
80*592efe25SPierre Pronchery            "relationshipType": "hasConcludedLicense"
81*592efe25SPierre Pronchery        },
82*592efe25SPierre Pronchery        {
83*592efe25SPierre Pronchery            "type": "SpdxDocument",
84*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
85*592efe25SPierre Pronchery            "spdxId": "https://distfiles.ariadne.space/pkgconf/spdxDocument/1",
86*592efe25SPierre Pronchery            "rootElement": [
87*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/software_Sbom/test3"
88*592efe25SPierre Pronchery            ],
89*592efe25SPierre Pronchery            "element": [
90*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/Agent/default",
91*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/Agent/test3_maintainer",
92*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause",
93*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/Relationship/test3/hasDeclaredLicense",
94*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/Relationship/test3/hasConcludedLicense",
95*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/software_Sbom/test3",
96*592efe25SPierre Pronchery                "https://distfiles.ariadne.space/pkgconf/Package/test3"
97*592efe25SPierre Pronchery            ]
98*592efe25SPierre Pronchery        }
99*592efe25SPierre Pronchery    ]
100*592efe25SPierre Pronchery}
101