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

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

cfstdn:ocean_vertical_tracer_diffusivity_due_to_background
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:note "Mapping to be determined"@en ;
  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/CF12N570/> ;
  skos:prefLabel "ocean_vertical_tracer_diffusivity_due_to_background"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. The construction \"vertical_X_diffusivity\" means the vertical component of the diffusivity of X due to motion which is not resolved on the grid scale of the model. The specification of a physical process by the phrase \"due_to_\" process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. \"Due to background\" means caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used."@en ;
  a skos:Concept .

