summaryrefslogtreecommitdiff
path: root/data/org/camping.ttl
blob: d2606659424015295f8998f2b5b5833815be4463 (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 gr:BusinessEntity;
  8. gr:category "accomodation";
  9. gr:name "Orø Camping"@da;
  10. foaf:Homepage <http://www.oroecamping.dk/>.
  11. _:ishuset
  12. a schema:Place;
  13. gr:category "restaurant";
  14. schema:telephone "+45-23353458";
  15. gr:name "Orø Camping - Ishuset"@da;
  16. foaf:page <http://www.oroecamping.dk/50-ishus.htm>;
  17. gr:hasOpeningHourSpecification [
  18. a gr:OpeningHourSpecification ;
  19. gr:hasOpeningHoursDayOfWeek gr:Saturday, gr:Sunday, gr:PublicHolidays ;
  20. gr:opens "12:00:00"^^xsd:time ;
  21. gr:closes "20:00:00"^^xsd:time ;
  22. ] .