@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/79828e15-bf21-4f4f-b643-d3906df4edca>
	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>	"2021-01-08T14:47:03Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"book@ghentcityguide.be" ;
	<http://schema.org/identifier>	4573 ;
	<http://schema.org/name>	"GhentCityGuide"@nl ;
	<http://schema.org/postalCode>	"9041" ;
	<http://schema.org/streetAddress>	"Hondskruidstraat 10" ;
	<http://schema.org/telephone>	"+32 499 58 00 14" ;
	<http://schema.org/url>	"https://www.ghentcityguide.be/" ;
	foaf:page	<https://visit.gent.be/node/4573> .
<http://stad.gent/id/place/tourism/8afce9b8-6a6e-4eb3-b3d6-9deef151ca28>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/79828e15-bf21-4f4f-b643-d3906df4edca> .