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

sampledescriptionvocabulary1:ElectronicBandgap
  skos:prefLabel "Electronic bandgap" ;
  skos:definition "1. the difference in energy between the valence band and the conduction band of a solid material (such as an insulator or semiconductor) that consists of the range of energy values forbidden to electrons in the material. (Merriam-Webster dictionary) 2. an energy range in a solid where no electronic states exist. In graphs of the electronic band structure of solids, the band gap refers to the energy difference (often expressed in electronvolts) between the top of the valence band and the bottom of the conduction band in insulators and semiconductors. (Wikipedia)"@en ;
  skos:broader sampledescriptionvocabulary1:ElectricProperty ;
  a skos:Concept .

sampledescriptionvocabulary1:ElectricProperty
  skos:prefLabel "Electric property" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:ElectronicBandgap .

