@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:ScannerMirrors
  skos:altLabel "ScanModule"@en ;
  skos:broader ontolidar:ScannerModule ;
  skos:inScheme ontolidar: ;
  skos:definition "Scanner components intended to modify the beam trajectories of both, the laser beam and the backscattered one. The scanner mirrors steer the outgoing beam towards the atmosphere and the backscattered incoming beam towards the receiver. Usually,some of these mirrors are coupled with servo motors, enabling the lidar to perform measurements in differents orientations by varying the mirror angles."@en, "修改望远镜和大气层之间光束路径的镜子。"@cn, "Espejos destinados a modificar la trayectoria del haz entre el telescopio y la atmósfera."@es, "Specchi per modificare il cammino ottico del fascio laser fra il telescopio e l'atmosfera esterna."@it ;
  skos:prefLabel "Scanner-Spiegel"@de, "扫描镜"@cn, "Specchi dello scanner"@it, "Scanner mirrors"@en ;
  a skos:Concept .

ontolidar:ScannerModule
  skos:prefLabel "Scanner-Modul"@de, "扫描器模块"@cn, "Módulo del escáner"@es, "Componente di scansione"@it, "Scanner module"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:ScannerMirrors .

