@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:CommunicationsModule
  skos:editorialNote "Definición basada en el proyecto OpenLidar:https://github.com/e-WindLidar/OpenLidarModuleDefinitionss"@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:broader ontolidar:ControlModule ;
  skos:inScheme ontolidar: ;
  skos:definition "The system of devices and software that transmit and receive data and commands to and from the lidar device."@en, "向激光雷达设备发送和接收数据和命令的设备和软件系统"@cn, "Sistema de dispositivos y software que transmite y recibe datos."@es, "Modulo (composto da parti hardware e software) che trasmette e riceve dati e comandi, da e per il sistema lidar."@it ;
  skos:prefLabel "Kommunikations-Modul"@de, "通讯模块"@cn, "Componentes de comunicación"@es, "Componente di comunicazione"@it, "Communications module"@en ;
  a skos:Concept .

ontolidar:ControlModule
  skos:prefLabel "Steuermodul"@de, "控制模块"@cn, "Módulo de control"@es, "Componente di controllo"@it, "Control module"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:CommunicationsModule .

