@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/b6904676-949a-46f9-94d6-f995fe53b246>
	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-08-16T12:06:46Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"hallo@mekkerland.be" ;
	<http://schema.org/identifier>	5467 ;
	<http://schema.org/name>	"Mekkerland"@nl ;
	<http://schema.org/postalCode>	"9030" ;
	<http://schema.org/streetAddress>	"8 Zuidbroek" ;
	<http://schema.org/telephone>	"+32 492432754" ;
	<http://schema.org/url>	"https://www.mekkerland.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/5467/u14dedbf5t8j> ;
	foaf:page	<https://visit.gent.be/node/5467> ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/8c3aad51-c4b5-447d-a2dc-55b55f5e3dc1>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/b6904676-949a-46f9-94d6-f995fe53b246> .