summaryrefslogtreecommitdiff
path: root/data/org/forsamlingshus.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/forsamlingshus.ttl')
-rw-r--r--data/org/forsamlingshus.ttl26
1 files changed, 26 insertions, 0 deletions
diff --git a/data/org/forsamlingshus.ttl b/data/org/forsamlingshus.ttl
new file mode 100644
index 0000000..f66b8dd
--- /dev/null
+++ b/data/org/forsamlingshus.ttl
@@ -0,0 +1,26 @@
+@prefix : <http://data.biks.dk/forsamlingshus/> .
+@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#> .
+
+:home
+ a schema:Place;
+ gr:category schema:Restaurant, "full-meal food" ;
+ gr:name "Orø Forsamlingshus" ;
+ schema:address :address .
+
+:org
+ a gr:BusinessEntity ;
+ gr:name "Orø Hallen" ;
+ foaf:Homepage <http://www.oroenyforsamlingshus.dk/> ;
+ schema:email "booking@oroenyforsamlingshus.dk", "info@oroenyforsamlingshus.dk" ;
+ schema:telephone "+45-59470050" ;
+ schema:location :home .
+
+:address
+ a schema:PostalAddress;
+ schema:streetAddress "Brøndevej 24, Orø"@da;
+ schema:postalCode "4300";
+ schema:addressLocality "Holbæk, Danmark"@da .