{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "NewsMediaOrganization",
      "@id": "https://thefortworth.org/#org",
      "name": "The Fort Worth",
      "url": "https://thefortworth.org",
      "description": "Hyperlocal news for Fort Worth, Texas — Tarrant County, FWISD, the Stockyards, and the DFW Metroplex.",
      "inLanguage": "en-US",
      "foundingDate": "2024",
      "logo": {
        "@type": "ImageObject",
        "url": "https://thefortworth.org/og-image.png"
      },
      "parentOrganization": {
        "@type": "Organization",
        "@id": "https://nexcom.media/#org",
        "name": "Nexcom Media",
        "url": "https://nexcom.media"
      },
      "sameAs": [
        "https://nexcom.media"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "email": "editor@nexcom.media",
        "contactType": "editorial"
      },
      "areaServed": {
        "@type": "AdministrativeArea",
        "name": "Fort Worth, Texas",
        "geo": {
          "@type": "GeoCoordinates",
          "latitude": 32.7555,
          "longitude": -97.3308
        }
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://thefortworth.org/#website",
      "url": "https://thefortworth.org",
      "name": "The Fort Worth",
      "publisher": {
        "@id": "https://thefortworth.org/#org"
      },
      "inLanguage": "en-US",
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://thefortworth.org/api/llm-search?q={query}"
        },
        "query-input": "required name=query"
      }
    },
    {
      "@type": "Dataset",
      "@id": "https://thefortworth.org/#dataset",
      "name": "The Fort Worth — open news data",
      "description": "Machine-readable news data from The Fort Worth: articles, events, weather, alerts, and source attribution. CC BY 4.0.",
      "url": "https://thefortworth.org",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "creator": {
        "@id": "https://thefortworth.org/#org"
      },
      "publisher": {
        "@id": "https://thefortworth.org/#org"
      },
      "isAccessibleForFree": true,
      "distribution": [
        {
          "@type": "DataDownload",
          "encodingFormat": "application/feed+json",
          "contentUrl": "https://thefortworth.org/feed.json"
        },
        {
          "@type": "DataDownload",
          "encodingFormat": "application/atom+xml",
          "contentUrl": "https://thefortworth.org/feed.atom"
        },
        {
          "@type": "DataDownload",
          "encodingFormat": "application/xml",
          "contentUrl": "https://thefortworth.org/sitemap-news.xml"
        }
      ]
    }
  ]
}