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

yso:p199 skos:exactMatch tero:p199 .
tero:p201
  skos:prefLabel "fallen"@en, "kaatuneet"@fi, "stupade"@sv ;
  a skos:Concept ;
  skos:related tero:p199 .

tero:conceptscheme a skos:ConceptScheme .
ysa:Y102072 skos:exactMatch tero:p199 .
allars:Y33574 skos:exactMatch tero:p199 .
tero:p200
  skos:prefLabel "deceased people"@en, "avlidna"@sv, "vainajat"@fi ;
  a skos:Concept ;
  skos:narrower tero:p199 .

tero:p199
  skos:prefLabel "sankarivainajat"@fi, "stupade hjältar"@sv ;
  skos:related tero:p201 ;
  skos:exactMatch ysa:Y102072, yso:p199, allars:Y33574 ;
  skosext:broaderGeneric tero:p200 ;
  skos:broader tero:p200 ;
  skos:inScheme tero:conceptscheme ;
  a skos:Concept .

