@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/50b3ab88-765e-98a5-151d-13e8e7cb7d3f>
  skos:hiddenLabel "GAUGES.NULL.LYSIMETERS" ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/66b99c8a-5962-4049-af83-b2eafd59d1df> ;
  skos:prefLabel "Lysimètres"@fr, "Lysimeters"@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/50b3ab88-765e-98a5-151d-13e8e7cb7d3f> .

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

