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

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

yso:p6530
  skos:prefLabel "kabuki"@en, "kabuki"@fi, "kabuki"@sv ;
  a skos:Concept ;
  skos:related yso:p6529 .

yso:p2625
  skos:prefLabel "teater"@sv, "theatre"@en, "teatteri (taidelajit)"@fi ;
  a skos:Concept ;
  skos:narrower yso:p6529 .

yso:p6529
  skos:broader yso:p2625 ;
  skos:closeMatch ysa:Y23185 ;
  skos:related yso:p6530 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "noh theatre"@en, "no-teater"@sv, "no-teatteri"@fi ;
  a skos:Concept .

