← All types

Dataset

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "Dataset",
    "name": "Global Ocean Temperature Records 1950-2025",
    "description": "Comprehensive dataset of ocean surface temperature measurements from 1950 to 2025, collected from buoys, satellites, and research vessels worldwide.",
    "url": "https://example.com/datasets/ocean-temp",
    "sameAs": "https://doi.org/10.1234/ocean-temp",
    "creator": {
        "@type": "Organization",
        "name": "National Oceanographic Institute"
    },
    "funder": {
        "@type": "Organization",
        "name": "National Science Foundation"
    },
    "license": "https://creativecommons.org/licenses/by/4.0/",
    "keywords": [
        "ocean temperature",
        "climate data",
        "marine science"
    ],
    "identifier": [
        "doi:10.1234/ocean-temp",
        "NOAA-OT-2025"
    ],
    "isAccessibleForFree": true,
    "temporalCoverage": "1950/2025",
    "spatialCoverage": {
        "@type": "Place",
        "name": "Global Oceans"
    },
    "includedInDataCatalog": {
        "@type": "DataCatalog",
        "name": "World Climate Data Repository"
    },
    "distribution": [
        {
            "@type": "DataDownload",
            "contentUrl": "https://example.com/datasets/ocean-temp/download.csv",
            "encodingFormat": "text/csv"
        }
    ],
    "variableMeasured": "Sea Surface Temperature",
    "measurementTechnique": "Satellite remote sensing and in-situ buoy measurements",
    "version": "3.2",
    "alternateName": "GOTR 1950-2025",
    "citation": "Zhang et al. (2024). Global Ocean Temperature Trends. Nature Climate Change.",
    "hasPart": [
        {
            "@type": "Dataset",
            "name": "Pacific Ocean Subset",
            "description": "Temperature data for the Pacific Ocean basin"
        }
    ]
}

Source: generate-dataset.php

Schema: https://schema.org/Dataset