summaryrefslogtreecommitdiff
path: root/data/org/camping.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/camping.ttl')
-rw-r--r--data/org/camping.ttl24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/org/camping.ttl b/data/org/camping.ttl
new file mode 100644
index 0000000..d260665
--- /dev/null
+++ b/data/org/camping.ttl
@@ -0,0 +1,24 @@
+@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ø Camping"@da;
+ foaf:Homepage <http://www.oroecamping.dk/>.
+
+_:ishuset
+ a schema:Place;
+ gr:category "restaurant";
+ schema:telephone "+45-23353458";
+ gr:name "Orø Camping - Ishuset"@da;
+ foaf:page <http://www.oroecamping.dk/50-ishus.htm>;
+ gr:hasOpeningHourSpecification [
+ a gr:OpeningHourSpecification ;
+ gr:hasOpeningHoursDayOfWeek gr:Saturday, gr:Sunday, gr:PublicHolidays ;
+ gr:opens "12:00:00"^^xsd:time ;
+ gr:closes "20:00:00"^^xsd:time ;
+ ] .