@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.amerigeoss.org/dataset/b2832174-092d-4952-97fd-5205bb4434bb> a dcat:Dataset ;
    dct:description "On going moored observations in Monterey Bay California" ;
    dct:identifier "OceanSITES:OS_M1_20021017_M.nc" ;
    dct:issued "2026-08-21T17:39:01.016554"^^xsd:dateTime ;
    dct:modified "2026-08-21T17:39:01.016560"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/091f805a-7ab6-4d1c-8b06-1214dd5c99c6> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POINT (-122.0300 36.7500)"^^gsp:wktLiteral ] ;
    dct:title "10 minute MBARI Mooring M1 Surface Meteorological Observations" ;
    dcat:keyword "Air Pressure at Sea Surface",
        "Air Temperature",
        "AmeriGEOSS",
        "CKAN",
        "CeNCOOS",
        "GEO",
        "GEOSS",
        "IOOS",
        "MOOS",
        "Monterey Bay",
        "OASIS",
        "Oceans",
        "Quality Flag",
        "Regional",
        "Relative Humidity",
        "Wind Direction",
        "Wind Speed",
        "air_pressure_at_sea_level",
        "air_temperature",
        "depth",
        "latitude",
        "longitude",
        "relative_humidity",
        "time",
        "wind_speed",
        "wind_to_direction" .

<https://data.amerigeoss.org/organization/091f805a-7ab6-4d1c-8b06-1214dd5c99c6> a foaf:Agent ;
    foaf:name "CeNCOOS" .

