@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix aeris_inst: <https://vocab.aeris-data.fr/instrument> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://vocab.aeris-data.fr/instrument/38b50b31-9c04-5105-ec32-2b593cf98b22>
  skos:hiddenLabel "CURRENT_WIND_METERS.NULL.ANEMOMETERS" ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/d0cf9340-dc51-447f-a151-f6cdad265d9a> ;
  skos:prefLabel "Anémomètres"@fr, "Anemometers"@en ;
  skos:inScheme aeris_inst: ;
  skos:broader <https://vocab.aeris-data.fr/instrument/867fde3d-449f-2cbb-b4e5-12daeb471585> ;
  a skos:Concept .

<https://vocab.aeris-data.fr/instrument/867fde3d-449f-2cbb-b4e5-12daeb471585>
  skos:prefLabel "Courant/Vent"@fr, "Current/Wind Meters"@en ;
  a skos:Concept ;
  skos:narrower <https://vocab.aeris-data.fr/instrument/38b50b31-9c04-5105-ec32-2b593cf98b22> .

aeris_inst:
  skos:prefLabel "Instruments AERIS"@fr, "AERIS Instruments"@en ;
  a owl:Ontology, skos:ConceptScheme .

