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

yso:p7776
  skos:prefLabel "trolldom"@sv, "charms (magic)"@en, "taiat"@fi ;
  a <http://www.yso.fi/onto/yso-meta/Concept>, skos:Concept .

tao: a skos:ConceptScheme .
<http://www.yso.fi/onto/mao-meta/Concept>
  rdfs:label "MAO-käsite"@fi, "MAO-begrepp"@sv, "MAO Concept"@en ;
  a owl:Class .

maotao:p6065
  skos:broader yso:p1913 ;
  skos:prefLabel "taiat"@fi ;
  skos:inScheme tao: ;
  skos:exactMatch yso:p7776 ;
  a <http://www.yso.fi/onto/mao-meta/Concept>, skos:Concept .

yso:p1913
  skos:prefLabel "metoder"@sv, "methods"@en, "menetelmät"@fi ;
  a <http://www.yso.fi/onto/yso-meta/Concept>, skos:Concept ;
  skos:narrower maotao:p6065 .

