@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cfstdn: <https://vocab.met.no/CFSTDN/> .
@prefix gcmdsk: <https://vocab.met.no/GCMDSK/> .
@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:fractional_saturation_of_oxygen_in_sea_water .

cfstdn:fractional_saturation_of_oxygen_in_sea_water
  skos:broadMatch gcmdsk:90aa8838-79bd-4b28-b518-8217e863c385 ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  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/CFSN0623/> ;
  skos:prefLabel "fractional_saturation_of_oxygen_in_sea_water"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "Fractional saturation is the ratio of some measure of concentration to the saturated value of the same quantity."@en ;
  a skos:Concept .

