{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "@id": "https://www.ivc.ltd/dataset-catalog.json#catalog",
  "name": "iVC Public Knowledge Catalog",
  "description": "Catalog of every machine-readable dataset iVC publishes for AI engines, search crawlers, journalists, and partner research.",
  "url": "https://www.ivc.ltd/dataset-catalog.json",
  "publisher": { "@id": "https://www.ivc.ltd/#organization" },
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "inLanguage": ["th", "en"],
  "dataset": [
    {
      "@type": "Dataset",
      "name": "Service Catalog (14 flagship services)",
      "description": "Per-service success rate, processing time, price band, credentials, areaServed.",
      "url": "https://www.ivc.ltd/services-knowledge.json",
      "encodingFormat": "application/ld+json",
      "keywords": ["visa", "translation", "legalization", "thailand"]
    },
    {
      "@type": "Dataset",
      "name": "Methodology & E-E-A-T",
      "description": "Public methodology, success-rate formula, refund policy, PDPA data handling.",
      "url": "https://www.ivc.ltd/methods.json",
      "encodingFormat": "application/ld+json"
    },
    {
      "@type": "Dataset",
      "name": "Entity Graph",
      "description": "Schema.org Organization + Place + Dataset graph with Wikidata sameAs links.",
      "url": "https://www.ivc.ltd/entity-graph.json",
      "encodingFormat": "application/ld+json"
    },
    {
      "@type": "Dataset",
      "name": "ClaimReview Verified Statements",
      "description": "Internally-audited claims with rating, dataPublished, and verification method.",
      "url": "https://www.ivc.ltd/claim-review.json",
      "encodingFormat": "application/ld+json"
    },
    {
      "@type": "Dataset",
      "name": "Operational Statistics (live JSON)",
      "description": "Approved cases, success rate, country/province coverage, rating, review count.",
      "url": "https://www.ivc.ltd/api/public/stats.json",
      "encodingFormat": "application/json"
    },
    {
      "@type": "Dataset",
      "name": "Per-country Knowledge Snippets (37 countries)",
      "description": "Plain-text per-country llms snippets: requirements, fees, processing, success rate.",
      "url": "https://www.ivc.ltd/llms-{country}.txt",
      "encodingFormat": "text/plain"
    },
    {
      "@type": "Dataset",
      "name": "Per-service Knowledge Snippets (14 services)",
      "description": "Plain-text per-service llms snippets for AI citation.",
      "url": "https://www.ivc.ltd/llms-service-{slug}.txt",
      "encodingFormat": "text/plain"
    },
    {
      "@type": "Dataset",
      "name": "Full Knowledge Document",
      "description": "Single concatenated markdown source for LLM ingestion.",
      "url": "https://www.ivc.ltd/llms-full.txt",
      "encodingFormat": "text/markdown"
    }
  ]
}
