@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/af9cd95f-9684-45f4-26ac-d61200c9f443>
  skos:hiddenLabel "POSITIONING_NAVIGATION.GPS.GPS" ;
  skos:altLabel "Global Positioning System"@en ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/e5fde4c4-15cd-4278-b922-005488df096f> ;
  skos:prefLabel "GPS"@en ;
  skos:inScheme aeris_inst: ;
  skos:broader <https://vocab.aeris-data.fr/instrument/f84339e5-0a1a-6665-ada9-7ce5fb0c4c0a> ;
  a skos:Concept .

<https://vocab.aeris-data.fr/instrument/f84339e5-0a1a-6665-ada9-7ce5fb0c4c0a>
  skos:prefLabel "GPS"@fr, "GPS"@en ;
  a skos:Concept ;
  skos:narrower <https://vocab.aeris-data.fr/instrument/af9cd95f-9684-45f4-26ac-d61200c9f443> .

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

