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

7 lines
200 B
Plaintext
Executable file

{
"@graph": [{
"@id": "http://example.org/test/#library",
"@type": "http://example.org/vocab#Library",
"http://example.org/vocab#contains": {"@id": "http://example.org/test#book"}
}]
}