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

tero:p13277
  skos:prefLabel "risk factors"@en, "riskfaktorer"@sv, "riskitekijät"@fi ;
  a skos:Concept ;
  skos:related tero:t64 .

tero:conceptscheme a skos:ConceptScheme .
tero:p434
  skos:prefLabel "muu rooli"@fi, "annan roll"@sv, "other role"@en ;
  a skos:Concept ;
  skos:narrower tero:t64 .

tero:t64
  skos:related tero:p13277, tero:p11098 ;
  skos:altLabel "biologinen uhka"@fi, "biouhka"@fi, "biouhat"@fi ;
  a skos:Concept ;
  skos:broader tero:p434 ;
  skos:prefLabel "biologiset uhat"@fi ;
  skos:inScheme tero:conceptscheme ;
  skosext:broaderGeneric tero:p434 .

tero:p11098
  skos:prefLabel "terveysriskit"@fi, "health risks"@en, "hälsorisker"@sv ;
  a skos:Concept ;
  skos:related tero:t64 .

