blob: f66b8dd443bcb77b82b82212e43b58fb7ccfb177 (
plain)
- @prefix : <http://data.biks.dk/forsamlingshus/> .
- @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:Restaurant, "full-meal food" ;
- gr:name "Orø Forsamlingshus" ;
- schema:address :address .
- :org
- a gr:BusinessEntity ;
- gr:name "Orø Hallen" ;
- foaf:Homepage <http://www.oroenyforsamlingshus.dk/> ;
- schema:email "booking@oroenyforsamlingshus.dk", "info@oroenyforsamlingshus.dk" ;
- schema:telephone "+45-59470050" ;
- schema:location :home .
- :address
- a schema:PostalAddress;
- schema:streetAddress "Brøndevej 24, Orø"@da;
- schema:postalCode "4300";
- schema:addressLocality "Holbæk, Danmark"@da .
|