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

cfstdn:northward_air_velocity_relative_to_sea_water
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:note "Mapping to be determined"@en ;
  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/F85616L1/> ;
  skos:prefLabel "northward_air_velocity_relative_to_sea_water"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "The northward motion of air, relative to near-surface northward current; calculated as northward_wind minus northward_sea_water_velocity. A vertical coordinate variable or scalar coordinate with standard name \"depth\" should be used to indicate the depth of sea water velocity used in the calculation. Similarly, a vertical coordinate variable or scalar coordinate with standard name \"height\" should be used to indicate the height of the the wind component. A velocity is a vector quantity. \"Northward\" indicates a vector component which is positive when directed northward (negative southward)."@en ;
  a skos:Concept .

