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

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

yso:p14488
  skos:broader yso:p264 ;
  skos:related yso:p14486 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "tillrinningsområden"@sv, "catchment areas"@en, "valuma-alueet"@fi ;
  a skos:Concept .

yso:p14486
  skos:prefLabel "watersystems"@en, "vesistöalueet"@fi, "flodområden"@sv ;
  a skos:Concept ;
  skos:related yso:p14488 .

yso:p264
  skos:prefLabel "naturformade områden"@sv, "areas created by nature"@en, "luonnon muodostamat alueet"@fi ;
  a skos:Concept ;
  skos:narrower yso:p14488 .

