@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:Glue
  skos:prefLabel "Glue" ;
  skos:definition "1. Any of various other solutions or preparations that can be used as adhesives. (dictionary.com). 2. A solution of glue used for sticking things together (Merriam-Webster dictionary). 3. A sticky substance that is used for joining things together permanently, produced from animal bones and skins or by a chemical process (Cambridge dictionary)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SampleFixation ;
  a skos:Concept .

sampledescriptionvocabulary1:SampleFixation
  skos:prefLabel "Sample fixation" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Glue .

