blob: 4bd2d4f4f7352912b85336d1c78c1df82fdd6fae (
plain)
- @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#> .
- []
- a gr:BusinessEntity;
- gr:category schema:BedAndBreakfast, "accomodation";
- gr:name "ORØ B&B bo-i-haven";
- foaf:page <http://www.langdal5.dk/>;
- schema:email "jensjohan@langdal5.dk";
- schema:telephone "+45-59474705";
- schema:address [
- a schema:PostalAddress;
- schema:streetAddress "Langdal 5, Orø"@da;
- schema:postalCode "4300";
- schema:addressLocality "Holbæk, Danmark"@da;
- ];
- gr:taxID "35012672".
- _:urtehaven
- a schema:Place;
- gr:category schema:Park, "park or museum";
- gr:name "Urtehaven på Orø";
- schema:latitude "55.784417";
- schema:longitude "11.78553";
- gr:hasOpeningHourSpecification [
- a gr:OpeningHourSpecification ;
- rdfs:label "sommer og efterår" ;
- gr:validFrom "2013-05-01T00:00:00Z"^^xsd:dateTime ;
- gr:validThrough "2013-10-31T00:00:00Z"^^xsd:dateTime ;
- gr:hasOpeningHoursDayOfWeek gr:Monday, gr:Tuesday, gr:Wednesday, gr:Thursday, gr:Friday, gr:Saturday, gr:Sunday ;
- gr:opens "10:00:00"^^xsd:time ;
- gr:closes "17:00:00"^^xsd:time ;
- ] .
|