-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add a Dataset Profile example (CO2 dataset) #84
Conversation
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Use UUID v4
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Use non-UUID IDs for diagram for readability (long IDs made the diagram got trimmed due to its size) Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Experiment notes:
|
- Remove availableFrom relationship, as it duplicates with the originatedBy - Shorten IDs for the diagram Signed-off-by: Arthit Suriyawongkul <[email protected]>
This this how I put
{
"type": "simplelicensing_LicenseExpression",
"spdxId": "https://spdx.org/licenses/CC-BY-4.0",
"creationInfo": "_:creationinfo",
"simplelicensing_licenseExpression": "CC-BY-4.0",
"simplelicensing_licenseListVersion": "3.24.0"
} -- For this example, we can decide which version of BOM we would like to have:
There can be 3 decision options: a. If (1) is ok, we can merge as it is. And once spdx/LicenseListPublisher#183 is implemented, we can revise the BOM again to remove the workaround b. If (2) is preferred, I can remove the workaround c. Last option is doing nothing until we have all the required |
@rgopikrishnan91 this PR please Gopi |
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
@rgopikrishnan91 @bennetkl please kindly review. Thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, approved.
@kestewart I believe you will have to merge, I don't have permission for this one. |
DIscussed in AI call. Merging. |
Inspired from https://github.com/owid/co2-data/
Structurally and semantically validated against all tools here: https://github.com/spdx/spdx-3-model/blob/main/serialization/json_ld/validation.md
TODOs: