@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:Solid
  skos:prefLabel "Solid" ;
  skos:definition "A continuum characterized by structural rigidity and resistance to changes of shape or volume, that retains its shape and density when not confined. (MatPortal, Emmo)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:PhaseOfMatter ;
  a skos:Concept .

sampledescriptionvocabulary1:PhaseOfMatter
  skos:prefLabel "Phase of matter" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Solid .

