0

In PROLOG you can represent and query a connect graph, as in this tutorial:

http://www.csupomona.edu/~jrfisher/www/prolog_tutorial/2_15.html

How would you do this using an OWL/RDL tool such as Protégé (http://protege.stanford.edu/)?

Alex R
  • 11,364
  • 15
  • 100
  • 180

1 Answers1

0

I believe you can achieve this by using a semantic reasoner, such as Racer Pro (non-free) and Pellet (free, open source if under used in an open source project).

This wikipedia page gives a comprehensive list of reasoners available with a comparison table.

William Niu
  • 15,798
  • 7
  • 53
  • 93