Skip to content

Commit

Permalink
si.jsonld context file
Browse files Browse the repository at this point in the history
- update to quantity kind
  • Loading branch information
stuchalk committed Mar 5, 2024
1 parent a0282e9 commit 244248b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions contexts/si.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@type": "string"
},
"name_en": {
"@id": "dct:identifier",
"@id": "skos:prefLabel",
"@language": "en"
},
"name_fr": {
"@id": "dct:identifier",
"@id": "skos:prefLabel",
"@language": "fr"
},
"label_en": {
Expand All @@ -46,7 +46,7 @@
"@id": "si:hasSymbol",
"@type": "string"
},
"quantity": {
"quantitykind": {
"@id": "si:isUnitOfQtyKind",
"@type": "@id"
},
Expand Down Expand Up @@ -107,7 +107,10 @@
},
"notetext_fr": {
"@id": "si:hasNoteText",
"@language": "fr"
"@language": "fr"
},
"units": {
"@id": "si:MeasurementUnit"
}
}
}

0 comments on commit 244248b

Please sign in to comment.