@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

yso:p7805
  skos:broader yso:p711, yso:p924 ;
  skos:scopeNote "Tarkoittaa esim. bakteerien ja biojätteiden yhteistuloksena tehtyä muovia" ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "bioplast"@sv, "biomuovi"@fi, "bioplastic"@en ;
  a skos:Concept .

yso:p711
  skos:prefLabel "biomaterials"@en, "biomaterial"@sv, "biomateriaalit"@fi ;
  a skos:Concept ;
  skos:narrower yso:p7805 .

yso:p924
  skos:prefLabel "plast"@sv, "plastic"@en, "muovi"@fi ;
  a skos:Concept ;
  skos:narrower yso:p7805 .

