@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/1cf20231-87a0-47f8-b8ac-cfeaf2fa6ac6>
	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-12T08:28:48Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@stroombrouwers.be" ;
	<http://schema.org/identifier>	9981 ;
	<http://schema.org/name>	"Stroom"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Forelstraat 27" ;
	<http://schema.org/telephone>	"+32 491769888" ;
	<http://schema.org/url>	"https://stroombrouwers.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/9981/u14dmhgw1cx7> ;
	foaf:page	<https://visit.gent.be/node/9981> ;
	<http://import.stad.gent/field_lez>	"LEZ1" ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/26fd11cd-ca5e-4b25-a970-4be36a624a54>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/1cf20231-87a0-47f8-b8ac-cfeaf2fa6ac6> .