@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#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

tero:conceptscheme a skos:ConceptScheme .
tero:p642
  skos:prefLabel "kognition"@sv, "cognition"@en, "kognitio"@fi ;
  a skos:Concept ;
  skos:narrower tero:p20099 .

ysa:Y104926 skos:exactMatch tero:p20099 .
yso:p20099 skos:exactMatch tero:p20099 .
allars:Y18917 skos:exactMatch tero:p20099 .
tero:p20099
  skosext:broaderGeneric tero:p642 ;
  skos:prefLabel "generalisation"@en, "yleistäminen"@fi, "generalisering"@sv ;
  dc11:source "Suomen kielen perussanakirja" ;
  skos:exactMatch ysa:Y104926, yso:p20099, allars:Y18917 ;
  skos:inScheme tero:conceptscheme ;
  a skos:Concept ;
  skos:broader tero:p642 ;
  rdfs:comment "1) laajentaa jokin havainto, päätelmä tms. koskemaan muita tai kaikkia samanlaisia tapauksia; tehdä yksittäistapausten perusteella yleisiä päätelmiä; antaa jollekin yleinen pätevyys; 2) tehdä yleise(mmä)ksi" .

