{
  "@context": {
    "schema": "http://schema.org/",
    "ex": "https://example.org/",
    "spdx": "http://spdx.org/rdf/terms#",
    "dcterms": "http://purl.org/dc/terms/"
  },
  "@id": "ex:DataDownloadComplete_001",
  "@type": [
    "schema:DataDownload"
  ],
  "schema:name": "Arctic Sea Ice Extent Monthly Averages 1979-2024",
  "schema:description": "CSV file containing monthly average Arctic sea ice extent values derived from satellite passive microwave observations. Columns include date, extent in million km\u00b2, and anomaly from 1981-2010 mean.",
  "schema:contentUrl": "https://data.example.org/sea-ice/arctic-monthly-extent-1979-2024.csv",
  "schema:encodingFormat": [
    "text/csv",
    "application/zip"
  ],
  "spdx:checksum": {
    "@type": [
      "spdx:Checksum"
    ],
    "spdx:algorithm": "SHA256",
    "spdx:checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
  },
  "schema:provider": [
    {
      "@id": "https://orcid.org/0000-0002-5678-1234",
      "@type": [
        "schema:Person"
      ],
      "schema:name": "Maria Icewatch",
      "schema:affiliation": {
        "@type": [
          "schema:Organization"
        ],
        "schema:name": "National Snow and Ice Data Center",
        "schema:identifier": {
          "@type": [
            "schema:PropertyValue"
          ],
          "schema:propertyID": "https://ror.org",
          "schema:value": "0559x5c32",
          "schema:url": "https://ror.org/0559x5c32"
        }
      },
      "schema:contactPoint": {
        "@type": [
          "schema:ContactPoint"
        ],
        "schema:email": "data@nsidc.org"
      },
      "schema:identifier": {
        "@type": [
          "schema:PropertyValue"
        ],
        "schema:propertyID": "https://orcid.org",
        "schema:value": "0000-0002-5678-1234",
        "schema:url": "https://orcid.org/0000-0002-5678-1234"
      }
    },
    {
      "@type": [
        "schema:Organization"
      ],
      "schema:name": "National Snow and Ice Data Center",
      "schema:identifier": {
        "@type": [
          "schema:PropertyValue"
        ],
        "schema:propertyID": "https://ror.org",
        "schema:value": "0559x5c32",
        "schema:url": "https://ror.org/0559x5c32"
      }
    }
  ],
  "dcterms:conformsTo": [
    {
      "@id": "https://www.ietf.org/rfc/rfc4180.txt"
    },
    {
      "@id": "https://www.w3.org/TR/tabular-data-primer/"
    }
  ]
}