{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@id": "https://www.lcf.com.br#lab",
      "@type": "MedicalLab",
      "name": "Laboratório Clementino Fraga",
      "url": "https://www.lcf.com.br",
      "description": "Laboratório Clementino Fraga: excelência em análises clínicas, diagnósticos e especialidades laboratoriais no Ceará.",
      "foundingDate": "1971",
      "medicalSpecialty": [
        "Pathology",
        "Hematology",
        "AnatomicalPathology",
        "MedicalLaboratory",
        "ClinicalChemistry"
      ],
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Rua Carlos Vasconcelos, 947 Meireles",
        "addressLocality": "Fortaleza",
        "addressRegion": "CE",
        "addressCountry": "BR"
      },
      "brand": { "@id": "https://www.lcf.com.br#brand" },
      "parentOrganization": { "@id": "https://www.lcf.com.br#org" }
    },

    {
      "@id": "https://www.lcf.com.br#brand",
      "@type": "Brand",
      "name": "Laboratório Clementino Fraga",
      "url": "https://www.lcf.com.br"
    },

    {
      "@id": "https://www.lcf.com.br#org",
      "@type": "MedicalOrganization",
      "name": "Laboratório Clementino Fraga",
      "url": "https://www.lcf.com.br",
      "brand": { "@id": "https://www.lcf.com.br#brand" },
      "sameAs": [
        "https://www.instagram.com/laboratorioclementino/",
        "https://www.google.com/maps/place/Clementino+Fraga+-+Patologia+Cl%C3%ADnica+Central/@-5.429376,-38.0844186,8z/data=!4m10!1m2!2m1!1sLaborat%C3%B3rio+Clementino+Fraga!3m6!1s0x7c7485c1601f979:0x39d9a4b0a96328b4!8m2!3d-3.730223!4d-38.509765!15sCh1MYWJvcmF0w7NyaW8gQ2xlbWVudGlubyBGcmFnYSIDiAEBkgELbWVkaWNhbF9sYWLgAQA!16s%2Fg%2F1tj57_99?entry=ttu&g_ep=EgoyMDI1MTIwMi4wIKXMDSoASAFQAw%3D%3D"
      ],
      "department": [
        { "@id": "https://www.lcf.com.br#anatomia" },
        { "@id": "https://www.lcf.com.br#biomolecular" },
        { "@id": "https://www.lcf.com.br#quimica" }
      ],
      "knowsAbout": [
        "análises clínicas",
        "exames laboratoriais",
        "biologia molecular",
        "hematologia",
        "patologia",
        "diagnóstico laboratorial"
      ]
    },

    {
      "@id": "https://www.lcf.com.br#anatomia",
      "@type": "MedicalSpecialty",
      "name": "Anatomia Patológica",
      "url": "https://www.lcf.com.br/anatomia-patologica"
    },

    {
      "@id": "https://www.lcf.com.br#biomolecular",
      "@type": "MedicalSpecialty",
      "name": "Biologia Molecular",
      "url": "https://www.lcf.com.br/biologia-molecular"
    },

    {
      "@id": "https://www.lcf.com.br#quimica",
      "@type": "MedicalSpecialty",
      "name": "Química Analítica",
      "url": "https://www.lcf.com.br/quimica-analitica"
    },

    {
      "@id": "https://www.lcf.com.br#unidades",
      "@type": "ItemList",
      "name": "Unidades LCF",
      "url": "https://www.lcf.com.br/unidades",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "url": "https://www.lcf.com.br/unidades"
        }
      ]
    },

    {
      "@id": "https://www.lcf.com.br#website",
      "@type": "WebSite",
      "name": "Laboratório Clementino Fraga",
      "url": "https://www.lcf.com.br",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://www.lcf.com.br/exames",
        "query-input": "required name=search_term_string"
      }
    }
  ]
}
