@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/00a3df96-56b8-4eb6-9411-020d24a9ab16> a dcat:Dataset ;
    dct:identifier "GTBM4" ;
    dct:issued "2025-09-18T21:12:47.252276"^^xsd:dateTime ;
    dct:modified "2025-09-18T21:12:47.252283"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/9f14cfa2-a1be-4c1e-843d-a4585ca96b62> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POINT (-85.6100 44.7700)"^^gsp:wktLiteral ] ;
    dct:title "GTBM4" ;
    dcat:keyword "Air_Temperature",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "IOOS",
        "Oceans",
        "Regional",
        "Wind_Speed",
        "Wind_from_Direction",
        "depth",
        "latitude",
        "longitude",
        "time" .

<https://data.amerigeoss.org/organization/9f14cfa2-a1be-4c1e-843d-a4585ca96b62> a foaf:Agent ;
    foaf:name "GLOS" .

