@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:PulseDuration
  skos:editorialNote "Los lidares no miden en un solo punto, sino a lo largo de un volumen en la dirección del rayo. La anchura a media altura ( o FWHM por sus siglas en inglés) de la función que caracteriza la forma del pulso define el volumen de la sonda dentro del cual el lidar está midiendo. Por lo tanto, la duración del pulso influye directamente en las estimaciones del lidar, ya que una mayor duración del pulso da lugar a volúmenes de medición mayores."@es, "Lidars do not measure in a single point but rather whithin a probe volume. The full width at half maximum (FWHM) of the function characterising the pulse shape defines the probe volume whithin which the lidar is measuring. Therefore, the pulse duration directly impacts lidar estimations, since higher pulse durations give rise to longer probe volumes."@en ;
  skos:narrower ontolidar:FullWidthAtHalfMaximum ;
  skos:broader ontolidar:PulsedLidar ;
  skos:inScheme ontolidar: ;
  skos:definition "光脉冲的持续时间。表明探测体积的长度。"@cn, "Duration of the light pulse. Characterises the length of the probe volume."@en, "Duración del pulso luminoso. Caracteriza la longitud del volumen de medición del lidar."@es, "Durata dell'impulso emesso. Caratterizza la lunghezza della sonda."@it ;
  skos:prefLabel "Dauer des Pulses"@de, "脉冲持续时间"@cn, "Durata dell'impulso"@it, "Pulse duration"@en ;
  a skos:Concept .

ontolidar:FullWidthAtHalfMaximum
  skos:prefLabel "Volle Breite bei halbem Maximum"@de, "半峰全宽"@cn, "Larghezza a meta' altezza"@it, "Anchura a media altura"@es, "Full width at half maximum"@en ;
  a skos:Concept ;
  skos:broader ontolidar:PulseDuration .

ontolidar:PulsedLidar
  skos:prefLabel "Gepulstes Lidar"@de, "脉冲激光雷达"@cn, "Lidar pulsati"@it, "Pulsed lidar"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:PulseDuration .

