@prefix tero: <http://www.yso.fi/onto/tero/> .
@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/> .
@prefix skosext: <http://purl.org/finnonto/schema/skosext#> .

tero:conceptscheme a skos:ConceptScheme .
yso:p1971 skos:exactMatch tero:p1971 .
tero:p1971
  skos:prefLabel "accretion"@en, "ackumulation"@sv, "kasautuminen"@fi ;
  skos:broader tero:p277 ;
  skos:exactMatch yso:p1971, allars:Y31122, ysa:Y121094 ;
  skos:altLabel "kasaantuminen"@fi ;
  skosext:broaderGeneric tero:p277 ;
  a skos:Concept ;
  skos:inScheme tero:conceptscheme ;
  skos:related tero:p1970 .

allars:Y31122 skos:exactMatch tero:p1971 .
tero:p277
  skos:prefLabel "förändringar"@sv, "changes"@en, "muutokset"@fi ;
  a skos:Concept ;
  skos:narrower tero:p1971 .

ysa:Y121094 skos:exactMatch tero:p1971 .
tero:p1970
  skos:prefLabel "accumulation"@en, "ansamling"@sv, "kertyminen"@fi ;
  a skos:Concept ;
  skos:related tero:p1971 .

