Skip to content

Commit

Permalink
Merge pull request #100 from bact/update-dataset-ex1-to-301
Browse files Browse the repository at this point in the history
Update Dataset Example 01 to 3.0.1
  • Loading branch information
goneall authored Jan 9, 2025
2 parents 6a5d3a0 + 652aa1e commit dc2948a
Showing 1 changed file with 9 additions and 8 deletions.
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 for sources and processing codes."
],
"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."
}
]
}
}

0 comments on commit dc2948a

Please sign in to comment.