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

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

yso:p21417
  skos:prefLabel "anime (animated films)"@en, "anime"@sv, "animet (animaatioelokuvat)"@fi ;
  skos:broader yso:p13637 ;
  skos:closeMatch allars:Y33727, ysa:Y148266 ;
  skos:inScheme kulo:conceptscheme ;
  skos:related yso:p16526 ;
  skos:altLabel "anime-elokuvat"@fi, "animet"@fi ;
  a skos:Concept .

yso:p13637
  skos:prefLabel "animated films"@en, "animationsfilmer"@sv, "animaatioelokuvat"@fi ;
  a skos:Concept ;
  skos:narrower yso:p21417 .

yso:p16526
  skos:prefLabel "animation"@en, "animation"@sv, "animaatio"@fi ;
  a skos:Concept ;
  skos:related yso:p21417 .

