@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/21a575db-5a59-75fb-9547-19b1268edd6b>
  skos:hiddenLabel "CURRENT_WIND_METERS.NULL.WIND_MONITOR" ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/e892b190-f905-48b0-8331-7d578e250467> ;
  skos:prefLabel "Wind Monitor"@en, "Moniteur de vent"@fr ;
  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/21a575db-5a59-75fb-9547-19b1268edd6b> .

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

