@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/c140a2f8-f0e1-3656-8b31-9785c84eacb9>
  skos:hiddenLabel "POSITIONING_NAVIGATION.RADIO.ARGOS" ;
  skos:altLabel "ARGOS Data Collection and Position Location System"@en ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/b8b3168c-ba08-4ee6-8971-23974521ea28> ;
  skos:prefLabel "ARGOS"@fr, "ARGOS"@en ;
  skos:inScheme aeris_inst: ;
  skos:broader <https://vocab.aeris-data.fr/instrument/e5dbefed-4faa-1347-f20f-661f088d8b6a> ;
  a skos:Concept .

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

<https://vocab.aeris-data.fr/instrument/e5dbefed-4faa-1347-f20f-661f088d8b6a>
  skos:prefLabel "Radio"@fr, "Radio"@en ;
  a skos:Concept ;
  skos:narrower <https://vocab.aeris-data.fr/instrument/c140a2f8-f0e1-3656-8b31-9785c84eacb9> .

