@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:EWindlidar
  skos:editorialNote "https://zenodo.org/record/2478051/files/e_WindLidar.pdf?download=1"@es, "https://zenodo.org/record/2478051/files/e_WindLidar.pdf?download=1"@it, "https://zenodo.org/record/2478051/files/e_WindLidar.pdf?download=1"@en ;
  skos:broader ontolidar:DataFormats ;
  skos:inScheme ontolidar: ;
  skos:definition "Wind Lidar Daten-Standard der das FAIR-Prinzip befolgt."@de, "测风雷达数据的一种标准化格式，并使其遵循FAIR（Findable, Accessible, Interoperable, Reusable）原则。"@cn, "Intento de estandarización de los datos de los lidares de viento construidos según el principio FAIR (datos al alcance (Findable), accesibles (Accesible), interoperables (Interoperable) y reproducibles (reproducible))."@es, "Un tentativo di standardizzare il formato dati dei lidar e di costruirlo secondo i principi FAIR (dati ricercabili, accessibili, interoperabili e riutilizzabili)."@it, "An attempt to standardize wind lidar data formats and making them to follow the FAIR principle (Findable, Accessible, Interoperable, Reusable)."@en ;
  skos:prefLabel "e-windLidar"@de, "e-windLidar"@cn, "e-windLidar"@it, "e-windLidar"@en ;
  a skos:Concept .

ontolidar:DataFormats
  skos:prefLabel "Datenformate"@de, "Formato dei dati"@it, "数据格式"@cn, "Data formats"@en ;
  a skos:Concept ;
  skos:narrower ontolidar:EWindlidar .

