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