Skip to content

Instantly share code, notes, and snippets.

@erfelipe
Created November 8, 2020 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erfelipe/e1ad28e408a02d628a9d596e1d9f98bd to your computer and use it in GitHub Desktop.
Save erfelipe/e1ad28e408a02d628a9d596e1d9f98bd to your computer and use it in GitHub Desktop.
Material para DEV em OWL #OWL #API
https://github.com/owlcs/owlapi/wiki/Documentation
https://github.com/owlcs/owlapi/blob/version4/contract/src/test/java/org/semanticweb/owlapi/examples/Examples.java
- how to check if a statement if a valid OWL axiom
https://github.com/owlcs/owlapi/issues/507
- Convert String in manchester syntax to OWLAxiom object using owlapi 3 in Java
https://stackoverflow.com/questions/21005908/convert-string-in-manchester-syntax-to-owlaxiom-object-using-owlapi-3-in-java
- DL Queries with a real reasoner
https://github.com/owlcs/owlapi/wiki/DL-Queries-with-a-real-reasoner
- Problem saving ontologies in Turtle
https://github.com/owlcs/owlapi/issues/719
- Java Code Examples for org.semanticweb.owlapi.reasoner.OWLReasoner
https://www.programcreek.com/java-api-examples/?api=org.semanticweb.owlapi.reasoner.OWLReasoner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment