@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:PhotodetectorSnr
  skos:broader ontolidar:PhotoDetector ;
  skos:inScheme ontolidar: ;
  skos:definition "光电探测器的信噪比。噪声的主要来源包括：热噪声、射击噪声和暗电流噪声。"@cn, "Relación señal /ruido del fotodetector. Principales contribuciones al ruido son la temperatura, el ruido de disparo (o shot noise en inglés) y la corriente de oscuridad ( o dark current in inglés)."@es, "Rapporto segnale/rumore del fotodetettore. I principali contributi al rumore sono il rumore termico, il sumore di shot ed il rumore da correnti nere."@it, "Photodetector signal to noise ratio. Main contributors are: Thermal noise, shot noise and dark current noise."@en ;
  skos:prefLabel "Photodetektor SNR"@de, "光电探测器SNR"@cn, "SNR del fotorivelatore"@it, "Photodetector SNR"@en ;
  a skos:Concept .

ontolidar:PhotoDetector skos:narrower ontolidar:PhotodetectorSnr .
