{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://kannkidas.de/#website",
      "url": "https://kannkidas.de/",
      "name": "Kann KI das?",
      "description": "Unabhängige Prüfberichte zur Frage, welche bekannte Software sich mit KI sinnvoll selber bauen lässt.",
      "inLanguage": "de-DE",
      "publisher": {
        "@id": "https://kannkidas.de/#organization"
      },
      "creator": {
        "@id": "https://kannkidas.de/ueber-uns/#person"
      },
      "copyrightHolder": {
        "@id": "https://kannkidas.de/ueber-uns/#person"
      },
      "copyrightYear": 2026,
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://kannkidas.de/produkte/?q={search_term_string}"
        },
        "query-input": {
          "@type": "PropertyValueSpecification",
          "valueRequired": true,
          "valueName": "search_term_string"
        }
      }
    },
    {
      "@type": "Organization",
      "@id": "https://kannkidas.de/#organization",
      "name": "Kann KI das?",
      "url": "https://kannkidas.de/",
      "email": "mailto:mail@pascalebeier.de",
      "founder": {
        "@id": "https://kannkidas.de/ueber-uns/#person"
      },
      "publishingPrinciples": "https://kannkidas.de/methodik/",
      "ownershipFundingInfo": "https://kannkidas.de/ueber-uns/"
    },
    {
      "@type": "Person",
      "@id": "https://kannkidas.de/ueber-uns/#person",
      "name": "Pascale Beier",
      "url": "https://kannkidas.de/ueber-uns/",
      "email": "mailto:mail@pascalebeier.de",
      "publishingPrinciples": "https://kannkidas.de/methodik/",
      "knowsAbout": [
        "Softwarearchitektur",
        "AI-assisted Development",
        "Web Analytics",
        "Build-or-buy-Entscheidungen"
      ]
    }
  ]
}