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

sampledescriptionvocabulary1:SpatialQualifier
  skos:prefLabel "Spatial qualifier" ;
  skos:narrower sampledescriptionvocabulary1:Position, sampledescriptionvocabulary1:CoordinateSystem, sampledescriptionvocabulary1:Orientation ;
  skos:definition "A quality that concerns the spatial aspects of an entity"@en ;
  skos:broader sampledescriptionvocabulary1:PhysicalSystem ;
  a skos:Concept .

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

sampledescriptionvocabulary1:CoordinateSystem
  skos:prefLabel "Coordinate system" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SpatialQualifier .

sampledescriptionvocabulary1:Orientation
  skos:prefLabel "Orientation" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SpatialQualifier .

sampledescriptionvocabulary1:PhysicalSystem
  skos:prefLabel "Physical system" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:SpatialQualifier .

