The Provenance of Emission Calculations Ontology

IRI:
https://w3id.org/peco
Version IRI:
https://w3id.org/peco/1.0.0
Current version :
1.0.0
Previous version :
https://w3id.org/peco/0.0.1 (visualise it with LODE )
Authors :
https://orcid.org/0000-0001-6634-3266
https://orcid.org/0000-0001-6993-0618
https://orcid.org/0000-0002-5477-287X
https://orcid.org/0000-0003-0454-7145
Publisher :
TEC-Toolkit on Github
Other visualisation :
Ontology source - WebVowl

Table of Content

  1. Introduction
  2. Classes
  3. Object Properties
  4. Data Properties
  5. Named Individuals
  6. Annotation Properties
  7. Namespace Declarations

Introduction

This ontology defines a vocabulary for describing provenance traces of carbon emission calculations by capturing the quantifiable measurements of carbon emission sources used by some activities (e.g., electricity used by a machinery to produce a product, petrol used to make a car journey, etc.) and emission conversion factors used to estimate the carbon emissions produced by these. In addition, the ontology provides the ability to capture various data transformations that occurred before energy estimates may be used with relevant conversion factors. For example, sensors may provide raw readings about a water flow of an irrigation rig in an agri-food operation which is then used as a proxy to estimate the total volume of fertilisers used.

Classes

Activityc back to ToC or Class ToC

IRI: http://www.w3.org/ns/prov#Activity

is defined by
https://www.w3.org/ns/prov-o
An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.
has sub-classes
Emission Calculation Activityc, Emission Generation Activityc, Emission Observationc

Emission Calculation Activityc back to ToC or Class ToC

IRI: https://w3id.org/peco#EmissionCalculationActivity

An activity representing a whole or a part of the carbon emission calculation process.
has super-classes
Activityc

Emission Calculation Entityc back to ToC or Class ToC

IRI: https://w3id.org/peco#EmissionCalculationEntity

A prov:Entitiy representing quantifiable input and output data described as qudt:Quantity that influenced emission calculation process. If this data is produced as a result of some sensor observation it would be also of type sosa:Result.
has super-classes
Entityc
Quantityc
has sub-classes
Emission Scorec

Emission Generation Activityc back to ToC or Class ToC

IRI: https://w3id.org/peco#EmissionGenerationActivity

An activity that produces emissions. For example, training of ML models, driving a car, farming operation, etc. This activity can be represented at differentl levels of abstraction, for example, as a single overarching activity (e.g., factory producion for year 2022) or as a number of smaller activities (e.g., production of a single batch of products).
has super-classes
Activityc
is in domain of
has emission scoreop
is in range of
in emission activity contextop

Emission Observationc back to ToC or Class ToC

IRI: https://w3id.org/peco#EmissionObservation

A type of sosa:Observation that produces observation results which can be used to calculate peco:EmissionScore associated with some peco:EmissionGenerationActivity.
has super-classes
Activityc
Observationc
is in domain of
in emission activity contextop

Emission Scorec back to ToC or Class ToC

IRI: https://w3id.org/peco#EmissionScore

The result of the peco:EmissionCalculationActivity representing the carbon emissions produced by the linked peco:EmissionGenerationActivity.
has super-classes
Emission Calculation Entityc
is in range of
has emission scoreop

Entityc back to ToC or Class ToC

IRI: http://www.w3.org/ns/prov#Entity

is defined by
https://www.w3.org/ns/prov-o
An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary.
has sub-classes
Emission Calculation Entityc

Observationc back to ToC or Class ToC

IRI: http://www.w3.org/ns/sosa/Observation

is defined by
http://www.w3.org/ns/sosa/
Act of carrying out an (Observation) Procedure to estimate or calculate a value of a property of a FeatureOfInterest. Links to a Sensor to describe what made the Observation and how; links to an ObservableProperty to describe what the result is an estimate of, and to a FeatureOfInterest to detail what that property was associated with.
has sub-classes
Emission Observationc

Quantityc back to ToC or Class ToC

IRI: https://qudt.org/schema/qudt/Quantity

is defined by
http://qudt.org/schema/qudt/
A quantity is the measurement of an observable property of a particular object, event, or physical system.
has sub-classes
Emission Calculation Entityc
is in domain of
has quantity kindop, unitop

Quantity Kindc back to ToC or Class ToC

IRI: https://qudt.org/schema/qudt/QuantityKind

is defined by
http://qudt.org/schema/qudt/
A Quantity Kind is any observable property that can be measured and quantified numerically.
is in range of
has quantity kindop

Resultc back to ToC or Class ToC

IRI: http://www.w3.org/ns/sosa/Result

is defined by
http://www.w3.org/ns/sosa/
The Result of an Observation, Actuation, or act of Sampling.

Sensorc back to ToC or Class ToC

IRI: http://www.w3.org/ns/sosa/Sensor

is defined by
http://www.w3.org/ns/sosa/
Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a Stimulus, e.g., a change in the environment, or Input data composed from the Results of prior Observations, and generate a Result.

Unitc back to ToC or Class ToC

IRI: https://qudt.org/schema/qudt/Unit

is defined by
http://qudt.org/schema/qudt/
A unit of measure, or unit, is a particular quantity value that has been chosen as a scale for measuring other quantities the same kind (more generally of equivalent dimension). For example, the meter is a quantity of length that has been rigorously defined and standardized by the BIPM (International Board of Weights and Measures). Any measurement of the length can be expressed as a number multiplied by the unit meter. More formally, the value of a physical quantity Q with respect to a unit (U) is expressed as the scalar multiple of a real number (n) and U, as \\(Q = nU\\).
is in range of
unitop

