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

22 lines
402 B
Plaintext
Executable file

{
"@context": {
"homepage": {
"@id": "http://xmlns.com/foaf/0.1/homepage",
"@type": "@id"
},
"name": "http://xmlns.com/foaf/0.1/name",
"data": "@graph"
},
"data": [
{
"@id": "http://example.com/john",
"homepage": "http://john.doe.org/",
"name": "John Doe"
},
{
"@id": "http://example.com/jane",
"name": "Jane Doe"
}
]
}