An open API service indexing awesome lists of open source software.

https://github.com/balhoff/materializer

Compute abox inferences implied by an ontology for multiple datasets
https://github.com/balhoff/materializer

Last synced: 5 months ago
JSON representation

Compute abox inferences implied by an ontology for multiple datasets

Awesome Lists containing this project

README

          

# materializer

## Compute abox inferences implied by an ontology for multiple datasets

`materializer` loads an OWL ontology and inputs any number of Abox datasets, computing inferred class assertions and object property assertions for each.
Outputs for all input files are combined into a single N-Quads output file.

```
Usage: materializer [options]
--usage
Print usage and exit
--help | -h
Print help message and exit
--ontology-file
--input
--output
--suffix-output
--output-graph-name
--suffix-graph
--reasoner
--mark-direct-types
--output-indirect-types
--output-inconsistent
--parallelism
--filter-graph-query
```