From c2f6227e773263be2aeaf65057c01aac9d1b101b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 20 May 2013 23:37:32 +0200 Subject: Initial commit. --- data/org/2013/cykelklub.ttl | 19 ++++++++++++++++ data/org/2013/hestebedgaard.ttl | 50 +++++++++++++++++++++++++++++++++++++++++ data/org/2013/kirke.ttl | 14 ++++++++++++ data/org/2013/marlieses.ttl | 20 +++++++++++++++++ data/org/2013/mc.ttl | 15 +++++++++++++ 5 files changed, 118 insertions(+) create mode 100644 data/org/2013/cykelklub.ttl create mode 100644 data/org/2013/hestebedgaard.ttl create mode 100644 data/org/2013/kirke.ttl create mode 100644 data/org/2013/marlieses.ttl create mode 100644 data/org/2013/mc.ttl (limited to 'data/org/2013') 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: . +@prefix gr: . +@prefix schema: . +@prefix xsd: . + +_:cykelklubOrg + a schema:Organization ; + schema:name "Orø Cykelklub"@da ; + foaf:Homepage ; + schema:event [ + a schema:SocialEvent ; + schema:name "Store Cykeldag"@da ; + foaf:Homepage ; + schema:startDate "2013-06-09T10:15:00Z"^^xsd:dateTime ; + schema:location [ + a schema:Place ; + schema:name "P-pladsen v/ Orø Kirke"@da ; + ] ; + ] . 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 : . +@prefix foaf: . +@prefix schema: . +@prefix xsd: . + +: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 ; + 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 ; + schema:startDate "2013-06-02T00:00:00Z"^^xsd:dateTime ; + schema:location :home . diff --git a/data/org/2013/kirke.ttl b/data/org/2013/kirke.ttl new file mode 100644 index 0000000..ce6a4ac --- /dev/null +++ b/data/org/2013/kirke.ttl @@ -0,0 +1,14 @@ +@prefix : . +@prefix foaf: . +@prefix schema: . +@prefix xsd: . + +:oroedag2013 + a schema:SocialEvent ; + schema:name "Orødagen - folkedans"@da ; + foaf:page ; + schema:startDate "2013-06-02T10:00:00Z"^^xsd:dateTime ; + schema:location :home . + +:org + schema:event :oroedag2013 . 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 : . +@prefix foaf: . +@prefix schema: . +@prefix xsd: . + +:org + schema:event :oroedag2013, [ + a schema:SocialEvent ; + schema:name "Vinsmagning"@da ; + foaf:Homepage ; + 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 ; + schema:startDate "2013-06-02T11:00:00Z"^^xsd:dateTime ; + schema:endDate "2013-06-02T00:17:00Z"^^xsd:dateTime ; + schema:location . 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 : . +@prefix foaf: . +@prefix schema: . +@prefix xsd: . + +:rally + a schema:SocialEvent ; + schema:name "Motorcykeltræf"@da ; + foaf:Homepage ; + 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 . -- cgit v1.2.3