summaryrefslogtreecommitdiff
path: root/data/org/butikhjoernet.ttl
blob: 2457b40b2a1b4acd9e3a5ad5791176a2f929784d (plain)
  1. @prefix : <http://data.biks.dk/butikhjoernet/> .
  2. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  3. @prefix gr: <http://purl.org/goodrelations/v1#> .
  4. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  5. @prefix schema: <http://schema.org/> .
  6. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  7. :home
  8. a schema:Place;
  9. gr:category "non-grocery store" ;
  10. gr:name "Butikken på Hjørnet"@da;
  11. gr:hasOpeningHourSpecification [
  12. a gr:OpeningHourSpecification ;
  13. gr:hasOpeningHoursDayOfWeek gr:Tuesday, gr:Friday ;
  14. gr:opens "10:00:00"^^xsd:time ;
  15. gr:closes "16:00:00"^^xsd:time
  16. ], [
  17. a gr:OpeningHourSpecification ;
  18. gr:hasOpeningHoursDayOfWeek gr:Saturday, gr:Sunday ;
  19. gr:opens "10:00:00"^^xsd:time ;
  20. gr:closes "14:00:00"^^xsd:time
  21. ] .
  22. :org
  23. a gr:BusinessEntity ;
  24. schema:location :home .