@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/4d73e455-4f5d-1b7d-0e36-76db27a0c036>
  skos:hiddenLabel "PRESSURE_HEIGHT_METERS.NULL.PITOT_STATIC_SYSTEM" ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/7933236b-7bef-4339-a257-3446fb365e2f> ;
  skos:prefLabel "Système anémobarométrique"@fr, "Pitot-static system"@en ;
  skos:inScheme aeris_inst: ;
  skos:broader <https://vocab.aeris-data.fr/instrument/477ba256-b452-3430-844d-7ce879840943> ;
  a skos:Concept .

<https://vocab.aeris-data.fr/instrument/477ba256-b452-3430-844d-7ce879840943>
  skos:prefLabel "Pression/Hauteur"@fr, "Pressure/Height Meters"@en ;
  a skos:Concept ;
  skos:narrower <https://vocab.aeris-data.fr/instrument/4d73e455-4f5d-1b7d-0e36-76db27a0c036> .

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

