Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dataset Example 01 to 3.0.1 #100

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions dataset/example01/spdx3.0/example01.spdx3.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "https://spdx.org/rdf/3.0.0/spdx-context.jsonld",
"@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld",
"@graph": [
{
"type": "CreationInfo",
"@id": "_:creationinfo",
"specVersion": "3.0.0",
"specVersion": "3.0.1",
"createdBy": [
"https://spdx.org/spdxdocs/Person1-1000e6a2-0229-4875-baa7-c99be213b6e1"
],
Expand Down Expand Up @@ -78,7 +78,8 @@
"software_primaryPurpose": "data",
"dataset_confidentialityLevel": "clear",
"dataset_dataPreprocessing": [
"The dataset is built upon a number of datasets and processing steps. See: https://github.com/owid/co2-data/blob/master/README.md"
"The dataset is built upon a number of datasets and processing steps.",
"See: https://github.com/owid/co2-data/blob/master/README.md"
],
"dataset_datasetAvailability": "directDownload",
"dataset_dataCollectionProcess": "The data is collected from various sources, including international organizations and research institutions.",
Expand All @@ -100,7 +101,7 @@
"spdxId": "https://spdx.org/spdxdocs/File1-d029fccb-7ee9-42be-a445-5e2066db0de8",
"creationInfo": "_:creationinfo",
"name": "data.csv",
"software_contentType": "text/csv;charset=UTF-8",
"contentType": "text/csv;charset=UTF-8",
"software_primaryPurpose": "data",
"releaseTime": "2024-04-15T08:10:00Z",
"originatedBy": [
Expand All @@ -112,7 +113,7 @@
"spdxId": "https://spdx.org/spdxdocs/File2-caf55baf-cd02-406a-b7ec-838842ca869f",
"creationInfo": "_:creationinfo",
"name": "codebook.csv",
"software_contentType": "text/csv;charset=UTF-8",
"contentType": "text/csv;charset=UTF-8",
"software_primaryPurpose": "data",
"releaseTime": "2024-04-15T08:10:00Z",
"originatedBy": [
Expand Down Expand Up @@ -170,8 +171,8 @@
"spdxId": "https://spdx.org/licenses/CC-BY-4.0",
"creationInfo": "_:creationinfo",
"simplelicensing_licenseExpression": "CC-BY-4.0",
"simplelicensing_licenseListVersion": "3.24.0",
"comment": "Added as a workaround for the lack of https://spdx.org/licenses/CC-BY-4.0 as a valid ListedLicense in SPDX 3.0.0 RDF. This will be removed once https://github.com/spdx/LicenseListPublisher/issues/183 is implemented."
"simplelicensing_licenseListVersion": "3.25.0",
"comment": "Added as a workaround for the lack of https://spdx.org/licenses/CC-BY-4.0 as a valid ListedLicense in SPDX 3.0.1 RDF. This will be removed once https://github.com/spdx/LicenseListPublisher/issues/183 is implemented."
}
]
}
}
Loading