blob: a4e55f18b3c52c7f82dc3a56e76a9648edc76f66 (
plain)
- @prefix : <http://data.biks.dk/hestebedgård/> .
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
- @prefix schema: <http://schema.org/> .
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- :org
- schema:event :dronning, :oroedag2013, [
- a schema:SocialEvent ;
- schema:name "Kulturaften - vikingetidens levevilkår"@da ;
- schema:comment "Grillaften og fortæller Ole Nielsen fortæller om vikingetidens levevilkår" ;
- schema:startDate "2013-07-12T19:00:00Z"^^xsd:dateTime ;
- schema:location :home ;
- ], [
- a schema:SocialEvent ;
- schema:name "Kulturaften - kvindearbejde i Afrika"@da ;
- schema:comment "Forsøges arrangeret et foredrag om kvindearbejde i Afrika syd for Sahara" ;
- schema:startDate "2013-07-17T19:00:00Z"^^xsd:dateTime ;
- schema:location :home ;
- ], [
- a schema:SocialEvent ;
- schema:name "Kulturaften - kvindearbejde i Vietnam"@da ;
- schema:comment "Katrine Dolleris fortæller om kvindearbejde i landbruget i Vietnam" ;
- schema:startDate "2013-08-01T19:00:00Z"^^xsd:dateTime ;
- schema:location :home ;
- ], [
- a schema:SocialEvent ;
- schema:name "Pileflet"@da ;
- schema:startDate "2013-08-17T10:00:00Z"^^xsd:dateTime ;
- schema:endDate "2013-08-17T14:00:00Z"^^xsd:dateTime ;
- schema:location :home ;
- ], [
- a schema:SocialEvent ;
- schema:name "Høstfet"@da ;
- schema:startDate "2013-09-14T10:00:00Z"^^xsd:dateTime ;
- schema:location :home ;
- ] .
- :dronning
- a schema:SocialEvent ;
- schema:name "Dronningevisit - folkedans"@da ;
- foaf:page <http://hestebedgård.dk/html/Aktuelt.html> ;
- schema:startDate "2013-06-03T11:20:00Z"^^xsd:dateTime ;
- schema:endDate "2013-06-03T11:40:00Z"^^xsd:dateTime ;
- schema:location :home .
- :oroedag2013
- a schema:SocialEvent ;
- foaf:page <http://hestebedgård.dk/html/Orødagen.html> ;
- schema:startDate "2013-06-02T00:00:00Z"^^xsd:dateTime ;
- schema:location :home .
|