@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/ddbab489-9467-4cb2-aa29-24e7a57aabee>
	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-10-02T10:29:34Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"hello@elton.gent" ;
	<http://schema.org/identifier>	10574 ;
	<http://schema.org/name>	"Elt\u00F2n"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Koningin Maria Hendrikaplein 36" ;
	<http://schema.org/telephone>	"" ;
	<http://schema.org/url>	"https://www.elton.gent/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/10574/u14dk7ndrfw2> ;
	foaf:page	<https://visit.gent.be/node/10574> ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/03dd232b-7129-4303-b8b3-ec31c265b36c>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/ddbab489-9467-4cb2-aa29-24e7a57aabee> .