@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix koko: <http://www.yso.fi/onto/koko/> .

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

koko:p49450
  a skos:Concept ;
  skos:broader koko:p36161 ;
  skos:exactMatch <http://www.yso.fi/onto/gns/swamp> ;
  skos:inScheme yso:conceptscheme ;
  skos:note "a wetland dominated by tree vegetation"@en ;
  skos:prefLabel "swamp"@en .

koko:p36161
  a skos:Concept ;
  skos:narrower koko:p49450 ;
  skos:prefLabel "wetland"@en, "våtmarker"@sv, "kosteikot"@fi .

