14 lines
409 B
Text
14 lines
409 B
Text
|
{
|
||
|
"@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"
|
||
|
}
|