summaryrefslogtreecommitdiff
path: root/data/org/ouroeminder.ttl
blob: 6540e190223b307eb7985927cc737282e468a460 (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 schema:Place;
  8. gr:category schema:Museum, "park or museum" ;
  9. schema:telephone "+45-59470068", "+45-59470024", "+45-59470225";
  10. gr:name "Ourø Minder"@da;
  11. foaf:page <http://www.oroe.dk/museet-ouro-minder.html>;
  12. gr:hasOpeningHourSpecification [
  13. a gr:OpeningHourSpecification ;
  14. rdfs:label "sommer" ;
  15. gr:validFrom "2013-06-01T00:00:00Z"^^xsd:dateTime ;
  16. gr:validThrough "2013-08-31T00:00:00Z"^^xsd:dateTime ;
  17. gr:hasOpeningHoursDayOfWeek gr:Tuesday, gr:Wednesday, gr:Thursday, gr:Saturday, gr:Sunday ;
  18. gr:opens "14:00:00"^^xsd:time ;
  19. gr:closes "17:00:00"^^xsd:time ;
  20. ] .