@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:Symmetry
  skos:prefLabel "Symmetry" ;
  skos:narrower sampledescriptionvocabulary1:SymmetryAxis, sampledescriptionvocabulary1:Rotation, sampledescriptionvocabulary1:Translation, sampledescriptionvocabulary1:Inversion, sampledescriptionvocabulary1:Mirror ;
  skos:definition "1. The quality of having parts that match each other, especially in a way that is attractive, or similarity of shape or contents (Cambridge Dictionary). 2. A symmetry operation for a molecule or crystal is defined as an operation that interchanges the positions of the various atoms and results in the molecule or crystal appearing exactly the same (being in a symmetry-related position) as before the operation. (ScienceDirect, Space Groups for Solid State Scientists (Third Edition), 2013)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:StructureDescriptor ;
  a skos:Concept .

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

sampledescriptionvocabulary1:Rotation
  skos:prefLabel "Rotation" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Symmetry .

sampledescriptionvocabulary1:Translation
  skos:prefLabel "Translation" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Symmetry .

sampledescriptionvocabulary1:Inversion
  skos:prefLabel "Inversion" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Symmetry .

sampledescriptionvocabulary1:Mirror
  skos:prefLabel "Mirror" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Symmetry .

sampledescriptionvocabulary1:StructureDescriptor
  skos:prefLabel "Structure description" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Symmetry .

