@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:Inclinometer
  skos:broader ontolidar:LocationDetection ;
  skos:inScheme ontolidar: ;
  skos:definition "贴在激光雷达支架结构上的定位系统，用于测量物体相对于重力方向的倾斜、仰角或俯角角度。而支架结构被固定在地面或其他结构上，如机舱。"@cn, "Lidar orientation system affixed to the bracket structure. In turn, the bracket structure is affixed to the ground or to another structure, like the nacelle. of Lidar orientation measurement system."@en, "Sistema di misurazione dell'orientazione del lidar."@it, "Sistema de medida de la orientación del lidar."@es ;
  skos:prefLabel "Neigungsmesser"@de, "倾斜仪"@cn, "Inclinometro"@it, "Inclinómetros"@es, "Inclinometer"@en ;
  a skos:Concept .

ontolidar:LocationDetection
  skos:prefLabel "Standort-Erkennung"@de, "位置检测"@cn, "Localizzazione"@it, "Location detection"@en, "Localización"@es ;
  a skos:Concept ;
  skos:narrower ontolidar:Inclinometer .

