diff --git a/ai/example01/spdx3.0/simplehtr-example.json b/ai/example01/spdx3.0/simplehtr-example.json index 41932407a..42c64ee02 100644 --- a/ai/example01/spdx3.0/simplehtr-example.json +++ b/ai/example01/spdx3.0/simplehtr-example.json @@ -1,5 +1,5 @@ { - "@context": "https://spdx.org/rdf/3.0.0/spdx-context.jsonld", + "@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld", "@graph": [ { "type": "Person", @@ -23,7 +23,7 @@ { "type": "CreationInfo", "@id": "_:creationinfo", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "createdBy": [ "https://my-first-aibom.com/gopi" ], @@ -32,7 +32,7 @@ { "type": "CreationInfo", "@id": "_:creationinfo_of_package", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "createdBy": [ "https://github.com/githubharald" ], @@ -708,7 +708,7 @@ { "type": "CreationInfo", "@id": "_:creationinfo_of_editdistance", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "createdBy": [ "https://pypi.org/user/aflc/" ], @@ -743,7 +743,7 @@ { "type": "CreationInfo", "@id": "_:creationinfo_of_lmdb", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "createdBy": [ "https://pypi.org/user/dw/", "https://pypi.org/user/jnwatson/" @@ -753,7 +753,7 @@ { "type": "CreationInfo", "@id": "_:creationinfo_of_matplotlib", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "createdBy": [ "https://pypi.org/org/matplotlib/" ], @@ -781,7 +781,7 @@ { "type": "CreationInfo", "@id": "_:creationinfo_of_creationinfo_of_numpy", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "createdBy": [ "https://pypi.org/org/matplotlib/" ], @@ -838,7 +838,7 @@ { "type": "CreationInfo", "@id": "_:creationinfo_of_numpy", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "createdBy": [ "https://pypi.org/user/charlesr.harris/", "https://pypi.org/user/matthew.brett/", @@ -892,7 +892,7 @@ { "type": "CreationInfo", "@id": "_:creationinfo_of_opencv-python", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "createdBy": [ "https://pypi.org/user/andrey.senyaev/", "https://pypi.org/user/asmorkalov/", @@ -924,7 +924,7 @@ { "type": "CreationInfo", "@id": "_:creationinfo_of_path", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "createdBy": [ "https://pypi.org/user/jaraco/" ], @@ -971,7 +971,7 @@ { "type": "CreationInfo", "@id": "_:creationinfo_of_tensorflow", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "createdBy": [ "https://pypi.org/user/mihaimaruseac/", "https://pypi.org/user/rishikasinha/", diff --git a/software/example13/spdx3.0/example13.spdx3.json b/software/example13/spdx3.0/example13.spdx3.json index 225f23c1a..230d0f00e 100644 --- a/software/example13/spdx3.0/example13.spdx3.json +++ b/software/example13/spdx3.0/example13.spdx3.json @@ -1,5 +1,5 @@ { - "@context": "https://spdx.org/rdf/3.0.0/spdx-context.jsonld", + "@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld", "@graph": [ { "type": "Person", @@ -43,7 +43,7 @@ { "type": "CreationInfo", "@id": "_:creationinfo", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "createdBy": [ "urn:jane-doe-1@acme.com-4fe40e24-20e3-11ee-be56-0242ac120002", "urn:acme.com-4fe40e24-20e3-11ee-be56-0242ac120002" diff --git a/software/example7/spdx3.0/example7-bin.spdx.json b/software/example7/spdx3.0/example7-bin.spdx.json index 32e012d6d..649438ffe 100644 --- a/software/example7/spdx3.0/example7-bin.spdx.json +++ b/software/example7/spdx3.0/example7-bin.spdx.json @@ -1,5 +1,5 @@ { - "@context": "https://spdx.org/rdf/3.0.0/spdx-context.jsonld", + "@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld", "@graph": [ { "spdxId": "urn:uuid:6731cd26-926c-486b-8127-340c0f11a228", @@ -18,7 +18,7 @@ { "@id": "_:creationInfo", "type": "CreationInfo", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "created": "2020-11-24T01:12:27Z", "createdBy": [ "urn:uuid:6731cd26-926c-486b-8127-340c0f11a228" @@ -99,7 +99,7 @@ "rootElement": [ "urn:uuid:4c7ec5f3-875b-4f99-8c4c-f0a718da8c4f" ], - "imports": [ + "import": [ { "type": "ExternalMap", "externalSpdxId": "urn:uuid:a9f18ff3-17fa-419d-8966-abe4b992312b", diff --git a/software/example7/spdx3.0/example7-go-module.spdx.json b/software/example7/spdx3.0/example7-go-module.spdx.json index 2b3596227..00549ba44 100644 --- a/software/example7/spdx3.0/example7-go-module.spdx.json +++ b/software/example7/spdx3.0/example7-go-module.spdx.json @@ -1,5 +1,5 @@ { - "@context": "https://spdx.org/rdf/3.0.0/spdx-context.jsonld", + "@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld", "@graph": [ { "spdxId": "urn:uuid:cf7dddac-8ce5-4a16-8860-ee255be7b4c8", @@ -18,7 +18,7 @@ { "@id": "_:creationInfo", "type": "CreationInfo", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "created": "2020-11-25T01:12:27Z", "createdBy": [ "urn:uuid:cf7dddac-8ce5-4a16-8860-ee255be7b4c8" diff --git a/software/example7/spdx3.0/example7-golang.spdx.json b/software/example7/spdx3.0/example7-golang.spdx.json index 1040090b0..20822aea1 100644 --- a/software/example7/spdx3.0/example7-golang.spdx.json +++ b/software/example7/spdx3.0/example7-golang.spdx.json @@ -1,5 +1,5 @@ { - "@context": "https://spdx.org/rdf/3.0.0/spdx-context.jsonld", + "@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld", "@graph": [ { "spdxId": "urn:uuid:cc81c9c0-c466-4e22-b3f6-945a65f5d07b", @@ -25,7 +25,7 @@ { "@id": "_:creationInfo", "type": "CreationInfo", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "created": "2020-11-24T01:12:27Z", "createdBy": [ "urn:uuid:cc81c9c0-c466-4e22-b3f6-945a65f5d07b" diff --git a/software/example7/spdx3.0/example7-third-party-modules.spdx.json b/software/example7/spdx3.0/example7-third-party-modules.spdx.json index 4ce119b87..729a20072 100644 --- a/software/example7/spdx3.0/example7-third-party-modules.spdx.json +++ b/software/example7/spdx3.0/example7-third-party-modules.spdx.json @@ -1,5 +1,5 @@ { - "@context": "https://spdx.org/rdf/3.0.0/spdx-context.jsonld", + "@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld", "@graph": [ { "spdxId": "urn:uuid:75f4bf57-0976-446d-869a-67856a1fa5bb", @@ -32,7 +32,7 @@ { "@id": "_:creationInfo", "type": "CreationInfo", - "specVersion": "3.0.0", + "specVersion": "3.0.1", "created": "2020-11-25T01:12:27Z", "createdBy": [ "urn:uuid:75f4bf57-0976-446d-869a-67856a1fa5bb"