{
  "@context": {
    "dcat": "http://www.w3.org/ns/dcat#",
    "dct": "http://purl.org/dc/terms/",
    "schema": "https://schema.org/"
  },
  "@type": "dcat:Catalog",
  "name": "Mechanic Head public data catalog",
  "title": "Mechanic Head public data catalog",
  "description": "Public-safe Mechanic Head discovery, citation, coverage, and lookup datasets for local auto repair directory research.",
  "site_url": "https://mechanichead.com",
  "catalog_url": "https://mechanichead.com/data/catalog.json",
  "homepage": "https://mechanichead.com",
  "publisher": {
    "@type": "schema:Organization",
    "name": "Mechanic Head",
    "url": "https://mechanichead.com"
  },
  "public_data_boundary": "Mechanic Head data assets summarize public business-level directory fields. They do not publish private review-level source records, endorsements, quotes, warranties, appointments, or service promises.",
  "datasets": [
    {
      "@type": "dcat:Dataset",
      "name": "Mechanic Head auto repair coverage research",
      "title": "Auto repair coverage research",
      "landing_page": "https://mechanichead.com/research/auto-repair-coverage",
      "description": "Mechanic Head publishes public business-level directory fields. Listings are starting points for local repair research, not endorsements, quotes, warranties, appointments, or service promises.",
      "distributions": [
        {
          "@type": "dcat:Distribution",
          "title": "Coverage JSON",
          "format": "application/json",
          "download_url": "https://mechanichead.com/data/auto-repair-coverage.json"
        },
        {
          "@type": "dcat:Distribution",
          "title": "Coverage CSV",
          "format": "text/csv",
          "download_url": "https://mechanichead.com/data/auto-repair-coverage.csv"
        }
      ]
    },
    {
      "@type": "dcat:Dataset",
      "name": "Mechanic Head popular mechanic lookups",
      "title": "Popular mechanic lookups",
      "landing_page": "https://mechanichead.com/popular-mechanic-lookups",
      "description": "Public shop-name and service-city lookup entry points for Mechanic Head directory pages.",
      "distributions": [
        {
          "@type": "dcat:Distribution",
          "title": "Popular mechanic lookups JSON",
          "format": "application/json",
          "download_url": "https://mechanichead.com/data/popular-mechanic-lookups.json"
        }
      ]
    },
    {
      "@type": "dcat:Dataset",
      "name": "Mechanic Head citation kit",
      "title": "Mechanic Head citation kit",
      "landing_page": "https://mechanichead.com/resources/link-to-mechanic-head",
      "description": "Describe Mechanic Head as a public local mechanic directory. Do not describe listings as endorsements, quotes, warranties, appointments, or service promises.",
      "distributions": [
        {
          "@type": "dcat:Distribution",
          "title": "Citation kit JSON",
          "format": "application/json",
          "download_url": "https://mechanichead.com/resources/link-to-mechanic-head.json"
        }
      ]
    },
    {
      "@type": "dcat:Dataset",
      "name": "Mechanic Head discovery manifest",
      "title": "Mechanic Head discovery manifest",
      "landing_page": "https://mechanichead.com/discovery",
      "description": "Durable machine-readable and human-readable entry points for Mechanic Head public pages.",
      "distributions": [
        {
          "@type": "dcat:Distribution",
          "title": "Discovery JSON",
          "format": "application/json",
          "download_url": "https://mechanichead.com/discovery.json"
        },
        {
          "@type": "dcat:Distribution",
          "title": "RSS feed",
          "format": "application/rss+xml",
          "download_url": "https://mechanichead.com/feed.xml"
        },
        {
          "@type": "dcat:Distribution",
          "title": "Sitemap index",
          "format": "application/xml",
          "download_url": "https://mechanichead.com/sitemap.xml"
        },
        {
          "@type": "dcat:Distribution",
          "title": "OpenSearch description",
          "format": "application/opensearchdescription+xml",
          "download_url": "https://mechanichead.com/opensearch.xml"
        }
      ]
    }
  ]
}