@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:BackscatteredLight
  skos:narrower ontolidar:NonDesiredBackscatteredLight, ontolidar:DesiredBackscatteredLight ;
  skos:broader ontolidar:PhotonicsModule ;
  skos:inScheme ontolidar: ;
  skos:definition "到达激光雷达探测器的反向散射光。"@cn, "Luz retrodispersada que alcanza el detector del lidar."@es, "Backscattered light reaching the lidar detector."@en, "Luce che raggiunge il fotorivelatore del lidar."@it ;
  skos:prefLabel "Rückgestreutes Licht"@de, "背向散射光"@cn, "Luce riflessa"@it, "Backscattered light"@en ;
  a skos:Concept .

ontolidar:NonDesiredBackscatteredLight
  skos:prefLabel "Nicht erwünschtes Rückstreulicht"@de, "非期望的后向散射光"@cn, "Luce riflessa portatrice di rumore ambientale"@it, "Non-desired backscattered light"@en ;
  a skos:Concept ;
  skos:broader ontolidar:BackscatteredLight .

ontolidar:DesiredBackscatteredLight
  skos:prefLabel "Gewünschtes Rückstreulicht"@de, "希望的背向散射光"@cn, "Luce riflessa portatrice di segnale"@it, "Desired backscattered light"@en ;
  a skos:Concept ;
  skos:broader ontolidar:BackscatteredLight .

ontolidar:PhotonicsModule
  skos:prefLabel "Photonik-Modul"@de, "光子模块"@cn, "Módulo de fotónica"@es, "Componente fotonica"@it, "Photonics module"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:BackscatteredLight .

