@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/e9e3c996-a4a2-4f8f-a2bd-e061d41aa84e>
	rdf:type	<http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ;
	<http://purl.org/dc/terms/modified>	"2025-02-06T10:28:34Z"^^xsd:dateTime ;
	<http://purl.org/dc/terms/created>	"2021-05-21T13:02:02Z"^^xsd:dateTime ;
	<http://schema.org/addressCountry>	"BE" ;
	<http://schema.org/addressLocality>	"Botermarkt" ;
	<http://schema.org/email>	"degentsemusea@stad.gent" ;
	<http://schema.org/identifier>	4973 ;
	<http://schema.org/name>	"AGB Erfgoed/ AGB Kunsten & Design"@nl ;
	<http://schema.org/postalCode>	"9000" ;
	<http://schema.org/streetAddress>	"Gent" ;
	<http://schema.org/telephone>	"+32 93236190" ;
	<http://schema.org/url>	"https://degentsemusea.be/" ;
	foaf:page	<https://visit.gent.be/node/4973> .
<http://stad.gent/id/event/tourism/86cb9f3b-94e1-427c-843c-839cd6ea4d7c>
	<http://schema.org/contactPoint>	<http://stad.gent/id/contact-point/tourism/e9e3c996-a4a2-4f8f-a2bd-e061d41aa84e> .