@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/547c2b6e-536a-4f3b-95fd-1831bbb69a09>
	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>	"2012-11-23T15:41:46Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@mybarista.be" ;
	<http://schema.org/identifier>	566 ;
	<http://schema.org/name>	"Barista"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Hippoliet Lippensplein 25" ;
	<http://schema.org/telephone>	"+32488469830" ;
	<http://schema.org/url>	"https://www.mybarista.be" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/566/u14dkvkhf4fv> ;
	foaf:page	<https://visit.gent.be/node/566> ;
	<http://import.stad.gent/field_lez>	"LEZ1" ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/place/tourism/e788efb6-4d3e-4dfb-8390-f723a639858e>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/547c2b6e-536a-4f3b-95fd-1831bbb69a09> .