@prefix sampledescriptionvocabulary1: <https://purls.helmholtz-metadaten.de/skosmos/sdv/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sampledescriptionvocabulary1:DisCharging
  skos:prefLabel "Discharging" ;
  skos:definition "to release electrical energy from (something, such as a battery or capacitor) by a discharge. (Merriam-Webster dictionary)"@en ;
  skos:broader sampledescriptionvocabulary1:PhysicalTreatmentMethod ;
  a skos:Concept .

sampledescriptionvocabulary1:PhysicalTreatmentMethod
  skos:prefLabel "Physical treatment method" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:DisCharging .

