@prefix sampledescriptionvocabulary1: <https://purls.helmholtz-metadaten.de/skosmos/sdv/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sampledescriptionvocabulary1:CleanRoom
  skos:prefLabel "Clean room" ;
  skos:definition "A cleanroom or clean room is an engineered space that maintains a very low concentration of airborne particulates. It is well-isolated, well-controlled from contamination, and actively cleansed. (Wikipedia)"@en ;
  skos:broader sampledescriptionvocabulary1:SampleHandlingEquipment ;
  a skos:Concept .

sampledescriptionvocabulary1:SampleHandlingEquipment
  skos:prefLabel "Sample handling equipment" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:CleanRoom .

