16 lines
327 B
Text
16 lines
327 B
Text
|
{
|
||
|
"@context": {
|
||
|
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
|
||
|
"defines": { "@reverse": "rdfs:definedBy" },
|
||
|
"label": "rdfs:label"
|
||
|
},
|
||
|
"@id": "http://example.com/vocab",
|
||
|
"label": "My vocabulary",
|
||
|
"defines": [
|
||
|
{
|
||
|
"@id": "http://example.com/vocab#property",
|
||
|
"label": "A property"
|
||
|
}
|
||
|
]
|
||
|
}
|