15 lines
421 B
Text
15 lines
421 B
Text
|
[
|
||
|
{
|
||
|
"@id": "http://example.com/people/dave",
|
||
|
"http://xmlns.com/foaf/0.1/knows": [ { "@id": "http://example.com/people/markus" } ]
|
||
|
},
|
||
|
{
|
||
|
"@id": "http://example.com/people/gregg",
|
||
|
"http://xmlns.com/foaf/0.1/knows": [ { "@id": "http://example.com/people/markus" } ]
|
||
|
},
|
||
|
{
|
||
|
"@id": "http://example.com/people/markus",
|
||
|
"http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]
|
||
|
}
|
||
|
]
|