@prefix tero: <http://www.yso.fi/onto/tero/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .
@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix allars: <http://www.yso.fi/onto/allars/> .
@prefix skosext: <http://purl.org/finnonto/schema/skosext#> .

tero:conceptscheme a skos:ConceptScheme .
tero:p5053
  skos:inScheme tero:conceptscheme ;
  skos:exactMatch ysa:Y111212, yso:p5053, allars:Y32017 ;
  skos:prefLabel "WAIS-test"@sv, "WAIS-testi"@fi, "WAIS IQ test"@en ;
  skosext:broaderGeneric tero:p5054 ;
  skos:broader tero:p5054 ;
  a skos:Concept .

ysa:Y111212 skos:exactMatch tero:p5053 .
yso:p5053 skos:exactMatch tero:p5053 .
allars:Y32017 skos:exactMatch tero:p5053 .
tero:p5054
  skos:prefLabel "intelligence tests"@en, "intelligenstest"@sv, "älykkyystestit"@fi ;
  a skos:Concept ;
  skos:narrower tero:p5053 .

