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

17 lines
370 B
Plaintext
Executable file

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