@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:Photodetector
  skos:broader ontolidar:Detector ;
  skos:inScheme ontolidar: ;
  skos:definition "半导体光传感器。"@cn, "Sensor de luz semiconductor."@es, "Fotosensore a semi-conduttori."@it, "Semiconductor light sensor."@en ;
  skos:prefLabel "Photodetektor"@de, "光电探测器"@cn, "Fotodetector"@es, "Fotorivelatore"@it, "Photodetector"@en ;
  a skos:Concept .

ontolidar:Detector
  skos:prefLabel "Detektor"@de, "探测器"@cn, "Detector"@es, "Rilevatore"@it, "Detector"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:Photodetector .

