@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/7545f11a-f0e1-4b3c-bc4d-2e3c42204a8f>
	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>	"2019-05-07T14:11:40Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"tim@citycycling.gent" ;
	<http://schema.org/identifier>	3410 ;
	<http://schema.org/name>	"CityCycling Gent"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"" ;
	<http://schema.org/telephone>	"+32 478764411" ;
	<http://schema.org/url>	"https://citycycling.gent" ;
	foaf:page	<https://visit.gent.be/node/3410> .
<http://stad.gent/id/place/tourism/c1b5baf9-f87e-4191-b23b-492ce5ab62bd>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/7545f11a-f0e1-4b3c-bc4d-2e3c42204a8f> .