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

sampledescriptionvocabulary1:NoTweezerRegion
  skos:prefLabel "No-Tweezer-Region" ;
  skos:broader sampledescriptionvocabulary1:SampleSensitivityFactor ;
  a skos:Concept .

sampledescriptionvocabulary1:SampleSensitivityFactor
  skos:prefLabel "Sample sensitivity factor" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:NoTweezerRegion .

