summaryrefslogtreecommitdiff
path: root/data/org/mc.ttl
blob: fb86b7d7ff65fd3fa68f826668ef83734c045fb6 (plain)
  1. @prefix : <http://data.biks.dk/mcisland/> .
  2. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  3. @prefix schema: <http://schema.org/> .
  4. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  5. :home
  6. a schema:Place ;
  7. schema:name "MC Island" ;
  8. schema:address :address .
  9. :org
  10. a schema:Organization ;
  11. schema:name "MC Island"@da ;
  12. foaf:Homepage <http://www.mcisland.dk/> ;
  13. schema:email "mcisland.oroe@gmail.com" ;
  14. schema:location :home .
  15. :address
  16. a schema:PostalAddress;
  17. schema:streetAddress "Brøndevej 49, Orø"@da;
  18. schema:postalCode "4300";
  19. schema:addressLocality "Holbæk, Danmark"@da .