summaryrefslogtreecommitdiff
path: root/data/org/hal.ttl
blob: 5eadd2b21d1ea72a7a100e6865cccd1b8b58325d (plain)
  1. @prefix : <http://data.biks.dk/hal/> .
  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 "" ;
  10. gr:name "Orø Hallen" ;
  11. foaf:Homepage <http://www.oroehallen.dk/html/Hallen.htm> ;
  12. schema:address :address .
  13. :org
  14. a gr:BusinessEntity ;
  15. gr:name "Orø Hallen" ;
  16. foaf:Homepage <http://www.oroehallen.dk/> ;
  17. schema:location :home .
  18. :address
  19. a schema:PostalAddress;
  20. schema:streetAddress "Brøndevej 15, Orø"@da;
  21. schema:postalCode "4300";
  22. schema:addressLocality "Holbæk, Danmark"@da .