Skip to content

Commit

Permalink
add a practical use of the source parameter to the example
Browse files Browse the repository at this point in the history
  • Loading branch information
ansell committed Nov 3, 2011
1 parent 3db5e9e commit efa04d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static void main(String[] args) {
OntModel owlrlModel = loadModelWithImports("http://topbraid.org/spin/owlrl-all");

// Register any new functions defined in OWL RL
SPINModuleRegistry.get().registerAll(owlrlModel, null);
SPINModuleRegistry.get().registerAll(owlrlModel, "http://topbraid.org/spin/owlrl-all");

// Build one big union Model of everything
MultiUnion multiUnion = new MultiUnion(new Graph[] {
Expand Down

0 comments on commit efa04d6

Please sign in to comment.