{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "NewsMediaOrganization",
      "@id": "https://herchoice.org/#org",
      "name": "Her Choice",
      "url": "https://herchoice.org",
      "description": "National news and advocacy for women's reproductive rights, healthcare access, and bodily autonomy.",
      "inLanguage": "en-US",
      "foundingDate": "2024",
      "logo": {
        "@type": "ImageObject",
        "url": "https://herchoice.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": "Country",
        "name": "United States"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://herchoice.org/#website",
      "url": "https://herchoice.org",
      "name": "Her Choice",
      "publisher": {
        "@id": "https://herchoice.org/#org"
      },
      "inLanguage": "en-US",
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://herchoice.org/api/llm-search?q={query}"
        },
        "query-input": "required name=query"
      }
    },
    {
      "@type": "Dataset",
      "@id": "https://herchoice.org/#dataset",
      "name": "Her Choice — open news data",
      "description": "Machine-readable news data from Her Choice: articles, events, weather, alerts, and source attribution. CC BY 4.0.",
      "url": "https://herchoice.org",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "creator": {
        "@id": "https://herchoice.org/#org"
      },
      "publisher": {
        "@id": "https://herchoice.org/#org"
      },
      "isAccessibleForFree": true,
      "distribution": [
        {
          "@type": "DataDownload",
          "encodingFormat": "application/feed+json",
          "contentUrl": "https://herchoice.org/feed.json"
        },
        {
          "@type": "DataDownload",
          "encodingFormat": "application/atom+xml",
          "contentUrl": "https://herchoice.org/feed.atom"
        },
        {
          "@type": "DataDownload",
          "encodingFormat": "application/xml",
          "contentUrl": "https://herchoice.org/sitemap-news.xml"
        }
      ]
    }
  ]
}