@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/b6d0cdd1-163b-4d0e-bf7f-fbb07c65a97e>
	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>	"2013-03-15T13:04:59Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"ilmezzogiorno@gmail.com" ;
	<http://schema.org/identifier>	666 ;
	<http://schema.org/name>	"Il Mezzogiorno"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Baudelokaai 17" ;
	<http://schema.org/telephone>	"+32 92243329" ;
	<http://schema.org/url>	"http://www.ilmezzogiorno.be" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/666/u14dkzh42h22> ;
	foaf:page	<https://visit.gent.be/node/666> ;
	<http://import.stad.gent/field_lez>	"LEZ1" ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/4328ecba-cd31-41c9-b1ff-e438a7664519>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/b6d0cdd1-163b-4d0e-bf7f-fbb07c65a97e> .