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

tao:p288
  skos:prefLabel "artesaanintyöt"@fi ;
  a skos:Concept ;
  skos:broader tao:p289 .

tao:p2302
  skos:prefLabel "artenomintyöt"@fi ;
  a skos:Concept ;
  skos:broader tao:p289 .

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

maotao:p3276 skos:exactMatch tao:p289 .
tao:p289
  skos:narrower tao:p288, tao:p2302 ;
  skos:topConceptOf yso:conceptscheme ;
  skos:exactMatch yso:p1380 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "opinnäytteet"@fi ;
  a skos:Concept .

yso:p1380
  skos:prefLabel "lärdomsprov"@sv, "diploma works"@en, "opinnäytteet"@fi ;
  a skos:Concept .

