summaryrefslogtreecommitdiff
path: root/data/org/faergeOest.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/faergeOest.ttl')
-rw-r--r--data/org/faergeOest.ttl23
1 files changed, 23 insertions, 0 deletions
diff --git a/data/org/faergeOest.ttl b/data/org/faergeOest.ttl
new file mode 100644
index 0000000..cf480e6
--- /dev/null
+++ b/data/org/faergeOest.ttl
@@ -0,0 +1,23 @@
+@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 gr:BusinessEntity, schema:Place;
+ gr:category "transport";
+ gr:name "Østre Færge";
+ foaf:page <http://www.oestrefaerge.dk/>;
+ schema:telephone "+45-59470015", "+45-40467013";
+ schema:email "mail@oestrefaerge.dk";
+ gr:hasOpeningHourSpecification [
+ a gr:OpeningHourSpecification ;
+ gr:hasOpeningHoursDayOfWeek gr:Monday, gr:Tuesday, gr:Wednesday, gr:Thursday, gr:Friday ;
+ gr:opens "5:30:00"^^xsd:time ;
+ gr:closes "23:59:00"^^xsd:time ;
+ ], [
+ a gr:OpeningHourSpecification ;
+ gr:hasOpeningHoursDayOfWeek gr:Saturday, gr:Sunday ;
+ gr:opens "6:00:00"^^xsd:time ;
+ gr:closes "23:59:00"^^xsd:time ;
+ ] .