blob: b74957e4267587c6902f7630fb13e7d4e7cbf7e7 (
plain)
- @prefix : <http://data.biks.dk/marliese/> .
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
- @prefix schema: <http://schema.org/> .
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- :org
- schema:event :oroedag2013, [
- a schema:SocialEvent ;
- schema:name "Vinsmagning"@da ;
- foaf:Homepage <http://marliesesgaardcafe.dk/vinsmagning/> ;
- schema:startDate "2013-07-11T00:00:00Z"^^xsd:dateTime, "2013-07-25T00:00:00Z"^^xsd:dateTime, "2013-08-08T00:00:00Z"^^xsd:dateTime ;
- schema:location :home ;
- ] .
- :oroedag2013
- a schema:SocialEvent ;
- foaf:page <http://marliesesgaardcafe.dk/aktiviteter/> ;
- schema:startDate "2013-06-02T11:00:00Z"^^xsd:dateTime ;
- schema:endDate "2013-06-02T00:17:00Z"^^xsd:dateTime ;
- schema:location <http://data.biks.dk/marliese/home> .
|