@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:OpticsModule
  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:Telescope ;
  skos:broader ontolidar:Design ;
  skos:inScheme ontolidar: ;
  skos:definition "光学模块旨在将原始激光束转换为具有所需规格的辐射，可以将其发送到目标并由探测器正确接收。”"@cn, "El módulo óptico está diseñado para modificar el rayo láser original y converirlo en radiación con las especificiones deseadas (modos) que pueda ser enviada al objetivo y racibida por el detector de forma adecuada."@es, "Parte del lidar che trasforma le proprietà della luce laser da quelle della sorgente a quelle ottimali per essere inviate sul target e poi raccolte dal ricevitore."@it, "The optics module is designed to alter the original laser beam into radiation with desired specification that can be sent to the target and received by the detector properly."@en ;
  skos:prefLabel "Optik-Modul"@de, "光学模块"@cn, "Módulo óptico"@es, "Componenti ottiche"@it, "Optics module"@en ;
  a skos:Concept .

ontolidar:Telescope
  skos:prefLabel "Fernrohr"@de, "望远镜"@cn, "Telescopio"@es, "Telescopio"@it, "Telescope"@en ;
  a skos:Concept ;
  skos:broader ontolidar:OpticsModule .

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

