Skip to content

A description logic reasoner written in prolog based on leanCoP, a theorem prover for first-order logic

Notifications You must be signed in to change notification settings

logicmoo/MUD_DB_LeanCOR

 
 

Repository files navigation

leancor

A fork of leanCoR that aims description logics reasoning.

Usage

Check consistency

./leancor consistency test/pizza.owl test/output/pizza-consistency.csv

Classify ontology

./leancor classification test/pizza.owl test/output/pizza-classification.owl

Check satisfiability of concept names

./leancor sat test/pizza.owl test/output/pizza-sat.csv http://www.co-ode.org/ontologies/pizza/pizza.owl#SloppyGiuseppe
./leancor sat test/pizza.owl test/output/pizza-sat.csv http://www.co-ode.org/ontologies/pizza/pizza.owl#IceCream

About

A description logic reasoner written in prolog based on leanCoP, a theorem prover for first-order logic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Prolog 68.6%
  • Gnuplot 22.9%
  • Shell 6.6%
  • Python 1.9%