Skip to content

anaphylactic/PrisM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrisM

Ontology Module Extractor for OWL 2 Ontologies

To build the project open a terminal, go to the project's directory and run

$ mkdir repo
$ mvn deploy:deploy-file -Durl=file:repo/ -Dfile=lib/RDFox/<platform>/JRDFox.jar -DgroupId=uk.ac.ox.cs -DartifactId=JRDFox -Dpackaging=jar -Dversion=build2213

where <platform> should be Mac, Linux or Windows. If you wish to use PrisM as a library, run

$ mvn install

This should generate a folder called target containing the library uber-PrisM-0.0.1-SNAPSHOT.jar. This library is ready to use and bundles all necessary dependencies.

PrisM supports most OWL 2 features; however, it does not support the following constructs:

  • OWLHasKeyAxiom,
  • OWLDataRanges that are not atomic or an instance of OWLDataOneOf,
  • OWLLiteral whose datatype is outside the OWL 2 datatype map,
  • OWLDatatypeDefinitionAxiom
  • SWRLDataRangeAtom (in SWRLRule).

About

Ontology Module Extractor for OWL 2 Ontologies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages