@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:PowerConverter
  skos:editorialNote "Lidar can operate in DC current."@en ;
  skos:broader ontolidar:PowerModule ;
  skos:inScheme ontolidar: ;
  skos:definition "Dispositivo utilizado para convertir el voltaje, la frecuencia o una combinación de ambos de una fuente externa en el voltaje y la frecuencia utilizables por el lidar y sus diversos componentes."@es, "Device used to convert the voltage, frequency or a combination of both from an external source into the volltage and frequency usable by the lidar and its various componets."@en ;
  skos:prefLabel "Wechselrichter"@de, "Convertidor de potencia"@es, "电源转换器"@cn, "Converter di potenza"@it, "Power converter"@en ;
  a skos:Concept .

ontolidar:PowerModule
  skos:prefLabel "Netzteil"@de, "电源模块"@cn, "Módulo de alimentación"@es, "Componente di alimentazione"@it, "Power module"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:PowerConverter .

