{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "LocalBusiness",
      "@id": "https://ecoplan-solar.de/#organization",
      "name": "Ecoplan-Solar",
      "url": "https://ecoplan-solar.de",
      "email": "info@ecoplan-solar.de",
      "telephone": "+491728395366",
      "areaServed": {
        "@type": "Country",
        "name": "DE"
      },
      "founder": {
        "@type": "Person",
        "@id": "https://ecoplan-solar.de/#founder",
        "name": "Ugur Köklü"
      }
    },
    {
      "@type": "Person",
      "@id": "https://ecoplan-solar.de/#founder",
      "name": "Ugur Köklü",
      "url": "https://ecoplan-solar.de",
      "worksFor": {
        "@id": "https://ecoplan-solar.de/#organization"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://ecoplan-solar.de/#website",
      "url": "https://ecoplan-solar.de",
      "name": "Ecoplan-Solar",
      "publisher": {
        "@id": "https://ecoplan-solar.de/#organization"
      },
      "inLanguage": "de",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://ecoplan-solar.de/?s={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    }
  ]
}