summaryrefslogtreecommitdiff
path: root/data/org/hal.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/hal.ttl')
-rw-r--r--data/org/hal.ttl25
1 files changed, 25 insertions, 0 deletions
diff --git a/data/org/hal.ttl b/data/org/hal.ttl
new file mode 100644
index 0000000..5eadd2b
--- /dev/null
+++ b/data/org/hal.ttl
@@ -0,0 +1,25 @@
+@prefix : <http://data.biks.dk/hal/> .
+@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 "" ;
+ gr:name "Orø Hallen" ;
+ foaf:Homepage <http://www.oroehallen.dk/html/Hallen.htm> ;
+ schema:address :address .
+
+:org
+ a gr:BusinessEntity ;
+ gr:name "Orø Hallen" ;
+ foaf:Homepage <http://www.oroehallen.dk/> ;
+ schema:location :home .
+
+:address
+ a schema:PostalAddress;
+ schema:streetAddress "Brøndevej 15, Orø"@da;
+ schema:postalCode "4300";
+ schema:addressLocality "Holbæk, Danmark"@da .