@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:Ceramic
  skos:prefLabel "Ceramic" ;
  skos:definition """	 Inorganic, nonmetallic solid prepared by the action of heat and subsequent cooling. (http://www.semanticweb.org/osnathakimi/ontologies/deb#Ceramic)"""^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:MaterialType ;
  a skos:Concept .

sampledescriptionvocabulary1:MaterialType
  skos:prefLabel "Material type" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Ceramic .

