@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/7eb62e88-e599-44e0-9290-8308a40e8220>
	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>	"2013-10-25T12:32:35Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@hancelot.be" ;
	<http://schema.org/identifier>	803 ;
	<http://schema.org/name>	"Charmehotel Hancelot"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"19 Vijfwindgatenstraat" ;
	<http://schema.org/telephone>	"+32 92343545" ;
	<http://schema.org/url>	"http://www.hancelot.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/803/u14dkurs0u4n> ;
	foaf:page	<https://visit.gent.be/node/803> ;
	<http://import.stad.gent/field_lez>	"LEZ1" .
<http://stad.gent/id/place/tourism/1dead557-4fa7-4834-ab51-9199474f2615>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/7eb62e88-e599-44e0-9290-8308a40e8220> .