{
  "@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://dinant.app/#website",
      "url": "https://dinant.app/",
      "name": "Dinant",
      "publisher": {
        "@id": "https://belgianpremier.com/#organization"
      },
      "inLanguage": "en"
    },
    {
      "@type": "CollectionPage",
      "@id": "https://dinant.app/#webpage",
      "url": "https://dinant.app/",
      "name": "Dinant Short Break Planner",
      "description": "Decide whether Dinant is the right Meuse river, citadel, Sax, Leffe, and Ardennes gateway trip from Brussels or Namur.",
      "inLanguage": "en",
      "dateModified": "2026-06-30",
      "isAccessibleForFree": true,
      "isPartOf": {
        "@id": "https://dinant.app/#website"
      },
      "publisher": {
        "@id": "https://belgianpremier.com/#organization"
      },
      "about": {
        "@type": "Place",
        "name": "Dinant",
        "containedInPlace": {
          "@type": "Country",
          "name": "Belgium"
        }
      },
      "citation": [
        "https://visitwallonia.com/",
        "https://www.dinant.be/",
        "https://www.belgiantrain.be/en",
        "https://elpremier.com/network-registry.json"
      ]
    }
  ]
}