@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/2cbe0c1a-5316-4a55-8a0e-9a898a470c7d>
	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>	"2016-05-11T12:40:22Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"hello@clouds9000.com" ;
	<http://schema.org/identifier>	975 ;
	<http://schema.org/name>	"Clouds in my coffee"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Dendermondsesteenweg 104" ;
	<http://schema.org/telephone>	"+32 93368434" ;
	<http://schema.org/url>	"https://www.clouds9000.com" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/975/u14dmnjx1d70fn9fhmwc5> ;
	foaf:page	<https://visit.gent.be/node/975> ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/eff9e51a-b057-4f7c-a47b-8df3ef5ff4fa>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/2cbe0c1a-5316-4a55-8a0e-9a898a470c7d> .