@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:SpatialReference
  skos:prefLabel "Spatial reference" ;
  skos:narrower sampledescriptionvocabulary1:Axis, sampledescriptionvocabulary1:Position, sampledescriptionvocabulary1:Coordinates ;
  skos:definition "Spatial reference describes the position or orientation of an object in space or in relation to another object. Spatial descriptors are e.g. planes, axes, coordinate systems, and points."^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:HolderReferencingElements, sampledescriptionvocabulary1:Reference, sampledescriptionvocabulary1:CarrierReferencingElements, sampledescriptionvocabulary1:SampleReferencingElement ;
  a skos:Concept .

sampledescriptionvocabulary1:Axis
  skos:prefLabel "Axis" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SpatialReference .

sampledescriptionvocabulary1:Position
  skos:prefLabel "Position" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SpatialReference .

sampledescriptionvocabulary1:Coordinates
  skos:prefLabel "Coordinates" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SpatialReference .

sampledescriptionvocabulary1:HolderReferencingElements
  skos:prefLabel "Holder referencing elements" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:SpatialReference .

sampledescriptionvocabulary1:Reference
  skos:prefLabel "Reference" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:SpatialReference .

sampledescriptionvocabulary1:CarrierReferencingElements
  skos:prefLabel "Carrier referencing element" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:SpatialReference .

sampledescriptionvocabulary1:SampleReferencingElement
  skos:prefLabel "Sample referencing element" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:SpatialReference .

