@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/54af08a7-d063-47fd-8191-dee7d7df78a5>
	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>	"2018-04-18T07:42:11Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"welcome@iccghent.be" ;
	<http://schema.org/identifier>	2758 ;
	<http://schema.org/name>	"ICC Gent - International Convention Centre"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"2 Bus 1 Familie van Rysselberghedreef" ;
	<http://schema.org/telephone>	"+32 92428900" ;
	<http://schema.org/url>	"http://www.iccghent.com" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/2758/u14dkdymgz70> ;
	foaf:page	<https://visit.gent.be/node/2758> .
<http://stad.gent/id/place/tourism/43bd9056-36b4-4860-8ef5-1896bbc708c5>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/54af08a7-d063-47fd-8191-dee7d7df78a5> .