@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:Axis
  skos:prefLabel "Axis" ;
  skos:definition "1. A straight line about which a body or a geometric figure rotates or may be supposed to rotate (Merriam-Webster). 2. A fixed line on a graph used to show the position of a point (Cambridge dictionary)."^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SpatialReference ;
  a skos:Concept .

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

