@prefix ontolidar: <http://vocab.ieawindtask32.org/wind-lidar-ontology/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ontolidar:
  skos:prefLabel "IEA Wind Task 32 Wind Lidar Ontology"@en ;
  a skos:ConceptScheme .

ontolidar:PerformanceVerification
  skos:narrower ontolidar:IecStandard61400503, ontolidar:IecStandard61400502, ontolidar:Task32RecommendedPractices ;
  skos:broader ontolidar:UseCase ;
  skos:inScheme ontolidar: ;
  skos:definition "Proceso mediante el que se verifica el rendimiento de la turbina eólica en cuanto a la producción de potencia, normalmente en función de las garantías emitidas por el fabricante."@es, "测试风力发电机组性能（功率特性）的过程，通常是为了验证风电机组的实际运行性能与制造商设定性能之间的差异"@cn, "Processo di verifica delle prestazioni di produzione delle turbine. Il riferimento sono le garanzie rilasciate dal costruttore delle turbine."@it, "Process of verification of turbines' power production performances, typically against the warranties issued by the turbine manufacturer."@en ;
  skos:prefLabel "Leistungsüberprüfung"@de, "性能测试"@cn, "Verifica delle performances"@it, "Verificación del rendimiento"@es, "Performance verification"@en ;
  a skos:Concept .

ontolidar:IecStandard61400503
  skos:prefLabel "IEC-Norm 61400-50-3"@de, "IEC标准61400-50-3"@cn, "Norma IEC 61400-50-3"@es, "IEC Standard 61400-50-3"@it, "IEC Standard 61400-50-3"@en ;
  a skos:Concept ;
  skos:broader ontolidar:PerformanceVerification .

ontolidar:IecStandard61400502
  skos:prefLabel "IEC-Norm 61400-50-2"@de, "IEC标准61400-50-2"@cn, "Norma IEC 61400-50-2"@es, "IEC Standard 61400-50-2"@it, "IEC Standard 61400-50-2"@en ;
  a skos:Concept ;
  skos:broader ontolidar:PerformanceVerification .

ontolidar:Task32RecommendedPractices
  skos:prefLabel "Task32 Empfohlene Vorgehensweisen"@de, "Task32 推荐做法"@cn, "Raccomandazioni della IEA Task32"@it, "Task32 Recommended practices"@en, "Recomendaciones Task32"@es ;
  a skos:Concept ;
  skos:broader ontolidar:PerformanceVerification .

ontolidar:UseCase
  skos:prefLabel "Anwendungsfall"@de, "应用场景"@cn, "Caso de uso"@es, "Casi di uso"@it, "Use case"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:PerformanceVerification .

