@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:Liquid
  skos:prefLabel "Liquid" ;
  skos:definition "A liquid is a nearly incompressible fluid that conforms to the shape of its container but retains a (nearly) constant volume independent of pressure. (MatPortal, EMMO)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:PhaseOfMatter ;
  a skos:Concept .

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

