@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:Fibre
  skos:editorialNote "El hardware del lidar se conecta entre sí mediante fibra óptica para la transmisión del láser. El uso de fibra óptica es especialmente importante en el módulo óptico, ya que evita el costoso proceso de alineamiento del láser."@es, "Lidar hardware components are connected to each other by fibre optics to guide the laser beam along its path. Specially for the telescope module, using fibre optics makes possible to avoid costly and cumbersome alignment processes."@en ;
  skos:broader ontolidar:Interfaces ;
  skos:inScheme ontolidar: ;
  skos:definition "基于光纤的激光束传输系统。"@cn, "Transmission system for the laser beam based on fibre optic."@en, "Sistema de transmisión de la rayo lidar basado en fibra óptica."@es, "Sistema di trasmissione del fascio laser basato du un sistema di fibra ottica."@it ;
  skos:prefLabel "Faser"@de, "光纤"@cn, "Fibra"@it, "Fibre"@en ;
  a skos:Concept .

ontolidar:Interfaces
  skos:prefLabel "Schnittstellen"@de, "接口"@cn, "Interfacce"@it, "Interfaces"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:Fibre .

