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

epdType

validFrom

validUntil

location

originalEpd

manufacturing

productUsage

useAdvice

registrationId

dataGenerator

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
  data_generator: Ref
  description: str
  epd_type: EpdType
  last_change: str
  location: Ref
  manufacturer: Ref
  manufacturing: str
  modules: List[EpdModule]
  name: str
  original_epd: Ref
  pcr: Ref
  product: EpdProduct
  product_usage: str
  program_operator: Ref
  registration_id: str
  tags: List[str]
  urn: str
  use_advice: str
  valid_from: str
  valid_until: str
  verifier: Ref
  version: str