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

sampledescriptionvocabulary1:Center
  skos:prefLabel "Center" ;
  skos:definition "1. The point around which a circle or sphere is described. (Merriam-Webster dictionary) 2. The middle point or part (Cambridge Dictionary)"@en ;
  skos:broader sampledescriptionvocabulary1:SampleOriginDescriptor ;
  a skos:Concept .

sampledescriptionvocabulary1:SampleOriginDescriptor
  skos:prefLabel "Sampling origin (defines location and orientation of a sample cut)" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Center .

