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

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

yso:p23219
  skos:prefLabel "personality theories"@en, "persoonallisuusteoriat"@fi, "personlighetsteorier"@sv ;
  a skos:Concept ;
  skos:narrower yso:p23572 .

yso:p23572
  skos:altLabel "five factor model"@en, "viiden faktorin malli"@fi, "big five -malli"@fi, "big five -rakenne"@fi ;
  skos:broader yso:p23219 ;
  skos:closeMatch ysa:Y157671, allars:Y36271 ;
  skos:inScheme yso:conceptscheme ;
  a skos:Concept ;
  skos:prefLabel "big five theory"@en, "big five -teoria"@fi, "femfaktorteorin"@sv .

