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

sampledescriptionvocabulary1:Drawn
  skos:prefLabel "Drawn" ;
  skos:definition "1. Drawing is the pulling of a metal piece through a die by means of a tensile force applied to the exit side. A reduction in cross-sectional area results, with a corresponding increase in length. (University of Cambridge) 2. Drawing is a manufacturing process that uses tensile forces to elongate metal, glass, or plastic. As the material is drawn (pulled), it stretches and becomes thinner, achieving a desired shape and thickness. (Wikipedia)"@en ;
  skos:broader sampledescriptionvocabulary1:Deformed ;
  a skos:Concept .

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

