14 lines
282 B
Text
14 lines
282 B
Text
|
[
|
||
|
{
|
||
|
"@id": "http://example.com/john",
|
||
|
"http://xmlns.com/foaf/0.1/homepage": {
|
||
|
"@id": "http://john.doe.org/"
|
||
|
},
|
||
|
"http://xmlns.com/foaf/0.1/name": "John Doe"
|
||
|
},
|
||
|
{
|
||
|
"@id": "http://example.com/jane",
|
||
|
"http://xmlns.com/foaf/0.1/name": "Jane Doe"
|
||
|
}
|
||
|
]
|