Metadata-Version: 2.1
Name: probs_runner
Version: 2.0.0a5
Summary: Tools to run the PRObs ontology scripts with RDFox
Home-page: https://github.com/ukfires/probs-runner
Author: Rick Lupton, Stefano Germano
Author-email: mail@ricklupton.name
Platform: any
Description-Content-Type: text/markdown; charset=UTF-8
License-File: LICENSE
Requires-Dist: rdfox-runner >=0.5.1
Requires-Dist: pandas
Requires-Dist: click >=8.0
Requires-Dist: importlib-resources ; python_version <= "3.9"
Provides-Extra: docs
Requires-Dist: jupyter-book <0.16,>=0.15 ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: probs-module-endpoint ==2.0.0a2 ; extra == 'test'
Requires-Dist: probs-module-ontology ==2.0.0a1 ; extra == 'test'
Requires-Dist: probs-module-data-conversion ==2.0.0a1 ; extra == 'test'
Requires-Dist: probs-module-kbc-hierarchy ==2.0.0a2 ; extra == 'test'

# PRObs runner

This repository contains `probs-runner`, a Python package for data processing using the ["Physical Resources Observatory" (PRObs) ontology system](https://github.com/ukfires/probs-ontology/). The Python package coordinates running the [RDFox triple store](https://www.oxfordsemantic.tech/product). 

This ontology is being developed as part of [UK FIRES](https://ukfires.org).

## Getting started

See the [documentation](https://ukfires.github.io/probs-runner/) for more information about the package.

## Citing the PRObs system

If you find these tools useful, please acknowledge this by citing the conference paper:

> Stefano Germano, Carla Saunders, Ian Horrocks and Rick Lupton. *Use of Semantic Technologies to Inform Progress Toward Zero-Carbon Economy*. In: International Semantic Web Conference 2021 (accepted).

## Contributing 🎁

Contributions are welcome. See [DEVELOPING.md](DEVELOPING.md) for more information

## Authors

- Rick Lupton
- Stefano Germano

## License

The Python code is licensed under the [MIT License](LICENSE).
