@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/50b4e85f-f06b-41b9-8733-a189aca59858>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2025-06-11T09:34:19Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2025-06-11T09:34:19Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@kompassklub.com" ;
	<http://schema.org/identifier>	13324 ;
	<http://schema.org/name>	"Kompass Klub"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Vliegtuiglaan 12 " ;
	<http://schema.org/telephone>	"" ;
	<http://schema.org/url>	"https://www.kompassklub.com/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/13324/u14dt1u2q6pr> ;
	foaf:page	<https://visit.gent.be/node/13324> .
<http://stad.gent/id/place/tourism/4cf65983-8bf6-402d-9e22-4b3bd26f1047>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/50b4e85f-f06b-41b9-8733-a189aca59858> .