@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/1de5810f-cd8f-4da6-9063-16d39c47e7ea>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2020-01-31T08:55:49Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2020-01-31T08:54:34Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Gent" ;
	<http://schema.org/email>	"info@jacobusgent.be" ;
	<http://schema.org/identifier>	3778 ;
	<http://schema.org/name>	"Vzw Jacobus"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Steendam 11" ;
	<http://schema.org/telephone>	"+32 4 77 44 99 90" ;
	<http://schema.org/url>	"https://www.jacobusgent.be/" ;
	<http://schema.org/geometry>	<http://stad.gent/id/contact-point/tourism/geometry/3778/u14dkyemw3rs> ;
	foaf:page	<https://visit.gent.be/node/3778> ;
	<http://import.stad.gent/field_lez>	"LEZ1" .
<http://stad.gent/id/event/tourism/04accc51-b075-4c09-b9ee-03e2c696fb25>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/1de5810f-cd8f-4da6-9063-16d39c47e7ea> .