@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 vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.amerigeoss.org/dataset/7bf5c27a-eab0-41fb-b156-a6df0cbdaab5> a dcat:Dataset ;
    dct:description """NOAA Ship Oscar Dyson Underway Meteorological Data (delayed ~10 days for quality control) are from the Shipboard Automated Meteorological and Oceanographic System (SAMOS) program.

IMPORTANT: ALWAYS USE THE QUALITY FLAG DATA! Each data variable's metadata includes a qcindex attribute which indicates a character number in the flag data.  ALWAYS check the flag data for each row of data to see which data is good (flag='Z') and which data isn't.  For example, to extract just data where time (qcindex=1), latitude (qcindex=2), longitude (qcindex=3), and airTemperature (qcindex=12) are 'good' data, include this constraint in your ERDDAP query:
  flag=~"ZZZ........Z.*"
in your query.
'=~' indicates this is a regular expression constraint.
The 'Z's are literal characters.  In this dataset, 'Z' indicates 'good' data.
The '.'s say to match any character.
The '*' says to match the previous character 0 or more times.
(Don't include backslashes in your query.)
See the tutorial for regular expressions at
http://www.vogella.de/articles/JavaRegularExpressions/article.html""" ;
    dct:identifier "fsuNoaaShipWTEP" ;
    dct:issued "2025-11-22T21:37:58.602939"^^xsd:dateTime ;
    dct:language "{en-US}" ;
    dct:modified "2015-08-27"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-180.0000 -46.4500, 180.0000 -46.4500, 180.0000 70.0586, -180.0000 70.0586, -180.0000 -46.4500))"^^gsp:wktLiteral ] ;
    dct:title "NOAA Ship Oscar Dyson Underway Meteorological Data, Quality Controlled" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Shipboard Automated Meteorological and Oceanographic System (SAMOS)" ;
            vcard:hasEmail <mailto:samos@coaps.fsu.edu> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/7bf5c27a-eab0-41fb-b156-a6df0cbdaab5/resource/35341616-15a8-4c46-9c1b-030fb1dc30ca>,
        <https://data.amerigeoss.org/dataset/7bf5c27a-eab0-41fb-b156-a6df0cbdaab5/resource/60cbf00d-3336-46e6-afde-d28c184bb581>,
        <https://data.amerigeoss.org/dataset/7bf5c27a-eab0-41fb-b156-a6df0cbdaab5/resource/8229284b-2b8c-4d65-87f4-2712022d6feb>,
        <https://data.amerigeoss.org/dataset/7bf5c27a-eab0-41fb-b156-a6df0cbdaab5/resource/d6b06f25-eef5-4037-8ff9-d0594bef3856>,
        <https://data.amerigeoss.org/dataset/7bf5c27a-eab0-41fb-b156-a6df0cbdaab5/resource/e4fb21af-f02c-47e2-aafb-c1c02e238c30>,
        <https://data.amerigeoss.org/dataset/7bf5c27a-eab0-41fb-b156-a6df0cbdaab5/resource/fea2b42b-36f7-461a-a5a4-032e46652a6a> ;
    dcat:keyword "air",
        "airpressure",
        "airtemperature",
        "amerigeo",
        "amerigeoss",
        "atmosphere",
        "atmosphere-atmospheric-pressure-atmospheric-pressure-measurements",
        "atmosphere-atmospheric-pressure-sea-level-pressure",
        "atmosphere-atmospheric-pressure-static-pressure",
        "atmosphere-atmospheric-temperature-air-temperature",
        "atmosphere-atmospheric-temperature-surface-air-temperature",
        "atmosphere-atmospheric-water-vapor-humidity",
        "atmosphere-atmospheric-winds-surface-winds",
        "atmospheric",
        "calender",
        "ckan",
        "conductivity",
        "control",
        "course",
        "data",
        "date",
        "day",
        "density",
        "direction",
        "dyson",
        "earth",
        "electrical",
        "file",
        "flags",
        "from",
        "fsu",
        "geo",
        "geoss",
        "ground",
        "heading",
        "history",
        "humidity",
        "information",
        "latitude",
        "level",
        "longitude",
        "measurements",
        "meteorological",
        "meteorology",
        "national",
        "north-america",
        "oceans",
        "oceans-salinity-density-conductivity",
        "oceans-salinity-density-salinity",
        "oscar",
        "over",
        "platform",
        "pressure",
        "quality",
        "relative",
        "relativehumidity",
        "salinity",
        "sea",
        "seawater",
        "seawaterelectricalconductivity",
        "seawaterpracticalsalinity",
        "seawatertemperature",
        "speed",
        "static",
        "surface",
        "temperature",
        "time",
        "united-states",
        "vapor",
        "water",
        "wind",
        "windfromdirection",
        "winds",
        "windspeed" .

