From 0025866268ec547d2b501bfd3e962196d58f34ba Mon Sep 17 00:00:00 2001 From: Jonas Date: Sat, 6 Jul 2013 02:27:05 +0200 Subject: Various org data improvements and additions. --- data/org/forsamlingshus.ttl | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 data/org/forsamlingshus.ttl (limited to 'data/org/forsamlingshus.ttl') 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 : . +@prefix foaf: . +@prefix gr: . +@prefix rdfs: . +@prefix schema: . +@prefix xsd: . + +: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 ; + 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 . -- cgit v1.2.3