@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/4634a2f7-a1fa-47c1-a8e9-bcc4c98df252> .

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

<https://vocab.aeris-data.fr/instrument/4634a2f7-a1fa-47c1-a8e9-bcc4c98df252>
  skos:hiddenLabel "PROBES.HOT_WIRE_PROBES.LWC" ;
  skos:altLabel "Liquid Water Content Sensor" ;
  skos:prefLabel "LWC"@en ;
  skos:inScheme aeris_inst: ;
  skos:broader <https://vocab.aeris-data.fr/instrument/d2e95093-705c-40e0-84c7-64c32e7a0921> ;
  a skos:Concept .

