@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:Raman
  skos:broader ontolidar:Scattering ;
  skos:inScheme ontolidar: ;
  skos:definition "光的非弹性散射，散射的光子比入射的光子有更高或更低的能量。"@cn, "Inelastische Streuung von Licht an Objekten, wobei das gestreute Photon eine höhere oder niedrigere Energie hat als das einfallende Photon."@de, "Inelastic scattering of light from objects whereby the scattered photon has a higher or lower energy than the incident photon."@en, "Dispersión inelástica de la luz de los objetos en la que el fotón dispersado tiene una energía mayor o menor que el fotón incidente."@es, "Diffusione anelastica della luce da oggetti per cui il fotone diffuso ha un'energia superiore o inferiore rispetto al fotone incidente."@it ;
  skos:prefLabel "Raman"@de, "拉曼"@cn, "Raman"@it, "Raman"@en ;
  a skos:Concept .

ontolidar:Scattering
  skos:prefLabel "Streuung"@de, "散射"@cn, "Scattering"@it, "Scattering"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:Raman .

