@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/782cb279-8a66-4c4b-b7a2-109b876646aa>
	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>	"2018-11-08T15:10:45Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"francis@froufrou.gent" ;
	<http://schema.org/identifier>	3178 ;
	<http://schema.org/name>	"Frou Frou"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"5 Terneuzenlaan" ;
	<http://schema.org/telephone>	"+32 473 67 71 51" ;
	<http://schema.org/url>	"http://www.froufrou.gent/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/3178/u14dschj4s81> ;
	foaf:page	<https://visit.gent.be/node/3178> ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/9f16bdd6-917e-4ead-bb9e-0c828d5f3a02>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/782cb279-8a66-4c4b-b7a2-109b876646aa> .