@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/966eca4d-bcfb-4ce3-930e-a4a007847ca4>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2025-02-06T10:29:34Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2016-09-02T12:28:00Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"169 Sint-Denijslaan" ;
	<http://schema.org/email>	"info@blue-bike.be" ;
	<http://schema.org/identifier>	996 ;
	<http://schema.org/name>	"Blue-bike"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Gent" ;
	<http://schema.org/telephone>	"078 050 226" ;
	<http://schema.org/url>	"http://www.blue-bike.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/996/u14dmn7tz6b8> ;
	foaf:page	<https://visit.gent.be/node/996> .
<http://stad.gent/id/place/tourism/54d078ca-2574-4a75-aae6-bedd56d47622>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/966eca4d-bcfb-4ce3-930e-a4a007847ca4> .