event
property
Definition
Bevorstehende oder vergangene Veranstaltung im Zusammenhang mit diesem Ort, dieser Organisation oder dieser Aktion.
Beispiele
Graph
flowchart LR
Place(Place) -->|event| Event(Event)
JSON-LD
{
"@context": "https://schema.org",
"@type": "TouristAttraction",
"name": "Musée Marmottan Monet",
"description": "It's a museum of Impressionism and french ninenteeth art.",
"event": {
"@type": "Event",
"about": ["Hodler","Monet","Munch"],
"name": "Peindre l'impossible",
"startDate": "2016-09-15",
"endDate": "2017-01-22"
}
}