@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:iec-61400-25-2-name
  skos:definition "IEC 61400-25-2 standardized name of a parameter"@en ;
  rdfs:label "iec-61400-25-2-name"@en .

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

aspect:rotor_status
  aspect:long-name "Rotor Status"@en ;
  aspect:prefUnit "def"@en ;
  aspect:iec-61400-25-2-name "RotSt"@en ;
  dc:creator <https://orcid.org/0000-0002-9381-9693> ;
  skos:broader aspect:WindTurbineRotorTerms ;
  skos:inScheme aspect: ;
  skos:definition "Status of wind turbine rotor. Typically rotor is either idling (no wind scenario), being stopped or blocked, or it is rotating. Accordingly, rotor status signal takes one of those four values."@en ;
  skos:prefLabel "rotor_status"@en ;
  a skos:Concept .

aspect:WindTurbineRotorTerms
  skos:prefLabel "Wind Turbine Rotor Terms"@en ;
  a skos:Concept ;
  skos:narrower aspect:rotor_status .

