Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "GovernmentOrganization",
"@id": "Toerisme Vlaanderen",
"description": "Toerisme Vlaanderen is een strategie- en kennisgedreven marketingorganisatie die de toeristische partners in Vlaanderen en Brussel ondersteunt.",
"name": "Toerisme Vlaanderen",
"url": "https://www.visitflanders.com",
"telephone": "+3225040300",
"contactPoint": {
"@type": "ContactPoint",
"email": "communicatie@toerismevlaanderen.be"
},
"logo": {
"@type": "ImageObject",
"url": "https://www.visitflanders.com/themes/custom/tvl_base/logo.svg"
},
"address": {
"@type": "PostalAddress",
"streetAddress": "Grasmarkt 61",
"addressLocality": "Brussel",
"postalCode": 1000,
"addressCountry": "Belgium"
}
}
]
}
] |