@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:p4330
  skos:prefLabel "swimming"@en, "simning"@sv, "uinti"@fi ;
  a skos:Concept ;
  skos:narrower tero:p4329 .

yso:p4329 skos:exactMatch tero:p4329 .
tero:p4329
  skos:exactMatch allars:Y25834, yso:p4329, ysa:Y99862 ;
  skosext:broaderGeneric tero:p4330 ;
  skos:prefLabel "dives"@en, "uimahypyt"@fi, "simhopp"@sv ;
  skos:broader tero:p4330 ;
  skos:inScheme tero:conceptscheme ;
  a skos:Concept .

allars:Y25834 skos:exactMatch tero:p4329 .
ysa:Y99862 skos:exactMatch tero:p4329 .
