The owl2dlgp program translates
to
Dlgp
any
OWL2
ontology that can be expressed in the existential rule
framework. In particular, it translates the three tractable
profiles of OWL 2 (EL, QL, RL). This tool uses
the
OWL API to
parse OWL 2 ontologies expressed in OWL/XML, OWL
Functional Syntax or Turtle.
Getting started
-
Translate from an OWL 2 file to a Dlgp file:
java -jar owl2dlgp-*.jar -f ./example-owl.ttl -o ./example.dlp
-
Alternative command line:
java -jar owl2dlgp-*.jar < ./example-owl.ttl > ./example.dlp