Metadata-Version: 2.1
Name: probs_runner
Version: 2.0.0a7
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: importlib_resources; python_version <= "3.9"
Requires-Dist: rdfox_runner>=0.5.1
Requires-Dist: pandas
Requires-Dist: click>=8.0
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.0a2; extra == "test"
Requires-Dist: probs_module_data_validation==2.0.0a1; extra == "test"
Requires-Dist: probs_module_kbc_hierarchy==2.0.0a2; extra == "test"
Provides-Extra: docs
Requires-Dist: jupyter-book<0.16,>=0.15; extra == "docs"

# 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).
