{
  "@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://leuven.app/#website",
      "url": "https://leuven.app/",
      "name": "Leuven",
      "publisher": {
        "@id": "https://belgianpremier.com/#organization"
      },
      "inLanguage": "en"
    },
    {
      "@type": "CollectionPage",
      "@id": "https://leuven.app/#webpage",
      "url": "https://leuven.app/",
      "name": "Leuven Short Break Planner",
      "description": "Decide whether Leuven is the right compact Flemish university city break from Brussels, with Gothic civic stone, KU Leuven, library memory, beer, and green Brabant.",
      "inLanguage": "en",
      "dateModified": "2026-06-29",
      "isAccessibleForFree": true,
      "isPartOf": {
        "@id": "https://leuven.app/#website"
      },
      "publisher": {
        "@id": "https://belgianpremier.com/#organization"
      },
      "about": {
        "@type": "Place",
        "name": "Leuven",
        "containedInPlace": {
          "@type": "Country",
          "name": "Belgium"
        }
      },
      "citation": [
        "https://www.visitleuven.be/en",
        "https://www.visitflanders.com/en",
        "https://www.belgiantrain.be/en",
        "https://elpremier.com/network-registry.json"
      ]
    }
  ]
}