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
- Host: GitHub
- URL: https://github.com/balhoff/materializer
- Owner: balhoff
- License: mit
- Created: 2021-10-29T17:58:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T13:56:48.000Z (almost 3 years ago)
- Last Synced: 2023-09-13T19:14:53.575Z (almost 3 years ago)
- Language: Scala
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```