@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:Wire
  skos:prefLabel "Wire" ;
  skos:definition "1. Wire, thread or slender rod, usually very flexible and circular in cross section, made from various metals and alloys, including iron, steel, brass, bronze, copper, aluminum, zinc, gold, silver, and platinum. (Britannica). 2. A slender, stringlike piece or filament of relatively rigid or flexible metal, usually circular in section, manufactured in a great variety of diameters and metals depending on its application. (dictionary.com)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SampleShape ;
  a skos:Concept .

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

