@prefix ontolidar: <http://vocab.ieawindtask32.org/wind-lidar-ontology/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ontolidar:ProbeVolume
  skos:prefLabel "Sondenvolumen"@de, "探测体积"@cn, "Volumen de la sonda"@es, "Volume della sonda"@it, "Probe volume"@en ;
  a skos:Concept .

ontolidar:
  skos:prefLabel "IEA Wind Task 32 Wind Lidar Ontology"@en ;
  a skos:ConceptScheme .

ontolidar:WeightingFunction
  skos:related ontolidar:ProbeVolume ;
  skos:broader ontolidar:DopplerSpectra ;
  skos:inScheme ontolidar: ;
  skos:definition "用于加权探测体积中反射光强度的函数。离聚焦点越近，该点对多普勒频率的贡献就越大。一般来说，它可以用洛伦兹函数来近似。"@cn, "Function used to weight the backscattered intensity from the probe volume. The closer to the focused point, the higher contribution to the estimation of the Doppler frequency at that point. In general, it can be approximated by a Lorentzian function."@en, "Pesi relativi al volume della sonda da applicare all'intensità della luce di backscatter. Più si è prossimi al punto focale, maggiore è il contributo alla formazione del picco Doppler."@it, "Función utilizada para ponderar la frecuencia de las diferentes señales que se retrodispersan a lo largo del volumen de medición. La contribución a la estimación de la frecuencia Doppler es tanto mayor cuanto menor es la distancia al punto bajo medición. En general, se puede aproximar a una función Lorentziana."@es ;
  skos:prefLabel "加权函数"@cn, "Gewichtungsfunktion"@de, "Funzione di ponderazione"@it, "Weighting function"@en, "Función de ponderación"@es ;
  a skos:Concept .

ontolidar:DopplerSpectra
  skos:prefLabel "Doppler-Spektrum"@de, "Spettri Doppler"@it, "Espectro Doppler"@es, "多普勒光谱"@cn, "Doppler Spectra"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:WeightingFunction .

