jsonld-ex/test/data/json-ld.org-test-suite/toRdf-0031-in.jsonld
2017-03-24 23:08:41 +01:00

16 lines
327 B
Plaintext
Executable file

{
"@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"
}
]
}