19 lines
448 B
Text
Executable file
19 lines
448 B
Text
Executable file
{
|
|
"@context": {
|
|
"name": "http://xmlns.com/foaf/0.1/name",
|
|
"knows": "http://xmlns.com/foaf/0.1/knows",
|
|
"@vocab": "http://example.com/vocab/"
|
|
},
|
|
"@id": "http://example.com/people/markus",
|
|
"name": "Markus Lanthaler",
|
|
"@reverse": {
|
|
"knows": {
|
|
"@id": "http://example.com/people/dave",
|
|
"name": "Dave Longley"
|
|
},
|
|
"noTerm": {
|
|
"@id": "relative-node",
|
|
"name": "Compact keys using @vocab"
|
|
}
|
|
}
|
|
}
|