Skip to content

Example of OWL API with HermiT, realized for the Semantic Web course at Politecnico di Torino (Italy)

Notifications You must be signed in to change notification settings

luigidr/owlapi-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample usage of the OWL API Library

A simple example of how to use the OWL API library and the HermiT reasoner.

In particular, the project will:

  • load the ontology present in the resources folder (university.owl)
  • compute logical inferences
  • ask for
    • university individuals
    • which degrees each university offers
    • which courses each degree offers
    • who is enrolled in those courses

It uses OWL API (version 4.5.4) and the HermiT reasoner (version 1.3.8.413). Dependencies are handled by Gradle.

About

Example of OWL API with HermiT, realized for the Semantic Web course at Politecnico di Torino (Italy)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages