@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/93419e58-32d1-7cc2-56f2-c004ef49d611>
  skos:hiddenLabel "GAUGES.NULL.RAIN_GAUGES" ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/6a0afbcb-36d7-4b10-a2c1-35d4d14d6c75> ;
  skos:prefLabel "Pluviomètres"@fr, "Rain Gauges"@en ;
  skos:inScheme aeris_inst: ;
  skos:broader <https://vocab.aeris-data.fr/instrument/898fc1b1-4bcd-731f-1920-574750dc6498> ;
  a skos:Concept .

<https://vocab.aeris-data.fr/instrument/898fc1b1-4bcd-731f-1920-574750dc6498>
  skos:prefLabel "Compteurs"@fr, "Gauges"@en ;
  a skos:Concept ;
  skos:narrower <https://vocab.aeris-data.fr/instrument/93419e58-32d1-7cc2-56f2-c004ef49d611> .

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

