@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/720790ac-48f5-455e-b806-0c377dbe4f0b>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2018-04-27T12:53:43Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2018-04-27T12:49:16Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Wondelgem" ;
	<http://schema.org/email>	"info@scholacantorum.be" ;
	<http://schema.org/identifier>	2833 ;
	<http://schema.org/name>	"Schola Cantorum"@nl ;
	<http://schema.org/postalCode>	"9032" ;
	<http://schema.org/streetAddress>	"Winkelstraat 55" ;
	<http://schema.org/telephone>	"+32 494 36 87 59 " ;
	<http://schema.org/url>	"http://www.scholacantorum.be" ;
	foaf:page	<https://visit.gent.be/node/2833> .
<http://stad.gent/id/event/tourism/2cf8daab-6d96-4178-a9ad-17e528270e56>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/720790ac-48f5-455e-b806-0c377dbe4f0b> .