@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:DesiredBackscatteredLight
  skos:broader ontolidar:BackscatteredLight ;
  skos:inScheme ontolidar: ;
  skos:definition "到达检测器，具有所需频率和偏振的部分反向散射光。"@cn, "Portion of the backscattered light with desired frequency and polarization, reaching the detector."@en, "Porción de señal lidar retrodispersada con componentes de frecuencia y polarización deseados. Señal que se debe al movimiento del viento."@es, "Porzione della luce che raggiunge il fotorivelatore proveniente dal moto ventoso (tipicamente polarizzata)."@it ;
  skos:prefLabel "Gewünschtes Rückstreulicht"@de, "希望的背向散射光"@cn, "Luce riflessa portatrice di segnale"@it, "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:DesiredBackscatteredLight .

