{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://bcompliant.nl/#organization",
      "name": "Bcompliant",
      "url": "https://bcompliant.nl/",
      "logo": "https://bcompliant.nl/img/bcompliant-logo.png",
      "email": "info@bcompliant.nl",
      "description": "Software voor AVG- en EU AI Act-compliance: werkplan op maat per wetgeving en systeem, AI-register en assessments."
    },
    {
      "@type": "WebSite",
      "@id": "https://bcompliant.nl/#website",
      "url": "https://bcompliant.nl/",
      "name": "Bcompliant",
      "publisher": { "@id": "https://bcompliant.nl/#organization" },
      "inLanguage": "nl-NL"
    },
    {
      "@type": "SoftwareApplication",
      "name": "Bcompliant",
      "applicationCategory": "BusinessApplication",
      "operatingSystem": "Web",
      "url": "https://app.bcompliant.nl/login",
      "description": "Centraal digitaal dossier voor AI-register, werkplan op maat (per wetgeving en systeem), assessments en dossierdekking — afgestemd op de EU AI Act en de AVG.",
      "offers": {
        "@type": "Offer",
        "price": "199",
        "priceCurrency": "EUR",
        "priceValidUntil": "2027-12-31",
        "availability": "https://schema.org/InStock"
      },
      "provider": { "@id": "https://bcompliant.nl/#organization" }
    }
  ]
}
