@prefix yso: <http://www.yso.fi/onto/yso/> .
@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/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p1805
  skos:prefLabel "pneumoni"@sv, "keuhkokuume"@fi, "pneumonia"@en ;
  skos:altLabel "lunginflammation", "keuhkotulehdus"@fi ;
  skos:broader yso:p11376 ;
  skos:closeMatch allars:Y36524, ysa:Y123548 ;
  a skos:Concept ;
  skos:inScheme yso:conceptscheme ;
  skos:related yso:p1803 .

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

yso:p11376
  skos:prefLabel "lung diseases"@en, "keuhkosairaudet"@fi, "lungsjukdomar"@sv ;
  a skos:Concept ;
  skos:narrower yso:p1805 .

yso:p1803
  skos:prefLabel "severe acute respiratory syndrome"@en, "SARS"@sv, "SARS"@fi ;
  a skos:Concept ;
  skos:related yso:p1805 .

