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

ontolidar:PeakIdentification
  skos:prefLabel "Peak-Identifizierung"@de, "峰值识别"@cn, "Identificazione del picco"@it, "Peak identification"@en, "Detección de pico"@es ;
  a skos:Concept .

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

ontolidar:CentroidPowerValue
  skos:related ontolidar:PeakIdentification ;
  skos:editorialNote "The centroid corresponds to the arithmetic mean of the averaged frequency spectrum yielded by the lidar frequency analiser"@en ;
  skos:altLabel "Median"@en ;
  skos:broader ontolidar:DopplerSpectra ;
  skos:inScheme ontolidar: ;
  skos:definition "Valore dello spettro Doppler corrispondente al centroide della distribuzione."@it, "The power value calculated as the centroid of the Doppler spectrum which eventually is identified with the radial velocity measured by the lidar."@en, "El valor de potencia calculado como el centroide del espectro Doppler, que finalmente se identifica con la velocidad radial medida por el lidar."@es ;
  skos:prefLabel "Wert der Schwerpunktleistung"@de, "Centroid power value"@en, "中心值"@cn, "Centroide"@it, "Centroide"@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:CentroidPowerValue .

