Skip to content

Commit

Permalink
Adds the RDF for 3.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alexios Zavras (zvr) <[email protected]>
  • Loading branch information
zvr authored and goneall committed Dec 17, 2024
1 parent 918bf0b commit a0838f9
Show file tree
Hide file tree
Showing 10 changed files with 26,733 additions and 25,177 deletions.
24 changes: 6 additions & 18 deletions rdf/spdx-context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"ExternalRefType": "https://spdx.org/rdf/3.0.1/terms/Core/ExternalRefType",
"Hash": "https://spdx.org/rdf/3.0.1/terms/Core/Hash",
"HashAlgorithm": "https://spdx.org/rdf/3.0.1/terms/Core/HashAlgorithm",
"IndividualElement": "https://spdx.org/rdf/3.0.1/terms/Core/IndividualElement",
"IntegrityMethod": "https://spdx.org/rdf/3.0.1/terms/Core/IntegrityMethod",
"LifecycleScopeType": "https://spdx.org/rdf/3.0.1/terms/Core/LifecycleScopeType",
"LifecycleScopedRelationship": "https://spdx.org/rdf/3.0.1/terms/Core/LifecycleScopedRelationship",
"NamespaceMap": "https://spdx.org/rdf/3.0.1/terms/Core/NamespaceMap",
"NoAssertionElement": "https://spdx.org/rdf/3.0.1/terms/Core/NoAssertionElement",
"NoneElement": "https://spdx.org/rdf/3.0.1/terms/Core/NoneElement",
"Organization": "https://spdx.org/rdf/3.0.1/terms/Core/Organization",
"PackageVerificationCode": "https://spdx.org/rdf/3.0.1/terms/Core/PackageVerificationCode",
"Person": "https://spdx.org/rdf/3.0.1/terms/Core/Person",
Expand All @@ -32,6 +35,7 @@
"RelationshipType": "https://spdx.org/rdf/3.0.1/terms/Core/RelationshipType",
"SoftwareAgent": "https://spdx.org/rdf/3.0.1/terms/Core/SoftwareAgent",
"SpdxDocument": "https://spdx.org/rdf/3.0.1/terms/Core/SpdxDocument",
"SpdxOrganization": "https://spdx.org/rdf/3.0.1/terms/Core/SpdxOrganization",
"SupportType": "https://spdx.org/rdf/3.0.1/terms/Core/SupportType",
"Tool": "https://spdx.org/rdf/3.0.1/terms/Core/Tool",
"ai_AIPackage": "https://spdx.org/rdf/3.0.1/terms/AI/AIPackage",
Expand Down Expand Up @@ -306,9 +310,6 @@
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"element": {
"@context": {
"@vocab": "https://spdx.org/rdf/3.0.1/terms/Core/Element/"
},
"@id": "https://spdx.org/rdf/3.0.1/terms/Core/element",
"@type": "@vocab"
},
Expand All @@ -330,6 +331,8 @@
"expandedlicensing_LicenseAddition": "https://spdx.org/rdf/3.0.1/terms/ExpandedLicensing/LicenseAddition",
"expandedlicensing_ListedLicense": "https://spdx.org/rdf/3.0.1/terms/ExpandedLicensing/ListedLicense",
"expandedlicensing_ListedLicenseException": "https://spdx.org/rdf/3.0.1/terms/ExpandedLicensing/ListedLicenseException",
"expandedlicensing_NoAssertionLicense": "https://spdx.org/rdf/3.0.1/terms/ExpandedLicensing/NoAssertionLicense",
"expandedlicensing_NoneLicense": "https://spdx.org/rdf/3.0.1/terms/ExpandedLicensing/NoneLicense",
"expandedlicensing_OrLaterOperator": "https://spdx.org/rdf/3.0.1/terms/ExpandedLicensing/OrLaterOperator",
"expandedlicensing_WithAdditionOperator": "https://spdx.org/rdf/3.0.1/terms/ExpandedLicensing/WithAdditionOperator",
"expandedlicensing_additionText": {
Expand Down Expand Up @@ -446,9 +449,6 @@
"@type": "http://www.w3.org/2001/XMLSchema#anyURI"
},
"from": {
"@context": {
"@vocab": "https://spdx.org/rdf/3.0.1/terms/Core/Element/"
},
"@id": "https://spdx.org/rdf/3.0.1/terms/Core/from",
"@type": "@vocab"
},
Expand Down Expand Up @@ -527,9 +527,6 @@
"@type": "http://www.w3.org/2001/XMLSchema#dateTimeStamp"
},
"rootElement": {
"@context": {
"@vocab": "https://spdx.org/rdf/3.0.1/terms/Core/Element/"
},
"@id": "https://spdx.org/rdf/3.0.1/terms/Core/rootElement",
"@type": "@vocab"
},
Expand Down Expand Up @@ -566,9 +563,6 @@
"@type": "http://www.w3.org/2001/XMLSchema#dateTimeStamp"
},
"security_assessedElement": {
"@context": {
"@vocab": "https://spdx.org/rdf/3.0.1/terms/Core/Element/"
},
"@id": "https://spdx.org/rdf/3.0.1/terms/Security/assessedElement",
"@type": "@vocab"
},
Expand Down Expand Up @@ -783,9 +777,6 @@
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"subject": {
"@context": {
"@vocab": "https://spdx.org/rdf/3.0.1/terms/Core/Element/"
},
"@id": "https://spdx.org/rdf/3.0.1/terms/Core/subject",
"@type": "@vocab"
},
Expand All @@ -805,9 +796,6 @@
"@type": "@vocab"
},
"to": {
"@context": {
"@vocab": "https://spdx.org/rdf/3.0.1/terms/Core/Element/"
},
"@id": "https://spdx.org/rdf/3.0.1/terms/Core/to",
"@type": "@vocab"
},
Expand Down
6,935 changes: 3,508 additions & 3,427 deletions rdf/spdx-model.hext

Large diffs are not rendered by default.

Loading

0 comments on commit a0838f9

Please sign in to comment.