@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:BeamSplitter
  skos:editorialNote "In a lidar, the laser source beam is split into two different beams. One is sent out to the atmosphere to detect the aerosols motion. The other one is sent to the photodetector, where it will be used as a local reference to identify the frequency shift of the backscattered beam. Usually the beam splitter also polarises the beam so that it is distinguishable from the atmospheric background light."@en, "En un lidar, el haz de la fuente láser se divide en dos haces diferentes. Uno se envía a la atmósfera para detectar el movimiento de los aerosoles. El otro se envía al fotodetector, donde se utilizará como referencia local para identificar el cambio de frecuencia del haz retrodispersado. Por lo general, el divisor de haz también polariza el haz para que se pueda distinguir de la luz de fondo atmosférica, típicamente no polarizada."@es ;
  skos:altLabel "beamsplitter"@en ;
  skos:broader ontolidar:Detector ;
  skos:inScheme ontolidar: ;
  skos:definition "Sistema óptico para dividir el rayo láser en dos o más rayos."@es, "An optical assembly to split the laser beam into two or more beams (multi beams)."@en, "一种将激光束分成两束或更多束的光学组件。"@cn, "Un sistema ottico per la divisione di un fascio laser in due o più fasci."@it ;
  skos:prefLabel "Strahlteiler"@de, "分束器"@cn, "Divisor de haz"@es, "Sdoppiatore ottico"@it, "Beam splitter"@en ;
  a skos:Concept .

ontolidar:Detector
  skos:prefLabel "Detektor"@de, "探测器"@cn, "Detector"@es, "Rilevatore"@it, "Detector"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:BeamSplitter .

