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

cfstdn:atmosphere_absolute_vorticity
  dc:isReplacedBy cfstdn:atmosphere_upward_absolute_vorticity ;
  skos:definition "Absolute vorticity is the sum of relative vorticity and the upward component of vorticity due to the Earth's rotation."@en ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  a skos:Concept ;
  owl:sameAs cfstdn:atmosphere_upward_absolute_vorticity ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:prefLabel "atmosphere_absolute_vorticity"@en ;
  skos:note "deprecated"@en ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0003/> ;
  owl:deprecated true .

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

