@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:Position
  skos:prefLabel "Position" ;
  skos:definition "1. The particular portion in space occupied by a physical object. (TIB, NCI Thesaurus OBO Edition). 2. A position or position vector, also known as location vector or radius vector, is a Euclidean vector that represents a point P in space. (Wikipedia)."^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SpatialReference, sampledescriptionvocabulary1:SpatialQualifier ;
  a skos:Concept .

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

sampledescriptionvocabulary1:SpatialQualifier
  skos:prefLabel "Spatial qualifier" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Position .

