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

cfstdn:eastward_wind
  skos:broadMatch gcmdsk:fbc53539-ce4e-4e3e-bbd2-8270386616b4, gcmdsk:10685919-bc01-43e7-901a-b62ac44627f3 ;
  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/CFSN0653/> ;
  skos:prefLabel "eastward_wind"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "'Eastward' indicates a vector component which is positive when directed eastward (negative westward). 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 ;
  a skos:Concept .

