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

14 lines
239 B
Plaintext
Executable file

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