blob: 9135fa7ccf083be09ef18ab816766287f6bda8e6 (
plain)
- @prefix : <http://data.biks.dk/baadelaug/> .
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
- @prefix gr: <http://purl.org/goodrelations/v1#> .
- @prefix schema: <http://schema.org/> .
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- :home
- a schema:Place ;
- schema:name "Orø Bådelaug" ;
- schema:address :address .
- :org
- a schema:Organization ;
- schema:name "Orø Bådelaug"@da ;
- foaf:Homepage <http://orøbådelaug.dk/> ;
- schema:email "baadelauget@gmail.com" ;
- schema:location :home .
- :formand
- a gr:Person ;
- gr:name "Bjarne Søeborg" ;
- schema:telephone "+45-20460653" .
- :address
- a schema:PostalAddress;
- schema:streetAddress "Havnevej 1A, Orø"@da;
- schema:postalCode "4300";
- schema:addressLocality "Holbæk, Danmark"@da .
|