{
  "@context": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld",
  "@id": "https://thepalmbeach.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://thepalmbeach.org/dataset/articles",
      "title": "The Palm Beach — Articles",
      "description": "Machine-readable article feed from The Palm Beach. Updated continuously.",
      "keyword": [
        "news",
        "journalism",
        "Palm Beach, Florida",
        "Palm Beach FL news",
        "Palm Beach County",
        "West Palm Beach",
        "Boca Raton",
        "Treasure Coast"
      ],
      "modified": "2026-05-07",
      "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://thepalmbeach.org/feed.json",
          "format": "JSON Feed"
        },
        {
          "@type": "dcat:Distribution",
          "mediaType": "application/atom+xml",
          "accessURL": "https://thepalmbeach.org/feed.atom",
          "format": "Atom 1.0"
        },
        {
          "@type": "dcat:Distribution",
          "mediaType": "application/xml",
          "accessURL": "https://thepalmbeach.org/sitemap-news.xml",
          "format": "Google News Sitemap"
        }
      ],
      "spatial": "POINT(-80.0364 26.7056)",
      "language": [
        "en-US"
      ]
    },
    {
      "@type": "dcat:Dataset",
      "identifier": "https://thepalmbeach.org/dataset/sources",
      "title": "The Palm Beach — Source Attribution",
      "description": "Index of upstream news sources attributed in The Palm Beach coverage, with article counts.",
      "keyword": [
        "attribution",
        "sources",
        "transparency"
      ],
      "modified": "2026-05-07",
      "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://thepalmbeach.org/sources",
          "format": "HTML"
        }
      ]
    }
  ]
}