@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:
  skos:prefLabel "ASPECT"@en ;
  a skos:Concept, skos:ConceptScheme .

aspect:flow_inclination_angle
  aspect:long-name "Flow Inclination Angle"@en ;
  aspect:altfUnit "rad"@en ;
  aspect:prefUnit "deg"@en ;
  skos:exactMatch <https://www.romowind.com/en/flow-inclination> ;
  dc:creator <https://orcid.org/0000-0002-9381-9693> ;
  skos:broader aspect:EnviromentalConditionTerms ;
  skos:inScheme aspect: ;
  skos:definition "Flow inclination describes the angle between the horizontal plane and the direction of wind hitting the turbine. Coming from below, e.g. up-hill it is considered to be a positive, from down-hill to be negative angle."@en ;
  skos:prefLabel "flow_inclination_angle"@en ;
  a skos:Concept .

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

