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

cfstdn:sea_ice_temperature
  skos:broadMatch gcmdsk:f6e7aa9a-ae65-480e-84fa-b3a5d523e822, gcmdsk:2a664e2d-4e50-463a-af9f-b14b86eb42a7 ;
  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 <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0368/> ;
  skos:prefLabel "sea_ice_temperature"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "Sea ice temperature is the bulk temperature of the sea ice, not the surface (skin) temperature. \"Sea ice\" means all ice floating in the sea which has formed from freezing sea water, rather than by other processes such as calving of land ice to form icebergs."@en ;
  a skos:Concept .

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

