@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/84f49415-4cc7-dc74-3732-3594e395324c>
  skos:hiddenLabel "PROBES.NULL.WCR" ;
  skos:altLabel "Water Content Reflectometer"@en ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/caeac279-114d-4035-bfb6-f3509defe610> ;
  skos:prefLabel "WCR"@en ;
  skos:inScheme aeris_inst: ;
  skos:broader <https://vocab.aeris-data.fr/instrument/464dab88-7b00-09ab-9033-9e7401cb0552> ;
  a skos:Concept .

<https://vocab.aeris-data.fr/instrument/464dab88-7b00-09ab-9033-9e7401cb0552>
  skos:prefLabel "Sondes"@fr, "Probes"@en ;
  a skos:Concept ;
  skos:narrower <https://vocab.aeris-data.fr/instrument/84f49415-4cc7-dc74-3732-3594e395324c> .

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

