@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/8892a070-4079-40cc-aedf-8cbd3b8b8c68>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2025-06-28T05:46:02Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2021-03-19T10:35:24Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@thechocolatecastle.be" ;
	<http://schema.org/identifier>	4673 ;
	<http://schema.org/name>	"The Chocolate Castle"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"26 Jan Breydelstraat" ;
	<http://schema.org/telephone>	"+32 479739733" ;
	<http://schema.org/url>	"https://www.thechocolatecastle.be" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/4673/u14dkyb045vp> ;
	foaf:page	<https://visit.gent.be/node/4673> ;
	<http://import.stad.gent/field_lez>	"LEZ1" ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/3b96cb57-58b4-4006-b53d-85e8d2257c1d>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/8892a070-4079-40cc-aedf-8cbd3b8b8c68> .