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

yso:p2360
  skos:prefLabel "sopor"@sv, "wastes"@en, "jätteet"@fi ;
  a skos:Concept ;
  skos:narrower yso:p22940 .

yso:p22940
  skos:broader yso:p924, yso:p2360 ;
  skos:altLabel "waste plastics"@en ;
  skos:exactMatch afo:p4567 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "plastic waste"@en, "plastavfall"@sv, "jätemuovi"@fi ;
  a skos:Concept .

afo:p4567
  skos:prefLabel "jätemuovi"@fi ;
  a skos:Concept ;
  skos:exactMatch yso:p22940 .

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

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

