summaryrefslogtreecommitdiff
path: root/data/org/artdoor.ttl
blob: 0397014c86107bb2b60e3e5a2f389d3de8991f15 (plain)
  1. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  2. @prefix gr: <http://purl.org/goodrelations/v1#> .
  3. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  4. @prefix schema: <http://schema.org/> .
  5. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  6. []
  7. a gr:BusinessEntity .
  8. _:artdoorGallery
  9. a schema:Place;
  10. gr:category "shop", "gallery", schema:FoodEstablishment, schema:CafeOrCoffeeShop ;
  11. gr:name "Galleri ArtDoor"@da;
  12. foaf:Homepage <http://www.galleriartdoor.dk/>;
  13. gr:hasOpeningHourSpecification _:artdoorHours .
  14. _:artdoorHours
  15. a gr:OpeningHourSpecification ;
  16. rdfs:label "sommerhalvår" ;
  17. gr:validFrom "2013-05-01T00:00:00Z"^^xsd:dateTime ;
  18. gr:validThrough "2013-08-31T00:00:00Z"^^xsd:dateTime ;
  19. gr:hasOpeningHoursDayOfWeek gr:Saturday, gr:Sunday ;
  20. gr:opens "12:00:00"^^xsd:time ;
  21. gr:closes "18:00:00"^^xsd:time .