<https://data.amerigeoss.org/dataset/7bf5c27a-eab0-41fb-b156-a6df0cbdaab5/resource/35341616-15a8-4c46-9c1b-030fb1dc30ca> a dcat:Distribution ;
    dct:description "fsuNoaaShipWTEP.html" ;
    dct:format "HTML" ;
    dct:issued "2021-03-10T21:58:01.440427"^^xsd:dateTime ;
    dct:modified "2025-11-22T21:37:58.566231"^^xsd:dateTime ;
    dct:title "Data Subset Form" ;
    dcat:accessURL <http://coastwatch.pfeg.noaa.gov/erddap/tabledap/fsuNoaaShipWTEP.html> ;
    dcat:mediaType "text/html" .

<https://data.amerigeoss.org/dataset/7bf5c27a-eab0-41fb-b156-a6df0cbdaab5/resource/60cbf00d-3336-46e6-afde-d28c184bb581> a dcat:Distribution ;
    dct:format "HTML" ;
    dct:issued "2021-03-10T21:58:01.440438"^^xsd:dateTime ;
    dct:modified "2025-11-22T21:37:58.567133"^^xsd:dateTime ;
    dct:title "Background Information" ;
    dcat:accessURL <http://samos.coaps.fsu.edu/html/> ;
    dcat:mediaType "text/html" .

<https://data.amerigeoss.org/dataset/7bf5c27a-eab0-41fb-b156-a6df0cbdaab5/resource/8229284b-2b8c-4d65-87f4-2712022d6feb> a dcat:Distribution ;
    dct:format "HTML" ;
    dct:issued "2021-03-10T21:58:01.440443"^^xsd:dateTime ;
    dct:modified "2025-11-22T21:37:58.567916"^^xsd:dateTime ;
    dct:title "OPeNDAP" ;
    dcat:accessURL <http://coastwatch.pfeg.noaa.gov/erddap/tabledap/fsuNoaaShipWTEP> ;
    dcat:mediaType "text/html" .

<https://data.amerigeoss.org/dataset/7bf5c27a-eab0-41fb-b156-a6df0cbdaab5/resource/d6b06f25-eef5-4037-8ff9-d0594bef3856> a dcat:Distribution ;
    dct:format "HTML" ;
    dct:issued "2021-03-10T21:58:01.440446"^^xsd:dateTime ;
    dct:modified "2025-11-22T21:37:58.568296"^^xsd:dateTime ;
    dct:title "Subset" ;
    dcat:accessURL <http://coastwatch.pfeg.noaa.gov/erddap/tabledap/fsuNoaaShipWTEP.subset> ;
    dcat:mediaType "text/html" .

<https://data.amerigeoss.org/dataset/7bf5c27a-eab0-41fb-b156-a6df0cbdaab5/resource/e4fb21af-f02c-47e2-aafb-c1c02e238c30> a dcat:Distribution ;
    dct:format "HTML" ;
    dct:issued "2021-03-10T21:58:01.440441"^^xsd:dateTime ;
    dct:modified "2025-11-22T21:37:58.567530"^^xsd:dateTime ;
    dct:title "ERDDAP-tabledap" ;
    dcat:accessURL <http://coastwatch.pfeg.noaa.gov/erddap/tabledap/fsuNoaaShipWTEP> ;
    dcat:mediaType "text/html" .

<https://data.amerigeoss.org/dataset/7bf5c27a-eab0-41fb-b156-a6df0cbdaab5/resource/fea2b42b-36f7-461a-a5a4-032e46652a6a> a dcat:Distribution ;
    dct:format "HTML" ;
    dct:issued "2021-03-10T21:58:01.440435"^^xsd:dateTime ;
    dct:modified "2025-11-22T21:37:58.566670"^^xsd:dateTime ;
    dct:title "Make-A-Graph Form" ;
    dcat:accessURL <http://coastwatch.pfeg.noaa.gov/erddap/tabledap/fsuNoaaShipWTEP.graph> ;
    dcat:mediaType "text/html" .

<https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> a foaf:Agent ;
    foaf:name "US Migrating" .

