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

sampledescriptionvocabulary1:Embedding
  skos:prefLabel "Embedding" ;
  skos:broader sampledescriptionvocabulary1:SampleFixation ;
  a skos:Concept .

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

