Skip to content

Commit 7c1bd1d

Browse files
committed
added describe individual to reference section
1 parent 5119609 commit 7c1bd1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: genbank/genbank.php

+2
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,10 @@ function process(){
258258
foreach($parsed_refs_arr as $aRef){
259259
$r = rand();
260260
$ref_res = $this->getRes().md5($r);
261+
$ref_label = "reference for ".$gb_res;
261262
if(isset($aRef['TITLE'])){
262263
parent::AddRDF(
264+
parent::describeIndividual($ref_res, $ref_label, $this->getVoc()."reference").
263265
parent::triplifyString($ref_res, $this->getVoc()."title", $aRef['TITLE'])
264266
);
265267
}

0 commit comments

Comments
 (0)