@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:ExtrusionRod
  skos:prefLabel "Extrusion rod" ;
  skos:definition "Rods and pipes, rectangular solid and hollow bars, and long plates. In metalworking, extrusion converts a billet of metal into a length of. (Brittanica)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Bulk ;
  a skos:Concept .

sampledescriptionvocabulary1:Bulk
  skos:prefLabel "Bulk" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:ExtrusionRod .

