@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .

<http://stad.gent/id/contact-point/tourism/b2cd7b6e-2989-49c0-8f59-4c7ed5c350be>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2025-05-22T05:46:03Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2020-07-15T13:20:13Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@augrenier.be" ;
	<http://schema.org/identifier>	4235 ;
	<http://schema.org/name>	"B&B Au Grenier"@nl ;
	<http://schema.org/postalCode>	"9052" ;
	<http://schema.org/streetAddress>	"Vogelheide 15" ;
	<http://schema.org/telephone>	"+3292200531" ;
	<http://schema.org/url>	"https://www.augrenier.be" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/4235/u14d5uerqpdb4bgn3mxrc> ;
	foaf:page	<https://visit.gent.be/node/4235> .
<http://stad.gent/id/place/tourism/1ed6bf58-ef77-4678-8e3b-ae8d9fb43403>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/b2cd7b6e-2989-49c0-8f59-4c7ed5c350be> .