Epd
The results and some meta-data of an environmental product declarartion, EPD.
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
@id
Inherited from RefEntity.@id
- Type:
string
(external doc) - Proto-Index: 2
name
Inherited from RefEntity.name
- Type:
string
(external doc) - Proto-Index: 3
description
Inherited from RefEntity.description
- Type:
string
(external doc) - Proto-Index: 4
category
Inherited from RootEntity.category
- Type:
string
(external doc) - Proto-Index: 5
lastChange
Inherited from RootEntity.lastChange
- Type:
dateTime
(external doc) - Proto-Index: 6
tags
Inherited from RootEntity.tags
- Type:
List
ofstring
(external doc) - Proto-Index: 7
version
Inherited from RootEntity.version
- Type:
string
(external doc) - Proto-Index: 8
manufacturer
modules
The results of this EPD structured in modules.
- Type:
List
of EpdModule - Proto-Index: 11
pcr
product
The declared product of the EPD.
- Type: EpdProduct
- Proto-Index: 13
programOperator
urn
An universal resource name (URN) that identifies where the EPD comes from, e.g. openEPD:ec3yznau
.
- Type:
string
(external doc) - Proto-Index: 15
verifier
epdType
- Type: EpdType
- Proto-Index: 17
validFrom
- Type:
date
(external doc) - Proto-Index: 18
validUntil
- Type:
date
(external doc) - Proto-Index: 19
location
originalEpd
manufacturing
- Type:
string
(external doc) - Proto-Index: 22
productUsage
- Type:
string
(external doc) - Proto-Index: 23
useAdvice
- Type:
string
(external doc) - Proto-Index: 24
registrationId
- Type:
string
(external doc) - Proto-Index: 25
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