@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/55d2a166-472c-41a5-bad2-53088cfe3d34>
	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>	"2024-04-11T12:55:33Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@vlotgent.be" ;
	<http://schema.org/identifier>	11443 ;
	<http://schema.org/name>	"VlotGent"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Stropkaai" ;
	<http://schema.org/telephone>	"+32 485221232" ;
	<http://schema.org/url>	"https://vlotgent.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/11443/u14dkfpp0m3d9zed12bnb> ;
	foaf:page	<https://visit.gent.be/node/11443> .
<http://stad.gent/id/place/tourism/4a60e320-00f8-49b7-b657-5e0642b71ea8>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/55d2a166-472c-41a5-bad2-53088cfe3d34> .