summaryrefslogtreecommitdiff
path: root/data/org/folkedans.ttl
blob: 741f67866ca8ffa665da1093b317c0624a2355d6 (plain)
  1. @prefix : <http://data.biks.dk/folkedans/> .
  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. :org
  8. a gr:BusinessEntity ;
  9. gr:name "Orø Folkedansere" ;
  10. foaf:Homepage <http://www.orøfolkedansere.dk/> ;
  11. schema:location <http://data.biks.dk/hal/home> ;
  12. schema:location :formandHome .
  13. :formand
  14. a gr:Person ;
  15. gr:name "Knud Noppenau" ;
  16. schema:telephone "+45-59470084" ;
  17. schema:location :formandHome .
  18. :formandHome
  19. a schema:Place;
  20. schema:address :address .
  21. :address
  22. a schema:PostalAddress;
  23. schema:streetAddress "Syvvejen 15, Orø"@da;
  24. schema:postalCode "4300";
  25. schema:addressLocality "Holbæk, Danmark"@da .