@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/8494f747-d972-41c6-bc96-9ddc212688f4>
	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>	"2024-01-17T08:07:17Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@marijncoertjens.be" ;
	<http://schema.org/identifier>	11020 ;
	<http://schema.org/name>	"Marijn Coertjens"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"151 Burgstraat" ;
	<http://schema.org/telephone>	"+32 92334801" ;
	<http://schema.org/url>	"https://www.marijncoertjens.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/11020/u14dkw2z2scv> ;
	foaf:page	<https://visit.gent.be/node/11020> ;
	<http://import.stad.gent/field_lez>	"LEZ1" ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/3f1877bb-b828-4272-93b2-7634a81303c4>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/8494f747-d972-41c6-bc96-9ddc212688f4> .