@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/1f9c7ac3-9022-4be9-916e-a83dda1cd140>
	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-05-21T08:50:04Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@gent-watertoerist.be" ;
	<http://schema.org/identifier>	734 ;
	<http://schema.org/name>	"Gent Watertoerist aanlegsteiger"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Graslei" ;
	<http://schema.org/telephone>	"+32 92690869" ;
	<http://schema.org/url>	"https://www.gent-watertoerist.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/734/u14dkwm6xj> ;
	foaf:page	<https://visit.gent.be/node/734> ;
	<http://import.stad.gent/field_lez>	"LEZ1" ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/c7f57f63-6054-4ffe-9cfb-90c325d2b27e>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/1f9c7ac3-9022-4be9-916e-a83dda1cd140> .