Skip to content

Commit

Permalink
si.jsonld context file
Browse files Browse the repository at this point in the history
- updated anyURI datatype
- fixed defining_equation
  • Loading branch information
stuchalk committed Oct 22, 2023
1 parent 1ecac92 commit d5bf3b3
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions contexts/si.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"@id": "skos:prefLabel",
"@language": "fr"
},
"definitions": {
"@id": "si:hasDefinition"
},
"definition_en": {
"@id": "si:hasDefiningText",
"@language": "en"
Expand Down Expand Up @@ -63,33 +66,33 @@
"@id": "si:isUnitOfQtyKind",
"@container": "@set"
},
"equation": {
"@id": "si:hasDefiningEquation",
"@type": "date"
},
"resolution_url": {
"@id": "schema:url",
"@type": "anyuri"
"@type": "anyURI"
},
"next_definition": {
"@id": "si:hasNextDefinition",
"@type": "anyuri"
"@type": "anyURI"
},
"previous_definition": {
"@id": "si:hasPreviousDefinition",
"@type": "anyuri"
"@type": "anyURI"
},
"defining_equation": {
"@id": "si:hasDefiningEquation",
"@type": "date"
},
"defining_constant": {
"@id": "si:hasDefiningConstant",
"@type": "string"
"@type": "anyURI"
},
"defining_resolution_en": {
"@id": "si:hasDefiningResolution",
"@type": "anyuri"
"@type": "anyURI"
},
"defining_resolution_fr": {
"@id": "si:hasDefiningResolution",
"@type": "anyuri"
"@type": "anyURI"
},
"notes": {
"@id": "si:hasDefinitionNote"
Expand Down

0 comments on commit d5bf3b3

Please sign in to comment.