@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/1f17712c-545b-4441-84ec-a22b3ff5e826>
  skos:hiddenLabel "PROBES.SCATTERING_PROBES.SPP" ;
  skos:altLabel "Static Pressure Probe" ;
  skos:prefLabel "SPP"@en ;
  skos:inScheme aeris_inst: ;
  skos:broader <https://vocab.aeris-data.fr/instrument/6416dc07-23bb-4fa0-9e25-b514b59d11b9> ;
  a skos:Concept .

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

<https://vocab.aeris-data.fr/instrument/6416dc07-23bb-4fa0-9e25-b514b59d11b9>
  skos:prefLabel "Scattering Probes"@en, "" ;
  a skos:Concept ;
  skos:narrower <https://vocab.aeris-data.fr/instrument/1f17712c-545b-4441-84ec-a22b3ff5e826> .

