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

yso:p11001
  skos:altLabel "landekosystem"@sv, "terrestriset ekosysteemit"@fi ;
  skos:related yso:p11000 ;
  skos:closeMatch ysa:Y101128, allars:Y27616 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "maaekosysteemit"@fi, "soil ecosystems"@en, "terrestriska ekosystem"@sv ;
  skos:broader yso:p4997 ;
  a skos:Concept .

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

yso:p11000
  skos:prefLabel "vattenekosystem"@sv, "aquatic ecosystems"@en, "vesiekosysteemit"@fi ;
  a skos:Concept ;
  skos:related yso:p11001 .

yso:p4997
  skos:prefLabel "ekosystem"@sv, "ecosystems"@en, "ekosysteemit"@fi ;
  a skos:Concept ;
  skos:narrower yso:p11001 .

