@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/e2df3921-fd7b-4b07-83e5-9c6b8ee7453e>
	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>	"2023-08-22T12:31:10Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@barqueajack.be" ;
	<http://schema.org/identifier>	10180 ;
	<http://schema.org/name>	"Barque \u00E0 Jack"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"2 Snepkaai" ;
	<http://schema.org/telephone>	"+3293955999" ;
	<http://schema.org/url>	"https://www.barqueajack.be" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/10180/u14dk58y1ws1> ;
	foaf:page	<https://visit.gent.be/node/10180> ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/f5795226-93d3-475b-ada4-fef38ffc4a95>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/e2df3921-fd7b-4b07-83e5-9c6b8ee7453e> .