@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/ff6469be-3ace-4c4c-9df6-960dce4b13a3>
	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>	"2011-11-16T08:31:35Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gentbrugge" ;
	<http://schema.org/email>	"info@playbeach.eu" ;
	<http://schema.org/identifier>	191 ;
	<http://schema.org/name>	"Play Beach"@nl ;
	<http://schema.org/postalCode>	"9050" ;
	<http://schema.org/streetAddress>	"Driebeekstraat 21" ;
	<http://schema.org/telephone>	"+3292304830" ;
	<http://schema.org/url>	"https://www.playbeach.eu/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/191/u14dmepbcfg3> ;
	foaf:page	<https://visit.gent.be/node/191> .
<http://stad.gent/id/place/tourism/3ff72c6a-627c-4fe9-b04d-9be28b75f64a>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/ff6469be-3ace-4c4c-9df6-960dce4b13a3> .