{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "HomeAndConstructionBusiness",
      "@id": "https://glaswerkelements.de/#organization",
      "name": "Glaswerk Elements",
      "url": "https://glaswerkelements.de",
      "description": "Glaswerk Elements ist Ihr Spezialist für maßgefertigte Fenster, Türen, Systeme und Überdachungen aus Glas und Aluminium. Wir realisieren anspruchsvolle Architekturprojekte mit präziser Planung und verlässlicher Montage – für höchste Qualitätsstandards.",
      "email": "info@glaswerk-elements.de",
      "telephone": "+4915292612720",
      "areaServed": {
        "@type": "Country",
        "name": "DE"
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Rudolf Diesel Straße 14",
        "addressLocality": "Freudenstadt",
        "postalCode": "72250",
        "addressCountry": "DE"
      },
      "founder": {
        "@type": "Person",
        "@id": "https://glaswerkelements.de/#founder",
        "name": "Glaswerk"
      }
    },
    {
      "@type": "Person",
      "@id": "https://glaswerkelements.de/#founder",
      "name": "Glaswerk",
      "url": "https://glaswerkelements.de",
      "worksFor": {
        "@id": "https://glaswerkelements.de/#organization"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://glaswerkelements.de/#website",
      "url": "https://glaswerkelements.de",
      "name": "Glaswerk Elements",
      "publisher": {
        "@id": "https://glaswerkelements.de/#organization"
      },
      "inLanguage": "de",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://glaswerkelements.de/?s={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    }
  ]
}