@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/cb1cf806-7d70-417a-a33b-92e0204a01cf> rdf:type <http://schema.org/PostalAddress> , <http://schema.org/ContactPoint> ; <http://purl.org/dc/terms/modified> "2021-12-14T07:33:14Z"^^xsd:dateTime ; <http://purl.org/dc/terms/created> "2021-12-14T07:26:15Z"^^xsd:dateTime ; <http://schema.org/addressCountry> "BE" ; <http://schema.org/addressLocality> "Melle" ; <http://schema.org/email> "carldekeyzer@gmail.com" ; <http://schema.org/identifier> 5928 ; <http://schema.org/name> "Carl De Keyzer"@nl ; <http://schema.org/postalCode> "9090" ; <http://schema.org/streetAddress> "Kalverhagestraat 7" ; <http://schema.org/telephone> "(+32)477312181" ; <http://schema.org/url> "https://www.carldekeyzer.com/" ; foaf:page <https://visit.gent.be/node/5928> ; <http://import.stad.gent/field_opening_hours> [ ] . <http://stad.gent/id/event/tourism/fa137477-3bdf-4ef3-b0f8-046bdd3d0792> <http://schema.org/contactPoint> <http://stad.gent/id/contact-point/tourism/cb1cf806-7d70-417a-a33b-92e0204a01cf> .