@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:CondensationPolymerization
  skos:prefLabel "Condensation Polymerization" ;
  skos:definition "In condensation polymerization, each step of the process is accompanied by the formation of a molecule of some simple compound, often water. In addition polymerization, monomers react to form a polymer without the formation of by-products. (Brittanica)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Polymerization ;
  a skos:Concept .

sampledescriptionvocabulary1:Polymerization
  skos:prefLabel "Polymerization" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:CondensationPolymerization .

