@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/9457b5d4-f9ad-4c2e-b543-1d5276b5c7ee>
	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>	"2012-06-28T08:04:03Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@kaagent.be" ;
	<http://schema.org/identifier>	512 ;
	<http://schema.org/name>	"KAA Gent"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Ottergemsesteenweg Zuid 808" ;
	<http://schema.org/telephone>	"+32 93302323" ;
	<http://schema.org/url>	"http://www.kaagent.be" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/512/u14dhzpe3t61> ;
	foaf:page	<https://visit.gent.be/node/512> .
<http://stad.gent/id/place/tourism/c6efc301-0db9-4aa8-86c0-73844c1cb00c>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/9457b5d4-f9ad-4c2e-b543-1d5276b5c7ee> .