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

yso:p1805
  skos:prefLabel "pneumonia"@en, "keuhkokuume"@fi ;
  a skos:Concept ;
  skos:related yso:p1803 .

yso:p16261
  skos:prefLabel "virus diseases"@en, "virussjukdomar"@sv, "virustaudit"@fi ;
  a skos:Concept ;
  skos:narrower yso:p1803 .

yso:p1803
  skos:broader yso:p16261 ;
  skos:closeMatch ysa:Y126210 ;
  skos:related yso:p1805 ;
  skos:altLabel "Severe Acute Respiratory Syndrome"@fi ;
  skos:inScheme kulo:conceptscheme ;
  skos:prefLabel "severe acute respiratory syndrome"@en, "SARS"@sv, "SARS"@fi ;
  a skos:Concept .

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

