{
  "title": "Sources",
  "description": "Full list of primary sources cited across Dark Skies Directory.",
  "canonicalUrl": "https://darkskiesdirectory.com/sources",
  "breadcrumbs": [
    {
      "name": "Home",
      "url": "/"
    },
    {
      "name": "Sources",
      "url": "/sources"
    }
  ],
  "updated": null,
  "data": {
    "bodyMd": "## Primary sources\n\nThis page lists the organizations cited across the site. Individual citations appear inline on every article, event, place, and law entry.\n\n- [NASA](https://www.nasa.gov/)\n- [NASA Eclipse Website](https://eclipse.gsfc.nasa.gov/)\n- [NOAA Space Weather Prediction Center](https://www.swpc.noaa.gov/)\n- [US Naval Observatory](https://aa.usno.navy.mil/)\n- [DarkSky International](https://darksky.org/)\n- [Royal Astronomical Society of Canada](https://www.rasc.ca/)\n- State legislature and municipal code sites, cited per jurisdiction on [/laws](/laws)\n\nFor the machine-readable version of this list plus every dataset on the site, see [/llms-full.txt](/llms-full.txt)."
  },
  "jsonld": {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "Organization",
        "@id": "https://darkskiesdirectory.com/#organization",
        "name": "Dark Skies Directory",
        "url": "https://darkskiesdirectory.com"
      },
      {
        "@type": "WebSite",
        "@id": "https://darkskiesdirectory.com/#website",
        "url": "https://darkskiesdirectory.com",
        "name": "Dark Skies Directory",
        "publisher": {
          "@id": "https://darkskiesdirectory.com/#organization"
        }
      },
      {
        "@type": "BreadcrumbList",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://darkskiesdirectory.com/"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "Sources",
            "item": "https://darkskiesdirectory.com/sources"
          }
        ]
      }
    ]
  }
}