@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/9f20ab30-7faa-4f08-9251-175420a3fb1d>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2019-12-03T11:14:25Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2019-12-03T11:14:09Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"benny.degrove@gmail.com" ;
	<http://schema.org/identifier>	3682 ;
	<http://schema.org/name>	"Benny De Grove"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Sint-Niklaaskerk, Cataloni\u00EBstraat" ;
	<http://schema.org/telephone>	"+32 475 64 96 11" ;
	<http://schema.org/url>	"https://www.bennydegrove.com/confessioni-nederlands" ;
	foaf:page	<https://visit.gent.be/node/3682> ;
	<http://import.stad.gent/field_opening_hours>	[ ] .
<http://stad.gent/id/event/tourism/0eabc441-accb-40ab-abc3-a3d1736e0f5e>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/9f20ab30-7faa-4f08-9251-175420a3fb1d> .