@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/2d983a84-5c94-452a-a5a4-d3e376c1e848>
	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-10-14T13:58:19Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"tavontuur@blauwkasteel.be" ;
	<http://schema.org/identifier>	5757 ;
	<http://schema.org/name>	"Tavontuur"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Burgstraat 137" ;
	<http://schema.org/telephone>	"+32 92258795" ;
	<http://schema.org/url>	"https://www.blauwkasteel.be/gent" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/5757/u14dkw3pspzd9dnxbgzn2> ;
	foaf:page	<https://visit.gent.be/node/5757> ;
	<http://import.stad.gent/field_lez>	"LEZ1" ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/4aeeb61d-6418-40c1-977f-2e84a519c32c>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/2d983a84-5c94-452a-a5a4-d3e376c1e848> .