@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/388aedb7-b5b1-41d1-89ec-ed7e96908460> rdf:type <http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ; <http://purl.org/dc/terms/modified> "2018-04-27T13:03:12Z"^^xsd:dateTime ; <http://purl.org/dc/terms/created> "2018-04-27T13:01:55Z"^^xsd:dateTime ; <http://schema.org/addressCountry> "BE" ; <http://schema.org/addressLocality> "De Pinte" ; <http://schema.org/email> "conny.roels@gmail.com" ; <http://schema.org/identifier> 2840 ; <http://schema.org/name> "Conny Roels"@nl ; <http://schema.org/postalCode> "9840" ; <http://schema.org/streetAddress> "Park te Poldere 9/4" ; <http://schema.org/telephone> "+32 494 800 870 " ; <http://schema.org/url> "" ; foaf:page <https://visit.gent.be/node/2840> . <http://stad.gent/id/event/tourism/4aca859c-e22a-4e43-b2ab-cc2a906df1db> <http://schema.org/contactPoint> <http://stad.gent/id/contact-point/tourism/388aedb7-b5b1-41d1-89ec-ed7e96908460> .