@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/87ef03c6-8910-4904-a693-405e506c60d3>
  skos:hiddenLabel "PROBES.SCATTERING_PROBES.FOG_MONITOR" ;
  skos:prefLabel "Fog Monitor"@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/87ef03c6-8910-4904-a693-405e506c60d3> .

