summaryrefslogtreecommitdiff
path: root/data/org/hestebedgaard.ttl
blob: d17979395a80bbd4ab4c43b47358743a073c289d (plain)
  1. @prefix : <http://data.biks.dk/hestebedgård/> .
  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 "museum", "attraction" ;
  10. gr:name "Hestebedgård" ;
  11. foaf:Homepage <http://hestebedgård.dk/> ;
  12. schema:email "kontakt@xn--hestebedgrd-58a.dk" ;
  13. schema:telephone "+45-59470225" ;
  14. schema:address :address ;
  15. gr:hasOpeningHourSpecification [
  16. a gr:OpeningHourSpecification ;
  17. gr:validFrom "2013-03-01T00:00:00Z"^^xsd:dateTime ;
  18. gr:validThrough "2013-10-31T00:00:00Z"^^xsd:dateTime ;
  19. gr:hasOpeningHoursDayOfWeek gr:Wednesday ;
  20. gr:opens "14:00:00"^^xsd:time ;
  21. gr:closes "16:00:00"^^xsd:time ;
  22. ], [
  23. a gr:OpeningHourSpecification ;
  24. gr:validFrom "2013-03-01T00:00:00Z"^^xsd:dateTime ;
  25. gr:validThrough "2013-10-31T00:00:00Z"^^xsd:dateTime ;
  26. gr:hasOpeningHoursDayOfWeek gr:Saturday ;
  27. gr:opens "10:00:00"^^xsd:time ;
  28. gr:closes "12:00:00"^^xsd:time ;
  29. ] .
  30. :org
  31. a gr:BusinessEntity ;
  32. gr:name "Hestebedgårds Venneforening" ;
  33. foaf:Homepage <http://hestebedgård.dk/html/Selvejende_institution.html> ;
  34. schema:location :home .
  35. :address
  36. a schema:PostalAddress;
  37. schema:streetAddress "Kattekærstrædet 10, Orø"@da;
  38. schema:postalCode "4300";
  39. schema:addressLocality "Holbæk, Danmark"@da .