@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/0329ee9e-ff98-6719-d643-7fc64192b3e8>
  skos:hiddenLabel "PROFILERS_SOUNDERS.ACOUSTIC_SOUNDERS.SODAR" ;
  skos:altLabel "Sound Detection and Ranging"@en ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/16406252-49bf-4198-ab15-32253661135c> ;
  skos:prefLabel "Sodar"@fr, "Sodar"@en ;
  skos:inScheme aeris_inst: ;
  skos:broader <https://vocab.aeris-data.fr/instrument/187fe942-ac2b-c501-89bd-cfcbb789ec38> ;
  a skos:Concept .

<https://vocab.aeris-data.fr/instrument/187fe942-ac2b-c501-89bd-cfcbb789ec38>
  skos:prefLabel "Sondeurs acoustiques"@fr, "Acoustic Sounders"@en ;
  a skos:Concept ;
  skos:narrower <https://vocab.aeris-data.fr/instrument/0329ee9e-ff98-6719-d643-7fc64192b3e8> .

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

