@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:SymmetryAxis
  skos:prefLabel "SymmetryAxis" ;
  skos:definition "1. The axis of symmetry is an imaginary straight line that divides a shape into two identical parts, thereby creating one part as the mirror image of the other part. (https://www.cuemath.com/algebra/axis-of-symmetry/). 2. Axial symmetry is symmetry around an axis or line (geometry). An object is said to be axially symmetric if its appearance is unchanged if transformed around an axis. (Wikipedia)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Symmetry ;
  a skos:Concept .

sampledescriptionvocabulary1:Symmetry
  skos:prefLabel "Symmetry" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:SymmetryAxis .

