@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:IrregularShape
  skos:prefLabel "Irregular shape" ;
  skos:definition "1. An irregular shape doesn’t have equal sides or equal angles. (https://www.edplace.com). 2. Irregular shapes are shapes where the sides and interior angles are not all the same. (https://www.twinkl.de/teaching-wiki/irregular-shapes)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SampleShape ;
  a skos:Concept .

sampledescriptionvocabulary1:SampleShape
  skos:prefLabel "Sample shape" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:IrregularShape .

