{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://belgianpremier.com/#organization",
      "name": "BelgianPremier Travel",
      "alternateName": "Belgian Premier",
      "url": "https://belgianpremier.com/",
      "parentOrganization": {
        "@type": "Organization",
        "@id": "https://elpremier.com/#organization",
        "name": "El Premier",
        "url": "https://elpremier.com/"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://mechelen.app/#website",
      "url": "https://mechelen.app/",
      "name": "Mechelen",
      "publisher": {
        "@id": "https://belgianpremier.com/#organization"
      },
      "inLanguage": "en"
    },
    {
      "@type": "CollectionPage",
      "@id": "https://mechelen.app/#webpage",
      "url": "https://mechelen.app/",
      "name": "Mechelen Short Break Planner",
      "description": "Decide whether Mechelen is the right compact Flemish art-city break between Brussels and Antwerp, with bells, palaces, water, beer, and memory.",
      "inLanguage": "en",
      "dateModified": "2026-06-29",
      "isAccessibleForFree": true,
      "isPartOf": {
        "@id": "https://mechelen.app/#website"
      },
      "publisher": {
        "@id": "https://belgianpremier.com/#organization"
      },
      "about": {
        "@type": "Place",
        "name": "Mechelen",
        "alternateName": "Malines",
        "containedInPlace": {
          "@type": "Country",
          "name": "Belgium"
        }
      },
      "citation": [
        "https://www.visitmechelen.be/en",
        "https://www.visitflanders.com/en/flemish-destinations/mechelen",
        "https://www.belgiantrain.be/en",
        "https://elpremier.com/network-registry.json"
      ]
    }
  ]
}