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

cfstdn:volume_fraction_of_condensed_water_in_soil
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  dc:replaces <https://vocab.met.no/CFSDTN/volume_fraction_of_water_in_soil>, cfstdn:volume_fraction_of_water_in_soil ;
  skos:prefLabel "volume_fraction_of_condensed_water_in_soil"@en ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  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 ;
  a skos:Concept ;
  skos:broadMatch gcmdsk:bbe2ea34-8842-4a9f-9b0b-95dd3c71857f ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0071/> .

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

