@prefix : .
@prefix foaf: .
@prefix schema: .
@prefix xsd: .
: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 ;
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 ;
schema:startDate "2013-06-02T00:00:00Z"^^xsd:dateTime ;
schema:location :home .