@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:PhotodetectorGain
  skos:broader ontolidar:PhotoDetector ;
  skos:inScheme ontolidar: ;
  skos:definition "光电探测器的输出电流与到达其有效区域的光子所产生的电流之间的比率。"@cn, "Relación entre la corriente de salida del fotodetector y la corriente generada por los fotones que llegan a su zona activa."@es, "Ratio between the output current of the photodetector and the current generated by the photons reaching its active area."@en, "Guadagno dell'amplificatore a transimpedenza del fotodetettore."@it ;
  skos:prefLabel "Verstärkung des Photodetektors"@de, "光电探测器增益"@cn, "Ganancia del fotodetector"@es, "Guadagno del fotorivelatore"@it, "Photodetector gain"@en ;
  a skos:Concept .

ontolidar:PhotoDetector skos:narrower ontolidar:PhotodetectorGain .
