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