{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Person",
      "@id": "https://andiano.com/#javier",
      "name": "Javier Andiano Azpeitia",
      "url": "https://andiano.com",
      "jobTitle": "Asesor tecnológico independiente",
      "alumniOf": [
        { "@type": "Organization", "name": "IE Business School" },
        { "@type": "Organization", "name": "Universidad del País Vasco" }
      ],
      "sameAs": ["https://linkedin.com/in/javierandiano"],
      "address": {
        "@type": "PostalAddress",
        "addressLocality": "Irun",
        "addressRegion": "Gipuzkoa",
        "addressCountry": "ES"
      }
    },
    {
      "@type": "ProfessionalService",
      "@id": "https://andiano.com/#service",
      "name": "andiano",
      "url": "https://andiano.com",
      "description": "Asesoría tecnológica independiente para empresas que crecen.",
      "provider": { "@id": "https://andiano.com/#javier" },
      "serviceType": [
        "Diagnóstico tecnológico e IA",
        "Plan estratégico tecnológico",
        "CIO/CTO externo",
        "Interim management",
        "Dirección de proyectos",
        "Due diligence tecnológica"
      ],
      "areaServed": "ES"
    },
    {
      "@type": "LocalBusiness",
      "@id": "https://andiano.com/#business",
      "name": "andiano",
      "url": "https://andiano.com",
      "description": "Asesoría tecnológica independiente para empresas establecidas y startups.",
      "founder": { "@id": "https://andiano.com/#javier" },
      "address": {
        "@type": "PostalAddress",
        "addressLocality": "Irun",
        "addressRegion": "Gipuzkoa",
        "addressCountry": "ES"
      },
      "areaServed": ["ES", "EU"],
      "sameAs": ["https://linkedin.com/in/javierandiano"]
    }
  ]
}
