SDO Datatype
Actual JSON Syntax
A dsv:DataType node appears as value for the dsv:expectedType property of a dsv:Property node. The @ id property specifies the corresponding datatype of SDO.
SHACL JSON-LD Syntax
Datatypes in SHACL are expressed using sh:datatype. Our mapping of SHACL (uses XSD datatypes) and SDO (has its own datatypes) showed below. A datatype definition may use sh:defaultValue to express a default value for the property (optional, must be of the specified datatype).
Example uses @ context of context.md
Datatype mapping
Bijective mapping of Datatypes from SDO and SHACL:
Last updated