blob: 6464db27d4996f2d95018ac1f81ee761ad7e8331 (
plain)
- @prefix : <http://data.biks.dk/hal/> .
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
- @prefix gr: <http://purl.org/goodrelations/v1#> .
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
- @prefix schema: <http://schema.org/> .
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- :home
- a schema:Place;
- gr:category schema:SportsActivityLocation ;
- gr:name "Orø Hallen" ;
- foaf:Homepage <http://www.oroehallen.dk/html/Hallen.htm> ;
- schema:address :address .
- :org
- a gr:BusinessEntity ;
- gr:name "Orø Hallen" ;
- foaf:Homepage <http://www.oroehallen.dk/> ;
- schema:location :home .
- :address
- a schema:PostalAddress;
- schema:streetAddress "Brøndevej 15, Orø"@da;
- schema:postalCode "4300";
- schema:addressLocality "Holbæk, Danmark"@da .
|