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

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

cfstdn:direction_of_sea_water_velocity
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "'direction_of_X' means direction of a vector, a bearing. A velocity is a vector quantity."@en ;
  owl:sameAs cfstdn:sea_water_velocity_to_direction ;
  skos:prefLabel "direction_of_sea_water_velocity"@en ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0727/> ;
  owl:deprecated true ;
  skos:note "deprecated"@en ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  a skos:Concept ;
  dc:isReplacedBy cfstdn:sea_water_velocity_to_direction .

