jsonld-ex/test/data/json-ld.org-test-suite/expand-0069-out.jsonld
2017-03-24 23:08:41 +01:00

10 lines
241 B
Plaintext
Executable file

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