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

sampledescriptionvocabulary1:Dendritic
  skos:prefLabel "Dendritic" ;
  skos:definition "Resembling or having dendrites : branching like a tree. (Merriam-Webster dictionary)"@en ;
  skos:broader sampledescriptionvocabulary1:DominantStructureType ;
  a skos:Concept .

sampledescriptionvocabulary1:DominantStructureType
  skos:prefLabel "Dominant structure type" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Dendritic .

