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

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

cfstdn:sea_water_from_direction
  a skos:Concept ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  owl:sameAs cfstdn:sea_water_velocity_from_direction ;
  skos:note "deprecated"@en ;
  skos:definition "The phrase \"from_direction\" is used in the construction X_from_direction and indicates the direction from which the velocity vector of X is coming. The direction is a bearing in the usual geographical sense, measured positive clockwise from due north."@en ;
  owl:deprecated true ;
  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/JMOHVLLR/> ;
  skos:prefLabel "sea_water_from_direction"@en ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:isReplacedBy cfstdn:sea_water_velocity_from_direction .

