@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#> .

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

yso:p3168
  skos:broader yso:p132 ;
  skos:related yso:p1045, yso:p626, yso:p7988 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "life"@en, "elämä"@fi, "livet"@sv ;
  a skos:Concept .

yso:p7988
  skos:prefLabel "artificial life"@en, "artificiellt liv"@sv, "tekoelämä"@fi ;
  a skos:Concept ;
  skos:related yso:p3168 .

yso:p132
  skos:prefLabel "biologiska fenomen"@sv, "biological phenomena"@en, "biologiset ilmiöt"@fi ;
  a skos:Concept ;
  skos:narrower yso:p3168 .

yso:p1045
  skos:prefLabel "good life"@en, "goda livet"@sv, "hyvä elämä"@fi ;
  a skos:Concept ;
  skos:related yso:p3168 .

yso:p626
  skos:prefLabel "döden"@sv, "death"@en, "kuolema"@fi ;
  a skos:Concept ;
  skos:related yso:p3168 .

