summaryrefslogtreecommitdiff
path: root/data/org/urtehaven.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/urtehaven.ttl')
-rw-r--r--data/org/urtehaven.ttl36
1 files changed, 36 insertions, 0 deletions
diff --git a/data/org/urtehaven.ttl b/data/org/urtehaven.ttl
new file mode 100644
index 0000000..d7eaff3
--- /dev/null
+++ b/data/org/urtehaven.ttl
@@ -0,0 +1,36 @@
+@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 gr:BusinessEntity;
+ gr:category "accomodation";
+ gr:name "ORØ B&B bo-i-haven";
+ foaf:page <http://www.langdal5.dk/>;
+ schema:email "jensjohan@langdal5.dk";
+ schema:telephone "+45-59474705";
+ schema:address [
+ a schema:PostalAddress;
+ schema:streetAddress "Langdal 5, Orø"@da;
+ schema:postalCode "4300";
+ schema:addressLocality "Holbæk, Danmark"@da;
+ ];
+ gr:taxID "35012672".
+
+_:urtehaven
+ a schema:Place;
+ gr:category "attraction";
+ gr:name "Urtehaven på Orø";
+ schema:latitude "55.784417";
+ schema:longitude "11.78553";
+ gr:hasOpeningHourSpecification [
+ a gr:OpeningHourSpecification ;
+ rdfs:label "sommer og efterår" ;
+ gr:validFrom "2013-05-01T00:00:00Z"^^xsd:dateTime ;
+ gr:validThrough "2013-10-31T00:00:00Z"^^xsd:dateTime ;
+ 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 "17:00:00"^^xsd:time ;
+ ] .