@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:Pore
  skos:prefLabel "Pore" ;
  skos:definition "1. Any tiny hole admitting passage of a liquid (fluid or gas). (Ontobee, NCI Thesaurus OBO Edition). 2. Any kind of pore (gas pore, shrinkage pore...) (Ontobee, BWMD Domain Ontology)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:MicroStructureFeature ;
  a skos:Concept .

sampledescriptionvocabulary1:MicroStructureFeature
  skos:prefLabel "Micro structure feature" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Pore .

