summaryrefslogtreecommitdiff
path: root/data/org/2013/hestebedgaard.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/2013/hestebedgaard.ttl')
-rw-r--r--data/org/2013/hestebedgaard.ttl50
1 files changed, 50 insertions, 0 deletions
diff --git a/data/org/2013/hestebedgaard.ttl b/data/org/2013/hestebedgaard.ttl
new file mode 100644
index 0000000..a4e55f1
--- /dev/null
+++ b/data/org/2013/hestebedgaard.ttl
@@ -0,0 +1,50 @@
+@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 .