@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/0fbb32e9-e3c0-485e-a761-637412d7a7f7> a dcat:Dataset ;
    dct:description "On going moored observations in Monterey Bay California" ;
    dct:identifier "OceanSITES:OS_M1_20081008_M.nc" ;
    dct:issued "2025-09-18T21:22:35.835420"^^xsd:dateTime ;
    dct:modified "2025-09-18T21:22:35.835426"^^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 Temperature",
        " CeNCOOS",
        " MOOS",
        " Monterey Bay",
        " OASIS",
        " Relative Humidity",
        " Wind Direction",
        " Wind Speed",
        "Air Pressure at Sea Surface",
        "AmeriGEOSS",
        "CKAN",
        "CeNCOOS",
        "GEO",
        "GEOSS",
        "IOOS",
        "Oceans",
        "Quality Flag",
        "Regional",
        "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" .

