{
  "entity": {
    "id": "fc88f6d1-579f-413c-bb35-869850f75359",
    "slug": "centro-veterinario-turia",
    "type": "veterinarian",
    "name": "Centro Veterinario Turia",
    "description_es": "Centro veterinario junto al jardín del Turia con fisioterapia y rehabilitación.",
    "description_en": "Veterinary center by the Turia gardens with physiotherapy and rehabilitation.",
    "address": "Av. del Cid 33",
    "city": "Valencia",
    "region": "C. Valenciana",
    "country": "ES",
    "postal_code": "46018",
    "lat": 39.4711,
    "lng": -0.4004,
    "phone": "+34 963 810 552",
    "email": "hola@vetturia.es",
    "website": "https://vetturia.es",
    "opening_hours": {
      "sat": "09:00-13:00",
      "mon-fri": "08:30-20:30"
    },
    "price_level": 3,
    "rating": 4.7,
    "review_count": 198,
    "hero_image": null,
    "services": [
      "physiotherapy",
      "rehabilitation",
      "preventive",
      "dentistry"
    ],
    "attributes": {
      "physio": true,
      "exotics": true
    },
    "trust_signals": {
      "insured": true,
      "licensed": true
    },
    "completeness": 0.9,
    "confidence": 0.9,
    "source": "seed",
    "last_updated": "2026-07-02T21:50:36.31487+00:00"
  },
  "reviews": [],
  "url": "https://valpp.io/entidad/centro-veterinario-turia",
  "jsonld": {
    "@context": "https://schema.org",
    "@type": "VeterinaryCare",
    "name": "Centro Veterinario Turia",
    "description": "Centro veterinario junto al jardín del Turia con fisioterapia y rehabilitación.",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "Av. del Cid 33",
      "addressLocality": "Valencia",
      "addressRegion": "C. Valenciana",
      "postalCode": "46018",
      "addressCountry": "ES"
    },
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 39.4711,
      "longitude": -0.4004
    },
    "telephone": "+34 963 810 552",
    "email": "hola@vetturia.es",
    "url": "https://vetturia.es",
    "openingHoursSpecification": [
      {
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": "sat",
        "opens": "09:00",
        "closes": "13:00"
      },
      {
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": "mon-fri",
        "opens": "08:30",
        "closes": "20:30"
      }
    ],
    "aggregateRating": {
      "@type": "AggregateRating",
      "ratingValue": 4.7,
      "reviewCount": 198
    }
  }
}