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

yso:p1433
  skos:prefLabel "matter"@en, "aine"@fi, "materia"@sv ;
  a skos:Concept ;
  skos:narrower tao:p2147 .

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

yso:p746
  a skos:Collection ;
  skos:prefLabel "aine käytön mukaan"@fi ;
  skos:member tao:p2147 .

tao:p2147
  skos:broader yso:p1433 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "apuaineet"@fi ;
  a skos:Concept .

