{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": ["LocalBusiness", "MedicalBusiness", "Dentist"],
      "@id": "https://tandprotesevejle.dk/#organization",
      "name": "Tandprotese Klinikken",
      "alternateName": "Tandprotese Klinikken Vejle & Fredericia",
      "description": "Tandprotese Klinikken med 25+ års erfaring i digitale tandproteser. 6 års garanti, naturtro resultater. Klinikker i Vejle & Fredericia.",
      "url": "https://tandprotesevejle.dk",
      "telephone": "+45-75-82-72-73",
      "medicalSpecialty": ["Prosthodontics", "Dental Prosthetics"],
      "yearEstablished": "1999",
      "founder": {
        "@type": "Person",
        "name": "Mikkel Laugesen",
        "jobTitle": "Dental Technician",
        "hasCredential": "25+ years experience in dental prosthetics"
      },
      "location": [
        {
          "@type": "Place",
          "@id": "https://tandprotesevejle.dk/#vejle-location",
          "name": "Tandprotese Klinikken Vejle",
          "address": {
            "@type": "PostalAddress",
            "addressLocality": "Vejle",
            "addressRegion": "Region Syddanmark",
            "addressCountry": "DK"
          },
          "geo": {
            "@type": "GeoCoordinates",
            "latitude": "55.7095",
            "longitude": "9.5358"
          }
        },
        {
          "@type": "Place", 
          "@id": "https://tandprotesevejle.dk/#fredericia-location",
          "name": "Tandprotese Klinikken Fredericia",
          "address": {
            "@type": "PostalAddress",
            "addressLocality": "Fredericia",
            "addressRegion": "Region Syddanmark", 
            "addressCountry": "DK"
          },
          "geo": {
            "@type": "GeoCoordinates",
            "latitude": "55.5663",
            "longitude": "9.7524"
          }
        }
      ],
      "areaServed": [
        {
          "@type": "City",
          "name": "Vejle"
        },
        {
          "@type": "City", 
          "name": "Fredericia"
        },
        {
          "@type": "City",
          "name": "Kolding"
        },
        {
          "@type": "City",
          "name": "Middelfart"
        }
      ],
      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Dental Prosthetics Services",
        "itemListElement": [
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "MedicalProcedure",
              "name": "Digital Dental Prosthetics",
              "description": "State-of-the-art digital prosthetics with 6-year warranty"
            },
            "warranty": {
              "@type": "WarrantyPromise",
              "durationOfWarranty": "P6Y"
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "MedicalProcedure", 
              "name": "Full Dentures (Helproteser)",
              "description": "Complete denture solutions for missing all teeth"
            },
            "warranty": {
              "@type": "WarrantyPromise",
              "durationOfWarranty": "P6Y"
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "MedicalProcedure",
              "name": "Natural-Looking Prosthetics", 
              "description": "Lifelike dental prosthetics with natural appearance"
            },
            "warranty": {
              "@type": "WarrantyPromise",
              "durationOfWarranty": "P6Y"
            }
          }
        ]
      },
      "priceRange": "$$",
      "paymentAccepted": ["Cash", "Credit Card", "Bank Transfer"],
      "openingHours": "Mo-Fr 09:00-17:00",
      "hasCredential": "Licensed Dental Technician",
      "knowsAbout": ["Digital Prosthetics", "Full Dentures", "Partial Dentures", "Prosthodontics"],
      "sameAs": [
        "https://tandprotesevejle.dk"
      ]
    }
  ]
}