@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/b2ba88b4-2e5d-4a65-b81b-f777ef03a68c>
	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-07-05T08:43:57Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@maaltebrug.be" ;
	<http://schema.org/identifier>	9918 ;
	<http://schema.org/name>	"B&B Maaltebrug"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Kortrijksesteenweg 1003A" ;
	<http://schema.org/telephone>	"+32496162080" ;
	<http://schema.org/url>	"https://www.maaltebrug.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/9918/u14dk2ew59up> ;
	foaf:page	<https://visit.gent.be/node/9918> .
<http://stad.gent/id/place/tourism/5e5302ae-43b6-4ff0-b45d-7ce43e3b24ad>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/b2ba88b4-2e5d-4a65-b81b-f777ef03a68c> .