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

25 lines
454 B
Plaintext
Executable file

{
"@context": {
"ex": "http://example.org/"
},
"@graph": [{
"@id": "ex:a",
"@type": "ex:Node",
"ex:sees": {
"@id": "ex:b",
"@type": "ex:Node",
"ex:sees": {
"@id": "_:b0",
"ex:remember_me": "This value should not disappear."
}
}
}, {
"@id": "ex:b",
"@type": "ex:Node",
"ex:sees": {
"@id": "_:b0",
"ex:remember_me": "This value should not disappear."
}
}]
}