SDO Enumeration
JSON Syntax of DS-V1
{
"@type": "dsv:Property",
"dsv:baseProperty": {
"@id": "schema:dayOfWeek"
},
"dsv:expectedType": [
{
"@type": "dsv:RestrictedEnumeration",
"dsv:baseEnumeration": {
"@id": "schema:DayOfWeek"
},
"dsv:expectedEnumerationValue": [
{
"@type": "dsv:EnumerationValue",
"@id": "schema:Sunday"
},
{
"@type": "dsv:EnumerationValue",
"@id": "schema:Thursday"
}
]
}
]
}SHACL JSON-LD Syntax of DS-V3
Target Annotation structure (JSON-LD)
Expected Annotation structure (JSON-LD)
Last updated