Class Node
Example
{
"sh:class": "schema:Airport",
"sh:node": {
"@type": "sh:NodeShape",
"sh:property": [
{
"@type": "sh:PropertyShape",
...
},
...
]
}
}
,
{
"sh:class": ["schema:HotelRoom", "schema:Product"],
"sh:node": {
"@type": "sh:NodeShape",
"sh:property": [
{
"@type": "sh:PropertyShape",
...
},
...
]
}
}Key-value table
Last updated