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

sampledescriptionvocabulary1:AbsorptionCoefficient
  skos:prefLabel "Absorption coefficient" ;
  skos:definition "The absorption coefficient determines how far into a material light of a particular wavelength can penetrate before it is absorbed. In a material with a low absorption coefficient, light is only poorly absorbed, and if the material is thin enough, it will appear transparent to that wavelength. (https://www.pveducation.org/pvcdrom/pn-junctions/absorption-coefficient)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:OpticalProperty ;
  a skos:Concept .

sampledescriptionvocabulary1:OpticalProperty
  skos:prefLabel "Optical property" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:AbsorptionCoefficient .

