summaryrefslogtreecommitdiff
path: root/data/org/spisestedet.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/spisestedet.ttl')
-rw-r--r--data/org/spisestedet.ttl36
1 files changed, 28 insertions, 8 deletions
diff --git a/data/org/spisestedet.ttl b/data/org/spisestedet.ttl
index 9dd55aa..017d36a 100644
--- a/data/org/spisestedet.ttl
+++ b/data/org/spisestedet.ttl
@@ -1,20 +1,21 @@
+@prefix : <http://data.biks.dk/spisestedet/> .
@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 schema:Place;
+:home
+ a schema:Place ;
+ gr:name "Spisestedet Orø";
+ schema:address :address .
+
+:org
+ a schema:Organization ;
gr:category schema:FoodEstablishment, schema:Restaurant, "full-meal food" ;
gr:name "Spisestedet Orø";
foaf:Homepage <http://www.spisestedet-orø.dk/> ;
- schema:address [
- a schema:PostalAddress;
- schema:streetAddress "Esmosevej 11, Orø"@da;
- schema:postalCode "4300";
- schema:addressLocality "Holbæk, Danmark"@da;
- ];
+ schema:location :home ;
schema:telephone "+45-59474796";
schema:email "kontakt@xn--spisestedet-or-3qb.dk";
gr:hasOpeningHourSpecification [
@@ -32,3 +33,22 @@
gr:opens "12:00:00"^^xsd:time ;
gr:closes "21:00:00"^^xsd:time ;
] .
+
+:roegeri
+ a schema:Organization ;
+ gr:category "non-grocery store" ;
+ gr:name "Røgeriet";
+ foaf:Homepage <http://www.spisestedet-orø.dk/html/Rogeriet.htm> ;
+ schema:location :home ;
+ gr:hasOpeningHourSpecification [
+ a gr:OpeningHourSpecification ;
+ gr:hasOpeningHoursDayOfWeek gr:Friday, gr:Saturday, gr:Sunday ;
+ gr:opens "11:00:00"^^xsd:time ;
+ gr:closes "15:00:00"^^xsd:time ;
+ ] .
+
+:address
+ a schema:PostalAddress ;
+ schema:streetAddress "Esmosevej 11, Orø"@da ;
+ schema:postalCode "4300" ;
+ schema:addressLocality "Holbæk, Danmark"@da .