14 lines
422 B
Text
Executable file
14 lines
422 B
Text
Executable file
[
|
|
{
|
|
"@id": "http://example.com/Subj1",
|
|
"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"}
|
|
],
|
|
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
|
|
{"@id": "http://example.com/Type"}
|
|
]
|
|
}
|
|
]
|