{
  "@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://ardennes.app/#website",
      "url": "https://ardennes.app/",
      "name": "Ardennes",
      "publisher": {
        "@id": "https://belgianpremier.com/#organization"
      },
      "inLanguage": "en"
    },
    {
      "@type": "CollectionPage",
      "@id": "https://ardennes.app/#webpage",
      "url": "https://ardennes.app/",
      "name": "Ardennes Short Break Planner",
      "description": "Decide whether the Belgian Ardennes is the right forest, river, castle, and memory weekend beyond the classic city route.",
      "inLanguage": "en",
      "dateModified": "2026-06-29",
      "isAccessibleForFree": true,
      "isPartOf": {
        "@id": "https://ardennes.app/#website"
      },
      "publisher": {
        "@id": "https://belgianpremier.com/#organization"
      },
      "about": {
        "@type": "Place",
        "name": "Belgian Ardennes",
        "containedInPlace": {
          "@type": "Country",
          "name": "Belgium"
        }
      },
      "citation": [
        "https://visitwallonia.com/en-gb",
        "https://www.visitardenne.com/en",
        "https://www.belgiantrain.be/en",
        "https://elpremier.com/network-registry.json"
      ]
    }
  ]
}