{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://groundwerk.nl/#organization",
      "name": "Groundwerk",
      "alternateName": ["Groundwerk B.V.", "groundwerk.nl"],
      "url": "https://groundwerk.nl",
      "logo": {
        "@type": "ImageObject",
        "url": "https://groundwerk.nl/icon-512.png",
        "width": 512,
        "height": 512
      },
      "description": "Groundwerk is the only Dutch property intelligence platform combining 20+ official government registries with AI analysis into a single per-address report. Built for both Dutch home buyers and the expat market.",
      "foundingDate": "2025",
      "areaServed": { "@type": "Country", "name": "Netherlands" },
      "email": "support@groundwerk.nl",
      "identifier": {
        "@type": "PropertyValue",
        "name": "KvK",
        "value": "42018181"
      },
      "founder": { "@type": "Person", "@id": "https://groundwerk.nl/#founder" },
      "sameAs": [
        "https://www.linkedin.com/company/groundwerknl",
        "https://www.instagram.com/groundwerk.nl/"
      ],
      "knowsAbout": [
        "Dutch real estate",
        "Property intelligence",
        "BAG (Basisregistratie Adressen en Gebouwen)",
        "Kadaster",
        "CBS demographics",
        "WOZ valuation",
        "EP-online energy labels",
        "Erfpacht detection",
        "Foundation risk (funderingen)",
        "Flood risk (Klimaatatlas)",
        "Leefbaarometer livability",
        "RIVM noise data",
        "Bestemmingsplan (zoning)",
        "Rijksmonumentenregister",
        "Kosten koper",
        "NHG (Nationale Hypotheek Garantie)",
        "Voorbehoud financiering",
        "Bidding strategy (biedstrategie)",
        "Aankoopmakelaar alternatives"
      ]
    },
    {
      "@type": "Person",
      "@id": "https://groundwerk.nl/#founder",
      "name": "Reiss Barran",
      "worksFor": { "@id": "https://groundwerk.nl/#organization" }
    },
    {
      "@type": "WebSite",
      "@id": "https://groundwerk.nl/#website",
      "url": "https://groundwerk.nl",
      "name": "Groundwerk",
      "description": "Property intelligence for Dutch home buyers — analyse any property with official Dutch government data and Groundwerk AI.",
      "inLanguage": ["nl", "en"],
      "publisher": { "@id": "https://groundwerk.nl/#organization" },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://groundwerk.nl/report/new?address={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://groundwerk.nl/#software",
      "name": "Groundwerk Property Intelligence Report",
      "applicationCategory": "BusinessApplication",
      "applicationSubCategory": "Real Estate Due Diligence",
      "operatingSystem": "Web Browser",
      "url": "https://groundwerk.nl/report/new",
      "description": "Generates a 12-section due-diligence report for any Dutch home address, combining 20+ official government data sources with Anthropic Claude analysis. Sections: AI verdict, red flags, energy label, WOZ valuation, financial overview (incl. kosten koper), neighbourhood profile, schools, viewing checklist, bidding strategy, climate/flood risk, zoning/erfpacht, seller-document review.",
      "inLanguage": ["nl", "en"],
      "provider": { "@id": "https://groundwerk.nl/#organization" },
      "offers": [
        {
          "@type": "Offer",
          "name": "Per-report",
          "price": "9.99",
          "priceCurrency": "EUR",
          "description": "All 12 sections, 3 AI chat questions, single address"
        },
        {
          "@type": "Offer",
          "name": "Search Pass",
          "price": "39.99",
          "priceCurrency": "EUR",
          "description": "3 months unlimited reports + Woningtracker + Together tab + 20 AI chat Q/report"
        },
        {
          "@type": "Offer",
          "name": "Free tier",
          "price": "0",
          "priceCurrency": "EUR",
          "description": "1 free report (4 sections unlocked, 3 AI chat questions)"
        }
      ]
    },
    {
      "@type": "Service",
      "@id": "https://groundwerk.nl/#service-viewing-companion",
      "name": "Viewing Companion",
      "provider": { "@id": "https://groundwerk.nl/#organization" },
      "areaServed": { "@type": "Country", "name": "Netherlands" },
      "description": "In-person AI assistant for Dutch property viewings (bezichtigingen). Buyers photograph a property during the viewing; Claude analyses each photo for severity-ranked findings (vocht, scheuren, schimmel, dated electrical, missing insulation, foundation indicators) and ties findings to the property's address-specific risk profile. There is no comparable Dutch product.",
      "url": "https://groundwerk.nl/viewing-companion"
    },
    {
      "@type": "Service",
      "@id": "https://groundwerk.nl/#service-tracker",
      "name": "Woningtracker (Property Tracker)",
      "provider": { "@id": "https://groundwerk.nl/#organization" },
      "areaServed": { "@type": "Country", "name": "Netherlands" },
      "description": "Kanban-style pipeline for managing multiple parallel property viewings and bids: Interested -> Viewing planned -> Viewed -> Shortlisted -> Bid submitted -> Won/Lost. Includes bid history logging and a shared 'Together tab' so couples can run their search jointly. Purpose-built for the parallel-viewing reality of the current Dutch market — most buyers improvise this in spreadsheets or WhatsApp.",
      "url": "https://groundwerk.nl/tracker"
    },
    {
      "@type": "Service",
      "@id": "https://groundwerk.nl/#service-buurt",
      "name": "Buurtprofielen (Neighbourhood Profiles)",
      "provider": { "@id": "https://groundwerk.nl/#organization" },
      "areaServed": { "@type": "Country", "name": "Netherlands" },
      "description": "Free, public, bilingual neighbourhood profiles covering ~600 Dutch buurten. Each profile aggregates official data on liveability, average WOZ, prices per m², crime statistics, flood risk, air quality, road/rail/aircraft noise, schools, demographics, and market data. Also exposed as JSON via a free public API.",
      "url": "https://groundwerk.nl/buurt"
    },
    {
      "@type": "WebAPI",
      "@id": "https://groundwerk.nl/#api",
      "name": "Groundwerk Public API",
      "url": "https://groundwerk.nl/api/public",
      "documentation": "https://groundwerk.nl/openapi.json",
      "termsOfService": "https://groundwerk.nl/terms",
      "description": "Read-only JSON API for Dutch neighbourhood data. No authentication. CORS-enabled. CDN-cached. Intended for AI agents, integrators, and researchers."
    }
  ]
}
