@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#> .
@prefix allars: <http://www.yso.fi/onto/allars/> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .

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

yso:p19107
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "lastenreuma"@fi, "juvenile rheumatoid arthritis"@en, "juvenil artrit"@sv ;
  skos:broader yso:p8747, yso:p2631 ;
  skos:altLabel "juvenile chronic arthritis"@en ;
  skos:closeMatch allars:Y33172, ysa:Y134119 ;
  a skos:Concept .

yso:p8747
  skos:prefLabel "reumatiska sjukdomar"@sv, "rheumatic diseases"@en, "reumataudit"@fi ;
  a skos:Concept ;
  skos:narrower yso:p19107 .

yso:p2631
  skos:prefLabel "children's diseases"@en, "barnsjukdomar"@sv, "lastentaudit"@fi ;
  a skos:Concept ;
  skos:narrower yso:p19107 .

