@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/946edd26-8124-d151-ddc0-5a115d323118>
  skos:hiddenLabel "POSITIONING_NAVIGATION.GPS.GPS_RECEIVERS" ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/029feed6-79dc-4316-b8ac-be8f1e557f89> ;
  skos:prefLabel "GPS Receivers"@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/946edd26-8124-d151-ddc0-5a115d323118> .

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

