@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/ef439c92-0e0a-4f1a-8b39-7840efb2c11d>
	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>	"2020-07-15T13:16:43Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@aucontraire.be" ;
	<http://schema.org/identifier>	4233 ;
	<http://schema.org/name>	"Au Contraire"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"MONTERREYSTRAAT 38" ;
	<http://schema.org/telephone>	"+32 92211080" ;
	<http://schema.org/url>	"https://www.aucontraire.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/4233/u14dkdqp667t> ;
	foaf:page	<https://visit.gent.be/node/4233> .
<http://stad.gent/id/place/tourism/41da9d8f-64e0-48b6-b9f8-2f9ae9e9c227>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/ef439c92-0e0a-4f1a-8b39-7840efb2c11d> .