@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/7ed6193e-c476-459f-864b-45cfc2cca52a>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2019-06-24T11:05:08Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2019-06-24T10:09:45Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"" ;
	<http://schema.org/email>	"info@international-music-promotion.be" ;
	<http://schema.org/identifier>	3494 ;
	<http://schema.org/name>	"International Music Promotion"@nl ;
	<http://schema.org/postalCode>	"" ;
	<http://schema.org/streetAddress>	"" ;
	<http://schema.org/telephone>	"" ;
	<http://schema.org/url>	"http://www.international-music-promotion.be/" ;
	foaf:page	<https://visit.gent.be/node/3494> .
<http://stad.gent/id/event/tourism/01e0be25-ca40-4f4f-8c36-39dc95367e1e>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/7ed6193e-c476-459f-864b-45cfc2cca52a> .