@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:Lense
  skos:broader ontolidar:Telescope ;
  skos:inScheme ontolidar: ;
  skos:definition "Sistema óptico utilizado para expandir y colimar un hay de luz."@es, "Optical system to expand the outgoing beam and collimate the backscattered one."@en, "扩大出射光束，并使后方散射光束准直。"@cn, "Sistema ottico per espandere e collimare un fascio di luce."@it ;
  skos:prefLabel "Linse"@de, "镜片"@cn, "Lente"@it, "Lente del telescopio"@es, "Lense"@en ;
  a skos:Concept .

ontolidar:Telescope
  skos:prefLabel "Fernrohr"@de, "望远镜"@cn, "Telescopio"@es, "Telescopio"@it, "Telescope"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:Lense .

