summaryrefslogtreecommitdiff
path: root/data/org/2013/cykelklub.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/2013/cykelklub.ttl')
-rw-r--r--data/org/2013/cykelklub.ttl19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/org/2013/cykelklub.ttl b/data/org/2013/cykelklub.ttl
new file mode 100644
index 0000000..4f294fc
--- /dev/null
+++ b/data/org/2013/cykelklub.ttl
@@ -0,0 +1,19 @@
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix gr: <http://purl.org/goodrelations/v1#> .
+@prefix schema: <http://schema.org/> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+_:cykelklubOrg
+ a schema:Organization ;
+ schema:name "Orø Cykelklub"@da ;
+ foaf:Homepage <http://orøcykelklub.dk/> ;
+ schema:event [
+ a schema:SocialEvent ;
+ schema:name "Store Cykeldag"@da ;
+ foaf:Homepage <http://orøcykelklub.dk/program.html> ;
+ schema:startDate "2013-06-09T10:15:00Z"^^xsd:dateTime ;
+ schema:location [
+ a schema:Place ;
+ schema:name "P-pladsen v/ Orø Kirke"@da ;
+ ] ;
+ ] .