Research Article

OWL Reasoning Framework over Big Biological Knowledge Network

Algorithm 2

Framework of OWL reasoning algorithm.
Initialization: instance triple graph, ; Property Chain
Set, ; two classes required to explore implicit
semantic associations, Herb and Gene; number that has
been iterated, ; number needed to be iterated, ;
Iteration:
while     do
   Step  1. Load triple graph and PCS on the current
iteration, , ;
   Step  2. Group instance triples based on join key;
   Step  3. Derive new instance triples;
   Step  4. Update input instance triple graph, ;
   Step  5. Update PCS, ;
   Step  6. ;
end while