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

tero:conceptscheme a skos:ConceptScheme .
ysa:Y111637 skos:exactMatch tero:p5025 .
tero:p502
  skos:prefLabel "domestic animals"@en, "husdjur"@sv, "kotieläimet"@fi ;
  a skos:Concept ;
  skos:narrower tero:p5025 .

tero:p5025
  skos:related tero:p501 ;
  skos:exactMatch yso:p5025, ysa:Y111637, allars:Y15317 ;
  skos:prefLabel "workhorses"@en, "työhevoset"@fi, "arbetshästar"@sv ;
  skos:inScheme tero:conceptscheme ;
  skos:broader tero:p502 ;
  a skos:Concept ;
  skosext:broaderGeneric tero:p502 .

allars:Y15317 skos:exactMatch tero:p5025 .
yso:p5025 skos:exactMatch tero:p5025 .
tero:p501
  skos:prefLabel "horse"@en, "häst"@sv, "hevonen"@fi ;
  a skos:Concept ;
  skos:related tero:p5025 .

