@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:CarrierReferencingElements
  skos:prefLabel "Carrier referencing element" ;
  a skos:Concept .

sampledescriptionvocabulary1:SampleHolder
  skos:prefLabel "Sample holder" ;
  skos:narrower sampledescriptionvocabulary1:HolderReference, sampledescriptionvocabulary1:SampleHolderType, sampledescriptionvocabulary1:SampleHolderSize ;
  skos:definition "1. The sample holder (known also as flat specimen holder) is used for holding flat, circular or square/rectangular samples. (https://redox.me/products/sample-holder-25-mm-x-25-mm). 2. A device intended to position the samples in the proper place, keep the samples from moving during the scan, and maintain planarity. (https://www.jedec.org/standards-documents/dictionary/terms/sample-holder)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:CarrierReferencingElements, sampledescriptionvocabulary1:Sample ;
  a skos:Concept .

sampledescriptionvocabulary1:HolderReference
  skos:prefLabel "Holder reference" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SampleHolder .

sampledescriptionvocabulary1:SampleHolderType
  skos:prefLabel "Sample  holder type" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SampleHolder .

sampledescriptionvocabulary1:SampleHolderSize
  skos:prefLabel "Sample holder size" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SampleHolder .

sampledescriptionvocabulary1:Sample
  skos:prefLabel "Sample" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:SampleHolder .

