@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/db7a05f7-9cae-495d-a3ff-6b74fa185017>
	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>	"2024-07-01T08:54:35Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"ciao@cocogelato.be" ;
	<http://schema.org/identifier>	11731 ;
	<http://schema.org/name>	"Coco Gelato"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Walpoortstraat 7" ;
	<http://schema.org/telephone>	"+32476248880" ;
	<http://schema.org/url>	"https://www.cocogelato.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/11731/u14dkv4n8768> ;
	foaf:page	<https://visit.gent.be/node/11731> ;
	<http://import.stad.gent/field_lez>	"LEZ1" ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/65749e5b-40ab-4cc0-8940-793844167add>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/db7a05f7-9cae-495d-a3ff-6b74fa185017> .