@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/1d44dc77-8230-489c-bd6e-e12cc7c60369>
	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>	"2025-02-06T10:28:54Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"toko-gent@skynet.be" ;
	<http://schema.org/identifier>	12274 ;
	<http://schema.org/name>	"Toko"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Koningin Elisabethlaan 56" ;
	<http://schema.org/telephone>	"092452065" ;
	<http://schema.org/url>	"https://www.toko-gent.com" ;
	foaf:page	<https://visit.gent.be/node/12274> .
<http://stad.gent/id/place/tourism/2bc5966e-3329-45b3-879f-773fa10d1f5d>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/1d44dc77-8230-489c-bd6e-e12cc7c60369> .