{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "LocalBusiness",
      "@id": "https://gravurteam.de/#organization",
      "name": "Schlüsselwerkstatt München",
      "url": "https://gravurteam.de",
      "areaServed": {
        "@type": "Country",
        "name": "DE"
      },
      "founder": {
        "@type": "Person",
        "@id": "https://gravurteam.de/#founder",
        "name": "Vural Koplay"
      }
    },
    {
      "@type": "Person",
      "@id": "https://gravurteam.de/#founder",
      "name": "Vural Koplay",
      "url": "https://gravurteam.de",
      "worksFor": {
        "@id": "https://gravurteam.de/#organization"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://gravurteam.de/#website",
      "url": "https://gravurteam.de",
      "name": "Schlüsselwerkstatt München",
      "publisher": {
        "@id": "https://gravurteam.de/#organization"
      },
      "inLanguage": "de",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://gravurteam.de/?s={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    }
  ]
}