@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:dnvgl-st-0376-name
  skos:definition "DNVGL-ST-0376 standardized name of a parameter"@en ;
  rdfs:label "dnvgl-st-0376-name"@en .

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

aspect:relative_humidity
  aspect:long-name "Relative Humidity"@en ;
  aspect:altfUnit "rad"@en ;
  aspect:prefUnit "air g kg-1"@en, "deg"@en ;
  aspect:dnvgl-st-0376-name "RH"@en ;
  skos:exactMatch <https://mmisw.org/ont/cf/parameter/relative_humidity> ;
  dc:creator <https://orcid.org/0000-0002-9381-9693>, <https://orcid.org/0000-0002-4573-1232> ;
  skos:broader aspect:WindTurbineBladeTerms, aspect:EnviromentalConditionTerms ;
  skos:inScheme aspect: ;
  skos:definition "Relative humidity is a parameter used to describe the amount of water vapor that exists in a gaseous mixture of air and water."@en, "Relative humidity"@en ;
  skos:prefLabel "relative_humidity"@en ;
  a skos:Concept .

aspect:WindTurbineBladeTerms
  skos:prefLabel "Wind Turbine Blade Terms"@en ;
  a skos:Concept ;
  skos:narrower aspect:relative_humidity .

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

