@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 afo: <http://www.yso.fi/onto/afo/> .

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

afo:p2269 skos:exactMatch yso:p8580 .
yso:p8580
  skos:broader yso:p8581 ;
  skos:narrower yso:p11855 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "natural fires"@en, "markbränder"@sv, "maastopalot"@fi ;
  a skos:Concept .

yso:p11855
  skos:prefLabel "skogsbränder"@sv, "forest fires"@en, "metsäpalot"@fi ;
  a skos:Concept ;
  skos:broader yso:p8580 .

yso:p8581
  skos:prefLabel "eldsvådor"@sv, "fires"@en, "tulipalot"@fi ;
  a skos:Concept ;
  skos:narrower yso:p8580 .

