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

10 lines
277 B
Plaintext
Executable file

{
"@context": {
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"rdfs:subClassOf": { "@id": "rdfs:subClassOf", "@type": "@id" }
},
"@id": "http://example.com/vocab#class",
"@type": "rdfs:Class",
"rdfs:subClassOf": "http://example.com/vocab#someOtherClass"
}