@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/8fba4e19-69ae-49cd-8d10-b3d1296981c3>
	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>	"2025-02-06T10:29:34Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@hetrustpunt.com" ;
	<http://schema.org/identifier>	12286 ;
	<http://schema.org/name>	"Het Rustpunt"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Burgstraat 110-116" ;
	<http://schema.org/telephone>	"092259571" ;
	<http://schema.org/url>	"https://www.hetrustpunt.com" ;
	foaf:page	<https://visit.gent.be/node/12286> .
<http://stad.gent/id/place/tourism/938cad28-1a8e-45c9-9a45-08b546cc8ad4>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/8fba4e19-69ae-49cd-8d10-b3d1296981c3> .