@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/c80b5375-746e-400e-b331-b8af6a705e9f>
	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-06-28T09:55:17Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/identifier>	5248 ;
	<http://schema.org/name>	"De Schuur"@nl ;
	<http://schema.org/postalCode>	"9030" ;
	<http://schema.org/streetAddress>	"259 Zandloperstraat" ;
	<http://schema.org/telephone>	"" ;
	<http://schema.org/url>	"https://www.de-schuur.be" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/5248/u14de2tf35cv> ;
	foaf:page	<https://visit.gent.be/node/5248> ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/event/tourism/45c31456-40c8-42d8-a7b3-6cae37596fe8>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/c80b5375-746e-400e-b331-b8af6a705e9f> .