{
  "@context": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld",
  "@id": "https://www.thegalveston.org/data.json",
  "@type": "dcat:Catalog",
  "conformsTo": "https://project-open-data.cio.gov/v1.1/schema",
  "describedBy": "https://project-open-data.cio.gov/v1.1/schema/catalog.json",
  "dataset": [
    {
      "@type": "dcat:Dataset",
      "identifier": "https://www.thegalveston.org/dataset/articles",
      "title": "The Galveston — Articles",
      "description": "Machine-readable article feed from The Galveston. Updated continuously.",
      "keyword": [
        "news",
        "journalism",
        "Galveston, Texas",
        "Galveston",
        "Galveston TX",
        "Galveston Island",
        "Galveston County",
        "Galveston ISD"
      ],
      "modified": "2026-07-21",
      "publisher": {
        "@type": "org:Organization",
        "name": "Nexcom Media"
      },
      "contactPoint": {
        "@type": "vcard:Contact",
        "fn": "Editorial Team",
        "hasEmail": "mailto:editor@nexcom.media"
      },
      "accessLevel": "public",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "distribution": [
        {
          "@type": "dcat:Distribution",
          "mediaType": "application/feed+json",
          "accessURL": "https://www.thegalveston.org/feed.json",
          "format": "JSON Feed"
        },
        {
          "@type": "dcat:Distribution",
          "mediaType": "application/atom+xml",
          "accessURL": "https://www.thegalveston.org/feed.atom",
          "format": "Atom 1.0"
        },
        {
          "@type": "dcat:Distribution",
          "mediaType": "application/xml",
          "accessURL": "https://www.thegalveston.org/sitemap-news.xml",
          "format": "Google News Sitemap"
        }
      ],
      "spatial": "POINT(-94.79769 29.30135)",
      "language": [
        "en-US"
      ]
    },
    {
      "@type": "dcat:Dataset",
      "identifier": "https://www.thegalveston.org/dataset/sources",
      "title": "The Galveston — Source Attribution",
      "description": "Index of upstream news sources attributed in The Galveston coverage, with article counts.",
      "keyword": [
        "attribution",
        "sources",
        "transparency"
      ],
      "modified": "2026-07-21",
      "publisher": {
        "@type": "org:Organization",
        "name": "Nexcom Media"
      },
      "contactPoint": {
        "@type": "vcard:Contact",
        "fn": "Editorial Team",
        "hasEmail": "mailto:editor@nexcom.media"
      },
      "accessLevel": "public",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "distribution": [
        {
          "@type": "dcat:Distribution",
          "mediaType": "text/html",
          "accessURL": "https://www.thegalveston.org/sources",
          "format": "HTML"
        }
      ]
    }
  ]
}