@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:Coordinates
  skos:prefLabel "Coordinates" ;
  skos:definition "1. Arrangement of reference lines or curves used to identify the location of points in space. (Britannica)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SpatialReference, sampledescriptionvocabulary1:SampleIDPosition ;
  a skos:Concept .

sampledescriptionvocabulary1:SpatialReference
  skos:prefLabel "Spatial reference" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Coordinates .

sampledescriptionvocabulary1:SampleIDPosition
  skos:prefLabel "Sample ID position" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Coordinates .

