@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cfstdn: <https://vocab.met.no/CFSTDN/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix gcmdsk: <https://vocab.met.no/GCMDSK/> .

<https://vocab.met.no/CFSTDN>
  skos:prefLabel "Climate and Forecast Standard Names"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept cfstdn:sea_surface_temperature .

cfstdn:sea_surface_temperature
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:exactMatch gcmdsk:bd24a9a9-7d52-4c29-b2a0-6cefd216ae78, <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0381/>, <http://codes.wmo.int/common/quantity-kind/seaSurfaceTemperature> ;
  skos:prefLabel "sea_surface_temperature"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "Sea surface temperature is usually abbreviated as \"SST\". It is the temperature of sea water near the surface (including the part under sea-ice, if any). More specific terms, namely sea_surface_skin_temperature, sea_surface_subskin_temperature, and surface_temperature are available for the skin, subskin, and interface temperature. respectively. For the temperature of sea water at a particular depth or layer, a data variable of sea_water_temperature with a vertical coordinate axis should be used."@en ;
  a skos:Concept .

