@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:LaserPolarisation
  skos:broader ontolidar:LaserMode ;
  skos:inScheme ontolidar: ;
  skos:definition "Polarización de la luz de la fuente láser."@es, "激光源信号的偏振。"@cn, "Polarization of the laser source signal."@en, "Polarizzazione della luce della sorgente laser."@it ;
  skos:prefLabel "Laser polarisation"@de, "激光偏振"@cn, "Polarizzazione del laser"@it, "Laser polarisation"@en ;
  a skos:Concept .

ontolidar:LaserMode
  skos:prefLabel "Laser-Modus"@de, "激光模式"@cn, "Modo del laser"@it, "Laser mode"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:LaserPolarisation .

