@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/3601623b-3e8d-4016-adec-ef7997fa998e>
	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-15T09:52:59Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"greetje@great.gent" ;
	<http://schema.org/identifier>	4214 ;
	<http://schema.org/name>	"Great & Great to Stay"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"42 Gewad" ;
	<http://schema.org/telephone>	"+32 479412448" ;
	<http://schema.org/url>	"https://www.great.gent/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/4214/u14dkwu08qu6qs97dnm39> ;
	foaf:page	<https://visit.gent.be/node/4214> ;
	<http://import.stad.gent/field_lez>	"LEZ1" .
<http://stad.gent/id/place/tourism/a75113f3-3458-4f5c-aec5-ed4a4d8a8c4d>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/3601623b-3e8d-4016-adec-ef7997fa998e> .