{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Brand",
      "@id": "https://czechai.io/#brand",
      "name": "CzechAI",
      "alternateName": "CzechAI.io",
      "url": "https://czechai.io/"
    },
    {
      "@type": "Organization",
      "@id": "https://czechai.io/#organization",
      "name": "CzechAI",
      "alternateName": "CzechAI.io",
      "url": "https://czechai.io/",
      "brand": {"@id": "https://czechai.io/#brand"},
      "parentOrganization": {"@id": "https://alprime.cz/#organization"},
      "description": "Czech technology ecosystem focused on practical AI assistants, workflow automation, data integration, controlled deployment and AI education.",
      "areaServed": {"@type": "Country", "name": "Czech Republic"},
      "sameAs": ["https://www.linkedin.com/company/czechai-io"],
      "contactPoint": {
        "@type": "ContactPoint",
        "email": "ceo@czechai.io",
        "telephone": "+420732941900",
        "contactType": "sales",
        "availableLanguage": ["cs", "en"]
      }
    },
    {
      "@type": "Organization",
      "@id": "https://alprime.cz/#organization",
      "name": "A&L Prime s.r.o.",
      "legalName": "A&L Prime s.r.o.",
      "url": "https://alprime.cz/",
      "identifier": {
        "@type": "PropertyValue",
        "propertyID": "IČO",
        "value": "24009245"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://czechai.io/#website",
      "url": "https://czechai.io/",
      "name": "CzechAI",
      "publisher": {"@id": "https://czechai.io/#organization"},
      "inLanguage": ["cs", "en", "de", "ru", "uk"]
    }
  ]
}
