@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 .
tero:p8800
  skos:exactMatch yso:p8800, allars:Y41230, ysa:Y117793 ;
  skosext:broaderGeneric tero:p8801 ;
  a skos:Concept ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "Oglala Lakotas"@en, "oglala"@sv, "oglalat"@fi ;
  skos:broader tero:p8801 .

ysa:Y117793 skos:exactMatch tero:p8800 .
allars:Y41230 skos:exactMatch tero:p8800 .
yso:p8800 skos:exactMatch tero:p8800 .
tero:p8801
  skos:prefLabel "Lakotas"@en, "lakota"@sv, "lakotat"@fi ;
  a skos:Concept ;
  skos:narrower tero:p8800 .

