Epd

The results and some meta-data of an environmental product declarartion, EPD.

Properties

@type

Inherited from Entity.@type

@id

Inherited from RefEntity.@id

name

Inherited from RefEntity.name

description

Inherited from RefEntity.description

category

Inherited from RootEntity.category

lastChange

Inherited from RootEntity.lastChange

tags

Inherited from RootEntity.tags

version

Inherited from RootEntity.version

manufacturer

modules

The results of this EPD structured in modules.

pcr

product

The declared product of the EPD.

programOperator

urn

An universal resource name (URN) that identifies where the EPD comes from, e.g. openEPD:ec3yznau.

verifier

Python class stub

The snippet below shows the names of the properties of the corresponding Python class of the olca-schema package. Note that this is not the full class definition but just shows the names of the class and its properties.


@dataclass
class Epd:
  id: str
  category: str
  description: str
  last_change: str
  manufacturer: Ref
  modules: List[EpdModule]
  name: str
  pcr: Ref
  product: EpdProduct
  program_operator: Ref
  tags: List[str]
  urn: str
  verifier: Ref
  version: str