@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_speed
  aspect:long-name "Wind Speed"@en ;
  aspect:prefUnit "m s-1"@en ;
  aspect:abbrevation "WS"@en ;
  skos:exactMatch <https://mmisw.org/ont/cf/parameter/wind_speed> ;
  dc:creator <https://orcid.org/0000-0002-9381-9693> ;
  skos:altLabel "horizontal_wind_speed"@en, "Vh"@en ;
  skos:broader aspect:EnviromentalConditionTerms ;
  skos:inScheme aspect: ;
  skos:definition "Speed is the magnitude of velocity. 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.) The wind speed is the magnitude of the wind velocity."@en ;
  skos:prefLabel "wind_speed"@en ;
  a skos:Concept .

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

