@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/df4ca002-f81c-93b7-983d-cacfe5c03070>
  skos:hiddenLabel "POSITIONING_NAVIGATION.GALILEO.NULL" ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/bf71449f-834e-4183-9006-cf94f7eb5520> ;
  skos:prefLabel "Galileo"@fr, "Galileo"@en ;
  skos:inScheme aeris_inst: ;
  skos:broader <https://vocab.aeris-data.fr/instrument/fab50882-ce95-4ad7-b5c3-89d5a996f234> ;
  a skos:Concept .

<https://vocab.aeris-data.fr/instrument/fab50882-ce95-4ad7-b5c3-89d5a996f234>
  skos:prefLabel "Positionnement"@fr, "Positioning/Navigation"@en ;
  a skos:Concept ;
  skos:narrower <https://vocab.aeris-data.fr/instrument/df4ca002-f81c-93b7-983d-cacfe5c03070> .

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

