From 8bee3d8e43b15619327694fa47ba6050e5bd91cd Mon Sep 17 00:00:00 2001 From: Jonas Date: Sat, 1 Jun 2013 12:16:33 +0200 Subject: Add Ø-butikken with opening hours. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/org/oe-butikken.ttl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/org/oe-butikken.ttl diff --git a/data/org/oe-butikken.ttl b/data/org/oe-butikken.ttl new file mode 100644 index 0000000..2916c9c --- /dev/null +++ b/data/org/oe-butikken.ttl @@ -0,0 +1,21 @@ +@prefix foaf: . +@prefix gr: . +@prefix schema: . +@prefix xsd: . + +[] + a schema:Place; + gr:category "shop"; + gr:name "Ø-butikken"@da; + schema:email "obutikken@mail.dk"; + gr:hasOpeningHourSpecification [ + a gr:OpeningHourSpecification ; + gr:hasOpeningHoursDayOfWeek gr:Tuesday, gr:Wednesday, gr:Thursday, gr:Friday ; + gr:opens "10:00:00"^^xsd:time ; + gr:closes "16:00:00"^^xsd:time ; + ], [ + a gr:OpeningHourSpecification ; + gr:hasOpeningHoursDayOfWeek gr:Saturday, gr:Sunday, gr:PublicHolidays ; + gr:opens "10:00:00"^^xsd:time ; + gr:closes "14:00:00"^^xsd:time ; + ] . -- cgit v1.2.3