summaryrefslogtreecommitdiff
path: root/data/org/ouroeminder.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/ouroeminder.ttl')
-rw-r--r--data/org/ouroeminder.ttl21
1 files changed, 21 insertions, 0 deletions
diff --git a/data/org/ouroeminder.ttl b/data/org/ouroeminder.ttl
new file mode 100644
index 0000000..6a3fb37
--- /dev/null
+++ b/data/org/ouroeminder.ttl
@@ -0,0 +1,21 @@
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix gr: <http://purl.org/goodrelations/v1#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix schema: <http://schema.org/> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+[]
+ a schema:Place;
+ gr:category "museum", "attraction";
+ schema:telephone "+45-59470068", "+45-59470024", "+45-59470225";
+ gr:name "Ourø Minder"@da;
+ foaf:page <http://www.oroe.dk/museet-ouro-minder.html>;
+ gr:hasOpeningHourSpecification [
+ a gr:OpeningHourSpecification ;
+ rdfs:label "sommer" ;
+ gr:validFrom "2013-06-01T00:00:00Z"^^xsd:dateTime ;
+ gr:validThrough "2013-08-31T00:00:00Z"^^xsd:dateTime ;
+ gr:hasOpeningHoursDayOfWeek gr:Tuesday, gr:Wednesday, gr:Thursday, gr:Saturday, gr:Sunday ;
+ gr:opens "14:00:00"^^xsd:time ;
+ gr:closes "17:00:00"^^xsd:time ;
+ ] .