@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 owl: <http://www.w3.org/2002/07/owl#> .

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

cfstdn:volume_fraction_of_condensed_water_in_soil
  skos:prefLabel "volume_fraction_of_condensed_water_in_soil"@en ;
  a skos:Concept ;
  dc:replaces cfstdn:volume_fraction_of_water_in_soil .

cfstdn:volume_fraction_of_water_in_soil
  owl:sameAs cfstdn:volume_fraction_of_condensed_water_in_soil ;
  owl:deprecated true ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0071/> ;
  skos:prefLabel "volume_fraction_of_water_in_soil"@en ;
  dc:isReplacedBy cfstdn:volume_fraction_of_condensed_water_in_soil ;
  skos:note "deprecated"@en ;
  a skos:Concept ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "'Water' means water in all phases. 'Volume fraction' is used in the construction volume_fraction_of_X_in_Y, where X is a material constituent of Y."@en ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> .

