TEC-Toolkit / PECO

The Provenance of Emission Calculations Ontology
Other
1 stars 0 forks source link
PECO Logo # PECO - Provenance of Emission Calculations Ontology [![DOI](https://zenodo.org/badge/604238570.svg)](https://zenodo.org/badge/latestdoi/604238570)

With the Net Zero agenda gaining significant traction across the world, organisations are often required to report carbon emissions associated with their operation. However, calculating emissions is not a trivial task and reported scores can differ depending on the choices made by those performing the calculations or the software used to assist with this task.

This repository contains the files and rationale for the Provenance of Emission Calculations Ontology, an ontology designed to make emission calculations transparent to users by extending the PROV standard.

Getting Started

This ontology is available at https://w3id.org/peco# with content negotiation in RDF/XML, TTL, JSON-LD and N-Triples.

To download the ontology in different serializations, you can use a curl command like:

curl -sH "Accept:text/turtle" -L https://w3id.org/peco#

To see the documentation of the ontology, just open its URI on a browser.

Versioning

PECO uses Semantic Versioning. All ontology releases have their own URI. For example, version 0.0.1 is available at https://w3id/peco/0.0.1:

https://w3id.org/peco# redirects to the last available version.

Authors

License

This project is licensed under the Creative Commons Attribution 4.0 International License - see the LICENSE.md file for details.

Additional resources

Contributing

Please read CONTRIBUTING.md for details on the process for submitting pull requests to us. Remember that the last version of the ontology can be found in the development folder


This ontology is part of the [TEC-Toolkit](https://github.com/TEC-Toolkit). TEC-Toolkit Logo