@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/d7e739b7-f582-4ae3-8b17-0561c3fd12e9>
	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>	"2023-07-03T12:13:52Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@de-verwennerij.be" ;
	<http://schema.org/identifier>	9864 ;
	<http://schema.org/name>	"De Verwennerij"@nl ;
	<http://schema.org/postalCode>	"9050" ;
	<http://schema.org/streetAddress>	"Veldwijkstraat 2" ;
	<http://schema.org/telephone>	"(+32)486125512" ;
	<http://schema.org/url>	"" ;
	foaf:page	<https://visit.gent.be/node/9864> ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/6a2e1107-efb0-4fdd-b85c-3b259b62495f>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/d7e739b7-f582-4ae3-8b17-0561c3fd12e9> .