@prefix aspect: <http://purl.org/aspect/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .

aspect:prefUnit
  skos:definition "A prefered unit for a given parameter"@en ;
  rdfs:label "prefered unit"@en .

aspect:abbrevation
  skos:definition "A shortened form of a parameter label used as a short name of parameter in different applications."@en ;
  rdfs:label "abbrevation"@en .

aspect:
  skos:prefLabel "ASPECT"@en ;
  a skos:Concept, skos:ConceptScheme .

aspect:wind_direction
  aspect:long-name "Wind Direction"@en ;
  aspect:altfUnit "rad"@en ;
  aspect:prefUnit "deg"@en ;
  aspect:abbrevation "WD"@en ;
  skos:exactMatch <https://mmisw.org/ont/cf/parameter/wind_from_direction> ;
  dc:creator <https://orcid.org/0000-0002-9381-9693> ;
  skos:altLabel "wind_from_direction"@en ;
  skos:broader aspect:EnviromentalConditionTerms ;
  skos:inScheme aspect: ;
  skos:definition "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.) In meteorological reports, the direction of the wind vector is usually (but not always) given as the direction from which it is blowing (wind_from_direction) (westerly, northerly, etc.). In other contexts, such as atmospheric modelling, it is often natural to give the direction in the usual manner of vectors as the heading or the direction to which it is blowing (wind_to_direction) (eastward, southward, etc.) \"from_direction\" is used in the construction X_from_direction and indicates the direction from which the velocity vector of X is coming."@en ;
  skos:prefLabel "wind_direction"@en ;
  a skos:Concept .

aspect:EnviromentalConditionTerms
  skos:prefLabel "Enviromental Condition Terms"@en ;
  a skos:Concept ;
  skos:narrower aspect:wind_direction .

