@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/9874ac75-7f5d-f272-c091-21a5cac8fcfb>
  skos:hiddenLabel "PRESSURE_HEIGHT_METERS.NULL.PRESSURE_SENSORS" ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/fd1ac194-aa45-44b4-b155-8ef37c977736> ;
  skos:prefLabel "Capteurs de pression"@fr, "Pressure Sensors"@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/9874ac75-7f5d-f272-c091-21a5cac8fcfb> .

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

