summaryrefslogtreecommitdiff
path: root/data/org/2013/mc.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/2013/mc.ttl')
-rw-r--r--data/org/2013/mc.ttl15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/org/2013/mc.ttl b/data/org/2013/mc.ttl
new file mode 100644
index 0000000..fde57b2
--- /dev/null
+++ b/data/org/2013/mc.ttl
@@ -0,0 +1,15 @@
+@prefix : <http://data.biks.dk/mcisland/> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix schema: <http://schema.org/> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+:rally
+ a schema:SocialEvent ;
+ schema:name "Motorcykeltræf"@da ;
+ foaf:Homepage <http://www.mcisland.dk/da/rally.php> ;
+ schema:startDate "2013-08-30T00:00:00Z"^^xsd:dateTime ;
+ schema:endDate "2013-09-01T00:00:00Z"^^xsd:dateTime ;
+ schema:location :home .
+
+:org
+ schema:event :rally .