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

tero:conceptscheme a skos:ConceptScheme .
tero:p5319
  skos:prefLabel "dog"@en, "koira"@fi, "hund"@sv ;
  a skos:Concept ;
  skos:narrower tero:p23628 .

tero:p23628
  skos:prefLabel "chihuahua"@fi, "Chihuahua"@en, "chihuahua (hundras)"@sv ;
  skos:exactMatch ysa:Y150741, allars:Y40153, yso:p23628 ;
  a skos:Concept ;
  skosext:broaderGeneric tero:p5319 ;
  skos:broader tero:p5319 ;
  skos:inScheme tero:conceptscheme .

ysa:Y150741 skos:exactMatch tero:p23628 .
allars:Y40153 skos:exactMatch tero:p23628 .
yso:p23628 skos:exactMatch tero:p23628 .
