summaryrefslogtreecommitdiff
path: root/data/org/oreokontor.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/oreokontor.ttl')
-rw-r--r--data/org/oreokontor.ttl22
1 files changed, 22 insertions, 0 deletions
diff --git a/data/org/oreokontor.ttl b/data/org/oreokontor.ttl
new file mode 100644
index 0000000..00b0bc0
--- /dev/null
+++ b/data/org/oreokontor.ttl
@@ -0,0 +1,22 @@
+@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#> .
+
+[]
+ a schema:Place;
+ gr:category "public service";
+ gr:name "OrØkontoret"@da;
+ foaf:Homepage <http://www.oroe.dk/orokontoret.html>;
+ schema:email "info@oroe.dk";
+ gr:hasOpeningHourSpecification [
+ a gr:OpeningHourSpecification ;
+ 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 ;
+ gr:hasOpeningHoursDayOfWeek gr:Saturday ;
+ gr:opens "11:00:00"^^xsd:time ;
+ gr:closes "13:00:00"^^xsd:time ;
+ ] .