summaryrefslogtreecommitdiff
path: root/data/org/oroekontor.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/oroekontor.ttl')
-rw-r--r--data/org/oroekontor.ttl17
1 files changed, 16 insertions, 1 deletions
diff --git a/data/org/oroekontor.ttl b/data/org/oroekontor.ttl
index acf5a2b..8da9530 100644
--- a/data/org/oroekontor.ttl
+++ b/data/org/oroekontor.ttl
@@ -1,5 +1,6 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix gr: <http://purl.org/goodrelations/v1#> .
+@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#> .
@@ -11,11 +12,25 @@
schema:email "info@oroe.dk";
gr:hasOpeningHourSpecification [
a gr:OpeningHourSpecification ;
+ rdfs:label "skolernes sommerferie" ;
+ gr:validFrom "2013-07-08T00:00:00Z"^^xsd:dateTime ;
+ gr:validThrough "2013-08-17T00:00:00Z"^^xsd:dateTime ;
+ gr:hasOpeningHoursDayOfWeek gr:Tuesday, gr:Wednesday, gr:Thursday, gr:Friday, gr:Saturday ;
+ gr:opens "10:00:00"^^xsd:time ;
+ gr:closes "13:00:00"^^xsd:time ;
+ ], [
+ a gr:OpeningHourSpecification ;
+ rdfs:label "normalt" ;
+ gr:validFrom "2013-08-18T00:00:00Z"^^xsd:dateTime ;
+ gr:validThrough "2014-07-01T00:00:00Z"^^xsd:dateTime ;
gr:hasOpeningHoursDayOfWeek gr:Wednesday, gr:Thursday, gr:Friday ;
gr:opens "12:00:00"^^xsd:time ;
gr:closes "14:00:00"^^xsd:time ;
], [
a gr:OpeningHourSpecification ;
+ rdfs:label "normalt" ;
+ gr:validFrom "2013-08-18T00:00:00Z"^^xsd:dateTime ;
+ gr:validThrough "2014-07-01T00:00:00Z"^^xsd:dateTime ;
gr:hasOpeningHoursDayOfWeek gr:Saturday ;
gr:opens "11:00:00"^^xsd:time ;
gr:closes "13:00:00"^^xsd:time ;