7 lines
175 B
Text
Executable file
7 lines
175 B
Text
Executable file
{
|
|
"@context": {
|
|
"knows": {"@id": "http://xmlns.com/foaf/0.1/knows", "@container": "@list"}
|
|
},
|
|
"@id": "http://greggkellogg.net/foaf#me",
|
|
"knows": ["Manu Sporny"]
|
|
}
|