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.
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.
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.
- Milan Markovic (Interdisciplinary Centre for Data and AI, University of Aberdeen)
- Daniel Garijo (Ontology Engineering Group, Universidad Politécnica de Madrid)
- Stefano Germano (Department of Computer Science, University of Oxford)
- Iman Naja (Knowledge Media Institute, The Open University)
This project is licensed under the Creative Commons Attribution 4.0 International License - see the LICENSE.md file for details.
- Emission Conversion Factors Ontology
Repository of an ontology that formalises emission conversion factors. - Conversion Factors Knowledge Graph
Repository with the mappings, cleaning steps and sources used to generate a knowledge graph of conversion factors. - Conversion factor SPARQL endpoint
SPARQL endpoint with the current conversion factors loaded.
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.