summaryrefslogtreecommitdiff
path: root/data/org/hegnegaard.ttl
blob: 99cfa2d67a7707618b9032a66b2bd9cfebcdd439 (plain)
  1. @prefix : <http://data.biks.dk/hegnegaard/> .
  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:name "Hegnegaarden" ;
  10. schema:address :address .
  11. :org
  12. a gr:BusinessEntity ;
  13. gr:category "accomodation", "convention center" ;
  14. gr:name "Hegnegårdens Udviklingscenter" ;
  15. foaf:Homepage <http://hegnegaarden.dk/> ;
  16. schema:location :home ;
  17. schema:email "mail@hegnegaarden.dk" ;
  18. schema:telephone "+45-59470343" ;
  19. gr:hasOpeningHourSpecification [
  20. a gr:OpeningHourSpecification ;
  21. rdfs:comment "telefonisk" ;
  22. gr:opens "9:00:00"^^xsd:time ;
  23. gr:closes "16:00:00"^^xsd:time ;
  24. ] .
  25. :address
  26. a schema:PostalAddress;
  27. schema:streetAddress "Næsbyvej 28, Orø"@da;
  28. schema:postalCode "4300";
  29. schema:addressLocality "Holbæk, Danmark"@da .