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

cfstdn:mass_content_of_cloud_ice_in_atmosphere_layer
  skos:prefLabel "mass_content_of_cloud_ice_in_atmosphere_layer"@en ;
  a skos:Concept .

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

cfstdn:cloud_ice_content_of_atmosphere_layer
  skos:prefLabel "cloud_ice_content_of_atmosphere_layer"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  dc:isReplacedBy cfstdn:mass_content_of_cloud_ice_in_atmosphere_layer ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:note "deprecated"@en ;
  skos:definition "'Content' indicates a quantity per unit area. 'Layer' means any layer with upper and lower boundaries that have constant values in some vertical coordinate. There must be a vertical coordinate variable indicating the extent of the layer(s). If the layers are model layers, the vertical coordinate can be model_level_number, but it is recommended to specify a physical coordinate (in a scalar or auxiliary coordinate variable) as well."@en ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  owl:sameAs cfstdn:mass_content_of_cloud_ice_in_atmosphere_layer ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0702/> ;
  owl:deprecated true ;
  a skos:Concept .

