@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/2ed07bee-ec22-499e-a785-f1e7c1df2ee5>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2025-09-16T05:46:02Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2025-09-13T05:46:01Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info.denhoekaf@gmail.com" ;
	<http://schema.org/identifier>	13666 ;
	<http://schema.org/name>	"Den Hoek Af"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Vlaanderenstraat 1" ;
	<http://schema.org/telephone>	"+32498978655" ;
	<http://schema.org/url>	"https://www.denhoekaf.com" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/13666/u14dkve7qujkv> ;
	foaf:page	<https://visit.gent.be/node/13666> ;
	<http://import.stad.gent/field_lez>	"LEZ1" ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/1d5eb9dd-6d5e-469f-9500-2a6faffb3c5a>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/2ed07bee-ec22-499e-a785-f1e7c1df2ee5> .