summaryrefslogtreecommitdiff
path: root/data/org/oroestrand.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/oroestrand.ttl')
-rw-r--r--data/org/oroestrand.ttl30
1 files changed, 30 insertions, 0 deletions
diff --git a/data/org/oroestrand.ttl b/data/org/oroestrand.ttl
new file mode 100644
index 0000000..35e8b47
--- /dev/null
+++ b/data/org/oroestrand.ttl
@@ -0,0 +1,30 @@
+@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;
+ gr:category "school";
+ gr:name "Skole- og Behandlingshjemmet Orøstrand";
+ foaf:Homepage <http://oroestrand.dk/>;
+ schema:address [
+ a schema:PostalAddress;
+ schema:streetAddress "Stænget 6, Orø"@da;
+ schema:postalCode "4300";
+ schema:addressLocality "Holbæk, Danmark"@da;
+ ];
+ schema:telephone "+45-59470004", "+45-40214130";
+ schema:email "post@oroestrand.dk".
+
+_:dyreparken
+ a schema:Place;
+ gr:category "attraction";
+ gr:name "Orøstrand - Dyreparken"@da;
+ foaf:Homepage <http://oroestrand.dk/dyreparken/>;
+ gr:hasOpeningHourSpecification [
+ a gr:OpeningHourSpecification ;
+ gr:hasOpeningHoursDayOfWeek gr:Monday, gr:Tuesday, gr:Wednesday, gr:Thursday, gr:Friday, gr:Saturday, gr:Sunday ;
+ gr:opens "10:00:00"^^xsd:time ;
+ gr:closes "16:00:00"^^xsd:time ;
+ ] .