@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:ChassisModule
  skos:editorialNote "Definición basada en el proyecto OpenLidar: https://github.com/e-WindLidar/OpenLidarModuleDefinitions"@es, "Definizione basata sulla definizione di modulo del progetto OpenLidar. Vedasi https://github.com/e-WindLidar/OpenLidarModuleDefinitions"@it, "Definition based on the OpenLidar module definitions at https://github.com/e-WindLidar/OpenLidarModuleDefinitions"@en ;
  skos:narrower ontolidar:EnvironmentalConditionsDetection ;
  skos:broader ontolidar:Design ;
  skos:inScheme ontolidar: ;
  skos:definition "激光雷达的主要结构，旨在保护和容纳不同的激光雷达组件。其设计可能因激光雷达安装解决方案而异，包括但不限于安装在机舱、气象塔、地面、浮动平台或其他移动结构上。"@cn, "Refers to the main lidar structure, designed to protect and house the different lidar components. Its design may vary depending on lidar mounting solutions, including, but not limited to, mounting on a nacelle, a meteorological tower, the ground, a floating platform or a mobile structure."@en, "El módulo que representa el chásis representa las diversas soluciones de montaje del lidar, incluyendo (pero sin estar limitado a) montaje sobre góndola, torre meteorológica, sobre suelo, plataforma flotante o estructua móvil."@es, "Modulo di ancoraggio del sistema lidar per ognuna delle sue possibili applicazioni. Include, ma non si limita alle varie soluzioni di montaggio sulla navicella di una turbina, su una torre metereologica, a terra, su una piattaforma flottante o su una struttura mobile."@it ;
  skos:prefLabel "Chassis-Modul"@de, "底盘模块"@cn, "Módulo de chasis"@es, "Telaio"@it, "Chassis module"@en ;
  a skos:Concept .

ontolidar:EnvironmentalConditionsDetection
  skos:prefLabel "Erkennung von Umgebungsbedingungen"@de, "环境条件检测"@cn, "Rilevamento delle condizioni ambientali"@it, "Environmental conditions detection"@en, "Detección de condiciones medioambientales"@es ;
  a skos:Concept ;
  skos:broader ontolidar:ChassisModule .

ontolidar:Design
  skos:prefLabel "Entwurf"@de, "设计"@cn, "Diseño"@es, "Struttura generale"@it, "Design"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:ChassisModule .

