@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:NonDesiredBackscatteredLight
  skos:broader ontolidar:BackscatteredLight ;
  skos:inScheme ontolidar: ;
  skos:definition "到达检测器的，来自大气（非偏振）的非期望光信号。"@cn, "Non-desired light from atmosphere (non polarised) reaching the detector."@en, "Porción de la luz que llega al detector lidar que no se debe al movimiento del viento (normalmente no polarizada)."@es, "Porzione della luce che raggiunge il fotorivelatore non dovuta al moto ventoso (tipicamente non polarizzata)."@it ;
  skos:prefLabel "Nicht erwünschtes Rückstreulicht"@de, "非期望的后向散射光"@cn, "Luce riflessa portatrice di rumore ambientale"@it, "Non-desired backscattered light"@en ;
  a skos:Concept .

ontolidar:BackscatteredLight
  skos:prefLabel "Rückgestreutes Licht"@de, "背向散射光"@cn, "Luce riflessa"@it, "Backscattered light"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:NonDesiredBackscatteredLight .

