@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:Deformed
  skos:prefLabel "Deformed" ;
  skos:narrower sampledescriptionvocabulary1:Rolled, sampledescriptionvocabulary1:Pressed, sampledescriptionvocabulary1:Compressed, sampledescriptionvocabulary1:Drawn, sampledescriptionvocabulary1:Forged ;
  skos:definition "1. With a shape that has not developed normally (Cambridge dictionary). 2. deformation is a change in the shape or size of an object due to an applied force (the deformation energy in this case is transferred through work) or a change in temperature (the deformation energy in this case is transferred through heat). The first case can be a result of tensile (pulling) forces, compressive (pushing) forces, shear, bending or torsion (twisting). (https://www.metallurgyfordummies.com/metal-deformation.html)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:MaterialCondition ;
  a skos:Concept .

sampledescriptionvocabulary1:Rolled
  skos:prefLabel "Rolled" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Deformed .

sampledescriptionvocabulary1:Pressed
  skos:prefLabel "Pressed" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Deformed .

sampledescriptionvocabulary1:Compressed
  skos:prefLabel "Compressed" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Deformed .

sampledescriptionvocabulary1:Drawn
  skos:prefLabel "Drawn" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Deformed .

sampledescriptionvocabulary1:Forged
  skos:prefLabel "Forged" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Deformed .

sampledescriptionvocabulary1:MaterialCondition
  skos:prefLabel "Material condition" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Deformed .

