@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/d2e95093-705c-40e0-84c7-64c32e7a0921>
  skos:prefLabel "Hot Wire Probes"@en, "" ;
  a skos:Concept ;
  skos:narrower <https://vocab.aeris-data.fr/instrument/4e0c6532-cef0-4095-ab8d-c54361164ca5> .

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

<https://vocab.aeris-data.fr/instrument/4e0c6532-cef0-4095-ab8d-c54361164ca5>
  skos:hiddenLabel "PROBES.HOT_WIRE_PROBES.WC" ;
  skos:altLabel "Water Content Sensor" ;
  skos:prefLabel "WC"@en ;
  skos:inScheme aeris_inst: ;
  skos:broader <https://vocab.aeris-data.fr/instrument/d2e95093-705c-40e0-84c7-64c32e7a0921> ;
  a skos:Concept .

