@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:crosswind
  aspect:long-name "Crosswind"@en ;
  aspect:prefUnit "m s-1"@en ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Crosswind> ;
  dc:creator <https://orcid.org/0000-0002-9381-9693> ;
  skos:broader aspect:EnviromentalConditionTerms ;
  skos:inScheme aspect: ;
  skos:definition "A crosswind is any wind that has a perpendicular component to the line or direction of travel. In case of a wind turbine it is represents a component of the wind perpendicular to the rotor saspectt area."@en ;
  skos:prefLabel "crosswind"@en ;
  a skos:Concept .

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

