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

20 lines
400 B
Plaintext
Executable file

{
"@graph": [{
"@id": "http://example/s0",
"http://example/p0": {"@id": "http://example/o0"}
},
{
"@id": "http://example/g",
"@graph": {
"@id": "http://example/s1",
"http://example/p1": {"@id": "http://example/o1"}
}
},
{
"@id": "_:g",
"@graph": {
"@id": "http://example/s2",
"http://example/p2": {"@id": "http://example/o2"}
}
}]
}