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

ontolidar:PhotoDetector skos:narrower ontolidar:PhotodetectorSnr, ontolidar:PhotodetectorActiveArea, ontolidar:PhotodetectorVoltageNoise, ontolidar:PhotodetectorGain .
ontolidar:PhotodetectorSnr
  skos:prefLabel "Photodetektor SNR"@de, "光电探测器SNR"@cn, "SNR del fotorivelatore"@it, "Photodetector SNR"@en ;
  a skos:Concept ;
  skos:broader ontolidar:PhotoDetector .

ontolidar:PhotodetectorActiveArea
  skos:prefLabel "Aktive Fläche des Photodetektors"@de, "光电探测器的有效面积"@cn, "Area attiva del fotorivelatore"@it, "Photodetector active area"@en ;
  a skos:Concept ;
  skos:broader ontolidar:PhotoDetector .

ontolidar:PhotodetectorVoltageNoise
  skos:prefLabel "Spannungsrauschen des Photodetektors"@de, "光电探测器电压噪声"@cn, "Ruido de voltaje del fotodetector"@es, "Rumore di tensione del fotorivelatore"@it, "Photodetector voltage noise"@en ;
  a skos:Concept ;
  skos:broader ontolidar:PhotoDetector .

ontolidar:PhotodetectorGain
  skos:prefLabel "Verstärkung des Photodetektors"@de, "光电探测器增益"@cn, "Ganancia del fotodetector"@es, "Guadagno del fotorivelatore"@it, "Photodetector gain"@en ;
  a skos:Concept ;
  skos:broader ontolidar:PhotoDetector .

