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

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

yso:p8
  skos:prefLabel "mycology"@en, "sienitiede"@fi, "mykologi"@sv ;
  a skos:Concept .

afo:p5564
  skos:inScheme yso:conceptscheme ;
  ns0:tietue "ufx=mykologia", "md=1995-09-05", "agcx=mycology", "ed=1986-02-01", "sta=hyväksytty", "sta2=vapaa", "cc=25", "ctx=sienitiede", "fte=mycology", "n", "stalista=tarkista" ;
  skos:exactMatch yso:p8 ;
  a skos:Concept ;
  ns0:id "4057" ;
  ns0:ufx "mykologia"@fi ;
  ns0:ed "1986-02-01" ;
  skos:prefLabel "sienitiede"@fi ;
  ns0:sta2 "vapaa" ;
  ns0:agcx "mycology"@en ;
  skos:altLabel "mycology"@en ;
  ns0:sta "hyväksytty" ;
  skos:broader afo:p2082 ;
  ns0:md "1995-09-05" ;
  ns0:siirtopv "2006-03-03" ;
  ns0:stalista "tarkista" .

afo:p2082
  skos:prefLabel "biologia"@fi ;
  a skos:Concept ;
  skos:narrower afo:p5564 .

