{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "Helsingør tide data — high & low extrema, next 7 days",
  "description": "High and low tide extrema for Helsingør (denmark) covering 2026-05-04 to 2026-05-11. Heights in metres relative to MSL. Derived from Predictions: Open-Meteo Marine (MeteoFrance SMOC, 0.08° grid) — heights relative to MSL (not chart datum / LAT). Model-derived..",
  "url": "https://tideturtle.com/denmark/capital-region-dk/helsingor-dk",
  "identifier": "https://tideturtle.com/data/denmark/capital-region-dk/helsingor-dk.json",
  "creator": {
    "@type": "Organization",
    "name": "TideTurtle",
    "url": "https://tideturtle.com"
  },
  "license": "https://open-meteo.com/en/license",
  "isAccessibleForFree": true,
  "dateModified": "2026-05-04",
  "temporalCoverage": "2026-05-04/2026-05-11",
  "spatialCoverage": {
    "@type": "Place",
    "name": "Helsingør",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 56.0359,
      "longitude": 12.6136
    }
  },
  "keywords": [
    "tide times",
    "high tide",
    "low tide",
    "Helsingør",
    "denmark"
  ],
  "distribution": [
    {
      "@type": "DataDownload",
      "encodingFormat": "application/json",
      "contentUrl": "https://tideturtle.com/data/denmark/capital-region-dk/helsingor-dk.json"
    }
  ],
  "data": {
    "datum": "MSL",
    "unit": "m",
    "timezone": "Europe/Copenhagen",
    "source": "Predictions: Open-Meteo Marine (MeteoFrance SMOC, 0.08° grid) — heights relative to MSL (not chart datum / LAT). Model-derived.",
    "extrema": [
      {
        "time": "2026-05-10T03:00:00.000Z",
        "date": "2026-05-10",
        "height": -0.21,
        "isHigh": true
      },
      {
        "time": "2026-05-10T20:00:00.000Z",
        "date": "2026-05-10",
        "height": -0.32,
        "isHigh": false
      }
    ]
  }
}