Object Properties

has emission scoreop back to ToC or Object Property ToC

IRI: https://w3id.org/peco#hasEmissionScore

A property linking peco:EmissionGenerationActivity with a quantifiable representation of the amount of emissions prodcued by this activity.

has feature of interestop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/sosa/hasFeatureOfInterest

is defined by
http://www.w3.org/ns/sosa/
A relation between an Observation and the entity whose quality was observed, or between an Actuation and the entity whose property was modified, or between an act of Sampling and the entity that was sampled.

has quantity kindop back to ToC or Object Property ToC

IRI: http://qudt.org/schema/qudt/hasQuantityKind

has domain
Quantityc
has range
Quantity Kindc

has resultop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/sosa/hasResult

is defined by
http://www.w3.org/ns/sosa/
Relation linking an Observation and a Sensor or Actuator and a Result, which contains a value representing the value associated with the observed Property.

in emission activity contextop back to ToC or Object Property ToC

IRI: https://w3id.org/peco#inEmissionActivityContext

A property linking peco:EmissionGenerationActivity to sosa:Observation. For example, a machine learning training activity (peco:EmissionGenerationActivity) is linked to electricity monitoring activity (sosa:Observation) that monitors electricity consumption of a GPU (sosa:FeatureOfInterest) used to train the ML model.

made by Sensorop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/sosa/madeBySensor

is defined by
http://www.w3.org/ns/sosa/
Relation between an Observation and the Sensor which made the Observations.

phenomenon timeop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/sosa/phenomenonTime

is defined by
http://www.w3.org/ns/sosa/
The time that the Result of an Observation, Actuation, or Sampling applies to the FeatureOfInterest.

unitop back to ToC or Object Property ToC

IRI: http://qudt.org/schema/qudt/unit

is defined by
http://qudt.org/schema/qudt/
A reference to the unit of measure of a quantity (variable or constant) of interest.
has domain
Quantityc
has range
Unitc

Data Properties

valuedp back to ToC or Data Property ToC

IRI: http://qudt.org/schema/qudt/value

is defined by
https://tec-toolkit.github.io/PECO/release/1.0.0/ontology.owl
This property identifies the value associated with a data structure. The value may be a scalar or a reference to another object. The disjoint sub-properties of this data:value distinguish between scalar values and object references.

Named Individuals

thisni back to ToC or Named Individual ToC

IRI: https://www.abdn.ac.uk#this

belongs to
organizationc

thisni back to ToC or Named Individual ToC

IRI: https://www.open.ac.uk#this

belongs to
organizationc

thisni back to ToC or Named Individual ToC

IRI: https://www.ox.ac.uk#this

belongs to
organizationc

thisni back to ToC or Named Individual ToC

IRI: https://www.upm.es#this

belongs to
organizationc

Annotation Properties

abstractap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/abstract

createdap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/created

creatorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/creator

descriptionap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/description

descriptionap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/description

homepageap back to ToC or Annotation Property ToC

IRI: http://xmlns.com/foaf/0.1/homepage

imageap back to ToC or Annotation Property ToC

IRI: https://schema.org/image

included in data catalogap back to ToC or Annotation Property ToC

IRI: https://schema.org/includedInDataCatalog

issuedap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/issued

licenseap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/license

logoap back to ToC or Annotation Property ToC

IRI: https://schema.org/logo

member ofap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/ns/org#memberOf

modifiedap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/modified

nameap back to ToC or Annotation Property ToC

IRI: http://xmlns.com/foaf/0.1/name

pref labelap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2008/05/skos#prefLabel

has super-properties
label

preferred namespace prefixap back to ToC or Annotation Property ToC

IRI: http://purl.org/vocab/vann/preferredNamespacePrefix

preferred namespace uriap back to ToC or Annotation Property ToC

IRI: http://purl.org/vocab/vann/preferredNamespaceUri

publisherap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/publisher

statusap back to ToC or Annotation Property ToC

IRI: http://purl.org/ontology/bibo/status

titleap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/title

Namespace Declarations back to ToC

default namespace
https://w3id.org/peco#
bibo
http://purl.org/ontology/bibo/
dc
http://purl.org/dc/elements/1.1/
e0c98c9426c7e18f7c9b048771047558f7c9fd54
https://raw.githubusercontent.com/TEC-Toolkit/PECO/e0c98c9426c7e18f7c9b048771047558f7c9fd54/
foaf
http://xmlns.com/foaf/0.1/
ns
https://www.w3.org/ns/
orcid-org
https://orcid.org/
org
http://www.w3.org/ns/org#
owl
http://www.w3.org/2002/07/owl#
peco
https://w3id.org/peco/
prov
http://www.w3.org/ns/prov#
qudt
http://qudt.org/schema/qudt/
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
schema
https://schema.org/
skos1
http://www.w3.org/2008/05/skos#
sosa
http://www.w3.org/ns/sosa/
terms
http://purl.org/dc/terms/
vann
http://purl.org/vocab/vann/
vocabs
https://lov.linkeddata.es/dataset/lov/vocabs/
w3id-org
https://w3id.org/
www-abdn-ac-uk
https://www.abdn.ac.uk#
www-open-ac-uk
https://www.open.ac.uk#
www-ox-ac-uk
https://www.ox.ac.uk#
www-upm-es
https://www.upm.es#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni .