@prefix afo: <http://www.yso.fi/onto/afo/> .
@prefix ns0: <http://www.yso.fi/onto/afo-meta/> .
@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:p1280
  ns0:siirtopv "2006-03-03" ;
  ns0:tietue "rtx=ohra", "fte=forage barley", "n", "ctx=rehuohra", "stalista=tarkista", "ed=1992-05-31", "md=1995-09-05", "cc=22", "sta=hyväksytty" ;
  skos:altLabel "forage barley"@en ;
  skos:exactMatch yso:p22101 ;
  skos:broader afo:p1281 ;
  ns0:id "3760" ;
  skos:inScheme yso:conceptscheme ;
  ns0:md "1995-09-05" ;
  skos:prefLabel "rehuohra"@fi ;
  ns0:sta "hyväksytty" ;
  ns0:ed "1992-05-31" ;
  ns0:stalista "tarkista" ;
  a skos:Concept .

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

yso:p22101
  skos:prefLabel "feed barley"@en, "rehuohra"@fi, "foderkorn"@sv ;
  a skos:Concept ;
  skos:exactMatch afo:p1280 .

afo:p1281
  skos:prefLabel "ohra"@fi ;
  a skos:Concept ;
  skos:narrower afo:p1280 .

