@prefix cfstdn: <https://vocab.met.no/CFSTDN/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

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

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

cfstdn:grid_eastward_wind
  skos:note "deprecated"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  dc:isReplacedBy cfstdn:x_wind ;
  owl:deprecated true ;
  skos:prefLabel "grid_eastward_wind"@en ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSNA021/> ;
  a skos:Concept ;
  skos:definition "'x' indicates a vector component along the grid x-axis, when this is not true longitude, positive with increasing x. Wind is defined as a two-dimensional (horizontal) air velocity vector, with no vertical component. (Vertical motion in the atmosphere has the standard name upward_air_velocity.)"@en ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  owl:sameAs cfstdn:x_wind .

