summaryrefslogtreecommitdiff
path: root/data/org/bibliotek.ttl
blob: fb40faa151a737e8bc30fffe3d566a49b384d947 (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 "public service";
  9. gr:name "Orø Bibliotek";
  10. foaf:Homepage <https://bibliotek.holbaek.dk/web/arena/aabningstider>;
  11. schema:email "holbib@holb.dk";
  12. schema:telephone "+45-72367519";
  13. schema:address [
  14. a schema:PostalAddress;
  15. schema:streetAddress "Bygaden 50, Orø"@da;
  16. schema:postalCode "4300";
  17. schema:addressLocality "Holbæk, Danmark"@da;
  18. ];
  19. gr:hasOpeningHourSpecification [
  20. a gr:OpeningHourSpecification ;
  21. gr:hasOpeningHoursDayOfWeek gr:Wednesday ;
  22. gr:opens "16:00:00"^^xsd:time ;
  23. gr:closes "18:00:00"^^xsd:time ;
  24. ], [
  25. a gr:OpeningHourSpecification ;
  26. rdfs:comment "første lørdag i måneden"@da;
  27. gr:opens "10:00:00"^^xsd:time ;
  28. gr:closes "12:00:00"^^xsd:time ;
  29. ] .