@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#> .
@prefix maotao: <http://www.yso.fi/onto/mao/> .

yso:p545
  skos:prefLabel "sisäiset ominaisuudet"@fi ;
  a skos:Concept ;
  skos:narrower tao:p2261 .

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

maotao:p1863 skos:exactMatch tao:p2261 .
tao:p2261
  skos:broader yso:p545 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "värinkesto"@fi ;
  a skos:Concept .

