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

11 lines
219 B
Plaintext
Executable file

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