@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:soil_temperature .

cfstdn:soil_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:closeMatch gcmdsk:b29ee2f4-b2ce-4b19-b8e3-2d74d071549b, gcmdsk:0546b91a-294d-45d9-8b45-76aaad0cc024 ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0354/> ;
  skos:prefLabel "soil_temperature"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "Soil temperature is the bulk temperature of the soil, not the surface (skin) temperature. \"Soil\" means the near-surface layer where plants sink their roots. For subsurface temperatures that extend beneath the soil layer or in areas where there is no surface soil layer, the standard name temperature_in_ground should be used."@en ;
  a skos:Concept .

