summaryrefslogtreecommitdiff
path: root/data/org/2013/mc.ttl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-05-20 23:37:32 +0200
committerJonas Smedegaard <dr@jones.dk>2013-05-20 23:37:32 +0200
commitc2f6227e773263be2aeaf65057c01aac9d1b101b (patch)
treeb0f72764b5b29c5760a41e4a05bf4040acc0ef1e /data/org/2013/mc.ttl
Initial commit.
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 .