@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

yso:p2633
  skos:prefLabel "illnesses"@en, "taudit"@fi, "sjukdomar"@sv ;
  a skos:Concept ;
  skos:related yso:p23420 .

yso:p23420
  skos:broader yso:p2761 ;
  skos:related yso:p3992, yso:p2633 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "national diseases"@en, "kansantaudit"@fi, "folksjukdomar"@sv ;
  a skos:Concept .

yso:p3992
  skos:prefLabel "kansa (ilmiöt)"@fi, "people"@en, "folket"@sv ;
  a skos:Concept ;
  skos:related yso:p23420 .

yso:p2761
  skos:prefLabel "hälsorelaterad roll"@sv, "role related to health"@en, "terveydentilaan liittyvä rooli"@fi ;
  a skos:Concept ;
  skos:narrower yso:p23420 .

