Research Article

Semantic Consistency Checking in Building Ontology from Heterogeneous Sources

Algorithm 1

Semantic consistency checking.
Require:   , // W-graph semantic model
// semantic segment expressed by W-query
Ensure:  consistent or inconsistent
encoding     to   ; // according to Definition 14
encoding     to   ; // according to Definition 16
; // model checking
if   is emptyset  then
  return  consistent;
else
  return  inconsistent;
end if