14 lines
No EOL
409 B
Text
Executable file
14 lines
No EOL
409 B
Text
Executable file
{
|
|
"@context": [
|
|
{
|
|
"name": "http://xmlns.com/foaf/0.1/name",
|
|
"homepage": {"@id": "http://xmlns.com/foaf/0.1/homepage","@type": "@id"}
|
|
},
|
|
{"ical": "http://www.w3.org/2002/12/cal/ical#"}
|
|
],
|
|
"@id": "http://example.com/speakers#Alice",
|
|
"name": "Alice",
|
|
"homepage": "http://xkcd.com/177/",
|
|
"ical:summary": "Alice Talk",
|
|
"ical:location": "Lyon Convention Centre, Lyon, France"
|
|
} |