@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/683624ec-50a1-43f7-b5c8-289792caf9d0>
	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>	"2021-03-19T10:48:34Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"hello@theparkplayground.com" ;
	<http://schema.org/identifier>	4675 ;
	<http://schema.org/name>	"The Park Playground"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Dok-Noord 7" ;
	<http://schema.org/telephone>	"" ;
	<http://schema.org/url>	"https://theparkplayground.com" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/4675/u14dsbqn99> ;
	foaf:page	<https://visit.gent.be/node/4675> ;
	<http://import.stad.gent/field_lez>	"LEZ1" ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/b5ed1e20-4fb8-43ab-8cb9-88b03977d447>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/683624ec-50a1-43f7-b5c8-289792caf9d0> .