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

13 lines
359 B
Plaintext
Executable file

[
{
"@id": "http://example.com/Subj1",
"@type": ["http://example.com/Type"],
"http://example.com/prop1": [{"@id": "http://example.com/Obj1"}],
"http://example.com/prop2": [
{"@value": "Plain"},
{"@value": "2012-05-12", "@type": "http://www.w3.org/2001/XMLSchema#date"},
{"@value": "English", "@language": "en"}
]
}
]