15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
{
|
|
"@context": {
|
|
"name": "http://xmlns.com/foaf/0.1/name",
|
|
"homepage": {
|
|
"@id": "http://xmlns.com/foaf/0.1/workplaceHomepage",
|
|
"@type": "@id"
|
|
},
|
|
"Person": "http://xmlns.com/foaf/0.1/Person"
|
|
},
|
|
"@id": "https://me.example.com",
|
|
"@type": "Person",
|
|
"name": "John Smith",
|
|
"homepage": "https://www.example.com/"
|
|
}
|