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

13 lines
306 B
Plaintext
Executable file

{
"@context": {
"name": "http://xmlns.com/foaf/0.1/name",
"isKnownBy": { "@reverse": "http://xmlns.com/foaf/0.1/knows" }
},
"@id": "http://example.com/people/markus",
"name": "Markus Lanthaler",
"isKnownBy": {
"@id": "http://example.com/people/dave",
"name": "Dave Longley"
}
}