From bf5c761bff63b440351124aee595c0602eafa981 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 4 Jun 2025 14:09:52 +0200 Subject: [PATCH 1/4] update Readme --- .../README.md | 47 ++++++++++++++----- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/io.admin-shell.idta.carbon_footprint/README.md b/io.admin-shell.idta.carbon_footprint/README.md index fafeb94..ff8122f 100644 --- a/io.admin-shell.idta.carbon_footprint/README.md +++ b/io.admin-shell.idta.carbon_footprint/README.md @@ -1,29 +1,54 @@ # Scope -This namespace is reserved for the Submodel Template Specification (SMT) IDTA-02023 Version x.y (1.0 is the old one) Carbon Footprint +This namespace is reserved for the Submodel Template Specification (SMT) IDTA-02023 Version 1.0 Carbon Footprint + +Previous Version: 0.9 + +Source GitHub: https://github.com/admin-shell-io/submodel-templates/tree/main/published/Carbon%20Footprint/1/0 +Source Content Hub of the IDTA: [IDTA-02023 V1.0](https://industrialdigitaltwin.org/en/wp-content/uploads/sites/2/2025/03/IDTA-02023_Submodel_CarbonFootprint.pdf) + +# How to add product or sector specific Carbon Footprints + +* create new folder for namespace with name io.admin-shell.idta.carbon_footprint. +* create file _shared.ttl and define the samm:Entity for your pcf +* adapt CarbonFootprint.ttl +** copy file CarbonFootprint.ttl to the folder and rename it to CarbonFootprint.ttl +** substitute "@prefix : " with your new namespace, e.g. "@prefix : " +* adapt pcfInformation_generic.ttl +** copy ProductOrSectorSpecificCarbonFootprints_generic.ttl to folder and rename it to ProductOrSectorSpecificCarbonFootprints_shared.ttl +** substitute "samm:dataType :ProductOrSectorSpecificPcfInformationEntity" with the new data type you defined in _shared.ttl. Remove :ProductOrSectorSpecificPcfInformationEntity + # Changelog All notable changes to this model will be documented in this section. ## [1.0.0] - -for changelog see [IDTA-02023](https://industrialdigitaltwin.org/en/content-hub/submodels) +for changelog see [IDTA-02023 V1.0, section "Version history"](https://industrialdigitaltwin.org/en/wp-content/uploads/sites/2/2025/03/IDTA-02023_Submodel_CarbonFootprint.pdf) Contained Files: -* pcf.ttl +* CarbonFootprint.ttl +* pcfInformation_generic.ttl + Dependencies: * -Deviations: - -- ProductCarbonFootprint modelled as SML, i.e. property with payload name "ProductCarbonFootprints" -- PcfCalculationMethod within ProductCarbonFootprint and within ProductOrSectorSpecificCarbonFootprint modelled as SML, i.e. property with payload name "PcfCalculationMethods" -- productOrSectorSpecificRules within ProductOrSectorSpecificCarbonFootprint modelled as SML, i.e. property with payload name "ProductOrSectorSpecificRules" -- Contact Information reused from Contact Information SMT - to be checked. Some optional fields are mandatory -- PcfCalculationMethod within ProductCarbonFootprint modelled as 1 and not 1..*: if there are several PCF then several ProductCarbonFootprint objects will be created +# Deviations: +- preferred names in English typcially starting with small letter +- description starting with capital letter and ending with "." +- if description contains AAS specific wording like "Submodel" etc. this is omitted - In Contact Information Street is defined as street names and house number, in Pcf there are two separate properties. Neverthelesse the street property from Contact Information was used. In Contact Information it has IRDI urn:irdi:0173-1#02-AAO128#002. In Pcf it has IRDI 0173-1#02-ABH956#003. -- PcfInformation within ProductOrSectorSpecificCarbonFootprint is no Set, it is an Entity (SMC) - SAMM does not allows numbers in names, therefore pcfCo2eq was renamed to pcfCoEq +- Property "ArbitraryContent" as part of "PcfInformation" is modelled an SAMM Entity without properties +- enumerations are not (yet) modelled + +# Known Issues generation of aasx from aspect model: +- payload names are not considered to be used as idShort +- SubmodelElement File is realized as SMC with two properties (ExplanatoryStatement and PcfRuleOnlineReference) +- not template qualifiers generated +- the idShort of the Element within a SML has the idShort of the list, not of the element +- SMC ExternalPcfApi not generated with its properties, properties are missing +- SMC ProductOrSectorSpecificRule not generated with its properties, properties are missing \ No newline at end of file From ec466f16c89b58566b7b94e2b0296ab4e2b07d55 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 4 Jun 2025 14:12:10 +0200 Subject: [PATCH 2/4] renumbering: it is version 1.0.0, not 2.0.0 --- .../1.0.0/CarbonFootprint.ttl | 23 ++ .../1.0.0/CarbonFootprints_shared.ttl | 144 ++++++++++++ ...SectorSpecificCarbonFootprints_generic.ttl | 27 +++ ...rSectorSpecificCarbonFootprints_shared.ttl | 137 +++++++++++ .../gen/CarbonFootprint.aas.json | 0 .../gen/CarbonFootprint.aas.xml | 0 .../{2.0.0 => 1.0.0}/gen/CarbonFootprint.aasx | Bin .../{2.0.0 => 1.0.0}/gen/CarbonFootprint.html | 0 .../{2.0.0 => 1.0.0}/gen/CarbonFootprint.json | 0 .../2.0.0/CarbonFootprint.ttl | 217 ------------------ .../2.0.0/ContactInformation_shared.ttl | 43 ---- .../2.0.0/pact_shared.ttl | 23 -- .../2.0.0/pcfInformation_generic.ttl | 18 -- 13 files changed, 331 insertions(+), 301 deletions(-) create mode 100644 io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprint.ttl create mode 100644 io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl create mode 100644 io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl create mode 100644 io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl rename io.admin-shell.idta.carbon_footprint/{2.0.0 => 1.0.0}/gen/CarbonFootprint.aas.json (100%) rename io.admin-shell.idta.carbon_footprint/{2.0.0 => 1.0.0}/gen/CarbonFootprint.aas.xml (100%) rename io.admin-shell.idta.carbon_footprint/{2.0.0 => 1.0.0}/gen/CarbonFootprint.aasx (100%) rename io.admin-shell.idta.carbon_footprint/{2.0.0 => 1.0.0}/gen/CarbonFootprint.html (100%) rename io.admin-shell.idta.carbon_footprint/{2.0.0 => 1.0.0}/gen/CarbonFootprint.json (100%) delete mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/CarbonFootprint.ttl delete mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/ContactInformation_shared.ttl delete mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/pact_shared.ttl delete mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/pcfInformation_generic.ttl diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprint.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprint.ttl new file mode 100644 index 0000000..b94158f --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprint.ttl @@ -0,0 +1,23 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-shared: . +@prefix contact: . +@prefix samm-u: . + +:CarbonFootprint a samm:Aspect ; + samm:preferredName "Carbon Footprint"@en ; + samm:preferredName "C02 Footprint"@de ; + samm:description "Provides the means to access the Carbon Footprint of the asset."@en ; + samm:see ; + samm:see ; + samm:properties ( [ samm:property :productCarbonFootprints; samm:payloadName "ProductCarbonFootprints" ] [ samm:property :productOrSectorSpecificCarbonFootprints; samm:optional true; samm:payloadName "ProductOrSectorSpecificCarbonFootprints" ] ) ; + samm:operations ( ) ; + samm:events ( ) . diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl new file mode 100644 index 0000000..f0b41ee --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl @@ -0,0 +1,144 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-shared: . +@prefix contact: . +@prefix samm-u: . + +:productCarbonFootprints a samm:Property ; + samm:preferredName "product carbon footprint"@en ; + samm:preferredName "Produkt CO2-Fußabdruck"@de ; + samm:description "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use."@en ; + samm:see ; + samm:characteristic :ProductCarbonFootprintSet . + + +:productOrSectorSpecificCarbonFootprints a samm:Property ; + samm:preferredName "product or sector specific carbon footprints"@en ; + samm:description "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle."@en ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificCarbonFootprintSet . + +:ProductCarbonFootprintSet a samm-c:Set ; + samm:dataType :ProductCarbonFootprintEntity . + +:ProductOrSectorSpecificCarbonFootprintSet a samm-c:Set ; + samm:dataType :ProductOrSectorSpecificCarbonFootprintEntity . + +:ProductCarbonFootprintEntity a samm:Entity ; + samm:preferredName "carbon footprint of a product"@en ; + samm:description "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use."@en ; + samm:see ; + samm:properties ( [ samm:property :pcfCalculationMethods; samm:payloadName "PcfCalculationMethods" ] [ samm:property :pcf2CoEq; samm:payloadName "PcfCo2eq" ] [ samm:property :referenceImpactUnitForCalculation; samm:payloadName "ReferenceImpactUnitForCalculation" ] [ samm:property :quantityOfMeasureForCalculation; samm:payloadName "QuantityOfMeasureForCalculation" ] [ samm:property :lifeCyclePhases; samm:payloadName "LifeCyclePhases" ] [ samm:property :explanatoryStatement; samm:optional true; samm:payloadName "ExplanatoryStatement" ][ samm:property :goodsHandoverAddress; samm:optional true; samm:payloadName "GoodsHandoverAddress" ] [ samm:property :publicationDate; samm:payloadName "PublicationDate" ] [ samm:property :expirationDate; samm:optional true; samm:payloadName "ExpirationDate" ] ) . + +:expirationDate a samm:Property ; + samm:preferredName "expiration date"@en ; + samm:preferredName "Ablaufdatum"@de ; + samm:description "End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required."@en ; + samm:see ; + samm:characteristic samm-c:Timestamp . + +:publicationDate a samm:Property ; + samm:preferredName "publication date"@en ; + samm:preferredName "Veröffentlichungsdatum"@de ; + samm:description "Time at which something was first published or made available."@en ; + samm:see ; + samm:characteristic samm-c:Timestamp . + +:goodsHandoverAddress a samm:Property ; + samm:preferredName "goods address hand-over"@en ; + samm:preferredName "Warenübergabeadresse"@de ; + samm:description "Indicates the hand-over address of the goods transport."@en ; + samm:see <0173-1%2301-AHF575%23003> ; + samm:characteristic :ContactAddressCharacteristic . + +:ContactAddressCharacteristic a samm-c:SingleEntity ; + samm:dataType contact:ContactInformation . + +:explanatoryStatement a samm:Property ; + samm:preferredName "explanatory statement"@en ; + samm:preferredName "Erklärung"@de ; + samm:description "Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product."@en ; + samm:see ; + samm:characteristic ext-shared:FileWithContentType . + +:lifeCyclePhases a samm:Property ; + samm:preferredName "life cycle phases"@en ; + samm:preferredName "Lebenszyklusphasen"@de ; + samm:description "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers."@en ; + samm:see <0173-1%2302-ABG858%23003> ; + samm:characteristic :lifeCyclePhaseSet ; + samm:exampleValue "C4 - landfill" . + +:lifeCyclePhaseSet a samm-c:Set ; + samm:dataType xsd:string . + +:quantityOfMeasureForCalculation a samm:Property ; + samm:preferredName "quantity of measure for calculation"@en ; + samm:preferredName "Mengenangabe für die Berechnung"@de ; + samm:description "Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint."@en ; + samm:see <0173-1%2302-ABG857%23003> ; + samm:characteristic :QuantityOfMeasureForCalculationCharacteristic ; + samm:exampleValue "5.0"^^xsd:double . + +:QuantityOfMeasureForCalculationCharacteristic a samm-c:Quantifiable ; + samm:dataType xsd:double ; + samm:exampleValue "5.0"^^xsd:double . + +:referenceImpactUnitForCalculation a samm:Property ; + samm:preferredName "reference value for calculation"@en ; + samm:preferredName "Referenzeinheit für die Berechnung"@de ; + samm:description "Quantity unit of the product to which the PCF information on the CO2 footprint refers."@en ; + samm:see <0173-1%2302-ABG856%23003> ; + samm:characteristic samm-c:Text ; + samm:exampleValue "piece" . + +:pcf2CoEq a samm:Property ; + samm:preferredName "CO2 eq Climate Change"@en ; + samm:preferredName "CO2 eq Klimawandel"@de ; + samm:description "Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard."@en ; + samm:see <0173-1%2302-ABG855%23003> ; + samm:characteristic :PcfCo2eqCharacteristic ; + samm:exampleValue "17.2"^^xsd:double . + +:pcfCalculationMethods a samm:Property ; + samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; + samm:preferredName "impact assessment method / calculation method"@de ; + samm:description "Standards, methods for determining the greenhouse gas emissions of a product."@en ; + samm:description "Normen, Standards, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts."@de ; + samm:see ; + samm:characteristic :PcfCalculationMethodSet ; + samm:exampleValue "ISO 14067" . + +:PcfCo2eqCharacteristic a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit samm-u:kilogram . + +:PcfCalculationMethodSet a samm-c:Set ; + samm:characteristic :PcfCalculationMethodCharacteristic . + +:PcfCalculationMethodCharacteristic a samm:Characteristic ; + samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; + samm:preferredName "impact assessment method / calculation method"@de ; + samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; + samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; + samm:see <0173-1%2302-ABG854%23003> ; + samm:dataType xsd:string . + + :LifeCylceCharacteristic a samm-c:Set ; + samm:dataType xsd:string . + +:PcfCo2eqCharacteristic a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit samm-u:kilogram . + +:PcfCalculationMethodSet a samm-c:Set ; + samm:dataType xsd:string . + diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl new file mode 100644 index 0000000..35293d7 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl @@ -0,0 +1,27 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-shared: . +@prefix contact: . +@prefix samm-u: . + + +:ProductOrSectorSpecificCarbonFootprintEntity a samm:Entity ; + samm:preferredName "product or sector specific carbon footprint"@en ; + samm:description "Product Carbon Footprint, which is determined in accordance with sector or product group-specific rules or guidelines and covers the life cycle or parts of a product life cycle."@en ; + samm:see ; + samm:properties ( [ samm:property pcf:productOrSectorSpecificPcfCalculationMethods; samm:payloadName "PcfCalculationMethods" ] [ samm:property pcf:productOrSectorSpecificRule; samm:payloadName "ProductOrSectorSpecificRule" ] [ samm:property pcf:externalPcfApi; samm:optional true; samm:payloadName "ExternalPcfApi" ] [ samm:property :productOrSectorSpecificPcfInformation; samm:optional true; samm:payloadName "PcfInformation" ] ) . + +:ProductOrSectorSpecificPcfInformationCharacteristic a samm-c:SingleEntity ; + samm:dataType :ProductOrSectorSpecificPcfInformationEntity . + +:ProductOrSectorSpecificPcfInformationEntity a samm:Entity ; + samm:properties () . + diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl new file mode 100644 index 0000000..90f8405 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl @@ -0,0 +1,137 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-shared: . +@prefix contact: . +@prefix samm-u: . + + +:productOrSectorSpecificCarbonFootprints a samm:Property ; + samm:preferredName "product or sector specific carbon footprints"@en ; + samm:description "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle."@en ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificCarbonFootprintSet . + + +:ProductOrSectorSpecificCarbonFootprintSet a samm-c:Set ; + samm:dataType :ProductOrSectorSpecificCarbonFootprintEntity . + + + +:productOrSectorSpecificPcfCalculationMethods a samm:Property ; + samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; + samm:preferredName "impact assessment method / calculation method"@de ; + samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; + samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; + samm:see <0173-1%2302-ABG854%23003> ; + samm:characteristic :PcfCalculationMethodSet ; + samm:exampleValue "sector specific calculation method" . + +:productOrSectorSpecificRule a samm:Property ; + samm:preferredName "product or sector specific rules"@en ; + samm:preferredName "produktspezifische oder sektorspezifische Regeln"@de ; + samm:description "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint."@en ; + samm:description "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. "@de ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificRuleCharacteristic . + +:ProductOrSectorSpecificRuleCharacteristic a samm:Characteristic ; + samm:dataType :ProductOrSectorSpecificRuleEntity . + +:ProductOrSectorSpecificRuleEntity a samm:Entity ; + samm:properties: ( [ samm:property :pcfRuleOperator; samm:payloadName "PcfRuleOperator" ] [ samm:property :pcfRuleName; samm:payloadName "PcfRuleName" ] [ samm:property :pcfRuleVersion; samm:optional true; samm:payloadName "PcfRuleVersion" ] [ samm:property :pcfRuleOnlineReference; samm:optional true; samm:payloadName "PcfRuleOnlineReference" ]) . + +:externalPcfApi a samm:Property ; + samm:preferredName "external API for PCF information"@en ; + samm:preferredName "externe API für PCF Informationen"@de ; + samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; + samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; + samm:see ; + samm:characteristic :ExternalPcfApiCharacteristic . + +:ExternalPcfApiCharacteristic a samm-c:SingleEntity ; + samm:dataType :ExternalPcfApiEntity . + +:ExternalPcfApiEntity a samm:Entity ; + samm:preferredName "external API for PCF information"@en ; + samm:preferredName "externe API für PCF-Informationen"@de ; + samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; + samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; + samm:see ; + samm:properties: ( [ samm:property :pcfApiEndpoint; samm:payloadName "PcfApiEndpoint" ] [ samm:property :pcfApiQuery; samm:payloadName "PcfApiQuery" ]) . + +:productOrSectorSpecificPcfInformation a samm:Property ; + samm:preferredName "PCF information"@en ; + samm:preferredName "PCF-Information"@de ; + samm:description "A section in which further content is listed according to the calculation method for the Product Carbon Footprint."@en ; + samm:description "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden."@de ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificPcfInformationCharacteristic . + +:LifeCylceCharacteristic a samm-c:Set ; + samm:dataType xsd:string . + +:PcfCo2eqCharacteristic a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit samm-u:kilogram . + +:PcfCalculationMethodSet a samm-c:Set ; + samm:dataType xsd:string . + +:pcfApiEndpoint a samm:Property ; + samm:preferredName "endpoint"@en ; + samm:preferredName "Endpoint"@de ; + samm:description "Specific URL or address that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; + samm:description "Spezifische URL oder Adresse, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "https://example.com/pcf" . + +:pcfApiQuery a samm:Property ; + samm:preferredName "query"@en ; + samm:preferredName "Abfrage"@dn ; + samm:description "Specific query that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; + samm:description "Spezifische Abfrage, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "specific query" . + +:pcfRuleOperator a samm:Property ; + samm:preferredName "operator of the PCF calculation method"@en ; + samm:preferredName "Herausgeber der PCF Berechnungsmethode"@dn ; + samm:description "Organization that defines and implements specific instructions and methods for calculating and monitoring the carbon footprint of a product or sector."@en ; + samm:description "Einrichtung, welche spezifische Anweisungen und Methoden zur Berechnung und Überwachung des CO2-Fußabdrucks eines Produkts oder Sektors definiert und umsetzt."@de ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "WBCSD" . + +:pcfRuleName a samm:Property ; + samm:preferredName "name of the PCF calculation method"@en ; + samm:preferredName "Name der PCF Berechnungsmethode"@dn ; + samm:description "Standard, method for determining the greenhouse gas emissions of a product."@en ; + samm:description "Folgenabschätzungsmethode / Berechnungsmethode."@de ; + samm:see ; + samm:characteristic samm-c:Text . + +:pcfRuleVersion a samm:Property ; + samm:preferredName "version of the PCF calculation method"@en ; + samm:preferredName "Version der PCF Berechnungsmethode"@dn ; + samm:description "Specific version or revision of the rule used to calculate the carbon footprint of a product."@en ; + samm:description "Spezifische Ausgabe oder Revision der Regel, die zur Berechnung des CO2-Fußabdrucks eines Produkts verwendet wird."@de ; + samm:see ; + samm:characteristic samm-c:Text . + +:pcfRuleOnlineReference a samm:Property ; + samm:preferredName "online reference to the PCF calculation method"@en ; + samm:preferredName "Online Referenz zur PCF Berechnungsmethode"@de ; + samm:description "Online PCF calculation methodology reference that provides detailed instructions and guidelines for calculating a product's carbon footprint."@en ; + samm:description "Online-Referenz zur PCF-Berechnungsmethodik, die detaillierte Anweisungen und Richtlinien zur Berechnung des CO2-Fußabdrucks eines Produkts bereitstellt."@de ; + samm:see ; + samm:characteristic ext-shared:FileWithContentType . \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.json b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json similarity index 100% rename from io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.json rename to io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.xml b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml similarity index 100% rename from io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.xml rename to io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aasx b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aasx similarity index 100% rename from io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aasx rename to io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aasx diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.html b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html similarity index 100% rename from io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.html rename to io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.json b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json similarity index 100% rename from io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.json rename to io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/CarbonFootprint.ttl b/io.admin-shell.idta.carbon_footprint/2.0.0/CarbonFootprint.ttl deleted file mode 100644 index 5bd497b..0000000 --- a/io.admin-shell.idta.carbon_footprint/2.0.0/CarbonFootprint.ttl +++ /dev/null @@ -1,217 +0,0 @@ -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . -@prefix : . -@prefix cx: . -@prefix ext-shared: . -@prefix samm-u: . - -:CarbonFootprint a samm:Aspect ; - samm:preferredName "carbon footprint"@en ; - samm:description "Provides the means to access the Carbon Footprint of the asset."@en ; - samm:see ; - samm:see ; - samm:properties ( [ samm:property :productCarbonFootprints; samm:payloadName "ProductCarbonFootprints" ] [ samm:property :pact; samm:payloadName "PACTv2-2-0" ] [ samm:property :productOrSectorSpecificCarbonFootprints; samm:optional true; samm:payloadName "ProductOrSectorSpecificCarbonFootprints" ] ) ; - samm:operations ( ) ; - samm:events ( ) . - -:productCarbonFootprints a samm:Property ; - samm:preferredName "set of carbon footprints"@en ; - samm:description "Several carbon footprints may be provided."@en ; - samm:characteristic :ProductCarbonFootprintSet . - -:pact a samm:Property ; - samm:preferredName "carbon footprint as recommended by PACT"@en ; - samm:description "Carbon footprint conformant to technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. This specification was published by Partnership of Carbon Transparency (PACT)."@en ; - samm:see ; - samm:characteristic :PactCharacteristic . - -:productOrSectorSpecificCarbonFootprints a samm:Property ; - samm:preferredName "product or sector specific carbon footprints"@en ; - samm:description "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle."@en ; - samm:see ; - samm:characteristic :ProductOrSectorSpecificCarbonFootprintSet . - -:ProductCarbonFootprintSet a samm-c:Set ; - samm:dataType :ProductCarbonFootprintEntity . - -:ProductOrSectorSpecificCarbonFootprintSet a samm-c:Set ; - samm:dataType :ProductOrSectorSpecificCarbonFootprintEntity . - -:ProductCarbonFootprintEntity a samm:Entity ; - samm:preferredName "carbon footprint of a product"@en ; - samm:description "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use."@en ; - samm:see ; - samm:properties ( [ samm:property :expirationDate; samm:optional true; samm:payloadName "ExpirationDate" ] [ samm:property :publicationDate; samm:payloadName "PublicationDate" ] [ samm:property :goodsAddressHandover; samm:payloadName "GoodsAddressHandover" ] [ samm:property :explanatoryStatement; samm:optional true; samm:payloadName "ExplanatoryStatement" ] [ samm:property :lifeCyclePhases; samm:payloadName "LifeCyclePhases" ] [ samm:property :quantityOfMeasureForCalculation; samm:payloadName "QuantityOfMeasureForCalculation" ] [ samm:property :referenceImpactUnitForCalculation; samm:payloadName "ReferenceImpactUnitForCalculation" ] [ samm:property :pcfCoEq; samm:payloadName "PcfCo2eq" ] [ samm:property :pcfCalculationMethods; samm:payloadName "PcfCalculationMethods" ] ) . - -:ProductOrSectorSpecificCarbonFootprintEntity a samm:Entity ; - samm:preferredName "product or sector specific carbon footprint"@en ; - samm:description "Product Carbon Footprint, which is determined in accordance with sector or product group-specific rules or guidelines and covers the life cycle or parts of a product life cycle."@en ; - samm:see ; - samm:properties ( [ samm:property :productOrSectorSpecificPcfCalculationMethods; samm:payloadName "PcfCalculationMethods" ] [ samm:property :productOrSectorSpecificRules; samm:payloadName "ProductOrSectorSpecificRules" ] [ samm:property :externalPcfApi; samm:optional true; samm:payloadName "ExternalPcfApi" ] [ samm:property :productOrSectorSpecificPcfInformation; samm:optional true; samm:payloadName "PcfInformation" ] ) . - -:expirationDate a samm:Property ; - samm:preferredName "expiration date"@en ; - samm:preferredName "Ablaufdatum"@de ; - samm:description "End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required."@en ; - samm:see ; - samm:characteristic samm-c:Timestamp . - -:publicationDate a samm:Property ; - samm:preferredName "publication date"@en ; - samm:preferredName "Veröffentlichungsdatum"@de ; - samm:description "Time at which something was first published or made available."@en ; - samm:see ; - samm:characteristic samm-c:Timestamp . - -:goodsAddressHandover a samm:Property ; - samm:preferredName "goods address hand-over"@en ; - samm:preferredName "Warenübergabeadresse"@de ; - samm:description "Indicates the hand-over address of the goods transport."@en ; - samm:see <0173-1%2301-AHF575%23003> ; - samm:characteristic :SimplifiedContactAddress . - -:explanatoryStatement a samm:Property ; - samm:preferredName "explanatory statement"@en ; - samm:preferredName "Erklärung"@de ; - samm:description "Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product."@en ; - samm:see ; - samm:characteristic ext-shared:FileWithContentType . - -:lifeCyclePhases a samm:Property ; - samm:preferredName "life cycle phases"@en ; - samm:preferredName "Lebenszyklusphasen"@de ; - samm:description "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers."@en ; - samm:see <0173-1%2302-ABG858%23003> ; - samm:characteristic :lifeCyclePhaseSet ; - samm:exampleValue "C4 - landfill" . - -:lifeCyclePhaseSet a samm-c:Set ; - samm:dataType xsd:string . - -:quantityOfMeasureForCalculation a samm:Property ; - samm:preferredName "quantity of measure for calculation"@en ; - samm:preferredName "Mengenangabe für die Berechnung"@de ; - samm:description "Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint."@en ; - samm:see <0173-1%2302-ABG857%23003> ; - samm:characteristic :QuantityOfMeasureForCalculationCharacteristic ; - samm:exampleValue "5.0"^^xsd:double . - -:QuantityOfMeasureForCalculationCharacteristic a samm-c:Quantifiable ; - samm:dataType xsd:double ; - samm:exampleValue "5.0"^^xsd:double . - -:referenceImpactUnitForCalculation a samm:Property ; - samm:preferredName "reference value for calculation"@en ; - samm:preferredName "Referenzeinheit für die Berechnung"@de ; - samm:description "Quantity unit of the product to which the PCF information on the CO2 footprint refers."@en ; - samm:see <0173-1%2302-ABG856%23003> ; - samm:characteristic samm-c:Text ; - samm:exampleValue "piece" . - -:pcfCoEq a samm:Property ; - samm:preferredName "CO2 eq Climate Change"@en ; - samm:preferredName "CO2 eq Klimawandel"@de ; - samm:description "Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard."@en ; - samm:see <0173-1%2302-ABG855%23003> ; - samm:characteristic :PcfCo2eqCharacteristic ; - samm:exampleValue "17.2"^^xsd:double . - -:pcfCalculationMethods a samm:Property ; - samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; - samm:preferredName "impact assessment method / calculation method"@de ; - samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; - samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; - samm:see <0173-1%2302-ABG854%23003> ; - samm:characteristic :PcfCalculationMethodSet ; - samm:exampleValue "ISO 14067" . - -:PcfCo2eqCharacteristic a samm-c:Measurement ; - samm:dataType xsd:double ; - samm-c:unit samm-u:kilogram . - - -:PcfCalculationMethodSet a samm-c:Set ; - samm:dataType xsd:string . - -:productOrSectorSpecificPcfCalculationMethods a samm:Property ; - samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; - samm:preferredName "impact assessment method / calculation method"@de ; - samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; - samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; - samm:see <0173-1%2302-ABG854%23003> ; - samm:characteristic :PcfCalculationMethodSet ; - samm:exampleValue "sector specific calculation method" . - -:productOrSectorSpecificRules a samm:Property ; - samm:preferredName "product or sector specific rules"@en ; - samm:preferredName "produktspezifische oder sektorspezifische Regeln"@de ; - samm:description "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint."@en ; - samm:description "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. "@de ; - samm:see ; - samm:characteristic :ProductOrSectorSpecificRuleSet . - -:ProductOrSectorSpecificRuleSet a samm-c:Set ; - samm:dataType :ProductOrSectorSpecificRuleEntity . - -:ProductOrSectorSpecificRuleEntity a samm:Entity ; - samm:properties: () . - -:externalPcfApi a samm:Property ; - samm:preferredName "external API for PCF information"@en ; - samm:preferredName "externe API für PCF Informationen"@de ; - samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; - samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; - samm:see ; - samm:characteristic :ExternalPcfApiCharacteristic . - -:ExternalPcfApiCharacteristic a samm-c:SingleEntity ; - samm:dataType :ExternalPcfApiEntity . - -:ExternalPcfApiEntity a samm:Entity ; - samm:preferredName "external API for PCF information"@en ; - samm:preferredName "externe API für PCF-Informationen"@de ; - samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; - samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; - samm:see ; - samm:properties: ( [ samm:property :pcfApiEndpoint; samm:payloadName "PcfApiEndpoint" ] [ samm:property :pcfApiQuery; samm:payloadName "PcfApiQuery" ]) . - -:productOrSectorSpecificPcfInformation a samm:Property ; - samm:preferredName "PCF information"@en ; - samm:preferredName "PCF-Information"@de ; - samm:description "A section in which further content is listed according to the calculation method for the Product Carbon Footprint."@en ; - samm:description "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden."@de ; - samm:see ; - samm:characteristic :ProductOrSectorSpecificPcfInformationChacateristic . - -:LifeCylceCharacteristic a samm-c:Set ; - samm:dataType xsd:string . - -:PcfCo2eqCharacteristic a samm-c:Measurement ; - samm:dataType xsd:double ; - samm-c:unit samm-u:kilogram . - -:PcfCalculationMethodSet a samm-c:Set ; - samm:dataType xsd:string . - -:pcfApiEndpoint a samm:Property ; - samm:preferredName "endpoint"@en ; - samm:preferredName "Endpoint"@de ; - samm:description "Specific URL or address that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; - samm:description "Spezifische URL oder Adresse, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; - samm:see ; - samm:characteristic samm-c:Text ; - samm:exampleValue "https://example.com/pcf" . - -:pcfApiQuery a samm:Property ; - samm:preferredName "query"@en ; - samm:preferredName "Abfrage"@dn ; - samm:description "Specific query that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; - samm:description "Spezifische Abfrage, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; - samm:see ; - samm:characteristic samm-c:Text ; - samm:exampleValue "specific query" . \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/ContactInformation_shared.ttl b/io.admin-shell.idta.carbon_footprint/2.0.0/ContactInformation_shared.ttl deleted file mode 100644 index 24ae9f3..0000000 --- a/io.admin-shell.idta.carbon_footprint/2.0.0/ContactInformation_shared.ttl +++ /dev/null @@ -1,43 +0,0 @@ - - -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . -@prefix : . -@prefix cx: . -@prefix ext-information: . -@prefix ext-shared: . -@prefix samm-u: . - -:cityTown a samm:Property ; - samm:characteristic samm-c:Text . - -:zipCode a samm:Property ; - samm:characteristic samm-c:Text . - -:houseNumber a samm:Property ; - samm:see ; - samm:characteristic samm-c:Text ; - samm:exampleValue "1a" . - -:country a samm:Property ; - samm:preferredName "country"@en ; - samm:description "Country where the product is transmitted."@en ; - samm:characteristic samm-c:Text ; - samm:exampleValue "Mycountry" . - -:street a samm:Property ; - samm:see ; - samm:characteristic samm-c:Text . - -:ContactInformation a samm:Entity ; - samm:description "Contains information on how to contact the manufacturer or an authorised service provider, e.g. when a maintenance service is required."@en ; - samm:see ; - samm:properties ( [ samm:property :street; samm:optional true; samm:payloadName "Street" ] [ samm:property :houseNumber; samm:optional true; samm:payloadName "HouseNumber" ] [ samm:property :zipCode; samm:payloadName "ZipCode" ] [ samm:property :cityTown; samm:payloadName "CityTown" ] [ samm:property :country; samm:payloadName "Country" ] ) . - -:SimplifiedContactAddress a samm:Characteristic ; - samm:dataType :ContactInformation . diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/pact_shared.ttl b/io.admin-shell.idta.carbon_footprint/2.0.0/pact_shared.ttl deleted file mode 100644 index 6dde94c..0000000 --- a/io.admin-shell.idta.carbon_footprint/2.0.0/pact_shared.ttl +++ /dev/null @@ -1,23 +0,0 @@ -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . -@prefix : . -@prefix cx: . -@prefix ext-information: . -@prefix ext-shared: . -@prefix samm-u: . - - -:PactCharacteristic a samm:Characteristic ; - samm:dataType :pactEntity . - - -:pactEntity a samm:Entity ; - samm:preferredName "Product (Carbon) Footprint"@en ; - samm:description "A Product (Carbon) Footprint represents the carbon footprint of a product with values as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative."@en ; - samm:see ; - samm:properties ( [ samm:property cx:id; samm:payloadName "id" ] [ samm:property cx:specVersion; samm:payloadName "specVersion" ] [ samm:property cx:partialFullPcf; samm:payloadName "partialFullPcf" ] [ samm:property cx:precedingPfIds; samm:optional true; samm:payloadName "precedingPfIds" ] [ samm:property cx:version; samm:payloadName "version" ] [ samm:property cx:created; samm:payloadName "created" ] [ samm:property cx:status; samm:payloadName "extWBCSD_pfStatus" ] [ samm:property cx:validityPeriodStart; samm:optional true; samm:payloadName "validityPeriodStart" ] [ samm:property cx:validityPeriodEnd; samm:optional true; samm:payloadName "validityPeriodEnd" ] [ samm:property cx:comment; samm:optional true; samm:payloadName "comment" ] [ samm:property cx:companyName; samm:payloadName "companyName" ] [ samm:property cx:companyIds; samm:payloadName "companyIds" ] [ samm:property cx:productDescription; samm:optional true; samm:payloadName "productDescription" ] [ samm:property cx:productIds; samm:payloadName "productIds" ] [ samm:property cx:productCategoryCpc; samm:payloadName "extWBCSD_productCodeCpc" ] [ samm:property cx:productNameCompany; samm:payloadName "productName" ] [ samm:property cx:pcf; samm:payloadName "pcf" ] [ samm:property cx:pcfLegalStatement; samm:optional true; samm:payloadName "pcfLegalStatement" ] ) . \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/pcfInformation_generic.ttl b/io.admin-shell.idta.carbon_footprint/2.0.0/pcfInformation_generic.ttl deleted file mode 100644 index 76e44f7..0000000 --- a/io.admin-shell.idta.carbon_footprint/2.0.0/pcfInformation_generic.ttl +++ /dev/null @@ -1,18 +0,0 @@ -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . -@prefix : . -@prefix cx: . -@prefix ext-shared: . -@prefix samm-u: . - -:ProductOrSectorSpecificPcfInformationChacateristic a samm:Characteristic ; - samm:dataType :ProductOrSectorSpecificPcfInformationEntity . - -:ProductOrSectorSpecificPcfInformationEntity a samm:Entity ; - samm:properties () . - From d5f097dbd97fa87dcdfb18efa4a19eacac492542 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 4 Jun 2025 14:14:55 +0200 Subject: [PATCH 3/4] Example PACT derived from CarbonFootprint --- .../1.0.0/PactCarbonFootprint.ttl | 24 + ...rSectorSpecificCarbonFootprints_shared.ttl | 137 + ...tOrSectorSpecificPcfInformation_shared.ttl | 18 + .../1.0.0/gen/CarbonFootprintPact.aas.json | 7726 +++++++++++ .../1.0.0/gen/CarbonFootprintPact.aas.xml | 10668 ++++++++++++++++ .../1.0.0/gen/CarbonFootprintPact.aasx | Bin 0 -> 27077 bytes .../1.0.0/gen/CarbonFootprintPact.html | 10109 +++++++++++++++ .../1.0.0/pact_shared.ttl | 24 + 8 files changed, 28706 insertions(+) create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactCarbonFootprint.ttl create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificPcfInformation_shared.ttl create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.json create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.xml create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aasx create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.html create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/pact_shared.ttl diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactCarbonFootprint.ttl b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactCarbonFootprint.ttl new file mode 100644 index 0000000..f556863 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactCarbonFootprint.ttl @@ -0,0 +1,24 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-shared: . +@prefix contact: . +@prefix samm-u: . + +:PactCarbonFootprint a samm:Aspect ; + samm:preferredName "Carbon Footprint"@en ; + samm:preferredName "C02 Footprint"@de ; + samm:description "Provides the means to access the Carbon Footprint of the asset."@en ; + samm:see ; + samm:see ; + samm:see ; + samm:properties ( [ samm:property pcf:productCarbonFootprints; samm:payloadName "ProductCarbonFootprints" ] [ samm:property :productOrSectorSpecificCarbonFootprints; samm:optional true; samm:payloadName "ProductOrSectorSpecificCarbonFootprints" ] ) ; + samm:operations ( ) ; + samm:events ( ) . diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl new file mode 100644 index 0000000..5961e28 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl @@ -0,0 +1,137 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-shared: . +@prefix contact: . +@prefix samm-u: . + + +:productOrSectorSpecificCarbonFootprints a samm:Property ; + samm:preferredName "product or sector specific carbon footprints"@en ; + samm:description "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle."@en ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificCarbonFootprintSet . + + +:ProductOrSectorSpecificCarbonFootprintSet a samm-c:Set ; + samm:dataType :ProductOrSectorSpecificCarbonFootprintEntity . + + + +:productOrSectorSpecificPcfCalculationMethods a samm:Property ; + samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; + samm:preferredName "impact assessment method / calculation method"@de ; + samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; + samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; + samm:see <0173-1%2302-ABG854%23003> ; + samm:characteristic :PcfCalculationMethodSet ; + samm:exampleValue "sector specific calculation method" . + +:productOrSectorSpecificRule a samm:Property ; + samm:preferredName "product or sector specific rules"@en ; + samm:preferredName "produktspezifische oder sektorspezifische Regeln"@de ; + samm:description "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint."@en ; + samm:description "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. "@de ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificRuleCharacteristic . + +:ProductOrSectorSpecificRuleCharacteristic a samm:Characteristic ; + samm:dataType :ProductOrSectorSpecificRuleEntity . + +:ProductOrSectorSpecificRuleEntity a samm:Entity ; + samm:properties: ( [ samm:property :pcfRuleOperator; samm:payloadName "PcfRuleOperator" ] [ samm:property :pcfRuleName; samm:payloadName "PcfRuleName" ] [ samm:property :pcfRuleVersion; samm:optional true; samm:payloadName "PcfRuleVersion" ] [ samm:property :pcfRuleOnlineReference; samm:optional true; samm:payloadName "PcfRuleOnlineReference" ]) . + +:externalPcfApi a samm:Property ; + samm:preferredName "external API for PCF information"@en ; + samm:preferredName "externe API für PCF Informationen"@de ; + samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; + samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; + samm:see ; + samm:characteristic :ExternalPcfApiCharacteristic . + +:ExternalPcfApiCharacteristic a samm-c:SingleEntity ; + samm:dataType :ExternalPcfApiEntity . + +:ExternalPcfApiEntity a samm:Entity ; + samm:preferredName "external API for PCF information"@en ; + samm:preferredName "externe API für PCF-Informationen"@de ; + samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; + samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; + samm:see ; + samm:properties: ( [ samm:property :pcfApiEndpoint; samm:payloadName "PcfApiEndpoint" ] [ samm:property :pcfApiQuery; samm:payloadName "PcfApiQuery" ]) . + +:productOrSectorSpecificPcfInformation a samm:Property ; + samm:preferredName "PCF information"@en ; + samm:preferredName "PCF-Information"@de ; + samm:description "A section in which further content is listed according to the calculation method for the Product Carbon Footprint."@en ; + samm:description "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden."@de ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificPcfInformationCharacteristic . + +:LifeCylceCharacteristic a samm-c:Set ; + samm:dataType xsd:string . + +:PcfCo2eqCharacteristic a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit samm-u:kilogram . + +:PcfCalculationMethodSet a samm-c:Set ; + samm:dataType xsd:string . + +:pcfApiEndpoint a samm:Property ; + samm:preferredName "endpoint"@en ; + samm:preferredName "Endpoint"@de ; + samm:description "Specific URL or address that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; + samm:description "Spezifische URL oder Adresse, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "https://example.com/pcf" . + +:pcfApiQuery a samm:Property ; + samm:preferredName "query"@en ; + samm:preferredName "Abfrage"@dn ; + samm:description "Specific query that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; + samm:description "Spezifische Abfrage, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "specific query" . + +:pcfRuleOperator a samm:Property ; + samm:preferredName "operator of the PCF calculation method"@en ; + samm:preferredName "Herausgeber der PCF Berechnungsmethode"@dn ; + samm:description "Organization that defines and implements specific instructions and methods for calculating and monitoring the carbon footprint of a product or sector."@en ; + samm:description "Einrichtung, welche spezifische Anweisungen und Methoden zur Berechnung und Überwachung des CO2-Fußabdrucks eines Produkts oder Sektors definiert und umsetzt."@de ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "WBCSD" . + +:pcfRuleName a samm:Property ; + samm:preferredName "name of the PCF calculation method"@en ; + samm:preferredName "Name der PCF Berechnungsmethode"@dn ; + samm:description "Standard, method for determining the greenhouse gas emissions of a product."@en ; + samm:description "Folgenabschätzungsmethode / Berechnungsmethode."@de ; + samm:see ; + samm:characteristic samm-c:Text . + +:pcfRuleVersion a samm:Property ; + samm:preferredName "version of the PCF calculation method"@en ; + samm:preferredName "Version der PCF Berechnungsmethode"@dn ; + samm:description "Specific version or revision of the rule used to calculate the carbon footprint of a product."@en ; + samm:description "Spezifische Ausgabe oder Revision der Regel, die zur Berechnung des CO2-Fußabdrucks eines Produkts verwendet wird."@de ; + samm:see ; + samm:characteristic samm-c:Text . + +:pcfRuleOnlineReference a samm:Property ; + samm:preferredName "online reference to the PCF calculation method"@en ; + samm:preferredName "Online Referenz zur PCF Berechnungsmethode"@de ; + samm:description "Online PCF calculation methodology reference that provides detailed instructions and guidelines for calculating a product's carbon footprint."@en ; + samm:description "Online-Referenz zur PCF-Berechnungsmethodik, die detaillierte Anweisungen und Richtlinien zur Berechnung des CO2-Fußabdrucks eines Produkts bereitstellt."@de ; + samm:see ; + samm:characteristic ext-shared:FileWithContentType . \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificPcfInformation_shared.ttl b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificPcfInformation_shared.ttl new file mode 100644 index 0000000..6f894e5 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificPcfInformation_shared.ttl @@ -0,0 +1,18 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-information: . +@prefix ext-shared: . +@prefix samm-u: + +:ProductOrSectorSpecificPcfInformationCharacteristic a samm-c:SingleEntity ; + samm:dataType :PactEntity . + + diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.json b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.json new file mode 100644 index 0000000..91d80d8 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.json @@ -0,0 +1,7726 @@ +{ + "assetAdministrationShells" : [ { + "modelType" : "AssetAdministrationShell", + "assetInformation" : { + "assetKind" : "Type" + }, + "submodels" : [ { + "keys" : [ { + "type" : "Submodel", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint/submodel" + } ], + "type" : "ModelReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint", + "description" : [ { + "language" : "en", + "text" : "defaultAdminShell" + } ], + "idShort" : "defaultAdminShell" + } ], + "conceptDescriptions" : [ { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "definition" : [ { + "language" : "en", + "text" : "Provides the means to access the Carbon Footprint of the asset." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Carbon Footprint" + }, { + "language" : "de", + "text" : "C02 Footprint" + } ], + "shortName" : [ { + "language" : "en", + "text" : "PactCarbonFootprint" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint", + "category" : "APPLICATION_CLASS", + "description" : [ { + "language" : "en", + "text" : "Provides the means to access the Carbon Footprint of the asset." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Carbon Footprint" + }, { + "language" : "de", + "text" : "C02 Footprint" + } ], + "idShort" : "PactCarbonFootprint" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Standards, methods for determining the greenhouse gas emissions of a product." + }, { + "language" : "de", + "text" : "Normen, Standards, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcfCalculationMethods" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcfCalculationMethods", + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "pcfCalculationMethods" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "CO2 eq Klimawandel" + }, { + "language" : "en", + "text" : "CO2 eq Climate Change" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcf2CoEq" + } ], + "unit" : "kilogram" + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcf2CoEq", + "displayName" : [ { + "language" : "de", + "text" : "CO2 eq Klimawandel" + }, { + "language" : "en", + "text" : "CO2 eq Climate Change" + } ], + "idShort" : "pcf2CoEq" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Quantity unit of the product to which the PCF information on the CO2 footprint refers." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Referenzeinheit für die Berechnung" + }, { + "language" : "en", + "text" : "reference value for calculation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "referenceImpactUnitForCalculation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#referenceImpactUnitForCalculation", + "displayName" : [ { + "language" : "de", + "text" : "Referenzeinheit für die Berechnung" + }, { + "language" : "en", + "text" : "reference value for calculation" + } ], + "idShort" : "referenceImpactUnitForCalculation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "quantity of measure for calculation" + }, { + "language" : "de", + "text" : "Mengenangabe für die Berechnung" + } ], + "shortName" : [ { + "language" : "en", + "text" : "quantityOfMeasureForCalculation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#quantityOfMeasureForCalculation", + "displayName" : [ { + "language" : "en", + "text" : "quantity of measure for calculation" + }, { + "language" : "de", + "text" : "Mengenangabe für die Berechnung" + } ], + "idShort" : "quantityOfMeasureForCalculation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" + } ], + "shortName" : [ { + "language" : "en", + "text" : "lifeCyclePhases" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhases", + "displayName" : [ { + "language" : "en", + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" + } ], + "idShort" : "lifeCyclePhases" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Path and name of the file (with file extension).\n\nThe path can be absolute or relative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "resourceValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "resourceValue" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue", + "idShort" : "resourceValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Content type of the content of the file." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "contentType" + } ], + "shortName" : [ { + "language" : "en", + "text" : "contentType" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType", + "idShort" : "contentType" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "explanatory statement" + }, { + "language" : "de", + "text" : "Erklärung" + } ], + "shortName" : [ { + "language" : "en", + "text" : "explanatoryStatement" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#explanatoryStatement", + "displayName" : [ { + "language" : "en", + "text" : "explanatory statement" + }, { + "language" : "de", + "text" : "Erklärung" + } ], + "idShort" : "explanatoryStatement" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Function of a contact person in a process\nenumeration: 0173-1%2307-AAS927%23001 (administrativ contact), 0173-1%2307-AAS928%23001 (commercial contact), 0173-1%2307-AAS929%23001 (other contact), 0173-1%2307-AAS930%23001 (hazardous goods contact), 0173-1%2307-AAS931%23001 (technical contact)\nNote: the above mentioned ECLASS enumeration should be declared as “open” for further addition." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" + } ], + "shortName" : [ { + "language" : "en", + "text" : "roleOfContactPerson" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson", + "displayName" : [ { + "language" : "de", + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" + } ], + "idShort" : "roleOfContactPerson" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Länderkürzel." + }, { + "language" : "en", + "text" : "Code of a country (Country codes defined accord. to DIN EN ISO 3166-1)." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" + } ], + "shortName" : [ { + "language" : "en", + "text" : "nationalCode" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode", + "displayName" : [ { + "language" : "de", + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" + } ], + "idShort" : "nationalCode" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "languages" + } ], + "shortName" : [ { + "language" : "en", + "text" : "languages" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#languages", + "idShort" : "languages" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Offsets from Coordinated Universal Time (UTC)\nNote: notation accord. to ISO 8601\nNote: for time in UTC the zone designator “Z” is to be used." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "time zone" + } ], + "shortName" : [ { + "language" : "en", + "text" : "timeZone" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone", + "displayName" : [ { + "language" : "en", + "text" : "time zone" + } ], + "idShort" : "timeZone" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Town or city." + }, { + "language" : "de", + "text" : "Ort." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Ort" + }, { + "language" : "en", + "text" : "City" + } ], + "shortName" : [ { + "language" : "en", + "text" : "cityTown" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown", + "displayName" : [ { + "language" : "de", + "text" : "Ort" + }, { + "language" : "en", + "text" : "City" + } ], + "idShort" : "cityTown" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Name of the company." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "company" + } ], + "shortName" : [ { + "language" : "en", + "text" : "company" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#company", + "displayName" : [ { + "language" : "en", + "text" : "company" + } ], + "idShort" : "company" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Administrative section within an organisation where a business partner is located." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "department" + } ], + "shortName" : [ { + "language" : "en", + "text" : "department" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#department", + "displayName" : [ { + "language" : "en", + "text" : "department" + } ], + "idShort" : "department" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" + } ], + "shortName" : [ { + "language" : "en", + "text" : "telephoneNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber", + "displayName" : [ { + "language" : "en", + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" + } ], + "idShort" : "telephoneNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of a telephone according to its location or usage.\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS755%23001 (office mobile), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home), 0173-1%2307-AAS759%23001 (private mobile)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "typeOfTelephone" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfTelephone" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone", + "idShort" : "typeOfTelephone" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Specification of the available time window." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "available time" + } ], + "shortName" : [ { + "language" : "en", + "text" : "availableTime" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime", + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTime" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Phone number including type." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "phone" + } ], + "shortName" : [ { + "language" : "en", + "text" : "phone" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#phone", + "idShort" : "phone" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner's fax machine." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "fax number" + } ], + "shortName" : [ { + "language" : "en", + "text" : "faxNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber", + "displayName" : [ { + "language" : "en", + "text" : "fax number" + } ], + "idShort" : "faxNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of the fax according its location or usage\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS758%23001 (home)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of fax number" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfFaxNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber", + "displayName" : [ { + "language" : "en", + "text" : "type of fax number" + } ], + "idShort" : "typeOfFaxNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "de", + "text" : "Fax" + }, { + "language" : "en", + "text" : "fax" + } ], + "shortName" : [ { + "language" : "en", + "text" : "fax" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#fax", + "displayName" : [ { + "language" : "de", + "text" : "Fax" + }, { + "language" : "en", + "text" : "fax" + } ], + "idShort" : "fax" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Electronic mail address of a business partner." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "email address" + } ], + "shortName" : [ { + "language" : "en", + "text" : "emailAddress" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress", + "displayName" : [ { + "language" : "en", + "text" : "email address" + } ], + "idShort" : "emailAddress" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Public part of an unsymmetrical key pair to sign or encrypt text or messages." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "public key" + } ], + "shortName" : [ { + "language" : "en", + "text" : "publicKey" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey", + "displayName" : [ { + "language" : "en", + "text" : "public key" + } ], + "idShort" : "publicKey" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of an e-mail address according to its location or usage\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of email address" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfEmailAddress" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress", + "displayName" : [ { + "language" : "en", + "text" : "type of email address" + } ], + "idShort" : "typeOfEmailAddress" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of a public key according to its encryption process." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of public key" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfPublicKey" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey", + "displayName" : [ { + "language" : "en", + "text" : "type of public key" + } ], + "idShort" : "typeOfPublicKey" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "E-mail address and encryption method." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "email" + }, { + "language" : "de", + "text" : "Email" + } ], + "shortName" : [ { + "language" : "en", + "text" : "email" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#email", + "displayName" : [ { + "language" : "en", + "text" : "email" + }, { + "language" : "de", + "text" : "Email" + } ], + "idShort" : "email" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Web site address where information about the product or contact is given." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "shortName" : [ { + "language" : "en", + "text" : "addressOfAdditionalLinkOfIpCommunicationChannel" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLinkOfIpCommunicationChannel" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of an IP-based communication channel." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of communication" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfCommunication" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication", + "displayName" : [ { + "language" : "en", + "text" : "type of communication" + } ], + "idShort" : "typeOfCommunication" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Specification of the available time windows." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "available time" + } ], + "shortName" : [ { + "language" : "en", + "text" : "availableTimeIpCommunicationChannel" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel", + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTimeIpCommunicationChannel" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "IP-based communication channels, e.g. chat or video call." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "shortName" : [ { + "language" : "en", + "text" : "iPCommunicationChannels" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#iPCommunicationChannels", + "displayName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "idShort" : "iPCommunicationChannels" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Straße und Nummer." + }, { + "language" : "en", + "text" : "Street name and house number." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" + } ], + "shortName" : [ { + "language" : "en", + "text" : "street" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#street", + "displayName" : [ { + "language" : "en", + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" + } ], + "idShort" : "street" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "ZIP code of address." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "ZIP code" + } ], + "shortName" : [ { + "language" : "en", + "text" : "zipCode" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode", + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + } ], + "idShort" : "zipCode" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "P.O. box number." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "P.O. box" + } ], + "shortName" : [ { + "language" : "en", + "text" : "poBox" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox", + "displayName" : [ { + "language" : "en", + "text" : "P.O. box" + } ], + "idShort" : "poBox" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "ZIP code of address." + }, { + "language" : "de", + "text" : "Postleitzahl." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" + } ], + "shortName" : [ { + "language" : "en", + "text" : "zipCodeOfPoBox" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox", + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" + } ], + "idShort" : "zipCodeOfPoBox" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Federal state, a part of a state." + }, { + "language" : "de", + "text" : "Bundesland/Region" + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { + "language" : "en", + "text" : "state/county" + } ], + "shortName" : [ { + "language" : "en", + "text" : "stateCounty" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty", + "displayName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { + "language" : "en", + "text" : "state/county" + } ], + "idShort" : "stateCounty" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "name of contact" + } ], + "shortName" : [ { + "language" : "en", + "text" : "nameOfContact" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact", + "displayName" : [ { + "language" : "en", + "text" : "name of contact" + } ], + "idShort" : "nameOfContact" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "First name of a contact person." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "first name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "firstName" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName", + "displayName" : [ { + "language" : "en", + "text" : "first name" + } ], + "idShort" : "firstName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Middle names of contact person." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "middle names" + } ], + "shortName" : [ { + "language" : "en", + "text" : "middleNames" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames", + "displayName" : [ { + "language" : "en", + "text" : "middle names" + } ], + "idShort" : "middleNames" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Common, formal, religious, or other title preceding a contact person's name." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "title" + } ], + "shortName" : [ { + "language" : "en", + "text" : "title" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#title", + "displayName" : [ { + "language" : "en", + "text" : "title" + } ], + "idShort" : "title" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Academic title preceding a contact person's name." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "academic title" + } ], + "shortName" : [ { + "language" : "en", + "text" : "academicTitle" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle", + "displayName" : [ { + "language" : "en", + "text" : "academic title" + } ], + "idShort" : "academicTitle" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Additional information of the contact person." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "furtherDetailsOfContact" + } ], + "shortName" : [ { + "language" : "en", + "text" : "furtherDetailsOfContact" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact", + "idShort" : "furtherDetailsOfContact" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Web site address where information about the product or contact is given." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "shortName" : [ { + "language" : "en", + "text" : "addressOfAdditionalLink" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLink" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Indicates the hand-over address of the goods transport." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Warenübergabeadresse" + }, { + "language" : "en", + "text" : "goods address hand-over" + } ], + "shortName" : [ { + "language" : "en", + "text" : "goodsHandoverAddress" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#goodsHandoverAddress", + "displayName" : [ { + "language" : "de", + "text" : "Warenübergabeadresse" + }, { + "language" : "en", + "text" : "goods address hand-over" + } ], + "idShort" : "goodsHandoverAddress" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Time at which something was first published or made available." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "publication date" + }, { + "language" : "de", + "text" : "Veröffentlichungsdatum" + } ], + "shortName" : [ { + "language" : "en", + "text" : "publicationDate" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#publicationDate", + "displayName" : [ { + "language" : "en", + "text" : "publication date" + }, { + "language" : "de", + "text" : "Veröffentlichungsdatum" + } ], + "idShort" : "publicationDate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "expiration date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "shortName" : [ { + "language" : "en", + "text" : "expirationDate" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#expirationDate", + "displayName" : [ { + "language" : "en", + "text" : "expiration date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "idShort" : "expirationDate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product carbon footprint" + }, { + "language" : "de", + "text" : "Produkt CO2-Fußabdruck" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productCarbonFootprints" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productCarbonFootprints", + "displayName" : [ { + "language" : "en", + "text" : "product carbon footprint" + }, { + "language" : "de", + "text" : "Produkt CO2-Fußabdruck" + } ], + "idShort" : "productCarbonFootprints" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation." + }, { + "language" : "de", + "text" : "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificPcfCalculationMethods" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificPcfCalculationMethods", + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "productOrSectorSpecificPcfCalculationMethods" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. " + }, { + "language" : "en", + "text" : "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product or sector specific rules" + }, { + "language" : "de", + "text" : "produktspezifische oder sektorspezifische Regeln" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificRule" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificRule", + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific rules" + }, { + "language" : "de", + "text" : "produktspezifische oder sektorspezifische Regeln" + } ], + "idShort" : "productOrSectorSpecificRule" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required." + }, { + "language" : "de", + "text" : "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "external API for PCF information" + }, { + "language" : "de", + "text" : "externe API für PCF Informationen" + } ], + "shortName" : [ { + "language" : "en", + "text" : "externalPcfApi" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#externalPcfApi", + "displayName" : [ { + "language" : "en", + "text" : "external API for PCF information" + }, { + "language" : "de", + "text" : "externe API für PCF Informationen" + } ], + "idShort" : "externalPcfApi" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: The product footprint identifier as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Footprint Identifier" + } ], + "shortName" : [ { + "language" : "en", + "text" : "id" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#id", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Identifier" + } ], + "idShort" : "id" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Version of the product footprint data specification as defined in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Footprint Specification Version" + } ], + "shortName" : [ { + "language" : "en", + "text" : "specVersion" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#specVersion", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Specification Version" + } ], + "idShort" : "specVersion" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Partial Or Full PCF (Product Carbon Footprint)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "partialFullPcf" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "Cradle-to-gate", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-gate43331654" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Cradle-to-grave", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-grave175688ef" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#partialFullPcf", + "displayName" : [ { + "language" : "en", + "text" : "Partial Or Full PCF (Product Carbon Footprint)" + } ], + "idShort" : "partialFullPcf" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as \"optional\" in WBCSD, needs to be covered by application." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Previous PCF (Product Carbon Footprint) Identifiers" + } ], + "shortName" : [ { + "language" : "en", + "text" : "precedingPfIds" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#precedingPfIds", + "displayName" : [ { + "language" : "en", + "text" : "Previous PCF (Product Carbon Footprint) Identifiers" + } ], + "idShort" : "precedingPfIds" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_COUNT", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Version of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to \"0\" per default." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product (Carbon) Footprint Version" + } ], + "shortName" : [ { + "language" : "en", + "text" : "version" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#version", + "displayName" : [ { + "language" : "en", + "text" : "Product (Carbon) Footprint Version" + } ], + "idShort" : "version" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Timestamp of the creation of the Product (Carbon) Footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Creation of the Product (Carbon) Footprint" + } ], + "shortName" : [ { + "language" : "en", + "text" : "created" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#created", + "displayName" : [ { + "language" : "en", + "text" : "Creation of the Product (Carbon) Footprint" + } ], + "idShort" : "created" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Status indicator of a product (carbon) footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example set to \"Active\" per default." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Status" + } ], + "shortName" : [ { + "language" : "en", + "text" : "status" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "Active", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Active92340695" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Deprecated", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Deprecated6b2e8f83" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#status", + "displayName" : [ { + "language" : "en", + "text" : "Status" + } ], + "idShort" : "status" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Start of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. If specified, the validity period start must be equal to or greater than the reference period end." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Validity Period Start" + } ], + "shortName" : [ { + "language" : "en", + "text" : "validityPeriodStart" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart", + "displayName" : [ { + "language" : "en", + "text" : "Validity Period Start" + } ], + "idShort" : "validityPeriodStart" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: End of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Validity Period End" + } ], + "shortName" : [ { + "language" : "en", + "text" : "validityPeriodEnd" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd", + "displayName" : [ { + "language" : "en", + "text" : "Validity Period End" + } ], + "idShort" : "validityPeriodEnd" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Additional information and instructions related to the calculation of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Comment" + } ], + "shortName" : [ { + "language" : "en", + "text" : "comment" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#comment", + "displayName" : [ { + "language" : "en", + "text" : "Comment" + } ], + "idShort" : "comment" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Name of the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Company Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "companyName" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#companyName", + "displayName" : [ { + "language" : "en", + "text" : "Company Name" + } ], + "idShort" : "companyName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Non-empty set of Uniform Resource Names (URN). Each value is supposed to uniquely identify the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. For Catena-X Industry Core compliance the set of URNs must contain at least the Business Partner Number Legal Entity (BPNL) in the specified format urn:bpn:id:BPNL[a-zA-Z0-9]{12}. " + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Company IDs" + } ], + "shortName" : [ { + "language" : "en", + "text" : "companyIds" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#companyIds", + "displayName" : [ { + "language" : "en", + "text" : "Company IDs" + } ], + "idShort" : "companyIds" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Free-form description of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Description" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productDescription" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productDescription", + "displayName" : [ { + "language" : "en", + "text" : "Product Description" + } ], + "idShort" : "productDescription" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Non-empty set of product identifiers. Each value is supposed to uniquely identify the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productId corresponds with Industry Core manufacturerPartId." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product IDs" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productIds" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productIds", + "displayName" : [ { + "language" : "en", + "text" : "Product IDs" + } ], + "idShort" : "productIds" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: UN (United Nations) Product Classification Code (CPC - Central Classification Code) of a given product as specified the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, which will probably be declared as \"optional\" in a later WBCSD specification version. In Catena-X for example specified with default value \"011-99000\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Category" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productCategoryCpc" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc", + "displayName" : [ { + "language" : "en", + "text" : "Product Category" + } ], + "idShort" : "productCategoryCpc" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Non-empty trade name of a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productNameCompany corresponds with Industry Core nameAtManufacturer. " + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Trade Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productNameCompany" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productNameCompany", + "displayName" : [ { + "language" : "en", + "text" : "Product Trade Name" + } ], + "idShort" : "productNameCompany" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Unit of analysis of a product in context of the PCF (product carbon footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example list of valid units includes \"piece\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Unit of measurement" + } ], + "shortName" : [ { + "language" : "en", + "text" : "declaredUnit" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "liter", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_liter03d92a6e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "kilogram", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilogram16db10b2" + } ], + "type" : "ModelReference" + } + }, { + "value" : "cubic meter", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_cubicmeter0c183ff4" + } ], + "type" : "ModelReference" + } + }, { + "value" : "kilowatt hour", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilowatthour274d1016" + } ], + "type" : "ModelReference" + } + }, { + "value" : "megajoule", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_megajouled2732238" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ton kilometer", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_tonkilometer678d2724" + } ], + "type" : "ModelReference" + } + }, { + "value" : "square meter", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_squaremeter698b25da" + } ], + "type" : "ModelReference" + } + }, { + "value" : "piece", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_piece34235a2c" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#declaredUnit", + "displayName" : [ { + "language" : "en", + "text" : "Unit of measurement" + } ], + "idShort" : "declaredUnit" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Amount of units contained within a product in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Unitary Product Amount" + } ], + "shortName" : [ { + "language" : "en", + "text" : "unitaryProductAmount" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount", + "displayName" : [ { + "language" : "en", + "text" : "Unitary Product Amount" + } ], + "idShort" : "unitaryProductAmount" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Mass of a product per declared unit (net, unpackaged) in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Mass Per Declared Unit" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productMassPerDeclaredUnit" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit", + "displayName" : [ { + "language" : "en", + "text" : "Product Mass Per Declared Unit" + } ], + "idShort" : "productMassPerDeclaredUnit" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Applied cut-off percentage of emissions excluded from PCF (Product Carbon Footprint).\nFor accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Exempted Emissions Percent" + } ], + "shortName" : [ { + "language" : "en", + "text" : "exemptedEmissionsPercent" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent", + "displayName" : [ { + "language" : "en", + "text" : "Exempted Emissions Percent" + } ], + "idShort" : "exemptedEmissionsPercent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Rationale behind exclusion of specific PCF (Product Carbon Footprint) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Exempted Emissions Description" + } ], + "shortName" : [ { + "language" : "en", + "text" : "exemptedEmissionsDescription" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription", + "displayName" : [ { + "language" : "en", + "text" : "Exempted Emissions Description" + } ], + "idShort" : "exemptedEmissionsDescription" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Processes attributable to each lifecycle stage as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Boundary Processes Description" + } ], + "shortName" : [ { + "language" : "en", + "text" : "boundaryProcessesDescription" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription", + "displayName" : [ { + "language" : "en", + "text" : "Boundary Processes Description" + } ], + "idShort" : "boundaryProcessesDescription" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Subdivision of a country which must be an ISO 3166-2 subdivision code as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Geography Country Subdivision" + } ], + "shortName" : [ { + "language" : "en", + "text" : "geographyCountrySubdivision" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision", + "displayName" : [ { + "language" : "en", + "text" : "Geography Country Subdivision" + } ], + "idShort" : "geographyCountrySubdivision" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Two letter country code that must conform to data type ISO 3166CC as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Geography Country" + } ], + "shortName" : [ { + "language" : "en", + "text" : "geographyCountry" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountry", + "displayName" : [ { + "language" : "en", + "text" : "Geography Country" + } ], + "idShort" : "geographyCountry" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Region according to list as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Region" + } ], + "shortName" : [ { + "language" : "en", + "text" : "geographyRegionOrSubregion" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "Africa", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Africac4a371ac" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Americas", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Americas2d1b84c3" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Asia7ac02ec1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Europee595f45d" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Oceania", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Oceania4773281f" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Australia and New Zealand", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_AustraliaandNewZealand7e27c84b" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Central Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_CentralAsiaa5b94bb1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Eastern Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternAsiae5e4c3d1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Eastern Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternEuropee0cc9e7e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Latin America and the Caribbean", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_LatinAmericaandtheCaribbeana0078416" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Melanesia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Melanesia76a35072" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Micronesia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Micronesiad70835b5" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Northern Africa", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAfrica8505fee1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Northern America", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAmerica2e4d39a6" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Northern Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernEurope11767e0b" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Polynesia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Polynesia32098480" + } ], + "type" : "ModelReference" + } + }, { + "value" : "South-eastern Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_South-easternAsia114fbd91" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Southern Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernAsiad52ccbb4" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Southern Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernEurope5dc8a7ac" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Sub-Saharan Africa", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Sub-SaharanAfrica891a660d" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Western Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternAsiaa805d1c9" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Western Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternEurope6a5e7b44" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Global", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Globala258b30f" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Several", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Severalfc7323a3" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion", + "displayName" : [ { + "language" : "en", + "text" : "Region" + } ], + "idShort" : "geographyRegionOrSubregion" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Start of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Reference Period Start" + } ], + "shortName" : [ { + "language" : "en", + "text" : "referencePeriodStart" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart", + "displayName" : [ { + "language" : "en", + "text" : "Reference Period Start" + } ], + "idShort" : "referencePeriodStart" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: End of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Reference Period End" + } ], + "shortName" : [ { + "language" : "en", + "text" : "referencePeriodEnd" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd", + "displayName" : [ { + "language" : "en", + "text" : "Reference Period End" + } ], + "idShort" : "referencePeriodEnd" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standard" + } ], + "shortName" : [ { + "language" : "en", + "text" : "crossSectoralStandard" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "ISO Standard 14067", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140675220ef43" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14044", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404487b1ad6e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Pathfinder v1", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv1dc7c6be2" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Pathfinder v2", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv2294f87f5" + } ], + "type" : "ModelReference" + } + }, { + "value" : "PAS 2050", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PAS205021a4e735" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14040", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404056f7d7e6" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14041", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140416a1ddfa1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14042", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140427b8e5150" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14043", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404321cc8e41" + } ], + "type" : "ModelReference" + } + }, { + "value" : "PEF", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PEF16a96c1e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Other", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Otherf97e9da0" + } ], + "type" : "ModelReference" + } + }, { + "value" : "GHG Protocol Product Standard", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_GHGProtocolProductStandarda3c52802" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard", + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standard" + } ], + "idShort" : "crossSectoralStandard" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standards Used" + } ], + "shortName" : [ { + "language" : "en", + "text" : "crossSectoralStandardsUsed" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandardsUsed", + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standards Used" + } ], + "idShort" : "crossSectoralStandardsUsed" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example must always be \"Other\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Operator or Publisher of Sector Specific Rules" + } ], + "shortName" : [ { + "language" : "en", + "text" : "operator" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "PEF", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_PEF16a96c1e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "EPD International", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_EPDInternational8e0765e1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Other", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_Otherf97e9da0" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#operator", + "displayName" : [ { + "language" : "en", + "text" : "Operator or Publisher of Sector Specific Rules" + } ], + "idShort" : "operator" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Name of a rule applied by a specific operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Rule Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "ruleName" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#ruleName", + "displayName" : [ { + "language" : "en", + "text" : "Rule Name" + } ], + "idShort" : "ruleName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rule Names" + } ], + "shortName" : [ { + "language" : "en", + "text" : "ruleNames" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#ruleNames", + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rule Names" + } ], + "idShort" : "ruleNames" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Other operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by a default value." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Other Operator Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "otherOperatorName" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#otherOperatorName", + "displayName" : [ { + "language" : "en", + "text" : "Other Operator Name" + } ], + "idShort" : "otherOperatorName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rules" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificRules" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productOrSectorSpecificRules", + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rules" + } ], + "idShort" : "productOrSectorSpecificRules" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: IPCC (Intergovernmental Panel on Climate Change) version of the GWP (Global Warming Potential) characterization factors used for calculating the PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value \\\"AR6\\\". Default value can be overwritten." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Characterization Factors" + } ], + "shortName" : [ { + "language" : "en", + "text" : "characterizationFactors" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "AR5", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR5c1258ff9" + } ], + "type" : "ModelReference" + } + }, { + "value" : "AR6", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR6bfd2b8fd" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#characterizationFactors", + "displayName" : [ { + "language" : "en", + "text" : "Characterization Factors" + } ], + "idShort" : "characterizationFactors" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Allocation rules used and underlying reasoning in context of a product carbon footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value \"In accordance with Catena-X PCF Rulebook (Version 3.0.0)\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Allocation Rules Description" + } ], + "shortName" : [ { + "language" : "en", + "text" : "allocationRulesDescription" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription", + "displayName" : [ { + "language" : "en", + "text" : "Allocation Rules Description" + } ], + "idShort" : "allocationRulesDescription" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Allocation approach used for waste incineration with energy recovery as specified by the TFS (Together For Sustainability) initiative. In Catena-X for example must be specified by value \"cut-off\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Allocation Waste Incineration" + } ], + "shortName" : [ { + "language" : "en", + "text" : "allocationWasteIncineration" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "cut-off", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_cut-offfd27f68f" + } ], + "type" : "ModelReference" + } + }, { + "value" : "reverse cut-off", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_reversecut-off63c0b4c7" + } ], + "type" : "ModelReference" + } + }, { + "value" : "system expansion", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_systemexpansion804f197d" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration", + "displayName" : [ { + "language" : "en", + "text" : "Allocation Waste Incineration" + } ], + "idShort" : "allocationWasteIncineration" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Share of primary data in percent as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Primary Data Share" + } ], + "shortName" : [ { + "language" : "en", + "text" : "primaryDataShare" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#primaryDataShare", + "displayName" : [ { + "language" : "en", + "text" : "Primary Data Share" + } ], + "idShort" : "primaryDataShare" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Emission Factor Data Source" + } ], + "shortName" : [ { + "language" : "en", + "text" : "emissionFactorDS" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS", + "displayName" : [ { + "language" : "en", + "text" : "Emission Factor Data Source" + } ], + "idShort" : "emissionFactorDS" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Secondary Emission Factor Sources" + } ], + "shortName" : [ { + "language" : "en", + "text" : "secondaryEmissionFactorSources" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#secondaryEmissionFactorSources", + "displayName" : [ { + "language" : "en", + "text" : "Secondary Emission Factor Sources" + } ], + "idShort" : "secondaryEmissionFactorSources" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Percentage of PCF (Product Carbon Footprint) included in the data quality assessment based on the >5% emissions threshold as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to \"100\" per default." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Coverage Percent" + } ], + "shortName" : [ { + "language" : "en", + "text" : "coveragePercent" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#coveragePercent", + "displayName" : [ { + "language" : "en", + "text" : "Coverage Percent" + } ], + "idShort" : "coveragePercent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Technological representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Technological DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "technologicalDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#technologicalDQR", + "displayName" : [ { + "language" : "en", + "text" : "Technological DQR (Data Quality Rating)" + } ], + "idShort" : "technologicalDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Temporal representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Temporal DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "temporalDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#temporalDQR", + "displayName" : [ { + "language" : "en", + "text" : "Temporal DQR (Data Quality Rating)" + } ], + "idShort" : "temporalDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Geographical representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Geographical DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "geographicalDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#geographicalDQR", + "displayName" : [ { + "language" : "en", + "text" : "Geographical DQR (Data Quality Rating)" + } ], + "idShort" : "geographicalDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Completeness of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Completeness DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "completenessDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#completenessDQR", + "displayName" : [ { + "language" : "en", + "text" : "Completeness DQR (Data Quality Rating)" + } ], + "idShort" : "completenessDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Reliability of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Reliability DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "reliabilityDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR", + "displayName" : [ { + "language" : "en", + "text" : "Reliability DQR (Data Quality Rating)" + } ], + "idShort" : "reliabilityDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "DQI (Data Quality Indicators)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "dqi" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#dqi", + "displayName" : [ { + "language" : "en", + "text" : "DQI (Data Quality Indicators)" + } ], + "idShort" : "dqi" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "BOOLEAN", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: The Catena-X PCF Rulebook requires to include packaging from a system boundary perspective. \"FALSE\" is only possible due to the application of the cut-off rule.\nFlag indicating whether packaging emissions are included in a PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Packaging Emissions Included" + } ], + "shortName" : [ { + "language" : "en", + "text" : "packagingEmissionsIncluded" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded", + "displayName" : [ { + "language" : "en", + "text" : "Packaging Emissions Included" + } ], + "idShort" : "packagingEmissionsIncluded" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Product carbon footprint of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcfExcludingBiogenic" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "idShort" : "pcfExcludingBiogenic" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Product carbon footprint of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Optional value in current specification version but will be mandatory in future version." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Including Biogenic" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcfIncludingBiogenic" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Including Biogenic" + } ], + "idShort" : "pcfIncludingBiogenic" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Emissions from combustion of fossil sources as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Identical to \"pcfExcludingBiogenic\", will be removed in later version." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Fossil Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "fossilGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Fossil Emissions" + } ], + "idShort" : "fossilGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: GWP (Global Warming Potential) of biogenic CO2e-emissions in production phase which contain only GHG (Greenhouse Gas) emissions other than CO2 - excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Emissions Other Than CO2" + } ], + "shortName" : [ { + "language" : "en", + "text" : "biogenicCarbonEmissionsOtherThanCO2" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Emissions Other Than CO2" + } ], + "idShort" : "biogenicCarbonEmissionsOtherThanCO2" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Biogenic carbon content in the product converted to CO2e as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Withdrawal" + } ], + "shortName" : [ { + "language" : "en", + "text" : "biogenicCarbonWithdrawal" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Withdrawal" + } ], + "idShort" : "biogenicCarbonWithdrawal" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Direct land use change CO2e emissions in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "dlucGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "dlucGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "luGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "luGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: GHG (Greenhouse Gas) emissions resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Aircraft GHG Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "aircraftGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Aircraft GHG Emissions" + } ], + "idShort" : "aircraftGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Emissions resulting from the packaging of the product as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. In Catena-X not relevant to be reported separately." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Packaging GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "packagingGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Packaging GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "packagingGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Product carbon footprint for the distribution stage of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStagePcfExcludingBiogenic" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "idShort" : "distributionStagePcfExcludingBiogenic" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Product carbon footprint for the distribution stage of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Including Biogenic" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStagePcfIncludingBiogenic" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Including Biogenic" + } ], + "idShort" : "distributionStagePcfIncludingBiogenic" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Emissions from the combustion of fossil sources in the distribution stage as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage Fossil GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageFossilGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Fossil GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageFossilGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: GWP (Global Warming Potential) of biogenic CO2e-emissions in distribution phase which contain only GHG (Greenhouse Gas) emissions other than CO2 ? excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Emissions Other Than CO2" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageBiogenicCarbonEmissionsOtherThanCO2" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Emissions Other Than CO2" + } ], + "idShort" : "distributionStageBiogenicCarbonEmissionsOtherThanCO2" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: GWP (Global Warming Potential) of biogenic CO2-withdrawal in distribution stage (biogenic CO2 contained in the product) as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Withdrawal" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageBiogenicCarbonWithdrawal" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Withdrawal" + } ], + "idShort" : "distributionStageBiogenicCarbonWithdrawal" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Direct land use change CO2 emissions during distribution stage in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageDlucGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageDlucGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageLuGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageLuGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Total carbon content per declared unit in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Carbon Content Total" + } ], + "shortName" : [ { + "language" : "en", + "text" : "carbonContentTotal" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal", + "displayName" : [ { + "language" : "en", + "text" : "Carbon Content Total" + } ], + "idShort" : "carbonContentTotal" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Fossil carbon amount embodied in a product as specified in the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero; WBCSD specific extension, in Catena-X specified by a calculated value." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Fossil Carbon Content" + } ], + "shortName" : [ { + "language" : "en", + "text" : "fossilCarbonContent" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent", + "displayName" : [ { + "language" : "en", + "text" : "Fossil Carbon Content" + } ], + "idShort" : "fossilCarbonContent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Biogenic carbon amount embodied in a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Content" + } ], + "shortName" : [ { + "language" : "en", + "text" : "biogenicCarbonContent" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Content" + } ], + "idShort" : "biogenicCarbonContent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: GHG (Greenhouse Gas) emissions for the distribution stage resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage Aircraft GHG Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageAircraftGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Aircraft GHG Emissions" + } ], + "idShort" : "distributionStageAircraftGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcf" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#pcf", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint)" + } ], + "idShort" : "pcf" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Option for legal statement/ disclaimer as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Legal Statement" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcfLegalStatement" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Legal Statement" + } ], + "idShort" : "pcfLegalStatement" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden." + }, { + "language" : "en", + "text" : "A section in which further content is listed according to the calculation method for the Product Carbon Footprint." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF information" + }, { + "language" : "de", + "text" : "PCF-Information" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificPcfInformation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#productOrSectorSpecificPcfInformation", + "displayName" : [ { + "language" : "en", + "text" : "PCF information" + }, { + "language" : "de", + "text" : "PCF-Information" + } ], + "idShort" : "productOrSectorSpecificPcfInformation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product or sector specific carbon footprints" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificCarbonFootprints" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#productOrSectorSpecificCarbonFootprints", + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific carbon footprints" + } ], + "idShort" : "productOrSectorSpecificCarbonFootprints" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/IDTA-02023-1-0" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/SubmodelTemplate/CarbonFootprint/1/0" + } ], + "type" : "ExternalReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint/submodel", + "description" : [ { + "language" : "en", + "text" : "Provides the means to access the Carbon Footprint of the asset." + } ], + "idShort" : "PactCarbonFootprint", + "submodelElements" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ProductCarbonFootprintSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/CarbonFootprints/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product carbon footprint" + }, { + "language" : "de", + "text" : "Produkt CO2-Fußabdruck" + } ], + "idShort" : "productCarbonFootprints", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ProductCarbonFootprint/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product carbon footprint" + }, { + "language" : "de", + "text" : "Produkt CO2-Fußabdruck" + } ], + "idShort" : "productCarbonFootprints", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#PcfCalculationMethodSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/PcfCalculationMethods/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Standards, methods for determining the greenhouse gas emissions of a product." + }, { + "language" : "de", + "text" : "Normen, Standards, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts." + } ], + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "pcfCalculationMethods", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcfCalculationMethods" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "pcfCalculationMethods" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcf2CoEq" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:double", + "displayName" : [ { + "language" : "de", + "text" : "CO2 eq Klimawandel" + }, { + "language" : "en", + "text" : "CO2 eq Climate Change" + } ], + "idShort" : "pcf2CoEq" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#referenceImpactUnitForCalculation" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Referenzeinheit für die Berechnung" + }, { + "language" : "en", + "text" : "reference value for calculation" + } ], + "idShort" : "referenceImpactUnitForCalculation" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#quantityOfMeasureForCalculation" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:double", + "displayName" : [ { + "language" : "en", + "text" : "quantity of measure for calculation" + }, { + "language" : "de", + "text" : "Mengenangabe für die Berechnung" + } ], + "idShort" : "quantityOfMeasureForCalculation" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhaseSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers." + } ], + "displayName" : [ { + "language" : "en", + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" + } ], + "idShort" : "lifeCyclePhases", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhases" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" + } ], + "idShort" : "lifeCyclePhases" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/File" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ExplanatoryStatement/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product." + } ], + "displayName" : [ { + "language" : "en", + "text" : "explanatory statement" + }, { + "language" : "de", + "text" : "Erklärung" + } ], + "idShort" : "explanatoryStatement", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "resourceValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "contentType" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ837%23005" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Indicates the hand-over address of the goods transport." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Warenübergabeadresse" + }, { + "language" : "en", + "text" : "goods address hand-over" + } ], + "idShort" : "goodsHandoverAddress", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" + } ], + "idShort" : "roleOfContactPerson" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO134%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Länderkürzel." + }, { + "language" : "en", + "text" : "Code of a country (Country codes defined accord. to DIN EN ISO 3166-1)." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" + } ], + "idShort" : "nationalCode" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#LanguageSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAN468%23008" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-AAN468-008" + } ], + "type" : "ExternalReference" + } ], + "idShort" : "languages", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#languages" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "languages" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "time zone" + } ], + "idShort" : "timeZone" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO132%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Town or city." + }, { + "language" : "de", + "text" : "Ort." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Ort" + }, { + "language" : "en", + "text" : "City" + } ], + "idShort" : "cityTown" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#company" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAW001%23001" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Name of the company." + } ], + "displayName" : [ { + "language" : "en", + "text" : "company" + } ], + "idShort" : "company" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#department" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO127%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Administrative section within an organisation where a business partner is located." + } ], + "displayName" : [ { + "language" : "en", + "text" : "department" + } ], + "idShort" : "department" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ833%23005" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Phone number including type." + } ], + "idShort" : "phone", + "value" : [ { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO136%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner." + } ], + "displayName" : [ { + "language" : "en", + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" + } ], + "idShort" : "telephoneNumber" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO137%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "idShort" : "typeOfTelephone" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "Specification of the available time window." + } ], + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTime" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ834%23005" + } ], + "type" : "ExternalReference" + } ], + "displayName" : [ { + "language" : "de", + "text" : "Fax" + }, { + "language" : "en", + "text" : "fax" + } ], + "idShort" : "fax", + "value" : [ { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:idi:0173-1%2302-AAO195%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner's fax machine." + } ], + "displayName" : [ { + "language" : "en", + "text" : "fax number" + } ], + "idShort" : "faxNumber" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO196%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "type of fax number" + } ], + "idShort" : "typeOfFaxNumber" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ836%23005" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "E-mail address and encryption method." + } ], + "displayName" : [ { + "language" : "en", + "text" : "email" + }, { + "language" : "de", + "text" : "Email" + } ], + "idShort" : "email", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO198%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "email address" + } ], + "idShort" : "emailAddress" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO200%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Public part of an unsymmetrical key pair to sign or encrypt text or messages." + } ], + "displayName" : [ { + "language" : "en", + "text" : "public key" + } ], + "idShort" : "publicKey" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO199%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "type of email address" + } ], + "idShort" : "typeOfEmailAddress" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO201%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Characterization of a public key according to its encryption process." + } ], + "displayName" : [ { + "language" : "en", + "text" : "type of public key" + } ], + "idShort" : "typeOfPublicKey" + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#IpCommunicationChannelSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "IP-based communication channels, e.g. chat or video call." + } ], + "displayName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "idShort" : "iPCommunicationChannels", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "IP-based communication channels, e.g. chat or video call." + } ], + "displayName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "idShort" : "iPCommunicationChannels", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ326%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLinkOfIpCommunicationChannel" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "type of communication" + } ], + "idShort" : "typeOfCommunication" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Specification of the available time windows." + } ], + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTimeIpCommunicationChannel" + } ] + } ] + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#street" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO128%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Straße und Nummer." + }, { + "language" : "en", + "text" : "Street name and house number." + } ], + "displayName" : [ { + "language" : "en", + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" + } ], + "idShort" : "street" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO129%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "ZIP code of address." + } ], + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + } ], + "idShort" : "zipCode" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO130%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "P.O. box number." + } ], + "displayName" : [ { + "language" : "en", + "text" : "P.O. box" + } ], + "idShort" : "poBox" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO129%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "ZIP code of address." + }, { + "language" : "de", + "text" : "Postleitzahl." + } ], + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" + } ], + "idShort" : "zipCodeOfPoBox" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO133%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Federal state, a part of a state." + }, { + "language" : "de", + "text" : "Bundesland/Region" + } ], + "displayName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { + "language" : "en", + "text" : "state/county" + } ], + "idShort" : "stateCounty" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact" + } ], + "type" : "ExternalReference" + }, + "displayName" : [ { + "language" : "en", + "text" : "name of contact" + } ], + "idShort" : "nameOfContact" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO206%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "First name of a contact person." + } ], + "displayName" : [ { + "language" : "en", + "text" : "first name" + } ], + "idShort" : "firstName" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO207%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Middle names of contact person." + } ], + "displayName" : [ { + "language" : "en", + "text" : "middle names" + } ], + "idShort" : "middleNames" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#title" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO208%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Common, formal, religious, or other title preceding a contact person's name." + } ], + "displayName" : [ { + "language" : "en", + "text" : "title" + } ], + "idShort" : "title" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO209%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Academic title preceding a contact person's name." + } ], + "displayName" : [ { + "language" : "en", + "text" : "academic title" + } ], + "idShort" : "academicTitle" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO210%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Additional information of the contact person." + } ], + "idShort" : "furtherDetailsOfContact" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ326%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLink" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#publicationDate" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "publication date" + }, { + "language" : "de", + "text" : "Veröffentlichungsdatum" + } ], + "idShort" : "publicationDate" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#expirationDate" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "expiration date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "idShort" : "expirationDate" + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#ProductOrSectorSpecificCarbonFootprintSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific carbon footprints" + } ], + "idShort" : "productOrSectorSpecificCarbonFootprints", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific carbon footprints" + } ], + "idShort" : "productOrSectorSpecificCarbonFootprints", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#PcfCalculationMethodSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation." + }, { + "language" : "de", + "text" : "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen." + } ], + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "productOrSectorSpecificPcfCalculationMethods", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificPcfCalculationMethods" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "productOrSectorSpecificPcfCalculationMethods" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificRule/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. " + }, { + "language" : "en", + "text" : "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific rules" + }, { + "language" : "de", + "text" : "produktspezifische oder sektorspezifische Regeln" + } ], + "idShort" : "productOrSectorSpecificRule" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ExternalPcfApi/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required." + }, { + "language" : "de", + "text" : "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht." + } ], + "displayName" : [ { + "language" : "en", + "text" : "external API for PCF information" + }, { + "language" : "de", + "text" : "externe API für PCF Informationen" + } ], + "idShort" : "externalPcfApi" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/PcfInformation/1/0" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden." + }, { + "language" : "en", + "text" : "A section in which further content is listed according to the calculation method for the Product Carbon Footprint." + } ], + "displayName" : [ { + "language" : "en", + "text" : "PCF information" + }, { + "language" : "de", + "text" : "PCF-Information" + } ], + "idShort" : "productOrSectorSpecificPcfInformation", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#id" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Identifier" + } ], + "idShort" : "id" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#specVersion" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Specification Version" + } ], + "idShort" : "specVersion" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#partialFullPcf" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Partial Or Full PCF (Product Carbon Footprint)" + } ], + "idShort" : "partialFullPcf" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PrecedingPfIdsCharacteristic" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as \"optional\" in WBCSD, needs to be covered by application." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Previous PCF (Product Carbon Footprint) Identifiers" + } ], + "idShort" : "precedingPfIds", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as \"optional\" in WBCSD, needs to be covered by application." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Previous PCF (Product Carbon Footprint) Identifiers" + } ], + "idShort" : "precedingPfIds", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#id" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Identifier" + } ], + "idShort" : "id" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#version" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:nonNegativeInteger", + "displayName" : [ { + "language" : "en", + "text" : "Product (Carbon) Footprint Version" + } ], + "idShort" : "version" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#created" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Creation of the Product (Carbon) Footprint" + } ], + "idShort" : "created" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#status" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Status" + } ], + "idShort" : "status" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Validity Period Start" + } ], + "idShort" : "validityPeriodStart" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Validity Period End" + } ], + "idShort" : "validityPeriodEnd" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#comment" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Comment" + } ], + "idShort" : "comment" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#companyName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Company Name" + } ], + "idShort" : "companyName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#companyIds" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.shared.business_partner_number:2.0.0#bpnlProperty" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:anyURI", + "displayName" : [ { + "language" : "en", + "text" : "Company IDs" + } ], + "idShort" : "companyIds" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productDescription" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Description" + } ], + "idShort" : "productDescription" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productIds" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.part_type_information:1.0.0#manufacturerPartId" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:anyURI", + "displayName" : [ { + "language" : "en", + "text" : "Product IDs" + } ], + "idShort" : "productIds" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Category" + } ], + "idShort" : "productCategoryCpc" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productNameCompany" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.part_type_information:1.0.0#nameAtManufacturer" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Trade Name" + } ], + "idShort" : "productNameCompany" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint)" + } ], + "idShort" : "pcf", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#declaredUnit" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Unit of measurement" + } ], + "idShort" : "declaredUnit" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:float", + "displayName" : [ { + "language" : "en", + "text" : "Unitary Product Amount" + } ], + "idShort" : "unitaryProductAmount" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Product Mass Per Declared Unit" + } ], + "idShort" : "productMassPerDeclaredUnit" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Exempted Emissions Percent" + } ], + "idShort" : "exemptedEmissionsPercent" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Exempted Emissions Description" + } ], + "idShort" : "exemptedEmissionsDescription" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Boundary Processes Description" + } ], + "idShort" : "boundaryProcessesDescription" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Geography Country Subdivision" + } ], + "idShort" : "geographyCountrySubdivision" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountry" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Geography Country" + } ], + "idShort" : "geographyCountry" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Region" + } ], + "idShort" : "geographyRegionOrSubregion" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Reference Period Start" + } ], + "idShort" : "referencePeriodStart" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Reference Period End" + } ], + "idShort" : "referencePeriodEnd" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standards Used" + } ], + "idShort" : "crossSectoralStandardsUsed", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standards Used" + } ], + "idShort" : "crossSectoralStandardsUsed", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standard" + } ], + "idShort" : "crossSectoralStandard" + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rules" + } ], + "idShort" : "productOrSectorSpecificRules", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rules" + } ], + "idShort" : "productOrSectorSpecificRules", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#operator" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Operator or Publisher of Sector Specific Rules" + } ], + "idShort" : "operator" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rule Names" + } ], + "idShort" : "ruleNames", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ruleName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Rule Name" + } ], + "idShort" : "ruleName" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#otherOperatorName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Other Operator Name" + } ], + "idShort" : "otherOperatorName" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#characterizationFactors" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Characterization Factors" + } ], + "idShort" : "characterizationFactors" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Allocation Rules Description" + } ], + "idShort" : "allocationRulesDescription" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Allocation Waste Incineration" + } ], + "idShort" : "allocationWasteIncineration" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#primaryDataShare" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Primary Data Share" + } ], + "idShort" : "primaryDataShare" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#EmissionFactorDSSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Secondary Emission Factor Sources" + } ], + "idShort" : "secondaryEmissionFactorSources", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Secondary Emission Factor Sources" + } ], + "idShort" : "secondaryEmissionFactorSources", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Emission Factor Data Source" + } ], + "idShort" : "emissionFactorDS" + } ] + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "DQI (Data Quality Indicators)" + } ], + "idShort" : "dqi", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#coveragePercent" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Coverage Percent" + } ], + "idShort" : "coveragePercent" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#technologicalDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Technological DQR (Data Quality Rating)" + } ], + "idShort" : "technologicalDQR" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#temporalDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Temporal DQR (Data Quality Rating)" + } ], + "idShort" : "temporalDQR" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#geographicalDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Geographical DQR (Data Quality Rating)" + } ], + "idShort" : "geographicalDQR" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#completenessDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Completeness DQR (Data Quality Rating)" + } ], + "idShort" : "completenessDQR" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Reliability DQR (Data Quality Rating)" + } ], + "idShort" : "reliabilityDQR" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:boolean", + "displayName" : [ { + "language" : "en", + "text" : "Packaging Emissions Included" + } ], + "idShort" : "packagingEmissionsIncluded" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "idShort" : "pcfExcludingBiogenic" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Including Biogenic" + } ], + "idShort" : "pcfIncludingBiogenic" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Fossil Emissions" + } ], + "idShort" : "fossilGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Emissions Other Than CO2" + } ], + "idShort" : "biogenicCarbonEmissionsOtherThanCO2" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Withdrawal" + } ], + "idShort" : "biogenicCarbonWithdrawal" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "dlucGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "luGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Aircraft GHG Emissions" + } ], + "idShort" : "aircraftGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Packaging GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "packagingGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "idShort" : "distributionStagePcfExcludingBiogenic" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Including Biogenic" + } ], + "idShort" : "distributionStagePcfIncludingBiogenic" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Fossil GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageFossilGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Emissions Other Than CO2" + } ], + "idShort" : "distributionStageBiogenicCarbonEmissionsOtherThanCO2" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Withdrawal" + } ], + "idShort" : "distributionStageBiogenicCarbonWithdrawal" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageDlucGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageLuGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Carbon Content Total" + } ], + "idShort" : "carbonContentTotal" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Fossil Carbon Content" + } ], + "idShort" : "fossilCarbonContent" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Content" + } ], + "idShort" : "biogenicCarbonContent" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Aircraft GHG Emissions" + } ], + "idShort" : "distributionStageAircraftGhgEmissions" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Legal Statement" + } ], + "idShort" : "pcfLegalStatement" + } ] + } ] + } ] + } ] + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.xml b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.xml new file mode 100644 index 0000000..5eb0ff6 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.xml @@ -0,0 +1,10668 @@ + + + + + defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint + + Type + + + + ModelReference + + + Submodel + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint/submodel + + + + + + + + + PactCarbonFootprint + + + en + Provides the means to access the Carbon Footprint of the asset. + + + + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint/submodel + Template + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/IDTA-02023-1-0 + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/SubmodelTemplate/CarbonFootprint/1/0 + + + + + + + productCarbonFootprints + + + en + product carbon footprint + + + de + Produkt CO2-Fußabdruck + + + + + en + Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ProductCarbonFootprintSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/CarbonFootprints/1/0 + + + + + false + SubmodelElementCollection + + + productCarbonFootprints + + + en + product carbon footprint + + + de + Produkt CO2-Fußabdruck + + + + + en + Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductCarbonFootprint/1/0 + + + + + + + pcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + + en + Standards, methods for determining the greenhouse gas emissions of a product. + + + de + Normen, Standards, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#PcfCalculationMethodSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/PcfCalculationMethods/1/0 + + + + + false + SubmodelElementCollection + + + pcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcfCalculationMethods + + + + xs:string + + + + + pcf2CoEq + + + de + CO2 eq Klimawandel + + + en + CO2 eq Climate Change + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcf2CoEq + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003 + + + + + xs:double + + + referenceImpactUnitForCalculation + + + de + Referenzeinheit für die Berechnung + + + en + reference value for calculation + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#referenceImpactUnitForCalculation + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003 + + + + + xs:string + + + quantityOfMeasureForCalculation + + + en + quantity of measure for calculation + + + de + Mengenangabe für die Berechnung + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#quantityOfMeasureForCalculation + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003 + + + + + xs:double + + + lifeCyclePhases + + + en + life cycle phases + + + de + Lebenszyklusphasen + + + + + en + Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhaseSet + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003 + + + + + false + SubmodelElementCollection + + + lifeCyclePhases + + + en + life cycle phases + + + de + Lebenszyklusphasen + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhases + + + + xs:string + + + + + explanatoryStatement + + + en + explanatory statement + + + de + Erklärung + + + + + en + Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/File + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ExplanatoryStatement/1/0 + + + + + + + resourceValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + xs:anyURI + + + contentType + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + xs:string + + + + + goodsHandoverAddress + + + de + Warenübergabeadresse + + + en + goods address hand-over + + + + + en + Indicates the hand-over address of the goods transport. + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ837%23005 + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003 + + + + + + + roleOfContactPerson + + + de + Rolle der Kontaktperson + + + en + role of contact person + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson + + + + xs:string + + + nationalCode + + + de + Länderkürzel + + + en + National code + + + + + de + Länderkürzel. + + + en + Code of a country (Country codes defined accord. to DIN EN ISO 3166-1). + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO134%23002 + + + + + + + languages + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#LanguageSet + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAN468%23008 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-AAN468-008 + + + + + false + SubmodelElementCollection + + + languages + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#languages + + + + xs:string + + + + + timeZone + + + en + time zone + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone + + + + + xs:string + + + cityTown + + + de + Ort + + + en + City + + + + + en + Town or city. + + + de + Ort. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO132%23002 + + + + + + + company + + + en + company + + + + + en + Name of the company. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#company + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAW001%23001 + + + + + + + department + + + en + department + + + + + en + Administrative section within an organisation where a business partner is located. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#department + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO127%23003 + + + + + + + phone + + + en + Phone number including type. + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ833%23005 + + + + + + + telephoneNumber + + + en + telephone number + + + de + Telefonnummer + + + + + en + Complete telephone number to be called to reach a business partner. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO136%23002 + + + + + + + typeOfTelephone + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO137%23003 + + + + + xs:string + + + availableTime + + + en + available time + + + + + en + Specification of the available time window. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime + + + + + + + + fax + + + de + Fax + + + en + fax + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ834%23005 + + + + + + + faxNumber + + + en + fax number + + + + + en + Complete telephone number to be called to reach a business partner's fax machine. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber + + + + + + ExternalReference + + + GlobalReference + urn:idi:0173-1%2302-AAO195%23002 + + + + + + + typeOfFaxNumber + + + en + type of fax number + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO196%23003 + + + + + xs:string + + + + + email + + + en + email + + + de + Email + + + + + en + E-mail address and encryption method. + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ836%23005 + + + + + + + emailAddress + + + en + email address + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO198%23002 + + + + + xs:string + + + publicKey + + + en + public key + + + + + en + Public part of an unsymmetrical key pair to sign or encrypt text or messages. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO200%23002 + + + + + + + typeOfEmailAddress + + + en + type of email address + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO199%23003 + + + + + xs:string + + + typeOfPublicKey + + + en + type of public key + + + + + en + Characterization of a public key according to its encryption process. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO201%23002 + + + + + + + + + iPCommunicationChannels + + + en + IP communication channel + + + + + en + IP-based communication channels, e.g. chat or video call. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#IpCommunicationChannelSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication + + + + + false + SubmodelElementCollection + + + iPCommunicationChannels + + + en + IP communication channel + + + + + en + IP-based communication channels, e.g. chat or video call. + + + + + addressOfAdditionalLinkOfIpCommunicationChannel + + + en + address of additional link + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ326%23002 + + + + + xs:string + + + typeOfCommunication + + + en + type of communication + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication + + + + + xs:string + + + availableTimeIpCommunicationChannel + + + en + available time + + + + + en + Specification of the available time windows. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/ + + + + + + + + + + + street + + + en + street + + + de + Straße + + + + + de + Straße und Nummer. + + + en + Street name and house number. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#street + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO128%23002 + + + + + + + zipCode + + + en + ZIP code + + + + + en + ZIP code of address. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO129%23002 + + + + + + + poBox + + + en + P.O. box + + + + + en + P.O. box number. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO130%23002 + + + + + + + zipCodeOfPoBox + + + en + ZIP code + + + de + Postleitzahl + + + + + en + ZIP code of address. + + + de + Postleitzahl. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO129%23002 + + + + + + + stateCounty + + + de + Bundesland/Region + + + en + state/county + + + + + en + Federal state, a part of a state. + + + de + Bundesland/Region + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO133%23002 + + + + + + + nameOfContact + + + en + name of contact + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact + + + + + + firstName + + + en + first name + + + + + en + First name of a contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO206%23002 + + + + + + + middleNames + + + en + middle names + + + + + en + Middle names of contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO207%23002 + + + + + + + title + + + en + title + + + + + en + Common, formal, religious, or other title preceding a contact person's name. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#title + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO208%23003 + + + + + + + academicTitle + + + en + academic title + + + + + en + Academic title preceding a contact person's name. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO209%23003 + + + + + + + furtherDetailsOfContact + + + en + Additional information of the contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO210%23002 + + + + + + + addressOfAdditionalLink + + + en + address of additional link + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ326%23002 + + + + + xs:string + + + + + publicationDate + + + en + publication date + + + de + Veröffentlichungsdatum + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#publicationDate + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0 + + + + + xs:dateTime + + + expirationDate + + + en + expiration date + + + de + Ablaufdatum + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#expirationDate + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0 + + + + + xs:dateTime + + + + + + + productOrSectorSpecificCarbonFootprints + + + en + product or sector specific carbon footprints + + + + + en + Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#ProductOrSectorSpecificCarbonFootprintSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0 + + + + + false + SubmodelElementCollection + + + productOrSectorSpecificCarbonFootprints + + + en + product or sector specific carbon footprints + + + + + en + Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0 + + + + + + + productOrSectorSpecificPcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + + en + Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. + + + de + Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#PcfCalculationMethodSet + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003 + + + + + false + SubmodelElementCollection + + + productOrSectorSpecificPcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificPcfCalculationMethods + + + + xs:string + + + + + productOrSectorSpecificRule + + + en + product or sector specific rules + + + de + produktspezifische oder sektorspezifische Regeln + + + + + de + Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. + + + en + Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificRule/1/0 + + + + + + + externalPcfApi + + + en + external API for PCF information + + + de + externe API für PCF Informationen + + + + + en + An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required. + + + de + Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ExternalPcfApi/1/0 + + + + + + + productOrSectorSpecificPcfInformation + + + en + PCF information + + + de + PCF-Information + + + + + de + Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden. + + + en + A section in which further content is listed according to the calculation method for the Product Carbon Footprint. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/PcfInformation/1/0 + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + id + + + en + Product Footprint Identifier + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#id + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + specVersion + + + en + Product Footprint Specification Version + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#specVersion + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + partialFullPcf + + + en + Partial Or Full PCF (Product Carbon Footprint) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#partialFullPcf + + + + xs:string + + + precedingPfIds + + + en + Previous PCF (Product Carbon Footprint) Identifiers + + + + + en + Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as "optional" in WBCSD, needs to be covered by application. + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#PrecedingPfIdsCharacteristic + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + false + SubmodelElementCollection + + + precedingPfIds + + + en + Previous PCF (Product Carbon Footprint) Identifiers + + + + + en + Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as "optional" in WBCSD, needs to be covered by application. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + id + + + en + Product Footprint Identifier + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#id + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + + + version + + + en + Product (Carbon) Footprint Version + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#version + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:nonNegativeInteger + + + created + + + en + Creation of the Product (Carbon) Footprint + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#created + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + status + + + en + Status + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#status + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + validityPeriodStart + + + en + Validity Period Start + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + validityPeriodEnd + + + en + Validity Period End + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + comment + + + en + Comment + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#comment + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + companyName + + + en + Company Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#companyName + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + companyIds + + + en + Company IDs + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#companyIds + + + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.shared.business_partner_number:2.0.0#bpnlProperty + + + + + xs:anyURI + + + productDescription + + + en + Product Description + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productDescription + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + productIds + + + en + Product IDs + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productIds + + + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.part_type_information:1.0.0#manufacturerPartId + + + + + xs:anyURI + + + productCategoryCpc + + + en + Product Category + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + productNameCompany + + + en + Product Trade Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productNameCompany + + + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.part_type_information:1.0.0#nameAtManufacturer + + + + + xs:string + + + pcf + + + en + PCF (Product Carbon Footprint) + + + + + en + A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + declaredUnit + + + en + Unit of measurement + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#declaredUnit + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + unitaryProductAmount + + + en + Unitary Product Amount + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:float + + + productMassPerDeclaredUnit + + + en + Product Mass Per Declared Unit + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit + + + + xs:decimal + + + exemptedEmissionsPercent + + + en + Exempted Emissions Percent + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + exemptedEmissionsDescription + + + en + Exempted Emissions Description + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + boundaryProcessesDescription + + + en + Boundary Processes Description + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + geographyCountrySubdivision + + + en + Geography Country Subdivision + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + geographyCountry + + + en + Geography Country + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#geographyCountry + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + geographyRegionOrSubregion + + + en + Region + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + referencePeriodStart + + + en + Reference Period Start + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + referencePeriodEnd + + + en + Reference Period End + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + crossSectoralStandardsUsed + + + en + Cross Sectoral Standards Used + + + + + en + Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardSet + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + false + SubmodelElementCollection + + + crossSectoralStandardsUsed + + + en + Cross Sectoral Standards Used + + + + + en + Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + crossSectoralStandard + + + en + Cross Sectoral Standard + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + + + productOrSectorSpecificRules + + + en + Product or Sector Specific Rules + + + + + en + Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleSet + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + false + SubmodelElementCollection + + + productOrSectorSpecificRules + + + en + Product or Sector Specific Rules + + + + + en + Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + operator + + + en + Operator or Publisher of Sector Specific Rules + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#operator + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + ruleNames + + + en + Product or Sector Specific Rule Names + + + + + en + Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + ruleName + + + en + Rule Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#ruleName + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + otherOperatorName + + + en + Other Operator Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#otherOperatorName + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + + + characterizationFactors + + + en + Characterization Factors + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#characterizationFactors + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + allocationRulesDescription + + + en + Allocation Rules Description + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + allocationWasteIncineration + + + en + Allocation Waste Incineration + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration + + + + xs:string + + + primaryDataShare + + + en + Primary Data Share + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#primaryDataShare + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + secondaryEmissionFactorSources + + + en + Secondary Emission Factor Sources + + + + + en + Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#EmissionFactorDSSet + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + false + SubmodelElementCollection + + + secondaryEmissionFactorSources + + + en + Secondary Emission Factor Sources + + + + + en + Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + emissionFactorDS + + + en + Emission Factor Data Source + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + + + dqi + + + en + DQI (Data Quality Indicators) + + + + + en + Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + coveragePercent + + + en + Coverage Percent + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#coveragePercent + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + technologicalDQR + + + en + Technological DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#technologicalDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + temporalDQR + + + en + Temporal DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#temporalDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + geographicalDQR + + + en + Geographical DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#geographicalDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + completenessDQR + + + en + Completeness DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#completenessDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + reliabilityDQR + + + en + Reliability DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + + + packagingEmissionsIncluded + + + en + Packaging Emissions Included + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:boolean + + + pcfExcludingBiogenic + + + en + PCF (Product Carbon Footprint) Excluding Biogenic + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + pcfIncludingBiogenic + + + en + PCF (Product Carbon Footprint) Including Biogenic + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + fossilGhgEmissions + + + en + Fossil Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + biogenicCarbonEmissionsOtherThanCO2 + + + en + Biogenic Carbon Emissions Other Than CO2 + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2 + + + + xs:decimal + + + biogenicCarbonWithdrawal + + + en + Biogenic Carbon Withdrawal + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/ + + + + + xs:decimal + + + dlucGhgEmissions + + + en + dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions + + + + xs:decimal + + + luGhgEmissions + + + en + LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions + + + + xs:decimal + + + aircraftGhgEmissions + + + en + Aircraft GHG Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + packagingGhgEmissions + + + en + Packaging GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + distributionStagePcfExcludingBiogenic + + + en + Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic + + + + xs:decimal + + + distributionStagePcfIncludingBiogenic + + + en + Distribution Stage PCF (Product Carbon Footprint) Including Biogenic + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic + + + + xs:decimal + + + distributionStageFossilGhgEmissions + + + en + Distribution Stage Fossil GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions + + + + xs:decimal + + + distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + en + Distribution Stage Biogenic Carbon Emissions Other Than CO2 + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + + xs:decimal + + + distributionStageBiogenicCarbonWithdrawal + + + en + Distribution Stage Biogenic Carbon Withdrawal + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal + + + + xs:decimal + + + distributionStageDlucGhgEmissions + + + en + Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions + + + + xs:decimal + + + distributionStageLuGhgEmissions + + + en + Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions + + + + xs:decimal + + + carbonContentTotal + + + en + Carbon Content Total + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal + + + + xs:decimal + + + fossilCarbonContent + + + en + Fossil Carbon Content + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/ + + + + + xs:decimal + + + biogenicCarbonContent + + + en + Biogenic Carbon Content + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/ + + + + + xs:decimal + + + distributionStageAircraftGhgEmissions + + + en + Distribution Stage Aircraft GHG Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + + + pcfLegalStatement + + + en + PCF (Product Carbon Footprint) Legal Statement + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement + + + + xs:string + + + + + + + + + + + + + APPLICATION_CLASS + PactCarbonFootprint + + + en + Carbon Footprint + + + de + C02 Footprint + + + + + en + Provides the means to access the Carbon Footprint of the asset. + + + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Carbon Footprint + + + de + C02 Footprint + + + + + en + PactCarbonFootprint + + + + + en + Provides the means to access the Carbon Footprint of the asset. + + + + + + + + + pcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcfCalculationMethods + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + + en + pcfCalculationMethods + + + STRING + + + en + Standards, methods for determining the greenhouse gas emissions of a product. + + + de + Normen, Standards, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. + + + + + + + + + pcf2CoEq + + + de + CO2 eq Klimawandel + + + en + CO2 eq Climate Change + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcf2CoEq + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + CO2 eq Klimawandel + + + en + CO2 eq Climate Change + + + + + en + pcf2CoEq + + + kilogram + REAL_MEASURE + + + en + Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard. + + + + + + + + + referenceImpactUnitForCalculation + + + de + Referenzeinheit für die Berechnung + + + en + reference value for calculation + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#referenceImpactUnitForCalculation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Referenzeinheit für die Berechnung + + + en + reference value for calculation + + + + + en + referenceImpactUnitForCalculation + + + STRING + + + en + Quantity unit of the product to which the PCF information on the CO2 footprint refers. + + + + + + + + + quantityOfMeasureForCalculation + + + en + quantity of measure for calculation + + + de + Mengenangabe für die Berechnung + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#quantityOfMeasureForCalculation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + quantity of measure for calculation + + + de + Mengenangabe für die Berechnung + + + + + en + quantityOfMeasureForCalculation + + + REAL_MEASURE + + + en + Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint. + + + + + + + + + lifeCyclePhases + + + en + life cycle phases + + + de + Lebenszyklusphasen + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhases + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + life cycle phases + + + de + Lebenszyklusphasen + + + + + en + lifeCyclePhases + + + STRING + + + en + Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers. + + + + + + + + + resourceValue + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + resourceValue + + + + + en + resourceValue + + + STRING + + + en + Path and name of the file (with file extension). + +The path can be absolute or relative. + + + + + + + + + contentType + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + contentType + + + + + en + contentType + + + STRING + + + en + Content type of the content of the file. + + + + + + + + + explanatoryStatement + + + en + explanatory statement + + + de + Erklärung + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#explanatoryStatement + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + explanatory statement + + + de + Erklärung + + + + + en + explanatoryStatement + + + STRING + + + en + Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product. + + + + + + + + + roleOfContactPerson + + + de + Rolle der Kontaktperson + + + en + role of contact person + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Rolle der Kontaktperson + + + en + role of contact person + + + + + en + roleOfContactPerson + + + STRING + + + en + Function of a contact person in a process +enumeration: 0173-1%2307-AAS927%23001 (administrativ contact), 0173-1%2307-AAS928%23001 (commercial contact), 0173-1%2307-AAS929%23001 (other contact), 0173-1%2307-AAS930%23001 (hazardous goods contact), 0173-1%2307-AAS931%23001 (technical contact) +Note: the above mentioned ECLASS enumeration should be declared as “open” for further addition. + + + + + + + + + nationalCode + + + de + Länderkürzel + + + en + National code + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Länderkürzel + + + en + National code + + + + + en + nationalCode + + + STRING + + + de + Länderkürzel. + + + en + Code of a country (Country codes defined accord. to DIN EN ISO 3166-1). + + + + + + + + + languages + urn:samm:io.admin-shell.idta.shared:3.1.0#languages + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + languages + + + + + en + languages + + + STRING + + + + + + + timeZone + + + en + time zone + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + time zone + + + + + en + timeZone + + + STRING + + + en + Offsets from Coordinated Universal Time (UTC) +Note: notation accord. to ISO 8601 +Note: for time in UTC the zone designator “Z” is to be used. + + + + + + + + + cityTown + + + de + Ort + + + en + City + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Ort + + + en + City + + + + + en + cityTown + + + STRING + + + en + Town or city. + + + de + Ort. + + + + + + + + + company + + + en + company + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#company + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + company + + + + + en + company + + + STRING + + + en + Name of the company. + + + + + + + + + department + + + en + department + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#department + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + department + + + + + en + department + + + STRING + + + en + Administrative section within an organisation where a business partner is located. + + + + + + + + + telephoneNumber + + + en + telephone number + + + de + Telefonnummer + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + telephone number + + + de + Telefonnummer + + + + + en + telephoneNumber + + + STRING + + + en + Complete telephone number to be called to reach a business partner. + + + + + + + + + typeOfTelephone + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + typeOfTelephone + + + + + en + typeOfTelephone + + + STRING + + + en + Characterization of a telephone according to its location or usage. +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS755%23001 (office mobile), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home), 0173-1%2307-AAS759%23001 (private mobile). + + + + + + + + + availableTime + + + en + available time + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + available time + + + + + en + availableTime + + + STRING + + + en + Specification of the available time window. + + + + + + + + + phone + urn:samm:io.admin-shell.idta.contact_information:1.0.0#phone + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + phone + + + + + en + phone + + + STRING + + + en + Phone number including type. + + + + + + + + + faxNumber + + + en + fax number + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + fax number + + + + + en + faxNumber + + + STRING + + + en + Complete telephone number to be called to reach a business partner's fax machine. + + + + + + + + + typeOfFaxNumber + + + en + type of fax number + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of fax number + + + + + en + typeOfFaxNumber + + + STRING + + + en + Characterization of the fax according its location or usage +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS758%23001 (home). + + + + + + + + + fax + + + de + Fax + + + en + fax + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#fax + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Fax + + + en + fax + + + + + en + fax + + + STRING + + + + + + + emailAddress + + + en + email address + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + email address + + + + + en + emailAddress + + + STRING + + + en + Electronic mail address of a business partner. + + + + + + + + + publicKey + + + en + public key + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + public key + + + + + en + publicKey + + + STRING + + + en + Public part of an unsymmetrical key pair to sign or encrypt text or messages. + + + + + + + + + typeOfEmailAddress + + + en + type of email address + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of email address + + + + + en + typeOfEmailAddress + + + STRING + + + en + Characterization of an e-mail address according to its location or usage +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home). + + + + + + + + + typeOfPublicKey + + + en + type of public key + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of public key + + + + + en + typeOfPublicKey + + + STRING + + + en + Characterization of a public key according to its encryption process. + + + + + + + + + email + + + en + email + + + de + Email + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#email + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + email + + + de + Email + + + + + en + email + + + STRING + + + en + E-mail address and encryption method. + + + + + + + + + addressOfAdditionalLinkOfIpCommunicationChannel + + + en + address of additional link + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + address of additional link + + + + + en + addressOfAdditionalLinkOfIpCommunicationChannel + + + STRING + + + en + Web site address where information about the product or contact is given. + + + + + + + + + typeOfCommunication + + + en + type of communication + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of communication + + + + + en + typeOfCommunication + + + STRING + + + en + Characterization of an IP-based communication channel. + + + + + + + + + availableTimeIpCommunicationChannel + + + en + available time + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + available time + + + + + en + availableTimeIpCommunicationChannel + + + STRING + + + en + Specification of the available time windows. + + + + + + + + + iPCommunicationChannels + + + en + IP communication channel + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#iPCommunicationChannels + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + IP communication channel + + + + + en + iPCommunicationChannels + + + STRING + + + en + IP-based communication channels, e.g. chat or video call. + + + + + + + + + street + + + en + street + + + de + Straße + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#street + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + street + + + de + Straße + + + + + en + street + + + STRING + + + de + Straße und Nummer. + + + en + Street name and house number. + + + + + + + + + zipCode + + + en + ZIP code + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ZIP code + + + + + en + zipCode + + + STRING + + + en + ZIP code of address. + + + + + + + + + poBox + + + en + P.O. box + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + P.O. box + + + + + en + poBox + + + STRING + + + en + P.O. box number. + + + + + + + + + zipCodeOfPoBox + + + en + ZIP code + + + de + Postleitzahl + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ZIP code + + + de + Postleitzahl + + + + + en + zipCodeOfPoBox + + + STRING + + + en + ZIP code of address. + + + de + Postleitzahl. + + + + + + + + + stateCounty + + + de + Bundesland/Region + + + en + state/county + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Bundesland/Region + + + en + state/county + + + + + en + stateCounty + + + STRING + + + en + Federal state, a part of a state. + + + de + Bundesland/Region + + + + + + + + + nameOfContact + + + en + name of contact + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + name of contact + + + + + en + nameOfContact + + + STRING + + + + + + + firstName + + + en + first name + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + first name + + + + + en + firstName + + + STRING + + + en + First name of a contact person. + + + + + + + + + middleNames + + + en + middle names + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + middle names + + + + + en + middleNames + + + STRING + + + en + Middle names of contact person. + + + + + + + + + title + + + en + title + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#title + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + title + + + + + en + title + + + STRING + + + en + Common, formal, religious, or other title preceding a contact person's name. + + + + + + + + + academicTitle + + + en + academic title + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + academic title + + + + + en + academicTitle + + + STRING + + + en + Academic title preceding a contact person's name. + + + + + + + + + furtherDetailsOfContact + urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + furtherDetailsOfContact + + + + + en + furtherDetailsOfContact + + + STRING + + + en + Additional information of the contact person. + + + + + + + + + addressOfAdditionalLink + + + en + address of additional link + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + address of additional link + + + + + en + addressOfAdditionalLink + + + STRING + + + en + Web site address where information about the product or contact is given. + + + + + + + + + goodsHandoverAddress + + + de + Warenübergabeadresse + + + en + goods address hand-over + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#goodsHandoverAddress + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Warenübergabeadresse + + + en + goods address hand-over + + + + + en + goodsHandoverAddress + + + STRING + + + en + Indicates the hand-over address of the goods transport. + + + + + + + + + publicationDate + + + en + publication date + + + de + Veröffentlichungsdatum + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#publicationDate + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + publication date + + + de + Veröffentlichungsdatum + + + + + en + publicationDate + + + STRING + + + en + Time at which something was first published or made available. + + + + + + + + + expirationDate + + + en + expiration date + + + de + Ablaufdatum + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#expirationDate + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + expiration date + + + de + Ablaufdatum + + + + + en + expirationDate + + + STRING + + + en + End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required. + + + + + + + + + productCarbonFootprints + + + en + product carbon footprint + + + de + Produkt CO2-Fußabdruck + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productCarbonFootprints + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product carbon footprint + + + de + Produkt CO2-Fußabdruck + + + + + en + productCarbonFootprints + + + STRING + + + en + Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use. + + + + + + + + + productOrSectorSpecificPcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificPcfCalculationMethods + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + + en + productOrSectorSpecificPcfCalculationMethods + + + STRING + + + en + Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. + + + de + Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen. + + + + + + + + + productOrSectorSpecificRule + + + en + product or sector specific rules + + + de + produktspezifische oder sektorspezifische Regeln + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificRule + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product or sector specific rules + + + de + produktspezifische oder sektorspezifische Regeln + + + + + en + productOrSectorSpecificRule + + + STRING + + + de + Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. + + + en + Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint. + + + + + + + + + externalPcfApi + + + en + external API for PCF information + + + de + externe API für PCF Informationen + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#externalPcfApi + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + external API for PCF information + + + de + externe API für PCF Informationen + + + + + en + externalPcfApi + + + STRING + + + en + An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required. + + + de + Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht. + + + + + + + + + id + + + en + Product Footprint Identifier + + + urn:samm:io.catenax.pcf:7.0.0#id + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Footprint Identifier + + + + + en + id + + + STRING + + + en + Mandatory: The product footprint identifier as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + specVersion + + + en + Product Footprint Specification Version + + + urn:samm:io.catenax.pcf:7.0.0#specVersion + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Footprint Specification Version + + + + + en + specVersion + + + STRING + + + en + Mandatory: Version of the product footprint data specification as defined in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + partialFullPcf + + + en + Partial Or Full PCF (Product Carbon Footprint) + + + urn:samm:io.catenax.pcf:7.0.0#partialFullPcf + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Partial Or Full PCF (Product Carbon Footprint) + + + + + en + partialFullPcf + + + STRING + + + en + Mandatory: Indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + Cradle-to-gate + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-gate43331654 + + + + + + Cradle-to-grave + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-grave175688ef + + + + + + + + + + + + + precedingPfIds + + + en + Previous PCF (Product Carbon Footprint) Identifiers + + + urn:samm:io.catenax.pcf:7.0.0#precedingPfIds + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Previous PCF (Product Carbon Footprint) Identifiers + + + + + en + precedingPfIds + + + STRING + + + en + Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as "optional" in WBCSD, needs to be covered by application. + + + + + + + + + version + + + en + Product (Carbon) Footprint Version + + + urn:samm:io.catenax.pcf:7.0.0#version + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product (Carbon) Footprint Version + + + + + en + version + + + INTEGER_COUNT + + + en + Mandatory: Version of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to "0" per default. + + + + + + + + + created + + + en + Creation of the Product (Carbon) Footprint + + + urn:samm:io.catenax.pcf:7.0.0#created + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Creation of the Product (Carbon) Footprint + + + + + en + created + + + STRING + + + en + Mandatory: Timestamp of the creation of the Product (Carbon) Footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + status + + + en + Status + + + urn:samm:io.catenax.pcf:7.0.0#status + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Status + + + + + en + status + + + STRING + + + en + Mandatory: Status indicator of a product (carbon) footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example set to "Active" per default. + + + + + + Active + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Active92340695 + + + + + + Deprecated + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Deprecated6b2e8f83 + + + + + + + + + + + + + validityPeriodStart + + + en + Validity Period Start + + + urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Validity Period Start + + + + + en + validityPeriodStart + + + STRING + + + en + Optional: Start of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. If specified, the validity period start must be equal to or greater than the reference period end. + + + + + + + + + validityPeriodEnd + + + en + Validity Period End + + + urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Validity Period End + + + + + en + validityPeriodEnd + + + STRING + + + en + Optional: End of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + comment + + + en + Comment + + + urn:samm:io.catenax.pcf:7.0.0#comment + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Comment + + + + + en + comment + + + STRING + + + en + Optional: Additional information and instructions related to the calculation of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + companyName + + + en + Company Name + + + urn:samm:io.catenax.pcf:7.0.0#companyName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Company Name + + + + + en + companyName + + + STRING + + + en + Mandatory: Name of the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + companyIds + + + en + Company IDs + + + urn:samm:io.catenax.pcf:7.0.0#companyIds + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Company IDs + + + + + en + companyIds + + + STRING + + + en + Mandatory: Non-empty set of Uniform Resource Names (URN). Each value is supposed to uniquely identify the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. For Catena-X Industry Core compliance the set of URNs must contain at least the Business Partner Number Legal Entity (BPNL) in the specified format urn:bpn:id:BPNL[a-zA-Z0-9]{12}.  + + + + + + + + + productDescription + + + en + Product Description + + + urn:samm:io.catenax.pcf:7.0.0#productDescription + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Description + + + + + en + productDescription + + + STRING + + + en + Optional: Free-form description of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + productIds + + + en + Product IDs + + + urn:samm:io.catenax.pcf:7.0.0#productIds + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product IDs + + + + + en + productIds + + + STRING + + + en + Mandatory: Non-empty set of product identifiers. Each value is supposed to uniquely identify the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productId corresponds with Industry Core manufacturerPartId. + + + + + + + + + productCategoryCpc + + + en + Product Category + + + urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Category + + + + + en + productCategoryCpc + + + STRING + + + en + Mandatory: UN (United Nations) Product Classification Code (CPC - Central Classification Code) of a given product as specified the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, which will probably be declared as "optional" in a later WBCSD specification version. In Catena-X for example specified with default value "011-99000". + + + + + + + + + productNameCompany + + + en + Product Trade Name + + + urn:samm:io.catenax.pcf:7.0.0#productNameCompany + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Trade Name + + + + + en + productNameCompany + + + STRING + + + en + Mandatory: Non-empty trade name of a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productNameCompany corresponds with Industry Core nameAtManufacturer.  + + + + + + + + + declaredUnit + + + en + Unit of measurement + + + urn:samm:io.catenax.pcf:7.0.0#declaredUnit + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Unit of measurement + + + + + en + declaredUnit + + + STRING + + + en + Mandatory: Unit of analysis of a product in context of the PCF (product carbon footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example list of valid units includes "piece". + + + + + + liter + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_liter03d92a6e + + + + + + kilogram + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilogram16db10b2 + + + + + + cubic meter + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_cubicmeter0c183ff4 + + + + + + kilowatt hour + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilowatthour274d1016 + + + + + + megajoule + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_megajouled2732238 + + + + + + ton kilometer + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_tonkilometer678d2724 + + + + + + square meter + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_squaremeter698b25da + + + + + + piece + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_piece34235a2c + + + + + + + + + + + + + unitaryProductAmount + + + en + Unitary Product Amount + + + urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Unitary Product Amount + + + + + en + unitaryProductAmount + + + REAL_MEASURE + + + en + Mandatory: Amount of units contained within a product in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + productMassPerDeclaredUnit + + + en + Product Mass Per Declared Unit + + + urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Mass Per Declared Unit + + + + + en + productMassPerDeclaredUnit + + + INTEGER_MEASURE + + + en + Mandatory: Mass of a product per declared unit (net, unpackaged) in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + exemptedEmissionsPercent + + + en + Exempted Emissions Percent + + + urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Exempted Emissions Percent + + + + + en + exemptedEmissionsPercent + + + INTEGER_MEASURE + + + en + Mandatory: Applied cut-off percentage of emissions excluded from PCF (Product Carbon Footprint). +For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. + + + + + + + + + exemptedEmissionsDescription + + + en + Exempted Emissions Description + + + urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Exempted Emissions Description + + + + + en + exemptedEmissionsDescription + + + STRING + + + en + Optional: Rationale behind exclusion of specific PCF (Product Carbon Footprint) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + boundaryProcessesDescription + + + en + Boundary Processes Description + + + urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Boundary Processes Description + + + + + en + boundaryProcessesDescription + + + STRING + + + en + Optional: Processes attributable to each lifecycle stage as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + geographyCountrySubdivision + + + en + Geography Country Subdivision + + + urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Geography Country Subdivision + + + + + en + geographyCountrySubdivision + + + STRING + + + en + Optional: Subdivision of a country which must be an ISO 3166-2 subdivision code as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + geographyCountry + + + en + Geography Country + + + urn:samm:io.catenax.pcf:7.0.0#geographyCountry + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Geography Country + + + + + en + geographyCountry + + + STRING + + + en + Optional: Two letter country code that must conform to data type ISO 3166CC as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + geographyRegionOrSubregion + + + en + Region + + + urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Region + + + + + en + geographyRegionOrSubregion + + + STRING + + + en + Mandatory: Region according to list as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + Africa + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Africac4a371ac + + + + + + Americas + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Americas2d1b84c3 + + + + + + Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Asia7ac02ec1 + + + + + + Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Europee595f45d + + + + + + Oceania + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Oceania4773281f + + + + + + Australia and New Zealand + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_AustraliaandNewZealand7e27c84b + + + + + + Central Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_CentralAsiaa5b94bb1 + + + + + + Eastern Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternAsiae5e4c3d1 + + + + + + Eastern Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternEuropee0cc9e7e + + + + + + Latin America and the Caribbean + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_LatinAmericaandtheCaribbeana0078416 + + + + + + Melanesia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Melanesia76a35072 + + + + + + Micronesia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Micronesiad70835b5 + + + + + + Northern Africa + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAfrica8505fee1 + + + + + + Northern America + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAmerica2e4d39a6 + + + + + + Northern Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernEurope11767e0b + + + + + + Polynesia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Polynesia32098480 + + + + + + South-eastern Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_South-easternAsia114fbd91 + + + + + + Southern Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernAsiad52ccbb4 + + + + + + Southern Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernEurope5dc8a7ac + + + + + + Sub-Saharan Africa + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Sub-SaharanAfrica891a660d + + + + + + Western Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternAsiaa805d1c9 + + + + + + Western Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternEurope6a5e7b44 + + + + + + Global + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Globala258b30f + + + + + + Several + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Severalfc7323a3 + + + + + + + + + + + + + referencePeriodStart + + + en + Reference Period Start + + + urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Reference Period Start + + + + + en + referencePeriodStart + + + STRING + + + en + Mandatory: Start of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + referencePeriodEnd + + + en + Reference Period End + + + urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Reference Period End + + + + + en + referencePeriodEnd + + + STRING + + + en + Mandatory: End of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + crossSectoralStandard + + + en + Cross Sectoral Standard + + + urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Cross Sectoral Standard + + + + + en + crossSectoralStandard + + + STRING + + + en + Mandatory: Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + ISO Standard 14067 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140675220ef43 + + + + + + ISO Standard 14044 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404487b1ad6e + + + + + + Pathfinder v1 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv1dc7c6be2 + + + + + + Pathfinder v2 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv2294f87f5 + + + + + + PAS 2050 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PAS205021a4e735 + + + + + + ISO Standard 14040 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404056f7d7e6 + + + + + + ISO Standard 14041 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140416a1ddfa1 + + + + + + ISO Standard 14042 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140427b8e5150 + + + + + + ISO Standard 14043 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404321cc8e41 + + + + + + PEF + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PEF16a96c1e + + + + + + Other + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Otherf97e9da0 + + + + + + GHG Protocol Product Standard + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_GHGProtocolProductStandarda3c52802 + + + + + + + + + + + + + crossSectoralStandardsUsed + + + en + Cross Sectoral Standards Used + + + urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandardsUsed + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Cross Sectoral Standards Used + + + + + en + crossSectoralStandardsUsed + + + STRING + + + en + Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + operator + + + en + Operator or Publisher of Sector Specific Rules + + + urn:samm:io.catenax.pcf:7.0.0#operator + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Operator or Publisher of Sector Specific Rules + + + + + en + operator + + + STRING + + + en + Mandatory: Operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example must always be "Other". + + + + + + PEF + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_PEF16a96c1e + + + + + + EPD International + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_EPDInternational8e0765e1 + + + + + + Other + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_Otherf97e9da0 + + + + + + + + + + + + + ruleName + + + en + Rule Name + + + urn:samm:io.catenax.pcf:7.0.0#ruleName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Rule Name + + + + + en + ruleName + + + STRING + + + en + Name of a rule applied by a specific operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + ruleNames + + + en + Product or Sector Specific Rule Names + + + urn:samm:io.catenax.pcf:7.0.0#ruleNames + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product or Sector Specific Rule Names + + + + + en + ruleNames + + + STRING + + + en + Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + otherOperatorName + + + en + Other Operator Name + + + urn:samm:io.catenax.pcf:7.0.0#otherOperatorName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Other Operator Name + + + + + en + otherOperatorName + + + STRING + + + en + Optional: Other operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by a default value. + + + + + + + + + productOrSectorSpecificRules + + + en + Product or Sector Specific Rules + + + urn:samm:io.catenax.pcf:7.0.0#productOrSectorSpecificRules + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product or Sector Specific Rules + + + + + en + productOrSectorSpecificRules + + + STRING + + + en + Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + characterizationFactors + + + en + Characterization Factors + + + urn:samm:io.catenax.pcf:7.0.0#characterizationFactors + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Characterization Factors + + + + + en + characterizationFactors + + + STRING + + + en + Mandatory: IPCC (Intergovernmental Panel on Climate Change) version of the GWP (Global Warming Potential) characterization factors used for calculating the PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value \"AR6\". Default value can be overwritten. + + + + + + AR5 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR5c1258ff9 + + + + + + AR6 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR6bfd2b8fd + + + + + + + + + + + + + allocationRulesDescription + + + en + Allocation Rules Description + + + urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Allocation Rules Description + + + + + en + allocationRulesDescription + + + STRING + + + en + Optional: Allocation rules used and underlying reasoning in context of a product carbon footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value "In accordance with Catena-X PCF Rulebook (Version 3.0.0)". + + + + + + + + + allocationWasteIncineration + + + en + Allocation Waste Incineration + + + urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Allocation Waste Incineration + + + + + en + allocationWasteIncineration + + + STRING + + + en + Mandatory: Allocation approach used for waste incineration with energy recovery as specified by the TFS (Together For Sustainability) initiative. In Catena-X for example must be specified by value "cut-off". + + + + + + cut-off + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_cut-offfd27f68f + + + + + + reverse cut-off + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_reversecut-off63c0b4c7 + + + + + + system expansion + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_systemexpansion804f197d + + + + + + + + + + + + + primaryDataShare + + + en + Primary Data Share + + + urn:samm:io.catenax.pcf:7.0.0#primaryDataShare + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Primary Data Share + + + + + en + primaryDataShare + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Share of primary data in percent as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + emissionFactorDS + + + en + Emission Factor Data Source + + + urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Emission Factor Data Source + + + + + en + emissionFactorDS + + + STRING + + + en + Mandatory: Emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + secondaryEmissionFactorSources + + + en + Secondary Emission Factor Sources + + + urn:samm:io.catenax.pcf:7.0.0#secondaryEmissionFactorSources + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Secondary Emission Factor Sources + + + + + en + secondaryEmissionFactorSources + + + STRING + + + en + Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + coveragePercent + + + en + Coverage Percent + + + urn:samm:io.catenax.pcf:7.0.0#coveragePercent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Coverage Percent + + + + + en + coveragePercent + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Percentage of PCF (Product Carbon Footprint) included in the data quality assessment based on the >5% emissions threshold as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to "100" per default. + + + + + + + + + technologicalDQR + + + en + Technological DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#technologicalDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technological DQR (Data Quality Rating) + + + + + en + technologicalDQR + + + INTEGER_MEASURE + + + en + Optional: Technological representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + temporalDQR + + + en + Temporal DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#temporalDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Temporal DQR (Data Quality Rating) + + + + + en + temporalDQR + + + INTEGER_MEASURE + + + en + Optional: Temporal representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + geographicalDQR + + + en + Geographical DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#geographicalDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Geographical DQR (Data Quality Rating) + + + + + en + geographicalDQR + + + INTEGER_MEASURE + + + en + Optional: Geographical representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + completenessDQR + + + en + Completeness DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#completenessDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Completeness DQR (Data Quality Rating) + + + + + en + completenessDQR + + + INTEGER_MEASURE + + + en + Optional: Completeness of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + reliabilityDQR + + + en + Reliability DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Reliability DQR (Data Quality Rating) + + + + + en + reliabilityDQR + + + INTEGER_MEASURE + + + en + Optional: Reliability of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + dqi + + + en + DQI (Data Quality Indicators) + + + urn:samm:io.catenax.pcf:7.0.0#dqi + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + DQI (Data Quality Indicators) + + + + + en + dqi + + + STRING + + + en + Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + packagingEmissionsIncluded + + + en + Packaging Emissions Included + + + urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Packaging Emissions Included + + + + + en + packagingEmissionsIncluded + + + BOOLEAN + + + en + Mandatory: The Catena-X PCF Rulebook requires to include packaging from a system boundary perspective. "FALSE" is only possible due to the application of the cut-off rule. +Flag indicating whether packaging emissions are included in a PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. + + + + + + + + + pcfExcludingBiogenic + + + en + PCF (Product Carbon Footprint) Excluding Biogenic + + + urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF (Product Carbon Footprint) Excluding Biogenic + + + + + en + pcfExcludingBiogenic + + + INTEGER_MEASURE + + + en + Mandatory: Product carbon footprint of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + pcfIncludingBiogenic + + + en + PCF (Product Carbon Footprint) Including Biogenic + + + urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF (Product Carbon Footprint) Including Biogenic + + + + + en + pcfIncludingBiogenic + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Product carbon footprint of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Optional value in current specification version but will be mandatory in future version. + + + + + + + + + fossilGhgEmissions + + + en + Fossil Emissions + + + urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Fossil Emissions + + + + + en + fossilGhgEmissions + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Emissions from combustion of fossil sources as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Identical to "pcfExcludingBiogenic", will be removed in later version. + + + + + + + + + biogenicCarbonEmissionsOtherThanCO2 + + + en + Biogenic Carbon Emissions Other Than CO2 + + + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2 + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Biogenic Carbon Emissions Other Than CO2 + + + + + en + biogenicCarbonEmissionsOtherThanCO2 + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: GWP (Global Warming Potential) of biogenic CO2e-emissions in production phase which contain only GHG (Greenhouse Gas) emissions other than CO2 - excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + biogenicCarbonWithdrawal + + + en + Biogenic Carbon Withdrawal + + + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Biogenic Carbon Withdrawal + + + + + en + biogenicCarbonWithdrawal + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Biogenic carbon content in the product converted to CO2e as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + dlucGhgEmissions + + + en + dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + + en + dlucGhgEmissions + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Direct land use change CO2e emissions in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + luGhgEmissions + + + en + LU (Land Use) GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + + en + luGhgEmissions + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + + + + + + + + + aircraftGhgEmissions + + + en + Aircraft GHG Emissions + + + urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Aircraft GHG Emissions + + + + + en + aircraftGhgEmissions + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: GHG (Greenhouse Gas) emissions resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + packagingGhgEmissions + + + en + Packaging GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Packaging GHG (Greenhouse Gas) Emissions + + + + + en + packagingGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: Emissions resulting from the packaging of the product as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. In Catena-X not relevant to be reported separately. + + + + + + + + + distributionStagePcfExcludingBiogenic + + + en + Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic + + + urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic + + + + + en + distributionStagePcfExcludingBiogenic + + + INTEGER_MEASURE + + + en + Optional: Product carbon footprint for the distribution stage of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStagePcfIncludingBiogenic + + + en + Distribution Stage PCF (Product Carbon Footprint) Including Biogenic + + + urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage PCF (Product Carbon Footprint) Including Biogenic + + + + + en + distributionStagePcfIncludingBiogenic + + + INTEGER_MEASURE + + + en + Optional: Product carbon footprint for the distribution stage of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStageFossilGhgEmissions + + + en + Distribution Stage Fossil GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage Fossil GHG (Greenhouse Gas) Emissions + + + + + en + distributionStageFossilGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: Emissions from the combustion of fossil sources in the distribution stage as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + en + Distribution Stage Biogenic Carbon Emissions Other Than CO2 + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage Biogenic Carbon Emissions Other Than CO2 + + + + + en + distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + INTEGER_MEASURE + + + en + Optional: GWP (Global Warming Potential) of biogenic CO2e-emissions in distribution phase which contain only GHG (Greenhouse Gas) emissions other than CO2 ? excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStageBiogenicCarbonWithdrawal + + + en + Distribution Stage Biogenic Carbon Withdrawal + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage Biogenic Carbon Withdrawal + + + + + en + distributionStageBiogenicCarbonWithdrawal + + + INTEGER_MEASURE + + + en + Optional: GWP (Global Warming Potential) of biogenic CO2-withdrawal in distribution stage (biogenic CO2 contained in the product) as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStageDlucGhgEmissions + + + en + Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + + en + distributionStageDlucGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: Direct land use change CO2 emissions during distribution stage in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + + + + + + + + + distributionStageLuGhgEmissions + + + en + Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + + en + distributionStageLuGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + + + + + + + + + carbonContentTotal + + + en + Carbon Content Total + + + urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Carbon Content Total + + + + + en + carbonContentTotal + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Total carbon content per declared unit in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + fossilCarbonContent + + + en + Fossil Carbon Content + + + urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Fossil Carbon Content + + + + + en + fossilCarbonContent + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Fossil carbon amount embodied in a product as specified in the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero; WBCSD specific extension, in Catena-X specified by a calculated value. + + + + + + + + + biogenicCarbonContent + + + en + Biogenic Carbon Content + + + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Biogenic Carbon Content + + + + + en + biogenicCarbonContent + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Biogenic carbon amount embodied in a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero. + + + + + + + + + distributionStageAircraftGhgEmissions + + + en + Distribution Stage Aircraft GHG Emissions + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage Aircraft GHG Emissions + + + + + en + distributionStageAircraftGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: GHG (Greenhouse Gas) emissions for the distribution stage resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + pcf + + + en + PCF (Product Carbon Footprint) + + + urn:samm:io.catenax.pcf:7.0.0#pcf + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF (Product Carbon Footprint) + + + + + en + pcf + + + STRING + + + en + A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + pcfLegalStatement + + + en + PCF (Product Carbon Footprint) Legal Statement + + + urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF (Product Carbon Footprint) Legal Statement + + + + + en + pcfLegalStatement + + + STRING + + + en + Optional: Option for legal statement/ disclaimer as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + productOrSectorSpecificPcfInformation + + + en + PCF information + + + de + PCF-Information + + + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#productOrSectorSpecificPcfInformation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF information + + + de + PCF-Information + + + + + en + productOrSectorSpecificPcfInformation + + + STRING + + + de + Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden. + + + en + A section in which further content is listed according to the calculation method for the Product Carbon Footprint. + + + + + + + + + productOrSectorSpecificCarbonFootprints + + + en + product or sector specific carbon footprints + + + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#productOrSectorSpecificCarbonFootprints + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product or sector specific carbon footprints + + + + + en + productOrSectorSpecificCarbonFootprints + + + STRING + + + en + Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle. + + + + + + + + + diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aasx b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aasx new file mode 100644 index 0000000000000000000000000000000000000000..5fda052c131acc65a391ac6d3e997f85876c4687 GIT binary patch literal 27077 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 literal 0 HcmV?d00001 diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.html b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.html new file mode 100644 index 0000000..c81de49 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.html @@ -0,0 +1,10109 @@ + + + + + + + + + + + + + + Documentation Carbon Footprint + + +
+
+
+
+

Aspect Model Carbon Footprint

+
urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint
+
+
+
+
+
+
+
+ +
+ + +
+ Provides the means to access the Carbon Footprint of the asset. +
+ + +
+

Overview

+
+
+
+
+ Aspect Model Diagram +
+
+
+ + +
+
+

Properties

+
+ +
+ +
+

product carbon footprint

+
+ +Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use. + +
+
Name
+
productCarbonFootprints
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ProductCarbonFootprints
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/CarbonFootprints/1/0
  • +
+
+
+ +
+
+ +
+

product or sector specific carbon footprints

+
+ +Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle. + +
+
Name
+
productOrSectorSpecificCarbonFootprints
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ProductOrSectorSpecificCarbonFootprints
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0
  • +
+
+
+ +
+
+ + + +
+
+

Entities

+
+ +
+
+

ContactInformation

+
+
+ Contains information on how to contact the manufacturer or an authorised service provider, e.g. when a maintenance service is required. +
+
+ Reference +
+
    +
  • urn:irdi:0173-1%2302-AAQ837%23005
  • +
+
+
+ +
+

Properties

+
+
+ +
+
role of contact person
+
+ +Function of a contact person in a process +enumeration: 0173-1%2307-AAS927%23001 (administrativ contact), 0173-1%2307-AAS928%23001 (commercial contact), 0173-1%2307-AAS929%23001 (other contact), 0173-1%2307-AAS930%23001 (hazardous goods contact), 0173-1%2307-AAS931%23001 (technical contact) +Note: the above mentioned ECLASS enumeration should be declared as “open” for further addition. + +
+
Name
+
roleOfContactPerson
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
RoleOfContactPerson
+
+ + +
+
+ +
+
National code
+
+ +Code of a country (Country codes defined accord. to DIN EN ISO 3166-1). + +
+
Name
+
nationalCode
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
NationalCode
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO134%23002
  • +
+
+
+ +
+
+ +
+
languages
+
+ + +
+
Name
+
languages
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ +
+
Example
+
en
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Languages
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-AAN468-008
  • +
+
    +
  • urn:irdi:0173-1%2302-AAN468%23008
  • +
+
+
+ +
+
+ +
+
time zone
+
+ +Offsets from Coordinated Universal Time (UTC) +Note: notation accord. to ISO 8601 +Note: for time in UTC the zone designator “Z” is to be used. + +
+
Name
+
timeZone
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
-12:00
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
TimeZone
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone
  • +
+
+
+ +
+
+ +
+
City
+
+ +Town or city. + +
+
Name
+
cityTown
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
CityTown
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO132%23002
  • +
+
+
+ +
+
+ +
+
company
+
+ +Name of the company. + +
+
Name
+
company
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Company
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAW001%23001
  • +
+
+
+ +
+
+ +
+
department
+
+ +Administrative section within an organisation where a business partner is located. + +
+
Name
+
department
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Department
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO127%23003
  • +
+
+
+ +
+
+ +
+
phone
+
+ +Phone number including type. + +
+
Name
+
phone
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Phone
+
+ + +
+
+ +
+
fax
+
+ + +
+
Name
+
fax
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Fax
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAQ834%23005
  • +
+
+
+ +
+
+ +
+
email
+
+ +E-mail address and encryption method. + +
+
Name
+
email
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Email
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAQ836%23005
  • +
+
+
+ +
+
+ +
+
IP communication channel
+
+ +IP-based communication channels, e.g. chat or video call. + +
+
Name
+
iPCommunicationChannels
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
IPCommunicationChannels
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication
  • +
+
+
+ +
+
+ +
+
street
+
+ +Street name and house number. + +
+
Name
+
street
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Street
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO128%23002
  • +
+
+
+ +
+
+ +
+
ZIP code
+
+ +ZIP code of address. + +
+
Name
+
zipCode
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ZipCode
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO129%23002
  • +
+
+
+ +
+
+ +
+
P.O. box
+
+ +P.O. box number. + +
+
Name
+
poBox
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
POBox
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO130%23002
  • +
+
+
+ +
+
+ +
+
ZIP code
+
+ +ZIP code of address. + +
+
Name
+
zipCodeOfPoBox
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ZipCodeOfPOBox
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO129%23002
  • +
+
+
+ +
+
+ +
+
state/county
+
+ +Federal state, a part of a state. + +
+
Name
+
stateCounty
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
StateCounty
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO133%23002
  • +
+
+
+ +
+
+ +
+
name of contact
+
+ + +
+
Name
+
nameOfContact
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
NameOfContact
+
+ + +
+
+ +
+
first name
+
+ +First name of a contact person. + +
+
Name
+
firstName
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
FirstName
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO206%23002
  • +
+
+
+ +
+
+ +
+
middle names
+
+ +Middle names of contact person. + +
+
Name
+
middleNames
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
MiddleNames
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO207%23002
  • +
+
+
+ +
+
+ +
+
title
+
+ +Common, formal, religious, or other title preceding a contact person's name. + +
+
Name
+
title
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Title
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO208%23003
  • +
+
+
+ +
+
+ +
+
academic title
+
+ +Academic title preceding a contact person's name. + +
+
Name
+
academicTitle
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
AcademicTitle
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO209%23003
  • +
+
+
+ +
+
+ +
+
furtherDetailsOfContact
+
+ +Additional information of the contact person. + +
+
Name
+
furtherDetailsOfContact
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
FurtherDetailsOfContact
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO210%23002
  • +
+
+
+ +
+
+ +
+ +
+ +Web site address where information about the product or contact is given. + +
+
Name
+
addressOfAdditionalLink
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
AddressOfAdditionalLink
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAQ326%23002
  • +
+
+
+ +
+
+
+
+

Cross Sectoral Standard Entity

+
+
+ Entity for defining an accounting standard used for product carbon footprint calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Cross Sectoral Standard
+
+ +Mandatory: Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
crossSectoralStandard
+
+ + + +
+
Characteristic
+
+
+
+
Enumeration
+
+
+
Values
+
+
+
+
    +
  • ISO Standard 14067
  • +
  • ISO Standard 14044
  • +
  • Pathfinder v1
  • +
  • Pathfinder v2
  • +
  • PAS 2050
  • +
  • ISO Standard 14040
  • +
  • ISO Standard 14041
  • +
  • ISO Standard 14042
  • +
  • ISO Standard 14043
  • +
  • PEF
  • +
  • Other
  • +
  • GHG Protocol Product Standard
  • +
+
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
ISO Standard 14044
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
crossSectoralStandard
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+
+
+

Data Quality Indicator

+
+
+ Entity for defining a quantitative data quality indicator of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Coverage Percent
+
+ +Mandatory starting 2025: Percentage of PCF (Product Carbon Footprint) included in the data quality assessment based on the >5% emissions threshold as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to "100" per default. + +
+
Name
+
coveragePercent
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
100
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
coveragePercent
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + Percent Constraint +
    + +
    +
    Description
    +
    Constraint for a decimal number in the range of and including 0 and 100.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=100.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Technological DQR (Data Quality Rating)
+
+ +Optional: Technological representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
technologicalDQR
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
2.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
technologicalDQR
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + DQI (Data Quality Indicator) Number Constraint +
    + +
    +
    Description
    +
    Constraint for defining a decimal between 1 and 3 including.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=1, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=3, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Temporal DQR (Data Quality Rating)
+
+ +Optional: Temporal representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
temporalDQR
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
2.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
temporalDQR
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + DQI (Data Quality Indicator) Number Constraint +
    + +
    +
    Description
    +
    Constraint for defining a decimal between 1 and 3 including.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=1, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=3, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Geographical DQR (Data Quality Rating)
+
+ +Optional: Geographical representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
geographicalDQR
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
2.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
geographicalDQR
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + DQI (Data Quality Indicator) Number Constraint +
    + +
    +
    Description
    +
    Constraint for defining a decimal between 1 and 3 including.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=1, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=3, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Completeness DQR (Data Quality Rating)
+
+ +Optional: Completeness of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
completenessDQR
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
2.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
completenessDQR
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + DQI (Data Quality Indicator) Number Constraint +
    + +
    +
    Description
    +
    Constraint for defining a decimal between 1 and 3 including.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=1, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=3, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Reliability DQR (Data Quality Rating)
+
+ +Optional: Reliability of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
reliabilityDQR
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
2.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
reliabilityDQR
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + DQI (Data Quality Indicator) Number Constraint +
    + +
    +
    Description
    +
    Constraint for defining a decimal between 1 and 3 including.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=1, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=3, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+
+
+

EmailEntity

+
+
+ E-mail address and encryption method. +
+
+ Reference +
+
    +
  • urn:irdi:0173-1%2302-AAQ836%23005
  • +
+
+
+ +
+

Properties

+
+
+ +
+
email address
+
+ +Electronic mail address of a business partner. + +
+
Name
+
emailAddress
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
email@muster-ag.de
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
EmailAddress
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO198%23002
  • +
+
+
+ +
+
+ +
+
public key
+
+ +Public part of an unsymmetrical key pair to sign or encrypt text or messages. + +
+
Name
+
publicKey
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
PublicKey
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO200%23002
  • +
+
+
+ +
+
+ +
+
type of email address
+
+ +Characterization of an e-mail address according to its location or usage +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home). + +
+
Name
+
typeOfEmailAddress
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
0173-1%2307-AAS754%23001
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
TypeOfEmailAddress
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO199%23003
  • +
+
+
+ +
+
+ +
+
type of public key
+
+ +Characterization of a public key according to its encryption process. + +
+
Name
+
typeOfPublicKey
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
TypeOfPublicKey
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO201%23002
  • +
+
+
+ +
+
+
+
+

Emission Factor Data Source Entity

+
+
+ Entity for defining an emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Emission Factor Data Source
+
+ +Mandatory: Emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
emissionFactorDS
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
ecoinvent 3.8
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
secondaryEmissionFactorSource
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+
+
+

FaxEntity

+
+
+ +
+ +
+

Properties

+
+
+ +
+
fax number
+
+ +Complete telephone number to be called to reach a business partner's fax machine. + +
+
Name
+
faxNumber
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
FaxNumber
+
+ +
+
Reference
+
+
    +
  • urn:idi:0173-1%2302-AAO195%23002
  • +
+
+
+ +
+
+ +
+
type of fax number
+
+ +Characterization of the fax according its location or usage +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS758%23001 (home). + +
+
Name
+
typeOfFaxNumber
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
1
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
TypeOfFaxNumber
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO196%23003
  • +
+
+
+ +
+
+
+
+

IP Communication Channel

+
+
+ IP-based communication channels, e.g. chat or video call. +
+ +
+

Properties

+
+
+ +
+
address of additional link
+
+ +Web site address where information about the product or contact is given. + +
+
Name
+
addressOfAdditionalLinkOfIpCommunicationChannel
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
AddressOfAdditionalLink
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAQ326%23002
  • +
+
+
+ +
+
+ +
+
type of communication
+
+ +Characterization of an IP-based communication channel. + +
+
Name
+
typeOfCommunication
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
TypeOfCommunication
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication
  • +
+
+
+ +
+
+ +
+
available time
+
+ +Specification of the available time windows. + +
+
Name
+
availableTimeIpCommunicationChannel
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
availableTime
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/
  • +
+
+
+ +
+
+
+
+

PCF (Product Carbon Footprint) Entity

+
+
+ Entity for defining a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Unit of measurement
+
+ +Mandatory: Unit of analysis of a product in context of the PCF (product carbon footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example list of valid units includes "piece". + +
+
Name
+
declaredUnit
+
+ + + +
+
Characteristic
+
+
+
+
Enumeration
+
+
+
Values
+
+
+
+
    +
  • liter
  • +
  • kilogram
  • +
  • cubic meter
  • +
  • kilowatt hour
  • +
  • megajoule
  • +
  • ton kilometer
  • +
  • square meter
  • +
  • piece
  • +
+
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
kilogram
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
declaredUnit
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Unitary Product Amount
+
+ +Mandatory: Amount of units contained within a product in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
unitaryProductAmount
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
1000.0
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
unitaryProductAmount
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + Strictly Positive Decimal Constraint +
    + +
    +
    Description
    +
    Constraint for defining a positive, non-zero decimal.
    +
    + + +
    +
    +> +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#float']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Product Mass Per Declared Unit
+
+ +Mandatory: Mass of a product per declared unit (net, unpackaged) in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0). + +
+
Name
+
productMassPerDeclaredUnit
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
0.456
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
productMassPerDeclaredUnit
+
+ + +
+
Constraints
+
+
    +
  • +
    + +
    + Positive Decimal Constraint +
    + +
    +
    Description
    +
    Constraint for defining a decimal equal to or greater than zero.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Exempted Emissions Percent
+
+ +Mandatory: Applied cut-off percentage of emissions excluded from PCF (Product Carbon Footprint). +For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. + +
+
Name
+
exemptedEmissionsPercent
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
0.0
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
exemptedEmissionsPercent
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + Exempted Emissions Percent Constraint +
    + +
    +
    Description
    +
    Characteristic for defining the percentage of emissions excluded from a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    +
    + +
    +
    Reference
    +
    +
    +
      +
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • +
    +
    +
    +
    + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=5.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Exempted Emissions Description
+
+ +Optional: Rationale behind exclusion of specific PCF (Product Carbon Footprint) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
exemptedEmissionsDescription
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
No exemption
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
exemptedEmissionsDescription
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Boundary Processes Description
+
+ +Optional: Processes attributable to each lifecycle stage as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
boundaryProcessesDescription
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Electricity consumption included as an input in the production phase
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
boundaryProcessesDescription
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Geography Country Subdivision
+
+ +Optional: Subdivision of a country which must be an ISO 3166-2 subdivision code as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
geographyCountrySubdivision
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
US-NY
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
geographyCountrySubdivision
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + Subdivision Constraint +
    + +
    +
    Description
    +
    Constraint for defining a geography country subdivision in compliance to ISO 3166-2 as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    +
    + +
    +
    Reference
    +
    +
    +
      +
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • +
    +
    +
    +
    + +
    +
    Regular expression
    +
    ([A-Z]{2}-[A-Z0-9]{1,3}|)
    +
    + +
  • +
+
+
+
+
+ +
+
Geography Country
+
+ +Optional: Two letter country code that must conform to data type ISO 3166CC as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
geographyCountry
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
DE
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
geographyCountry
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + Country Constraint +
    + +
    +
    Description
    +
    Constraint for defining a geography country conform to ISO 3166CC as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    +
    + +
    +
    Reference
    +
    +
    +
      +
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • +
    +
    +
    +
    + +
    +
    Regular expression
    +
    ([A-Z]{2})
    +
    + +
  • +
+
+
+
+
+ +
+
Region
+
+ +Mandatory: Region according to list as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
geographyRegionOrSubregion
+
+ + + +
+
Characteristic
+
+
+
+
Enumeration
+
+
+
Values
+
+
+
+
    +
  • Africa
  • +
  • Americas
  • +
  • Asia
  • +
  • Europe
  • +
  • Oceania
  • +
  • Australia and New Zealand
  • +
  • Central Asia
  • +
  • Eastern Asia
  • +
  • Eastern Europe
  • +
  • Latin America and the Caribbean
  • +
  • Melanesia
  • +
  • Micronesia
  • +
  • Northern Africa
  • +
  • Northern America
  • +
  • Northern Europe
  • +
  • Polynesia
  • +
  • South-eastern Asia
  • +
  • Southern Asia
  • +
  • Southern Europe
  • +
  • Sub-Saharan Africa
  • +
  • Western Asia
  • +
  • Western Europe
  • +
  • Global
  • +
  • Several
  • +
+
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
Europe
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
geographyRegionOrSubregion
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Reference Period Start
+
+ +Mandatory: Start of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
referencePeriodStart
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
2022-01-01T00:00:01Z
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
referencePeriodStart
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Reference Period End
+
+ +Mandatory: End of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
referencePeriodEnd
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
2022-12-31T23:59:59Z
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
referencePeriodEnd
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Cross Sectoral Standards Used
+
+ +Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
crossSectoralStandardsUsed
+
+ + + +
+
Characteristic
+
+
+
+
List
+
+
+
Has a certain order
+
+
+
Duplicates allowed
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
crossSectoralStandardsUsed
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Product or Sector Specific Rules
+
+ +Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
productOrSectorSpecificRules
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
productOrSectorSpecificRules
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Characterization Factors
+
+ +Mandatory: IPCC (Intergovernmental Panel on Climate Change) version of the GWP (Global Warming Potential) characterization factors used for calculating the PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value \"AR6\". Default value can be overwritten. + +
+
Name
+
characterizationFactors
+
+ + + +
+
Characteristic
+
+
+
+
Enumeration
+
+
+
Values
+
+
+
+
    +
  • AR5
  • +
  • AR6
  • +
+
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
AR6
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
extWBCSD_characterizationFactors
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Allocation Rules Description
+
+ +Optional: Allocation rules used and underlying reasoning in context of a product carbon footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value "In accordance with Catena-X PCF Rulebook (Version 3.0.0)". + +
+
Name
+
allocationRulesDescription
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
In accordance with Catena-X PCF Rulebook
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
extWBCSD_allocationRulesDescription
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Allocation Waste Incineration
+
+ +Mandatory: Allocation approach used for waste incineration with energy recovery as specified by the TFS (Together For Sustainability) initiative. In Catena-X for example must be specified by value "cut-off". + +
+
Name
+
allocationWasteIncineration
+
+ + + +
+
Characteristic
+
+
+
+
Enumeration
+
+
+
Values
+
+
+
+
    +
  • cut-off
  • +
  • reverse cut-off
  • +
  • system expansion
  • +
+
+
+ +
+
+
+ +
+
Example
+
cut-off
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
extTFS_allocationWasteIncineration
+
+ + +
+
+ +
+
Primary Data Share
+
+ +Mandatory starting 2025: Share of primary data in percent as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
primaryDataShare
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
56.12
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
primaryDataShare
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + Percent Constraint +
    + +
    +
    Description
    +
    Constraint for a decimal number in the range of and including 0 and 100.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=100.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Secondary Emission Factor Sources
+
+ +Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
secondaryEmissionFactorSources
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
secondaryEmissionFactorSources
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
DQI (Data Quality Indicators)
+
+ +Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
dqi
+
+ + + +
+
Characteristic
+
+
+
+
SingleEntity
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
dataQualityRating
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Packaging Emissions Included
+
+ +Mandatory: The Catena-X PCF Rulebook requires to include packaging from a system boundary perspective. "FALSE" is only possible due to the application of the cut-off rule. +Flag indicating whether packaging emissions are included in a PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. + +
+
Name
+
packagingEmissionsIncluded
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
extWBCSD_packagingEmissionsIncluded
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
PCF (Product Carbon Footprint) Excluding Biogenic
+
+ +Mandatory: Product carbon footprint of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
pcfExcludingBiogenic
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
2.0
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
pcfExcludingBiogenic
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Description
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
PCF (Product Carbon Footprint) Including Biogenic
+
+ +Mandatory starting 2025: Product carbon footprint of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Optional value in current specification version but will be mandatory in future version. + +
+
Name
+
pcfIncludingBiogenic
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+
+
Characteristic for defining (positive or negative) emissions in context of a PCF (Product Carbon Footprint) as specified by the WBCSD (World Business Council for Sustainable Development) Pathfinder initiative.
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
1.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
pcfIncludingBiogenic
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Fossil Emissions
+
+ +Mandatory starting 2025: Emissions from combustion of fossil sources as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Identical to "pcfExcludingBiogenic", will be removed in later version. + +
+
Name
+
fossilGhgEmissions
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
0.5
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
fossilGhgEmissions
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Description
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Biogenic Carbon Emissions Other Than CO2
+
+ +Mandatory starting 2025: GWP (Global Warming Potential) of biogenic CO2e-emissions in production phase which contain only GHG (Greenhouse Gas) emissions other than CO2 - excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0). + +
+
Name
+
biogenicCarbonEmissionsOtherThanCO2
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
1.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
biogenicCarbonEmissionsOtherThanCO2
+
+ + +
+
Constraints
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Description
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Biogenic Carbon Withdrawal
+
+ +Mandatory starting 2025: Biogenic carbon content in the product converted to CO2e as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
biogenicCarbonWithdrawal
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
0.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
biogenicCarbonWithdrawal
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + Negative Emission Constraint +
    + +
    +
    Description
    +
    Only negative emission values (<=0) are valid.
    +
    + + +
    +< + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
dLUC (direct land use change) GHG (Greenhouse Gas) Emissions
+
+ +Mandatory starting 2025: Direct land use change CO2e emissions in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
dlucGhgEmissions
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
0.4
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
dlucGhgEmissions
+
+ + +
+
Constraints
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Description
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
LU (Land Use) GHG (Greenhouse Gas) Emissions
+
+ +Mandatory starting 2025: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + +
+
Name
+
luGhgEmissions
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+
+
Characteristic for defining (positive or negative) emissions in context of a PCF (Product Carbon Footprint) as specified by the WBCSD (World Business Council for Sustainable Development) Pathfinder initiative.
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
0.3
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
extTFS_luGhgEmissions
+
+ + +
+
+ +
+
Aircraft GHG Emissions
+
+ +Mandatory starting 2025: GHG (Greenhouse Gas) emissions resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
aircraftGhgEmissions
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
0.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
aircraftGhgEmissions
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Description
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Packaging GHG (Greenhouse Gas) Emissions
+
+ +Optional: Emissions resulting from the packaging of the product as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. In Catena-X not relevant to be reported separately. + +
+
Name
+
packagingGhgEmissions
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
extWBCSD_packagingGhgEmissions
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Description
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic
+
+ +Optional: Product carbon footprint for the distribution stage of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0). + +
+
Name
+
distributionStagePcfExcludingBiogenic
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
1.5
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
distributionStagePcfExcludingBiogenic
+
+ + +
+
Constraints
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Description
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Distribution Stage PCF (Product Carbon Footprint) Including Biogenic
+
+ +Optional: Product carbon footprint for the distribution stage of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0). + +
+
Name
+
distributionStagePcfIncludingBiogenic
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+
+
Characteristic for defining (positive or negative) emissions in context of a PCF (Product Carbon Footprint) as specified by the WBCSD (World Business Council for Sustainable Development) Pathfinder initiative.
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
0.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
distributionStagePcfIncludingBiogenic
+
+ + +
+
+ +
+
Distribution Stage Fossil GHG (Greenhouse Gas) Emissions
+
+ +Optional: Emissions from the combustion of fossil sources in the distribution stage as specified in the Catena-X PCF Rulebook (Version 3.0.0). + +
+
Name
+
distributionStageFossilGhgEmissions
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
0.5
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
distributionStageFossilGhgEmissions
+
+ + +
+
Constraints
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Description
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Distribution Stage Biogenic Carbon Emissions Other Than CO2
+
+ +Optional: GWP (Global Warming Potential) of biogenic CO2e-emissions in distribution phase which contain only GHG (Greenhouse Gas) emissions other than CO2 ? excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0). + +
+
Name
+
distributionStageBiogenicCarbonEmissionsOtherThanCO2
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
1.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
distributionStageBiogenicCarbonEmissionsOtherThanCO2
+
+ + +
+
Constraints
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Description
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Distribution Stage Biogenic Carbon Withdrawal
+
+ +Optional: GWP (Global Warming Potential) of biogenic CO2-withdrawal in distribution stage (biogenic CO2 contained in the product) as specified in the Catena-X PCF Rulebook (Version 3.0.0). + +
+
Name
+
distributionStageBiogenicCarbonWithdrawal
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
0.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
distributionStageBiogenicCarbonWithdrawal
+
+ + +
+
Constraints
+
+
    +
  • +
    + +
    + Negative Emission Constraint +
    + +
    +
    Description
    +
    Only negative emission values (<=0) are valid.
    +
    + + +
    +< + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions
+
+ +Optional: Direct land use change CO2 emissions during distribution stage in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + +
+
Name
+
distributionStageDlucGhgEmissions
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
1.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
extTFS_distributionStageDlucGhgEmissions
+
+ + +
+
Constraints
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Description
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions
+
+ +Optional: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + +
+
Name
+
distributionStageLuGhgEmissions
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+
+
Characteristic for defining (positive or negative) emissions in context of a PCF (Product Carbon Footprint) as specified by the WBCSD (World Business Council for Sustainable Development) Pathfinder initiative.
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
1.1
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
extTFS_distributionStageLuGhgEmissions
+
+ + +
+
+ +
+
Carbon Content Total
+
+ +Mandatory starting 2025: Total carbon content per declared unit in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0). + +
+
Name
+
carbonContentTotal
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
2.5
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
carbonContentTotal
+
+ + +
+
Constraints
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Description
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Fossil Carbon Content
+
+ +Mandatory starting 2025: Fossil carbon amount embodied in a product as specified in the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero; WBCSD specific extension, in Catena-X specified by a calculated value. + +
+
Name
+
fossilCarbonContent
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
0.1
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
extWBCSD_fossilCarbonContent
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Description
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Biogenic Carbon Content
+
+ +Mandatory starting 2025: Biogenic carbon amount embodied in a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero. + +
+
Name
+
biogenicCarbonContent
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
0.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
carbonContentBiogenic
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Description
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Distribution Stage Aircraft GHG Emissions
+
+ +Optional: GHG (Greenhouse Gas) emissions for the distribution stage resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
distributionStageAircraftGhgEmissions
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
0.0
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
distributionStageAircraftGhgEmissions
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Description
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+
+
+

PhoneEntity

+
+
+ Phone number including type. +
+
+ Reference +
+
    +
  • urn:irdi:0173-1%2302-AAQ833%23005
  • +
+
+
+ +
+

Properties

+
+
+ +
+
telephone number
+
+ +Complete telephone number to be called to reach a business partner. + +
+
Name
+
telephoneNumber
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
TelephoneNumber
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO136%23002
  • +
+
+
+ +
+
+ +
+
typeOfTelephone
+
+ +Characterization of a telephone according to its location or usage. +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS755%23001 (office mobile), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home), 0173-1%2307-AAS759%23001 (private mobile). + +
+
Name
+
typeOfTelephone
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
TYpeOfTelephone
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO137%23003
  • +
+
+
+ +
+
+ +
+
available time
+
+ +Specification of the available time window. + +
+
Name
+
availableTime
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
AvailableTime
+
+ + +
+
+
+
+

Preceding PCF (Product Carbon Footprint) Identifier Entity

+
+
+ Entity for defining a preceding PCF (Product Carbon Footprint) identifier entity as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Product Footprint Identifier
+
+ +Mandatory: The product footprint identifier as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
id
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://tools.ietf.org/html/rfc4122
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
3893bb5d-da16-4dc1-9185-11d97476c254
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
id
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + UUID v4 Regular Expression +
    + +
    +
    Description
    +
    The provided regular expression ensures that the UUID is composed of five groups of characters separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens), optionally prefixed by "urn:uuid:" to make it an IRI.
    +
    + +
    +
    Reference
    +
    +
    +
      +
    • https://datatracker.ietf.org/doc/html/rfc4122
    • +
    +
    +
    +
    + +
    +
    Regular expression
    +
    (^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)
    +
    + +
  • +
+
+
+
+
+
+
+

Product (Carbon) Footprint

+
+
+ A Product (Carbon) Footprint represents the carbon footprint of a product with values as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. +
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Product Footprint Identifier
+
+ +Mandatory: The product footprint identifier as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
id
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://tools.ietf.org/html/rfc4122
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
3893bb5d-da16-4dc1-9185-11d97476c254
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
id
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + UUID v4 Regular Expression +
    + +
    +
    Description
    +
    The provided regular expression ensures that the UUID is composed of five groups of characters separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens), optionally prefixed by "urn:uuid:" to make it an IRI.
    +
    + +
    +
    Reference
    +
    +
    +
      +
    • https://datatracker.ietf.org/doc/html/rfc4122
    • +
    +
    +
    +
    + +
    +
    Regular expression
    +
    (^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)
    +
    + +
  • +
+
+
+
+
+ +
+
Product Footprint Specification Version
+
+ +Mandatory: Version of the product footprint data specification as defined in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
specVersion
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
urn:io.catenax.pcf:datamodel:version:7.0.0
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
specVersion
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Partial Or Full PCF (Product Carbon Footprint)
+
+ +Mandatory: Indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook (Version 3.0.0). + +
+
Name
+
partialFullPcf
+
+ + + +
+
Characteristic
+
+
+
+
Enumeration
+
+
+
Values
+
+
+
+
    +
  • Cradle-to-gate
  • +
  • Cradle-to-grave
  • +
+
+
+ +
+
+
+ +
+
Example
+
Cradle-to-gate
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partialFullPcf
+
+ + +
+
+ +
+
Previous PCF (Product Carbon Footprint) Identifiers
+
+ +Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as "optional" in WBCSD, needs to be covered by application. + +
+
Name
+
precedingPfIds
+
+ + + +
+
Characteristic
+
+
+
+
List
+
+
+
Has a certain order
+
+
+
Duplicates allowed
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
precedingPfIds
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Product (Carbon) Footprint Version
+
+ +Mandatory: Version of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to "0" per default. + +
+
Name
+
version
+
+ + + +
+
Characteristic
+
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
0
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
version
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Creation of the Product (Carbon) Footprint
+
+ +Mandatory: Timestamp of the creation of the Product (Carbon) Footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
created
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
2022-05-22T21:47:32Z
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
created
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Status
+
+ +Mandatory: Status indicator of a product (carbon) footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example set to "Active" per default. + +
+
Name
+
status
+
+ + + +
+
Characteristic
+
+
+
+
Enumeration
+
+
+
Values
+
+
+
+
    +
  • Active
  • +
  • Deprecated
  • +
+
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
Active
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
extWBCSD_pfStatus
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Validity Period Start
+
+ +Optional: Start of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. If specified, the validity period start must be equal to or greater than the reference period end. + +
+
Name
+
validityPeriodStart
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
2022-01-01T00:00:01Z
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
validityPeriodStart
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Validity Period End
+
+ +Optional: End of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
validityPeriodEnd
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
2022-12-31T23:59:59Z
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
validityPeriodEnd
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Comment
+
+ +Optional: Additional information and instructions related to the calculation of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
comment
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Additional explanatory information not reflected by other attributes
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
comment
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Company Name
+
+ +Mandatory: Name of the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
companyName
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
My Corp
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
companyName
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + Non Empty String Constraint +
    + +
    +
    Description
    +
    Constraint for ensuring that a string has at least one character.
    +
    + + +
    +
    Min. Length
    +
    1
    +
    + +
  • +
+
+
+
+
+ +
+
Company IDs
+
+ +Mandatory: Non-empty set of Uniform Resource Names (URN). Each value is supposed to uniquely identify the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. For Catena-X Industry Core compliance the set of URNs must contain at least the Business Partner Number Legal Entity (BPNL) in the specified format urn:bpn:id:BPNL[a-zA-Z0-9]{12}.  + +
+
Name
+
companyIds
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
urn:bpn:id:BPNL000000000DW
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
companyIds
+
+ +
+
Reference
+
+
    +
  • urn:samm:io.catenax.shared.business_partner_number:2.0.0#bpnlProperty
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + Non Empty Set Constraint +
    + +
    +
    Description
    +
    Constraint for defining a non-empty set of URIs (Uniform Resource Identifieres).
    +
    + + +
    +
    Min. Length
    +
    1
    +
    + +
  • +
+
+
+
+
+ +
+
Product Description
+
+ +Optional: Free-form description of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
productDescription
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Ethanol, 95% solution
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
productDescription
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Product IDs
+
+ +Mandatory: Non-empty set of product identifiers. Each value is supposed to uniquely identify the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productId corresponds with Industry Core manufacturerPartId. + +
+
Name
+
productIds
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
urn:gtin:4712345060507
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
productIds
+
+ +
+
Reference
+
+
    +
  • urn:samm:io.catenax.part_type_information:1.0.0#manufacturerPartId
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + Non Empty Set Constraint +
    + +
    +
    Description
    +
    Constraint for defining a non-empty set of URIs (Uniform Resource Identifieres).
    +
    + + +
    +
    Min. Length
    +
    1
    +
    + +
  • +
+
+
+
+
+ +
+
Product Category
+
+ +Mandatory: UN (United Nations) Product Classification Code (CPC - Central Classification Code) of a given product as specified the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, which will probably be declared as "optional" in a later WBCSD specification version. In Catena-X for example specified with default value "011-99000". + +
+
Name
+
productCategoryCpc
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
011-99000
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
extWBCSD_productCodeCpc
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Product Trade Name
+
+ +Mandatory: Non-empty trade name of a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productNameCompany corresponds with Industry Core nameAtManufacturer.  + +
+
Name
+
productNameCompany
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
My Product Name
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
productName
+
+ +
+
Reference
+
+
    +
  • urn:samm:io.catenax.part_type_information:1.0.0#nameAtManufacturer
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + Non Empty String Constraint +
    + +
    +
    Description
    +
    Constraint for ensuring that a string has at least one character.
    +
    + + +
    +
    Min. Length
    +
    1
    +
    + +
  • +
+
+
+
+
+ +
+
PCF (Product Carbon Footprint)
+
+ +A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
pcf
+
+ + + +
+
Characteristic
+
+
+
+
SingleEntity
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
pcf
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
PCF (Product Carbon Footprint) Legal Statement
+
+ +Optional: Option for legal statement/ disclaimer as specified in the Catena-X PCF Rulebook (Version 3.0.0). + +
+
Name
+
pcfLegalStatement
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
This PCF (Product Carbon Footprint) is for information purposes only. It is based upon the standards mentioned above.
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
pcfLegalStatement
+
+ + +
+
+
+
+

Product Or Sector Specific Rule

+
+
+ Entity for defining a product or sector specific rule of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Operator or Publisher of Sector Specific Rules
+
+ +Mandatory: Operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example must always be "Other". + +
+
Name
+
operator
+
+ + + +
+
Characteristic
+
+
+
+
Enumeration
+
+
+
Values
+
+
+
+
    +
  • PEF
  • +
  • EPD International
  • +
  • Other
  • +
+
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
Other
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
extWBCSD_operator
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Product or Sector Specific Rule Names
+
+ +Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
ruleNames
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
productOrSectorSpecificRules
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + Rule Names Constraint +
    + +
    +
    Description
    +
    Constraint for defining a non-empty set of rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    +
    + +
    +
    Reference
    +
    +
    +
      +
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • +
    +
    +
    +
    + +
    +
    Min. Length
    +
    1
    +
    + +
  • +
+
+
+
+
+ +
+
Other Operator Name
+
+ +Optional: Other operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by a default value. + +
+
Name
+
otherOperatorName
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
NSF
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
extWBCSD_otherOperatorName
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + Non Empty String Constraint +
    + +
    +
    Description
    +
    Constraint for ensuring that a string has at least one character.
    +
    + + +
    +
    Min. Length
    +
    1
    +
    + +
  • +
+
+
+
+
+
+
+

ProductOrSectorSpecificRuleEntity

+
+
+ +
+ +
+

Properties

+
+
+
+
+

Rule Name

+
+
+ Name of a rule applied by a specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +
+
+ Reference +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Rule Name
+
+ +Name of a rule applied by a specific operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + +
+
Name
+
ruleName
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
+
+
+ +
+
+
+ +
+
Example
+
urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ruleName
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Constraints
+
+
    +
  • +
    + +
    + Non Empty String Constraint +
    + +
    +
    Description
    +
    Constraint for ensuring that a string has at least one character.
    +
    + + +
    +
    Min. Length
    +
    1
    +
    + +
  • +
+
+
+
+
+
+
+

carbon footprint of a product

+
+
+ Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use. +
+
+ Reference +
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/ProductCarbonFootprint/1/0
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Folgenabschätzungsmethode / Berechnungsmethode
+
+ +Standards, methods for determining the greenhouse gas emissions of a product. + +
+
Name
+
pcfCalculationMethods
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ +
+
Example
+
ISO 14067
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
PcfCalculationMethods
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/PcfCalculationMethods/1/0
  • +
+
+
+ +
+
+ +
+
CO2 eq Climate Change
+
+ +Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard. + +
+
Name
+
pcf2CoEq
+
+ + + +
+
Characteristic
+
+
+
+
Measurement
+
+
+
+
+
+
Unit
+
+
+
+
    +
  • + kilogram +
  • +
  • + Symbol kg +
  • +
  • + Code KGM +
  • +
  • + Conversion factor kg +
  • +
+
+
+ +
+
+
+ +
+
Example
+
17.2
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
PcfCo2eq
+
+ +
+
Reference
+
+
    +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003
  • +
+
+
+ +
+
+ +
+
reference value for calculation
+
+ +Quantity unit of the product to which the PCF information on the CO2 footprint refers. + +
+
Name
+
referenceImpactUnitForCalculation
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
piece
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ReferenceImpactUnitForCalculation
+
+ +
+
Reference
+
+
    +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003
  • +
+
+
+ +
+
+ +
+
quantity of measure for calculation
+
+ +Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint. + +
+
Name
+
quantityOfMeasureForCalculation
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+ +
+
+
+ +
+
Example
+
5.0
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
QuantityOfMeasureForCalculation
+
+ +
+
Reference
+
+
    +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003
  • +
+
+
+ +
+
+ +
+
life cycle phases
+
+ +Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers. + +
+
Name
+
lifeCyclePhases
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ +
+
Example
+
C4 - landfill
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
LifeCyclePhases
+
+ +
+
Reference
+
+
    +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003
  • +
+
+
+ +
+
+ +
+
explanatory statement
+
+ +Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product. + +
+
Name
+
explanatoryStatement
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ExplanatoryStatement
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/ExplanatoryStatement/1/0
  • +
+
+
+ +
+
+ +
+
goods address hand-over
+
+ +Indicates the hand-over address of the goods transport. + +
+
Name
+
goodsHandoverAddress
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
GoodsHandoverAddress
+
+ +
+
Reference
+
+
    +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003
  • +
+
+
+ +
+
+ +
+
publication date
+
+ +Time at which something was first published or made available. + +
+
Name
+
publicationDate
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
PublicationDate
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0
  • +
+
+
+ +
+
+ +
+
expiration date
+
+ +End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required. + +
+
Name
+
expirationDate
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ExpirationDate
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0
  • +
+
+
+ +
+
+
+
+

external API for PCF information

+
+
+ An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required. +
+
+ Reference +
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/ExternalPcfApi/1/0
  • +
+
+
+ +
+

Properties

+
+
+
+
+

file with content type

+
+
+ A file is a data element that represents an address to a file (a locator). The value is a URI that can represent an absolute or relative path. +
+
+ Reference +
+
    +
  • https://admin-shell.io/aas/3/1/File
  • +
+
+
+ +
+

Properties

+
+
+ +
+
resourceValue
+
+ +Path and name of the file (with file extension). + +The path can be absolute or relative. + +
+
Name
+
resourceValue
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
https://example.com/SafetyInstructions.pdf
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
value
+
+ + +
+
+ +
+
contentType
+
+ +Content type of the content of the file. + +
+
Name
+
contentType
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
application/pdf
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
contentType
+
+ + +
+
+
+
+

product or sector specific carbon footprint

+
+
+ Product Carbon Footprint, which is determined in accordance with sector or product group-specific rules or guidelines and covers the life cycle or parts of a product life cycle. +
+
+ Reference +
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Folgenabschätzungsmethode / Berechnungsmethode
+
+ +Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. + +
+
Name
+
productOrSectorSpecificPcfCalculationMethods
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ +
+
Example
+
sector specific calculation method
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
PcfCalculationMethods
+
+ +
+
Reference
+
+
    +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003
  • +
+
+
+ +
+
+ +
+
product or sector specific rules
+
+ +Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint. + +
+
Name
+
productOrSectorSpecificRule
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ProductOrSectorSpecificRule
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificRule/1/0
  • +
+
+
+ +
+
+ +
+
external API for PCF information
+
+ +An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required. + +
+
Name
+
externalPcfApi
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ExternalPcfApi
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/ExternalPcfApi/1/0
  • +
+
+
+ +
+
+ +
+
PCF information
+
+ +A section in which further content is listed according to the calculation method for the Product Carbon Footprint. + +
+
Name
+
productOrSectorSpecificPcfInformation
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
PcfInformation
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/PcfInformation/1/0
  • +
+
+
+ +
+
+
+ +
+ Third party licenses + +
+ +
+ + +
+ + + \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/pact_shared.ttl b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/pact_shared.ttl new file mode 100644 index 0000000..f88f8f3 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/pact_shared.ttl @@ -0,0 +1,24 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-information: . +@prefix ext-shared: . +@prefix samm-u: . + + +:PactCharacteristic a samm:Characteristic ; + samm:dataType :PactEntity . + + +:PactEntity a samm:Entity ; + samm:preferredName "Product (Carbon) Footprint"@en ; + samm:description "A Product (Carbon) Footprint represents the carbon footprint of a product with values as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative."@en ; + samm:see ; + samm:properties ( [ samm:property cx:id; samm:payloadName "id" ] [ samm:property cx:specVersion; samm:payloadName "specVersion" ] [ samm:property cx:partialFullPcf; samm:payloadName "partialFullPcf" ] [ samm:property cx:precedingPfIds; samm:optional true; samm:payloadName "precedingPfIds" ] [ samm:property cx:version; samm:payloadName "version" ] [ samm:property cx:created; samm:payloadName "created" ] [ samm:property cx:status; samm:payloadName "extWBCSD_pfStatus" ] [ samm:property cx:validityPeriodStart; samm:optional true; samm:payloadName "validityPeriodStart" ] [ samm:property cx:validityPeriodEnd; samm:optional true; samm:payloadName "validityPeriodEnd" ] [ samm:property cx:comment; samm:optional true; samm:payloadName "comment" ] [ samm:property cx:companyName; samm:payloadName "companyName" ] [ samm:property cx:companyIds; samm:payloadName "companyIds" ] [ samm:property cx:productDescription; samm:optional true; samm:payloadName "productDescription" ] [ samm:property cx:productIds; samm:payloadName "productIds" ] [ samm:property cx:productCategoryCpc; samm:payloadName "extWBCSD_productCodeCpc" ] [ samm:property cx:productNameCompany; samm:payloadName "productName" ] [ samm:property cx:pcf; samm:payloadName "pcf" ] [ samm:property cx:pcfLegalStatement; samm:optional true; samm:payloadName "pcfLegalStatement" ] ) . \ No newline at end of file From be3bed60f7c4ca10c7099baeb5e1682412453db9 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 4 Jun 2025 14:16:10 +0200 Subject: [PATCH 4/4] updagte of generated files with CLI --- .../1.0.0/gen/CarbonFootprint.aas.json | 5268 +++-------- .../1.0.0/gen/CarbonFootprint.aas.xml | 7811 +++++------------ .../1.0.0/gen/CarbonFootprint.aasx | Bin 21991 -> 14022 bytes .../1.0.0/gen/CarbonFootprint.html | 5780 ++---------- .../1.0.0/gen/CarbonFootprint.json | 176 +- 5 files changed, 4231 insertions(+), 14804 deletions(-) diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json index 0071899..540394c 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json @@ -7,12 +7,12 @@ "submodels" : [ { "keys" : [ { "type" : "Submodel", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint/submodel" + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#CarbonFootprint/submodel" } ], "type" : "ModelReference" } ], "administration" : { }, - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#CarbonFootprint", "description" : [ { "language" : "en", "text" : "defaultAdminShell" @@ -37,7 +37,10 @@ } ], "preferredName" : [ { "language" : "en", - "text" : "carbon footprint" + "text" : "Carbon Footprint" + }, { + "language" : "de", + "text" : "C02 Footprint" } ], "shortName" : [ { "language" : "en", @@ -45,7 +48,7 @@ } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#CarbonFootprint", "category" : "APPLICATION_CLASS", "description" : [ { "language" : "en", @@ -53,7 +56,10 @@ } ], "displayName" : [ { "language" : "en", - "text" : "carbon footprint" + "text" : "Carbon Footprint" + }, { + "language" : "de", + "text" : "C02 Footprint" } ], "idShort" : "CarbonFootprint" }, { @@ -71,30 +77,33 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required." + "text" : "Standards, methods for determining the greenhouse gas emissions of a product." + }, { + "language" : "de", + "text" : "Normen, Standards, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts." } ], "preferredName" : [ { - "language" : "en", - "text" : "expiration date" - }, { "language" : "de", - "text" : "Ablaufdatum" + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" } ], "shortName" : [ { "language" : "en", - "text" : "expirationDate" + "text" : "pcfCalculationMethods" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#expirationDate", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcfCalculationMethods", "displayName" : [ { - "language" : "en", - "text" : "expiration date" - }, { "language" : "de", - "text" : "Ablaufdatum" + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" } ], - "idShort" : "expirationDate" + "idShort" : "pcfCalculationMethods" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -107,58 +116,34 @@ }, "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", + "dataType" : "REAL_MEASURE", "definition" : [ { "language" : "en", - "text" : "Time at which something was first published or made available." + "text" : "Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard." } ], "preferredName" : [ { - "language" : "en", - "text" : "publication date" - }, { "language" : "de", - "text" : "Veröffentlichungsdatum" + "text" : "CO2 eq Klimawandel" + }, { + "language" : "en", + "text" : "CO2 eq Climate Change" } ], "shortName" : [ { "language" : "en", - "text" : "publicationDate" - } ] + "text" : "pcf2CoEq" + } ], + "unit" : "kilogram" } } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#publicationDate", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcf2CoEq", "displayName" : [ { - "language" : "en", - "text" : "publication date" - }, { "language" : "de", - "text" : "Veröffentlichungsdatum" - } ], - "idShort" : "publicationDate" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", - "preferredName" : [ { - "language" : "en", - "text" : "street" - } ], - "shortName" : [ { - "language" : "en", - "text" : "street" - } ] - } + "text" : "CO2 eq Klimawandel" + }, { + "language" : "en", + "text" : "CO2 eq Climate Change" } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#street", - "idShort" : "street" + "idShort" : "pcf2CoEq" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -172,68 +157,32 @@ "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", "dataType" : "STRING", - "preferredName" : [ { - "language" : "en", - "text" : "houseNumber" - } ], - "shortName" : [ { + "definition" : [ { "language" : "en", - "text" : "houseNumber" - } ] - } - } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#houseNumber", - "idShort" : "houseNumber" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + "text" : "Quantity unit of the product to which the PCF information on the CO2 footprint refers." } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", "preferredName" : [ { + "language" : "de", + "text" : "Referenzeinheit für die Berechnung" + }, { "language" : "en", - "text" : "zipCode" + "text" : "reference value for calculation" } ], "shortName" : [ { "language" : "en", - "text" : "zipCode" + "text" : "referenceImpactUnitForCalculation" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#zipCode", - "idShort" : "zipCode" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", - "preferredName" : [ { - "language" : "en", - "text" : "cityTown" - } ], - "shortName" : [ { - "language" : "en", - "text" : "cityTown" - } ] - } + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#referenceImpactUnitForCalculation", + "displayName" : [ { + "language" : "de", + "text" : "Referenzeinheit für die Berechnung" + }, { + "language" : "en", + "text" : "reference value for calculation" } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#cityTown", - "idShort" : "cityTown" + "idShort" : "referenceImpactUnitForCalculation" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -246,27 +195,33 @@ }, "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", + "dataType" : "REAL_MEASURE", "definition" : [ { "language" : "en", - "text" : "Country where the product is transmitted." + "text" : "Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint." } ], "preferredName" : [ { "language" : "en", - "text" : "country" + "text" : "quantity of measure for calculation" + }, { + "language" : "de", + "text" : "Mengenangabe für die Berechnung" } ], "shortName" : [ { "language" : "en", - "text" : "country" + "text" : "quantityOfMeasureForCalculation" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#country", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#quantityOfMeasureForCalculation", "displayName" : [ { "language" : "en", - "text" : "country" + "text" : "quantity of measure for calculation" + }, { + "language" : "de", + "text" : "Mengenangabe für die Berechnung" } ], - "idShort" : "country" + "idShort" : "quantityOfMeasureForCalculation" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -282,30 +237,30 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Indicates the hand-over address of the goods transport." + "text" : "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers." } ], "preferredName" : [ { - "language" : "de", - "text" : "Warenübergabeadresse" - }, { "language" : "en", - "text" : "goods address hand-over" + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" } ], "shortName" : [ { "language" : "en", - "text" : "goodsAddressHandover" + "text" : "lifeCyclePhases" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#goodsAddressHandover", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhases", "displayName" : [ { - "language" : "de", - "text" : "Warenübergabeadresse" - }, { "language" : "en", - "text" : "goods address hand-over" + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" } ], - "idShort" : "goodsAddressHandover" + "idShort" : "lifeCyclePhases" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -394,7 +349,7 @@ } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#explanatoryStatement", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#explanatoryStatement", "displayName" : [ { "language" : "en", "text" : "explanatory statement" @@ -418,30 +373,30 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers." + "text" : "Function of a contact person in a process\nenumeration: 0173-1%2307-AAS927%23001 (administrativ contact), 0173-1%2307-AAS928%23001 (commercial contact), 0173-1%2307-AAS929%23001 (other contact), 0173-1%2307-AAS930%23001 (hazardous goods contact), 0173-1%2307-AAS931%23001 (technical contact)\nNote: the above mentioned ECLASS enumeration should be declared as “open” for further addition." } ], "preferredName" : [ { - "language" : "en", - "text" : "life cycle phases" - }, { "language" : "de", - "text" : "Lebenszyklusphasen" + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" } ], "shortName" : [ { "language" : "en", - "text" : "lifeCyclePhases" + "text" : "roleOfContactPerson" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#lifeCyclePhases", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson", "displayName" : [ { - "language" : "en", - "text" : "life cycle phases" - }, { "language" : "de", - "text" : "Lebenszyklusphasen" + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" } ], - "idShort" : "lifeCyclePhases" + "idShort" : "roleOfContactPerson" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -454,33 +409,36 @@ }, "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", - "dataType" : "REAL_MEASURE", + "dataType" : "STRING", "definition" : [ { + "language" : "de", + "text" : "Länderkürzel." + }, { "language" : "en", - "text" : "Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint." + "text" : "Code of a country (Country codes defined accord. to DIN EN ISO 3166-1)." } ], "preferredName" : [ { - "language" : "en", - "text" : "quantity of measure for calculation" - }, { "language" : "de", - "text" : "Mengenangabe für die Berechnung" + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" } ], "shortName" : [ { "language" : "en", - "text" : "quantityOfMeasureForCalculation" + "text" : "nationalCode" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#quantityOfMeasureForCalculation", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode", "displayName" : [ { - "language" : "en", - "text" : "quantity of measure for calculation" - }, { "language" : "de", - "text" : "Mengenangabe für die Berechnung" + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" } ], - "idShort" : "quantityOfMeasureForCalculation" + "idShort" : "nationalCode" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -494,32 +452,18 @@ "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", "dataType" : "STRING", - "definition" : [ { - "language" : "en", - "text" : "Quantity unit of the product to which the PCF information on the CO2 footprint refers." - } ], "preferredName" : [ { - "language" : "de", - "text" : "Referenzeinheit für die Berechnung" - }, { "language" : "en", - "text" : "reference value for calculation" + "text" : "languages" } ], "shortName" : [ { "language" : "en", - "text" : "referenceImpactUnitForCalculation" + "text" : "languages" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#referenceImpactUnitForCalculation", - "displayName" : [ { - "language" : "de", - "text" : "Referenzeinheit für die Berechnung" - }, { - "language" : "en", - "text" : "reference value for calculation" - } ], - "idShort" : "referenceImpactUnitForCalculation" + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#languages", + "idShort" : "languages" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -532,34 +476,27 @@ }, "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", - "dataType" : "REAL_MEASURE", + "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard." + "text" : "Offsets from Coordinated Universal Time (UTC)\nNote: notation accord. to ISO 8601\nNote: for time in UTC the zone designator “Z” is to be used." } ], "preferredName" : [ { - "language" : "de", - "text" : "CO2 eq Klimawandel" - }, { "language" : "en", - "text" : "CO2 eq Climate Change" + "text" : "time zone" } ], "shortName" : [ { "language" : "en", - "text" : "pcfCoEq" - } ], - "unit" : "kilogram" + "text" : "timeZone" + } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCoEq", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone", "displayName" : [ { - "language" : "de", - "text" : "CO2 eq Klimawandel" - }, { "language" : "en", - "text" : "CO2 eq Climate Change" + "text" : "time zone" } ], - "idShort" : "pcfCoEq" + "idShort" : "timeZone" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -575,33 +512,33 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation." + "text" : "Town or city." }, { "language" : "de", - "text" : "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen." + "text" : "Ort." } ], "preferredName" : [ { "language" : "de", - "text" : "impact assessment method / calculation method" + "text" : "Ort" }, { "language" : "en", - "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + "text" : "City" } ], "shortName" : [ { "language" : "en", - "text" : "pcfCalculationMethods" + "text" : "cityTown" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCalculationMethods", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown", "displayName" : [ { "language" : "de", - "text" : "impact assessment method / calculation method" + "text" : "Ort" }, { "language" : "en", - "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + "text" : "City" } ], - "idShort" : "pcfCalculationMethods" + "idShort" : "cityTown" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -617,24 +554,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Several carbon footprints may be provided." + "text" : "Name of the company." } ], "preferredName" : [ { "language" : "en", - "text" : "set of carbon footprints" + "text" : "company" } ], "shortName" : [ { "language" : "en", - "text" : "productCarbonFootprints" + "text" : "company" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productCarbonFootprints", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#company", "displayName" : [ { "language" : "en", - "text" : "set of carbon footprints" + "text" : "company" } ], - "idShort" : "productCarbonFootprints" + "idShort" : "company" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -650,24 +587,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: The product footprint identifier as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Administrative section within an organisation where a business partner is located." } ], "preferredName" : [ { "language" : "en", - "text" : "Product Footprint Identifier" + "text" : "department" } ], "shortName" : [ { "language" : "en", - "text" : "id" + "text" : "department" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#id", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#department", "displayName" : [ { "language" : "en", - "text" : "Product Footprint Identifier" + "text" : "department" } ], - "idShort" : "id" + "idShort" : "department" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -683,24 +620,30 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Version of the product footprint data specification as defined in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Complete telephone number to be called to reach a business partner." } ], "preferredName" : [ { "language" : "en", - "text" : "Product Footprint Specification Version" + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" } ], "shortName" : [ { "language" : "en", - "text" : "specVersion" + "text" : "telephoneNumber" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#specVersion", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber", "displayName" : [ { "language" : "en", - "text" : "Product Footprint Specification Version" + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" } ], - "idShort" : "specVersion" + "idShort" : "telephoneNumber" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -716,45 +659,20 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + "text" : "Characterization of a telephone according to its location or usage.\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS755%23001 (office mobile), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home), 0173-1%2307-AAS759%23001 (private mobile)." } ], "preferredName" : [ { "language" : "en", - "text" : "Partial Or Full PCF (Product Carbon Footprint)" + "text" : "typeOfTelephone" } ], "shortName" : [ { "language" : "en", - "text" : "partialFullPcf" - } ], - "valueList" : { - "valueReferencePairs" : [ { - "value" : "Cradle-to-gate", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-gate43331654" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Cradle-to-grave", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-grave175688ef" - } ], - "type" : "ModelReference" - } - } ] - } + "text" : "typeOfTelephone" + } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#partialFullPcf", - "displayName" : [ { - "language" : "en", - "text" : "Partial Or Full PCF (Product Carbon Footprint)" - } ], - "idShort" : "partialFullPcf" + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone", + "idShort" : "typeOfTelephone" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -770,24 +688,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as \"optional\" in WBCSD, needs to be covered by application." + "text" : "Specification of the available time window." } ], "preferredName" : [ { "language" : "en", - "text" : "Previous PCF (Product Carbon Footprint) Identifiers" + "text" : "available time" } ], "shortName" : [ { "language" : "en", - "text" : "precedingPfIds" + "text" : "availableTime" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#precedingPfIds", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime", "displayName" : [ { "language" : "en", - "text" : "Previous PCF (Product Carbon Footprint) Identifiers" + "text" : "available time" } ], - "idShort" : "precedingPfIds" + "idShort" : "availableTime" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -800,27 +718,23 @@ }, "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_COUNT", + "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Version of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to \"0\" per default." + "text" : "Phone number including type." } ], "preferredName" : [ { "language" : "en", - "text" : "Product (Carbon) Footprint Version" + "text" : "phone" } ], "shortName" : [ { "language" : "en", - "text" : "version" + "text" : "phone" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#version", - "displayName" : [ { - "language" : "en", - "text" : "Product (Carbon) Footprint Version" - } ], - "idShort" : "version" + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#phone", + "idShort" : "phone" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -836,24 +750,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Timestamp of the creation of the Product (Carbon) Footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Complete telephone number to be called to reach a business partner's fax machine." } ], "preferredName" : [ { "language" : "en", - "text" : "Creation of the Product (Carbon) Footprint" + "text" : "fax number" } ], "shortName" : [ { "language" : "en", - "text" : "created" + "text" : "faxNumber" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#created", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber", "displayName" : [ { "language" : "en", - "text" : "Creation of the Product (Carbon) Footprint" + "text" : "fax number" } ], - "idShort" : "created" + "idShort" : "faxNumber" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -869,45 +783,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Status indicator of a product (carbon) footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example set to \"Active\" per default." + "text" : "Characterization of the fax according its location or usage\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS758%23001 (home)." } ], "preferredName" : [ { "language" : "en", - "text" : "Status" + "text" : "type of fax number" } ], "shortName" : [ { "language" : "en", - "text" : "status" - } ], - "valueList" : { - "valueReferencePairs" : [ { - "value" : "Active", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Active92340695" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Deprecated", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Deprecated6b2e8f83" - } ], - "type" : "ModelReference" - } - } ] - } + "text" : "typeOfFaxNumber" + } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#status", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber", "displayName" : [ { "language" : "en", - "text" : "Status" + "text" : "type of fax number" } ], - "idShort" : "status" + "idShort" : "typeOfFaxNumber" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -921,26 +814,28 @@ "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", "dataType" : "STRING", - "definition" : [ { - "language" : "en", - "text" : "Optional: Start of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. If specified, the validity period start must be equal to or greater than the reference period end." - } ], "preferredName" : [ { + "language" : "de", + "text" : "Fax" + }, { "language" : "en", - "text" : "Validity Period Start" + "text" : "fax" } ], "shortName" : [ { "language" : "en", - "text" : "validityPeriodStart" + "text" : "fax" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#fax", "displayName" : [ { + "language" : "de", + "text" : "Fax" + }, { "language" : "en", - "text" : "Validity Period Start" + "text" : "fax" } ], - "idShort" : "validityPeriodStart" + "idShort" : "fax" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -956,24 +851,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Optional: End of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Electronic mail address of a business partner." } ], "preferredName" : [ { "language" : "en", - "text" : "Validity Period End" + "text" : "email address" } ], "shortName" : [ { "language" : "en", - "text" : "validityPeriodEnd" + "text" : "emailAddress" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress", "displayName" : [ { "language" : "en", - "text" : "Validity Period End" + "text" : "email address" } ], - "idShort" : "validityPeriodEnd" + "idShort" : "emailAddress" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -989,24 +884,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Optional: Additional information and instructions related to the calculation of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Public part of an unsymmetrical key pair to sign or encrypt text or messages." } ], "preferredName" : [ { "language" : "en", - "text" : "Comment" + "text" : "public key" } ], "shortName" : [ { "language" : "en", - "text" : "comment" + "text" : "publicKey" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#comment", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey", "displayName" : [ { "language" : "en", - "text" : "Comment" + "text" : "public key" } ], - "idShort" : "comment" + "idShort" : "publicKey" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1022,24 +917,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Name of the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Characterization of an e-mail address according to its location or usage\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home)." } ], "preferredName" : [ { "language" : "en", - "text" : "Company Name" + "text" : "type of email address" } ], "shortName" : [ { "language" : "en", - "text" : "companyName" + "text" : "typeOfEmailAddress" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#companyName", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress", "displayName" : [ { "language" : "en", - "text" : "Company Name" + "text" : "type of email address" } ], - "idShort" : "companyName" + "idShort" : "typeOfEmailAddress" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1055,24 +950,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Non-empty set of Uniform Resource Names (URN). Each value is supposed to uniquely identify the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. For Catena-X Industry Core compliance the set of URNs must contain at least the Business Partner Number Legal Entity (BPNL) in the specified format urn:bpn:id:BPNL[a-zA-Z0-9]{12}. " + "text" : "Characterization of a public key according to its encryption process." } ], "preferredName" : [ { "language" : "en", - "text" : "Company IDs" + "text" : "type of public key" } ], "shortName" : [ { "language" : "en", - "text" : "companyIds" + "text" : "typeOfPublicKey" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#companyIds", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey", "displayName" : [ { "language" : "en", - "text" : "Company IDs" + "text" : "type of public key" } ], - "idShort" : "companyIds" + "idShort" : "typeOfPublicKey" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1088,24 +983,30 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Optional: Free-form description of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "E-mail address and encryption method." } ], "preferredName" : [ { "language" : "en", - "text" : "Product Description" + "text" : "email" + }, { + "language" : "de", + "text" : "Email" } ], "shortName" : [ { "language" : "en", - "text" : "productDescription" + "text" : "email" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#productDescription", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#email", "displayName" : [ { "language" : "en", - "text" : "Product Description" + "text" : "email" + }, { + "language" : "de", + "text" : "Email" } ], - "idShort" : "productDescription" + "idShort" : "email" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1121,24 +1022,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Non-empty set of product identifiers. Each value is supposed to uniquely identify the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productId corresponds with Industry Core manufacturerPartId." + "text" : "Web site address where information about the product or contact is given." } ], "preferredName" : [ { "language" : "en", - "text" : "Product IDs" + "text" : "address of additional link" } ], "shortName" : [ { "language" : "en", - "text" : "productIds" + "text" : "addressOfAdditionalLinkOfIpCommunicationChannel" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#productIds", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel", "displayName" : [ { "language" : "en", - "text" : "Product IDs" + "text" : "address of additional link" } ], - "idShort" : "productIds" + "idShort" : "addressOfAdditionalLinkOfIpCommunicationChannel" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1154,24 +1055,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: UN (United Nations) Product Classification Code (CPC - Central Classification Code) of a given product as specified the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, which will probably be declared as \"optional\" in a later WBCSD specification version. In Catena-X for example specified with default value \"011-99000\"." + "text" : "Characterization of an IP-based communication channel." } ], "preferredName" : [ { "language" : "en", - "text" : "Product Category" + "text" : "type of communication" } ], "shortName" : [ { "language" : "en", - "text" : "productCategoryCpc" + "text" : "typeOfCommunication" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication", "displayName" : [ { "language" : "en", - "text" : "Product Category" + "text" : "type of communication" } ], - "idShort" : "productCategoryCpc" + "idShort" : "typeOfCommunication" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1187,24 +1088,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Non-empty trade name of a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productNameCompany corresponds with Industry Core nameAtManufacturer. " + "text" : "Specification of the available time windows." } ], "preferredName" : [ { "language" : "en", - "text" : "Product Trade Name" + "text" : "available time" } ], "shortName" : [ { "language" : "en", - "text" : "productNameCompany" + "text" : "availableTimeIpCommunicationChannel" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#productNameCompany", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel", "displayName" : [ { "language" : "en", - "text" : "Product Trade Name" + "text" : "available time" } ], - "idShort" : "productNameCompany" + "idShort" : "availableTimeIpCommunicationChannel" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1220,99 +1121,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Unit of analysis of a product in context of the PCF (product carbon footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example list of valid units includes \"piece\"." + "text" : "IP-based communication channels, e.g. chat or video call." } ], "preferredName" : [ { "language" : "en", - "text" : "Unit of measurement" + "text" : "IP communication channel" } ], "shortName" : [ { "language" : "en", - "text" : "declaredUnit" - } ], - "valueList" : { - "valueReferencePairs" : [ { - "value" : "liter", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_liter03d92a6e" - } ], - "type" : "ModelReference" - } - }, { - "value" : "kilogram", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilogram16db10b2" - } ], - "type" : "ModelReference" - } - }, { - "value" : "cubic meter", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_cubicmeter0c183ff4" - } ], - "type" : "ModelReference" - } - }, { - "value" : "kilowatt hour", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilowatthour274d1016" - } ], - "type" : "ModelReference" - } - }, { - "value" : "megajoule", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_megajouled2732238" - } ], - "type" : "ModelReference" - } - }, { - "value" : "ton kilometer", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_tonkilometer678d2724" - } ], - "type" : "ModelReference" - } - }, { - "value" : "square meter", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_squaremeter698b25da" - } ], - "type" : "ModelReference" - } - }, { - "value" : "piece", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_piece34235a2c" - } ], - "type" : "ModelReference" - } - } ] - } + "text" : "iPCommunicationChannels" + } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#declaredUnit", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#iPCommunicationChannels", "displayName" : [ { "language" : "en", - "text" : "Unit of measurement" + "text" : "IP communication channel" } ], - "idShort" : "declaredUnit" + "idShort" : "iPCommunicationChannels" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1325,27 +1151,36 @@ }, "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", - "dataType" : "REAL_MEASURE", + "dataType" : "STRING", "definition" : [ { + "language" : "de", + "text" : "Straße und Nummer." + }, { "language" : "en", - "text" : "Mandatory: Amount of units contained within a product in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Street name and house number." } ], "preferredName" : [ { "language" : "en", - "text" : "Unitary Product Amount" + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" } ], "shortName" : [ { "language" : "en", - "text" : "unitaryProductAmount" + "text" : "street" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#street", "displayName" : [ { "language" : "en", - "text" : "Unitary Product Amount" + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" } ], - "idShort" : "unitaryProductAmount" + "idShort" : "street" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1358,27 +1193,27 @@ }, "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", + "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Mass of a product per declared unit (net, unpackaged) in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + "text" : "ZIP code of address." } ], "preferredName" : [ { "language" : "en", - "text" : "Product Mass Per Declared Unit" + "text" : "ZIP code" } ], "shortName" : [ { "language" : "en", - "text" : "productMassPerDeclaredUnit" + "text" : "zipCode" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode", "displayName" : [ { "language" : "en", - "text" : "Product Mass Per Declared Unit" + "text" : "ZIP code" } ], - "idShort" : "productMassPerDeclaredUnit" + "idShort" : "zipCode" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1391,27 +1226,27 @@ }, "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", + "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Applied cut-off percentage of emissions excluded from PCF (Product Carbon Footprint).\nFor accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%." + "text" : "P.O. box number." } ], "preferredName" : [ { "language" : "en", - "text" : "Exempted Emissions Percent" + "text" : "P.O. box" } ], "shortName" : [ { "language" : "en", - "text" : "exemptedEmissionsPercent" + "text" : "poBox" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox", "displayName" : [ { "language" : "en", - "text" : "Exempted Emissions Percent" + "text" : "P.O. box" } ], - "idShort" : "exemptedEmissionsPercent" + "idShort" : "poBox" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1427,24 +1262,33 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Optional: Rationale behind exclusion of specific PCF (Product Carbon Footprint) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "ZIP code of address." + }, { + "language" : "de", + "text" : "Postleitzahl." } ], "preferredName" : [ { "language" : "en", - "text" : "Exempted Emissions Description" + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" } ], "shortName" : [ { "language" : "en", - "text" : "exemptedEmissionsDescription" + "text" : "zipCodeOfPoBox" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox", "displayName" : [ { "language" : "en", - "text" : "Exempted Emissions Description" + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" } ], - "idShort" : "exemptedEmissionsDescription" + "idShort" : "zipCodeOfPoBox" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1460,24 +1304,33 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Optional: Processes attributable to each lifecycle stage as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Federal state, a part of a state." + }, { + "language" : "de", + "text" : "Bundesland/Region" } ], "preferredName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { "language" : "en", - "text" : "Boundary Processes Description" + "text" : "state/county" } ], "shortName" : [ { "language" : "en", - "text" : "boundaryProcessesDescription" + "text" : "stateCounty" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty", "displayName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { "language" : "en", - "text" : "Boundary Processes Description" + "text" : "state/county" } ], - "idShort" : "boundaryProcessesDescription" + "idShort" : "stateCounty" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1491,26 +1344,22 @@ "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", "dataType" : "STRING", - "definition" : [ { - "language" : "en", - "text" : "Optional: Subdivision of a country which must be an ISO 3166-2 subdivision code as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], "preferredName" : [ { "language" : "en", - "text" : "Geography Country Subdivision" + "text" : "name of contact" } ], "shortName" : [ { "language" : "en", - "text" : "geographyCountrySubdivision" + "text" : "nameOfContact" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact", "displayName" : [ { "language" : "en", - "text" : "Geography Country Subdivision" + "text" : "name of contact" } ], - "idShort" : "geographyCountrySubdivision" + "idShort" : "nameOfContact" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1526,24 +1375,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Optional: Two letter country code that must conform to data type ISO 3166CC as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "First name of a contact person." } ], "preferredName" : [ { "language" : "en", - "text" : "Geography Country" + "text" : "first name" } ], "shortName" : [ { "language" : "en", - "text" : "geographyCountry" + "text" : "firstName" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountry", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName", "displayName" : [ { "language" : "en", - "text" : "Geography Country" + "text" : "first name" } ], - "idShort" : "geographyCountry" + "idShort" : "firstName" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1559,243 +1408,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Region according to list as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Middle names of contact person." } ], "preferredName" : [ { "language" : "en", - "text" : "Region" + "text" : "middle names" } ], "shortName" : [ { "language" : "en", - "text" : "geographyRegionOrSubregion" - } ], - "valueList" : { - "valueReferencePairs" : [ { - "value" : "Africa", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Africac4a371ac" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Americas", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Americas2d1b84c3" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Asia", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Asia7ac02ec1" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Europe", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Europee595f45d" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Oceania", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Oceania4773281f" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Australia and New Zealand", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_AustraliaandNewZealand7e27c84b" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Central Asia", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_CentralAsiaa5b94bb1" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Eastern Asia", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternAsiae5e4c3d1" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Eastern Europe", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternEuropee0cc9e7e" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Latin America and the Caribbean", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_LatinAmericaandtheCaribbeana0078416" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Melanesia", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Melanesia76a35072" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Micronesia", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Micronesiad70835b5" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Northern Africa", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAfrica8505fee1" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Northern America", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAmerica2e4d39a6" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Northern Europe", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernEurope11767e0b" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Polynesia", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Polynesia32098480" - } ], - "type" : "ModelReference" - } - }, { - "value" : "South-eastern Asia", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_South-easternAsia114fbd91" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Southern Asia", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernAsiad52ccbb4" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Southern Europe", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernEurope5dc8a7ac" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Sub-Saharan Africa", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Sub-SaharanAfrica891a660d" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Western Asia", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternAsiaa805d1c9" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Western Europe", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternEurope6a5e7b44" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Global", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Globala258b30f" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Several", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Severalfc7323a3" - } ], - "type" : "ModelReference" - } - } ] - } + "text" : "middleNames" + } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames", "displayName" : [ { "language" : "en", - "text" : "Region" + "text" : "middle names" } ], - "idShort" : "geographyRegionOrSubregion" + "idShort" : "middleNames" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1811,24 +1441,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Start of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Common, formal, religious, or other title preceding a contact person's name." } ], "preferredName" : [ { "language" : "en", - "text" : "Reference Period Start" + "text" : "title" } ], "shortName" : [ { "language" : "en", - "text" : "referencePeriodStart" + "text" : "title" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#title", "displayName" : [ { "language" : "en", - "text" : "Reference Period Start" + "text" : "title" } ], - "idShort" : "referencePeriodStart" + "idShort" : "title" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1844,24 +1474,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: End of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Academic title preceding a contact person's name." } ], "preferredName" : [ { "language" : "en", - "text" : "Reference Period End" + "text" : "academic title" } ], "shortName" : [ { "language" : "en", - "text" : "referencePeriodEnd" + "text" : "academicTitle" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle", "displayName" : [ { "language" : "en", - "text" : "Reference Period End" + "text" : "academic title" } ], - "idShort" : "referencePeriodEnd" + "idShort" : "academicTitle" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -1877,135 +1507,20 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Additional information of the contact person." } ], "preferredName" : [ { "language" : "en", - "text" : "Cross Sectoral Standard" + "text" : "furtherDetailsOfContact" } ], "shortName" : [ { "language" : "en", - "text" : "crossSectoralStandard" - } ], - "valueList" : { - "valueReferencePairs" : [ { - "value" : "ISO Standard 14067", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140675220ef43" - } ], - "type" : "ModelReference" - } - }, { - "value" : "ISO Standard 14044", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404487b1ad6e" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Pathfinder v1", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv1dc7c6be2" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Pathfinder v2", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv2294f87f5" - } ], - "type" : "ModelReference" - } - }, { - "value" : "PAS 2050", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PAS205021a4e735" - } ], - "type" : "ModelReference" - } - }, { - "value" : "ISO Standard 14040", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404056f7d7e6" - } ], - "type" : "ModelReference" - } - }, { - "value" : "ISO Standard 14041", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140416a1ddfa1" - } ], - "type" : "ModelReference" - } - }, { - "value" : "ISO Standard 14042", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140427b8e5150" - } ], - "type" : "ModelReference" - } - }, { - "value" : "ISO Standard 14043", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404321cc8e41" - } ], - "type" : "ModelReference" - } - }, { - "value" : "PEF", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PEF16a96c1e" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Other", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Otherf97e9da0" - } ], - "type" : "ModelReference" - } - }, { - "value" : "GHG Protocol Product Standard", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_GHGProtocolProductStandarda3c52802" - } ], - "type" : "ModelReference" - } - } ] - } + "text" : "furtherDetailsOfContact" + } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard", - "displayName" : [ { - "language" : "en", - "text" : "Cross Sectoral Standard" - } ], - "idShort" : "crossSectoralStandard" + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact", + "idShort" : "furtherDetailsOfContact" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -2021,24 +1536,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Web site address where information about the product or contact is given." } ], "preferredName" : [ { "language" : "en", - "text" : "Cross Sectoral Standards Used" + "text" : "address of additional link" } ], "shortName" : [ { "language" : "en", - "text" : "crossSectoralStandardsUsed" + "text" : "addressOfAdditionalLink" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandardsUsed", + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink", "displayName" : [ { "language" : "en", - "text" : "Cross Sectoral Standards Used" + "text" : "address of additional link" } ], - "idShort" : "crossSectoralStandardsUsed" + "idShort" : "addressOfAdditionalLink" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -2054,54 +1569,30 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example must always be \"Other\"." + "text" : "Indicates the hand-over address of the goods transport." } ], "preferredName" : [ { + "language" : "de", + "text" : "Warenübergabeadresse" + }, { "language" : "en", - "text" : "Operator or Publisher of Sector Specific Rules" + "text" : "goods address hand-over" } ], "shortName" : [ { "language" : "en", - "text" : "operator" - } ], - "valueList" : { - "valueReferencePairs" : [ { - "value" : "PEF", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_PEF16a96c1e" - } ], - "type" : "ModelReference" - } - }, { - "value" : "EPD International", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_EPDInternational8e0765e1" - } ], - "type" : "ModelReference" - } - }, { - "value" : "Other", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_Otherf97e9da0" - } ], - "type" : "ModelReference" - } - } ] - } + "text" : "goodsHandoverAddress" + } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#operator", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#goodsHandoverAddress", "displayName" : [ { + "language" : "de", + "text" : "Warenübergabeadresse" + }, { "language" : "en", - "text" : "Operator or Publisher of Sector Specific Rules" + "text" : "goods address hand-over" } ], - "idShort" : "operator" + "idShort" : "goodsHandoverAddress" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -2117,24 +1608,30 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Name of a rule applied by a specific operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Time at which something was first published or made available." } ], "preferredName" : [ { "language" : "en", - "text" : "Rule Name" + "text" : "publication date" + }, { + "language" : "de", + "text" : "Veröffentlichungsdatum" } ], "shortName" : [ { "language" : "en", - "text" : "ruleName" + "text" : "publicationDate" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#ruleName", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#publicationDate", "displayName" : [ { "language" : "en", - "text" : "Rule Name" + "text" : "publication date" + }, { + "language" : "de", + "text" : "Veröffentlichungsdatum" } ], - "idShort" : "ruleName" + "idShort" : "publicationDate" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -2150,24 +1647,30 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required." } ], "preferredName" : [ { "language" : "en", - "text" : "Product or Sector Specific Rule Names" + "text" : "expiration date" + }, { + "language" : "de", + "text" : "Ablaufdatum" } ], "shortName" : [ { "language" : "en", - "text" : "ruleNames" + "text" : "expirationDate" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#ruleNames", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#expirationDate", "displayName" : [ { "language" : "en", - "text" : "Product or Sector Specific Rule Names" + "text" : "expiration date" + }, { + "language" : "de", + "text" : "Ablaufdatum" } ], - "idShort" : "ruleNames" + "idShort" : "expirationDate" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -2183,24 +1686,30 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Optional: Other operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by a default value." + "text" : "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use." } ], "preferredName" : [ { "language" : "en", - "text" : "Other Operator Name" + "text" : "product carbon footprint" + }, { + "language" : "de", + "text" : "Produkt CO2-Fußabdruck" } ], "shortName" : [ { "language" : "en", - "text" : "otherOperatorName" + "text" : "productCarbonFootprints" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#otherOperatorName", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productCarbonFootprints", "displayName" : [ { "language" : "en", - "text" : "Other Operator Name" + "text" : "product carbon footprint" + }, { + "language" : "de", + "text" : "Produkt CO2-Fußabdruck" } ], - "idShort" : "otherOperatorName" + "idShort" : "productCarbonFootprints" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -2216,78 +1725,33 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation." + }, { + "language" : "de", + "text" : "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen." } ], "preferredName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { "language" : "en", - "text" : "Product or Sector Specific Rules" + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" } ], "shortName" : [ { "language" : "en", - "text" : "productOrSectorSpecificRules" + "text" : "productOrSectorSpecificPcfCalculationMethods" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#productOrSectorSpecificRules", - "displayName" : [ { - "language" : "en", - "text" : "Product or Sector Specific Rules" - } ], - "idShort" : "productOrSectorSpecificRules" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", - "definition" : [ { - "language" : "en", - "text" : "Mandatory: IPCC (Intergovernmental Panel on Climate Change) version of the GWP (Global Warming Potential) characterization factors used for calculating the PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value \\\"AR6\\\". Default value can be overwritten." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Characterization Factors" - } ], - "shortName" : [ { - "language" : "en", - "text" : "characterizationFactors" - } ], - "valueList" : { - "valueReferencePairs" : [ { - "value" : "AR5", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR5c1258ff9" - } ], - "type" : "ModelReference" - } - }, { - "value" : "AR6", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR6bfd2b8fd" - } ], - "type" : "ModelReference" - } - } ] - } - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#characterizationFactors", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificPcfCalculationMethods", "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { "language" : "en", - "text" : "Characterization Factors" + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" } ], - "idShort" : "characterizationFactors" + "idShort" : "productOrSectorSpecificPcfCalculationMethods" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -2302,25 +1766,34 @@ "modelType" : "DataSpecificationIec61360", "dataType" : "STRING", "definition" : [ { + "language" : "de", + "text" : "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. " + }, { "language" : "en", - "text" : "Optional: Allocation rules used and underlying reasoning in context of a product carbon footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value \"In accordance with Catena-X PCF Rulebook (Version 3.0.0)\"." + "text" : "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint." } ], "preferredName" : [ { "language" : "en", - "text" : "Allocation Rules Description" + "text" : "product or sector specific rules" + }, { + "language" : "de", + "text" : "produktspezifische oder sektorspezifische Regeln" } ], "shortName" : [ { "language" : "en", - "text" : "allocationRulesDescription" + "text" : "productOrSectorSpecificRule" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificRule", "displayName" : [ { "language" : "en", - "text" : "Allocation Rules Description" + "text" : "product or sector specific rules" + }, { + "language" : "de", + "text" : "produktspezifische oder sektorspezifische Regeln" } ], - "idShort" : "allocationRulesDescription" + "idShort" : "productOrSectorSpecificRule" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -2336,87 +1809,33 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Allocation approach used for waste incineration with energy recovery as specified by the TFS (Together For Sustainability) initiative. In Catena-X for example must be specified by value \"cut-off\"." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Allocation Waste Incineration" - } ], - "shortName" : [ { - "language" : "en", - "text" : "allocationWasteIncineration" - } ], - "valueList" : { - "valueReferencePairs" : [ { - "value" : "cut-off", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_cut-offfd27f68f" - } ], - "type" : "ModelReference" - } - }, { - "value" : "reverse cut-off", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_reversecut-off63c0b4c7" - } ], - "type" : "ModelReference" - } - }, { - "value" : "system expansion", - "valueId" : { - "keys" : [ { - "type" : "DataElement", - "value" : "urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_systemexpansion804f197d" - } ], - "type" : "ModelReference" - } - } ] - } - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration", - "displayName" : [ { - "language" : "en", - "text" : "Allocation Waste Incineration" - } ], - "idShort" : "allocationWasteIncineration" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Mandatory starting 2025: Share of primary data in percent as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required." + }, { + "language" : "de", + "text" : "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht." } ], "preferredName" : [ { "language" : "en", - "text" : "Primary Data Share" + "text" : "external API for PCF information" + }, { + "language" : "de", + "text" : "externe API für PCF Informationen" } ], "shortName" : [ { "language" : "en", - "text" : "primaryDataShare" + "text" : "externalPcfApi" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#primaryDataShare", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#externalPcfApi", "displayName" : [ { "language" : "en", - "text" : "Primary Data Share" + "text" : "external API for PCF information" + }, { + "language" : "de", + "text" : "externe API für PCF Informationen" } ], - "idShort" : "primaryDataShare" + "idShort" : "externalPcfApi" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -2431,25 +1850,34 @@ "modelType" : "DataSpecificationIec61360", "dataType" : "STRING", "definition" : [ { + "language" : "de", + "text" : "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden." + }, { "language" : "en", - "text" : "Mandatory: Emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "A section in which further content is listed according to the calculation method for the Product Carbon Footprint." } ], "preferredName" : [ { "language" : "en", - "text" : "Emission Factor Data Source" + "text" : "PCF information" + }, { + "language" : "de", + "text" : "PCF-Information" } ], "shortName" : [ { "language" : "en", - "text" : "emissionFactorDS" + "text" : "productOrSectorSpecificPcfInformation" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificPcfInformation", "displayName" : [ { "language" : "en", - "text" : "Emission Factor Data Source" + "text" : "PCF information" + }, { + "language" : "de", + "text" : "PCF-Information" } ], - "idShort" : "emissionFactorDS" + "idShort" : "productOrSectorSpecificPcfInformation" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -2465,3269 +1893,1276 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle." } ], "preferredName" : [ { "language" : "en", - "text" : "Secondary Emission Factor Sources" + "text" : "product or sector specific carbon footprints" } ], "shortName" : [ { "language" : "en", - "text" : "secondaryEmissionFactorSources" + "text" : "productOrSectorSpecificCarbonFootprints" } ] } } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#secondaryEmissionFactorSources", + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificCarbonFootprints", "displayName" : [ { "language" : "en", - "text" : "Secondary Emission Factor Sources" + "text" : "product or sector specific carbon footprints" } ], - "idShort" : "secondaryEmissionFactorSources" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Mandatory starting 2025: Percentage of PCF (Product Carbon Footprint) included in the data quality assessment based on the >5% emissions threshold as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to \"100\" per default." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Coverage Percent" - } ], - "shortName" : [ { - "language" : "en", - "text" : "coveragePercent" - } ] - } + "idShort" : "productOrSectorSpecificCarbonFootprints" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#CarbonFootprint" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/IDTA-02023-1-0" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/SubmodelTemplate/CarbonFootprint/1/0" + } ], + "type" : "ExternalReference" } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#coveragePercent", - "displayName" : [ { + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#CarbonFootprint/submodel", + "description" : [ { "language" : "en", - "text" : "Coverage Percent" + "text" : "Provides the means to access the Carbon Footprint of the asset." } ], - "idShort" : "coveragePercent" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { + "idShort" : "CarbonFootprint", + "submodelElements" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ProductCarbonFootprintSet" } ], "type" : "ExternalReference" }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Optional: Technological representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Technological DQR (Data Quality Rating)" - } ], - "shortName" : [ { - "language" : "en", - "text" : "technologicalDQR" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#technologicalDQR", - "displayName" : [ { - "language" : "en", - "text" : "Technological DQR (Data Quality Rating)" - } ], - "idShort" : "technologicalDQR" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { + "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + "value" : "https://admin-shell.io/idta/CarbonFootprint/CarbonFootprints/1/0" } ], "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Optional: Temporal representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Temporal DQR (Data Quality Rating)" - } ], - "shortName" : [ { - "language" : "en", - "text" : "temporalDQR" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#temporalDQR", - "displayName" : [ { - "language" : "en", - "text" : "Temporal DQR (Data Quality Rating)" - } ], - "idShort" : "temporalDQR" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "description" : [ { + "language" : "en", + "text" : "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product carbon footprint" + }, { + "language" : "de", + "text" : "Produkt CO2-Fußabdruck" + } ], + "idShort" : "productCarbonFootprints", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ProductCarbonFootprint/1/0" + } ], + "type" : "ExternalReference" } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { + "description" : [ { "language" : "en", - "text" : "Optional: Geographical representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use." } ], - "preferredName" : [ { + "displayName" : [ { "language" : "en", - "text" : "Geographical DQR (Data Quality Rating)" + "text" : "product carbon footprint" + }, { + "language" : "de", + "text" : "Produkt CO2-Fußabdruck" } ], - "shortName" : [ { - "language" : "en", - "text" : "geographicalDQR" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#geographicalDQR", - "displayName" : [ { - "language" : "en", - "text" : "Geographical DQR (Data Quality Rating)" - } ], - "idShort" : "geographicalDQR" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Optional: Completeness of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Completeness DQR (Data Quality Rating)" - } ], - "shortName" : [ { - "language" : "en", - "text" : "completenessDQR" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#completenessDQR", - "displayName" : [ { - "language" : "en", - "text" : "Completeness DQR (Data Quality Rating)" - } ], - "idShort" : "completenessDQR" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Optional: Reliability of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Reliability DQR (Data Quality Rating)" - } ], - "shortName" : [ { - "language" : "en", - "text" : "reliabilityDQR" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR", - "displayName" : [ { - "language" : "en", - "text" : "Reliability DQR (Data Quality Rating)" - } ], - "idShort" : "reliabilityDQR" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", - "definition" : [ { - "language" : "en", - "text" : "Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "DQI (Data Quality Indicators)" - } ], - "shortName" : [ { - "language" : "en", - "text" : "dqi" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#dqi", - "displayName" : [ { - "language" : "en", - "text" : "DQI (Data Quality Indicators)" - } ], - "idShort" : "dqi" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "BOOLEAN", - "definition" : [ { - "language" : "en", - "text" : "Mandatory: The Catena-X PCF Rulebook requires to include packaging from a system boundary perspective. \"FALSE\" is only possible due to the application of the cut-off rule.\nFlag indicating whether packaging emissions are included in a PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Packaging Emissions Included" - } ], - "shortName" : [ { - "language" : "en", - "text" : "packagingEmissionsIncluded" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded", - "displayName" : [ { - "language" : "en", - "text" : "Packaging Emissions Included" - } ], - "idShort" : "packagingEmissionsIncluded" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Mandatory: Product carbon footprint of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "PCF (Product Carbon Footprint) Excluding Biogenic" - } ], - "shortName" : [ { - "language" : "en", - "text" : "pcfExcludingBiogenic" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic", - "displayName" : [ { - "language" : "en", - "text" : "PCF (Product Carbon Footprint) Excluding Biogenic" - } ], - "idShort" : "pcfExcludingBiogenic" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Mandatory starting 2025: Product carbon footprint of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Optional value in current specification version but will be mandatory in future version." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "PCF (Product Carbon Footprint) Including Biogenic" - } ], - "shortName" : [ { - "language" : "en", - "text" : "pcfIncludingBiogenic" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic", - "displayName" : [ { - "language" : "en", - "text" : "PCF (Product Carbon Footprint) Including Biogenic" - } ], - "idShort" : "pcfIncludingBiogenic" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Mandatory starting 2025: Emissions from combustion of fossil sources as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Identical to \"pcfExcludingBiogenic\", will be removed in later version." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Fossil Emissions" - } ], - "shortName" : [ { - "language" : "en", - "text" : "fossilGhgEmissions" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions", - "displayName" : [ { - "language" : "en", - "text" : "Fossil Emissions" - } ], - "idShort" : "fossilGhgEmissions" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Mandatory starting 2025: GWP (Global Warming Potential) of biogenic CO2e-emissions in production phase which contain only GHG (Greenhouse Gas) emissions other than CO2 - excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0)." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Biogenic Carbon Emissions Other Than CO2" - } ], - "shortName" : [ { - "language" : "en", - "text" : "biogenicCarbonEmissionsOtherThanCO2" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2", - "displayName" : [ { - "language" : "en", - "text" : "Biogenic Carbon Emissions Other Than CO2" - } ], - "idShort" : "biogenicCarbonEmissionsOtherThanCO2" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Mandatory starting 2025: Biogenic carbon content in the product converted to CO2e as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Biogenic Carbon Withdrawal" - } ], - "shortName" : [ { - "language" : "en", - "text" : "biogenicCarbonWithdrawal" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal", - "displayName" : [ { - "language" : "en", - "text" : "Biogenic Carbon Withdrawal" - } ], - "idShort" : "biogenicCarbonWithdrawal" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Mandatory starting 2025: Direct land use change CO2e emissions in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" - } ], - "shortName" : [ { - "language" : "en", - "text" : "dlucGhgEmissions" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions", - "displayName" : [ { - "language" : "en", - "text" : "dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" - } ], - "idShort" : "dlucGhgEmissions" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Mandatory starting 2025: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "LU (Land Use) GHG (Greenhouse Gas) Emissions" - } ], - "shortName" : [ { - "language" : "en", - "text" : "luGhgEmissions" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions", - "displayName" : [ { - "language" : "en", - "text" : "LU (Land Use) GHG (Greenhouse Gas) Emissions" - } ], - "idShort" : "luGhgEmissions" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Mandatory starting 2025: GHG (Greenhouse Gas) emissions resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Aircraft GHG Emissions" - } ], - "shortName" : [ { - "language" : "en", - "text" : "aircraftGhgEmissions" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions", - "displayName" : [ { - "language" : "en", - "text" : "Aircraft GHG Emissions" - } ], - "idShort" : "aircraftGhgEmissions" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Optional: Emissions resulting from the packaging of the product as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. In Catena-X not relevant to be reported separately." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Packaging GHG (Greenhouse Gas) Emissions" - } ], - "shortName" : [ { - "language" : "en", - "text" : "packagingGhgEmissions" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions", - "displayName" : [ { - "language" : "en", - "text" : "Packaging GHG (Greenhouse Gas) Emissions" - } ], - "idShort" : "packagingGhgEmissions" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Optional: Product carbon footprint for the distribution stage of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0)." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic" - } ], - "shortName" : [ { - "language" : "en", - "text" : "distributionStagePcfExcludingBiogenic" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic" - } ], - "idShort" : "distributionStagePcfExcludingBiogenic" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Optional: Product carbon footprint for the distribution stage of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0)." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Distribution Stage PCF (Product Carbon Footprint) Including Biogenic" - } ], - "shortName" : [ { - "language" : "en", - "text" : "distributionStagePcfIncludingBiogenic" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage PCF (Product Carbon Footprint) Including Biogenic" - } ], - "idShort" : "distributionStagePcfIncludingBiogenic" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Optional: Emissions from the combustion of fossil sources in the distribution stage as specified in the Catena-X PCF Rulebook (Version 3.0.0)." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Distribution Stage Fossil GHG (Greenhouse Gas) Emissions" - } ], - "shortName" : [ { - "language" : "en", - "text" : "distributionStageFossilGhgEmissions" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage Fossil GHG (Greenhouse Gas) Emissions" - } ], - "idShort" : "distributionStageFossilGhgEmissions" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Optional: GWP (Global Warming Potential) of biogenic CO2e-emissions in distribution phase which contain only GHG (Greenhouse Gas) emissions other than CO2 ? excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0)." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Distribution Stage Biogenic Carbon Emissions Other Than CO2" - } ], - "shortName" : [ { - "language" : "en", - "text" : "distributionStageBiogenicCarbonEmissionsOtherThanCO2" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage Biogenic Carbon Emissions Other Than CO2" - } ], - "idShort" : "distributionStageBiogenicCarbonEmissionsOtherThanCO2" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Optional: GWP (Global Warming Potential) of biogenic CO2-withdrawal in distribution stage (biogenic CO2 contained in the product) as specified in the Catena-X PCF Rulebook (Version 3.0.0)." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Distribution Stage Biogenic Carbon Withdrawal" - } ], - "shortName" : [ { - "language" : "en", - "text" : "distributionStageBiogenicCarbonWithdrawal" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage Biogenic Carbon Withdrawal" - } ], - "idShort" : "distributionStageBiogenicCarbonWithdrawal" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Optional: Direct land use change CO2 emissions during distribution stage in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" - } ], - "shortName" : [ { - "language" : "en", - "text" : "distributionStageDlucGhgEmissions" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" - } ], - "idShort" : "distributionStageDlucGhgEmissions" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Optional: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions" - } ], - "shortName" : [ { - "language" : "en", - "text" : "distributionStageLuGhgEmissions" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions" - } ], - "idShort" : "distributionStageLuGhgEmissions" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Mandatory starting 2025: Total carbon content per declared unit in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0)." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Carbon Content Total" - } ], - "shortName" : [ { - "language" : "en", - "text" : "carbonContentTotal" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal", - "displayName" : [ { - "language" : "en", - "text" : "Carbon Content Total" - } ], - "idShort" : "carbonContentTotal" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Mandatory starting 2025: Fossil carbon amount embodied in a product as specified in the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero; WBCSD specific extension, in Catena-X specified by a calculated value." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Fossil Carbon Content" - } ], - "shortName" : [ { - "language" : "en", - "text" : "fossilCarbonContent" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent", - "displayName" : [ { - "language" : "en", - "text" : "Fossil Carbon Content" - } ], - "idShort" : "fossilCarbonContent" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Mandatory starting 2025: Biogenic carbon amount embodied in a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Biogenic Carbon Content" - } ], - "shortName" : [ { - "language" : "en", - "text" : "biogenicCarbonContent" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent", - "displayName" : [ { - "language" : "en", - "text" : "Biogenic Carbon Content" - } ], - "idShort" : "biogenicCarbonContent" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "INTEGER_MEASURE", - "definition" : [ { - "language" : "en", - "text" : "Optional: GHG (Greenhouse Gas) emissions for the distribution stage resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "Distribution Stage Aircraft GHG Emissions" - } ], - "shortName" : [ { - "language" : "en", - "text" : "distributionStageAircraftGhgEmissions" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage Aircraft GHG Emissions" - } ], - "idShort" : "distributionStageAircraftGhgEmissions" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", - "definition" : [ { - "language" : "en", - "text" : "A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "PCF (Product Carbon Footprint)" - } ], - "shortName" : [ { - "language" : "en", - "text" : "pcf" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#pcf", - "displayName" : [ { - "language" : "en", - "text" : "PCF (Product Carbon Footprint)" - } ], - "idShort" : "pcf" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", - "definition" : [ { - "language" : "en", - "text" : "Optional: Option for legal statement/ disclaimer as specified in the Catena-X PCF Rulebook (Version 3.0.0)." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "PCF (Product Carbon Footprint) Legal Statement" - } ], - "shortName" : [ { - "language" : "en", - "text" : "pcfLegalStatement" - } ] - } - } ], - "id" : "urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement", - "displayName" : [ { - "language" : "en", - "text" : "PCF (Product Carbon Footprint) Legal Statement" - } ], - "idShort" : "pcfLegalStatement" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", - "definition" : [ { - "language" : "en", - "text" : "Carbon footprint conformant to technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. This specification was published by Partnership of Carbon Transparency (PACT)." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "carbon footprint as recommended by PACT" - } ], - "shortName" : [ { - "language" : "en", - "text" : "pact" - } ] - } - } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pact", - "displayName" : [ { - "language" : "en", - "text" : "carbon footprint as recommended by PACT" - } ], - "idShort" : "pact" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", - "definition" : [ { - "language" : "en", - "text" : "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation." - }, { - "language" : "de", - "text" : "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen." - } ], - "preferredName" : [ { - "language" : "de", - "text" : "impact assessment method / calculation method" - }, { - "language" : "en", - "text" : "Folgenabschätzungsmethode / Berechnungsmethode" - } ], - "shortName" : [ { - "language" : "en", - "text" : "productOrSectorSpecificPcfCalculationMethods" - } ] - } - } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificPcfCalculationMethods", - "displayName" : [ { - "language" : "de", - "text" : "impact assessment method / calculation method" - }, { - "language" : "en", - "text" : "Folgenabschätzungsmethode / Berechnungsmethode" - } ], - "idShort" : "productOrSectorSpecificPcfCalculationMethods" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", - "definition" : [ { - "language" : "de", - "text" : "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. " - }, { - "language" : "en", - "text" : "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "product or sector specific rules" - }, { - "language" : "de", - "text" : "produktspezifische oder sektorspezifische Regeln" - } ], - "shortName" : [ { - "language" : "en", - "text" : "productOrSectorSpecificRules" - } ] - } - } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificRules", - "displayName" : [ { - "language" : "en", - "text" : "product or sector specific rules" - }, { - "language" : "de", - "text" : "produktspezifische oder sektorspezifische Regeln" - } ], - "idShort" : "productOrSectorSpecificRules" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", - "definition" : [ { - "language" : "en", - "text" : "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required." - }, { - "language" : "de", - "text" : "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "external API for PCF information" - }, { - "language" : "de", - "text" : "externe API für PCF Informationen" - } ], - "shortName" : [ { - "language" : "en", - "text" : "externalPcfApi" - } ] - } - } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#externalPcfApi", - "displayName" : [ { - "language" : "en", - "text" : "external API for PCF information" - }, { - "language" : "de", - "text" : "externe API für PCF Informationen" - } ], - "idShort" : "externalPcfApi" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", - "definition" : [ { - "language" : "de", - "text" : "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden." - }, { - "language" : "en", - "text" : "A section in which further content is listed according to the calculation method for the Product Carbon Footprint." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "PCF information" - }, { - "language" : "de", - "text" : "PCF-Information" - } ], - "shortName" : [ { - "language" : "en", - "text" : "productOrSectorSpecificPcfInformation" - } ] - } - } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificPcfInformation", - "displayName" : [ { - "language" : "en", - "text" : "PCF information" - }, { - "language" : "de", - "text" : "PCF-Information" - } ], - "idShort" : "productOrSectorSpecificPcfInformation" - }, { - "modelType" : "ConceptDescription", - "embeddedDataSpecifications" : [ { - "dataSpecification" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" - } ], - "type" : "ExternalReference" - }, - "dataSpecificationContent" : { - "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", - "definition" : [ { - "language" : "en", - "text" : "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle." - } ], - "preferredName" : [ { - "language" : "en", - "text" : "product or sector specific carbon footprints" - } ], - "shortName" : [ { - "language" : "en", - "text" : "productOrSectorSpecificCarbonFootprints" - } ] - } - } ], - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificCarbonFootprints", - "displayName" : [ { - "language" : "en", - "text" : "product or sector specific carbon footprints" - } ], - "idShort" : "productOrSectorSpecificCarbonFootprints" - } ], - "submodels" : [ { - "modelType" : "Submodel", - "kind" : "Template", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/IDTA-02023-1-0" - } ], - "type" : "ExternalReference" - }, { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/idta/CarbonFootprint/CarbonFootprint/1/0" - } ], - "type" : "ExternalReference" - } ], - "administration" : { }, - "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint/submodel", - "description" : [ { - "language" : "en", - "text" : "Provides the means to access the Carbon Footprint of the asset." - } ], - "idShort" : "CarbonFootprint", - "submodelElements" : [ { - "modelType" : "SubmodelElementList", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductCarbonFootprintSet" - } ], - "type" : "ExternalReference" - }, - "description" : [ { - "language" : "en", - "text" : "Several carbon footprints may be provided." - } ], - "displayName" : [ { - "language" : "en", - "text" : "set of carbon footprints" - } ], - "idShort" : "productCarbonFootprints", - "orderRelevant" : false, - "typeValueListElement" : "SubmodelElementCollection", - "value" : [ { - "modelType" : "SubmodelElementCollection", - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/idta/CarbonFootprint/ProductCarbonFootprint/1/0" - } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Several carbon footprints may be provided." - } ], - "displayName" : [ { - "language" : "en", - "text" : "set of carbon footprints" - } ], - "idShort" : "productCarbonFootprints", - "value" : [ { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#expirationDate" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:dateTime", - "displayName" : [ { - "language" : "en", - "text" : "expiration date" - }, { - "language" : "de", - "text" : "Ablaufdatum" - } ], - "idShort" : "expirationDate" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#publicationDate" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:dateTime", - "displayName" : [ { - "language" : "en", - "text" : "publication date" - }, { - "language" : "de", - "text" : "Veröffentlichungsdatum" - } ], - "idShort" : "publicationDate" - }, { - "modelType" : "SubmodelElementCollection", - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "0173-1#02-AAQ837#005" - } ], - "type" : "ExternalReference" - }, { - "keys" : [ { - "type" : "GlobalReference", - "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2301-AHF575%23003" - } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Indicates the hand-over address of the goods transport." - } ], - "displayName" : [ { - "language" : "de", - "text" : "Warenübergabeadresse" - }, { - "language" : "en", - "text" : "goods address hand-over" - } ], - "idShort" : "goodsAddressHandover", - "value" : [ { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#street" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "0173-1%2302-ABH95623003" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "idShort" : "street" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#houseNumber" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "0173-1#02-ABH957#003" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "idShort" : "houseNumber" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#zipCode" - } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:string", - "idShort" : "zipCode" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#cityTown" - } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:string", - "idShort" : "cityTown" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#country" - } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "country" - } ], - "idShort" : "country" - } ] - }, { - "modelType" : "SubmodelElementCollection", - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/aas/3/1/File" - } ], - "type" : "ExternalReference" - }, { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/idta/CarbonFootprint/ExplanatoryStatement/1/0" - } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product." - } ], - "displayName" : [ { - "language" : "en", - "text" : "explanatory statement" - }, { - "language" : "de", - "text" : "Erklärung" - } ], - "idShort" : "explanatoryStatement", - "value" : [ { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue" - } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:anyURI", - "idShort" : "resourceValue" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType" - } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:string", - "idShort" : "contentType" - } ] - }, { - "modelType" : "SubmodelElementList", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#lifeCyclePhaseSet" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG858%23003" - } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers." - } ], - "displayName" : [ { - "language" : "en", - "text" : "life cycle phases" - }, { - "language" : "de", - "text" : "Lebenszyklusphasen" - } ], - "idShort" : "lifeCyclePhases", - "orderRelevant" : false, - "typeValueListElement" : "SubmodelElementCollection", - "value" : [ { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#lifeCyclePhases" - } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "life cycle phases" - }, { - "language" : "de", - "text" : "Lebenszyklusphasen" - } ], - "idShort" : "lifeCyclePhases" - } ] - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#quantityOfMeasureForCalculation" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG857%23003" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:double", - "displayName" : [ { - "language" : "en", - "text" : "quantity of measure for calculation" - }, { - "language" : "de", - "text" : "Mengenangabe für die Berechnung" - } ], - "idShort" : "quantityOfMeasureForCalculation" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#referenceImpactUnitForCalculation" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG856%23003" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "de", - "text" : "Referenzeinheit für die Berechnung" - }, { - "language" : "en", - "text" : "reference value for calculation" - } ], - "idShort" : "referenceImpactUnitForCalculation" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCoEq" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG855%23003" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:double", - "displayName" : [ { - "language" : "de", - "text" : "CO2 eq Klimawandel" - }, { - "language" : "en", - "text" : "CO2 eq Climate Change" - } ], - "idShort" : "pcfCoEq" - }, { - "modelType" : "SubmodelElementList", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#PcfCalculationMethodSet" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG854%23003" - } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation." - }, { - "language" : "de", - "text" : "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen." - } ], - "displayName" : [ { - "language" : "de", - "text" : "impact assessment method / calculation method" - }, { - "language" : "en", - "text" : "Folgenabschätzungsmethode / Berechnungsmethode" - } ], - "idShort" : "pcfCalculationMethods", - "orderRelevant" : false, - "typeValueListElement" : "SubmodelElementCollection", - "value" : [ { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCalculationMethods" - } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:string", - "displayName" : [ { - "language" : "de", - "text" : "impact assessment method / calculation method" - }, { - "language" : "en", - "text" : "Folgenabschätzungsmethode / Berechnungsmethode" - } ], - "idShort" : "pcfCalculationMethods" - } ] - } ] - } ] - }, { - "modelType" : "SubmodelElementCollection", - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Carbon footprint conformant to technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. This specification was published by Partnership of Carbon Transparency (PACT)." - } ], - "displayName" : [ { - "language" : "en", - "text" : "carbon footprint as recommended by PACT" - } ], - "idShort" : "pact", - "value" : [ { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#id" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Product Footprint Identifier" - } ], - "idShort" : "id" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#specVersion" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Product Footprint Specification Version" - } ], - "idShort" : "specVersion" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#partialFullPcf" - } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Partial Or Full PCF (Product Carbon Footprint)" - } ], - "idShort" : "partialFullPcf" - }, { - "modelType" : "SubmodelElementList", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#PrecedingPfIdsCharacteristic" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as \"optional\" in WBCSD, needs to be covered by application." - } ], - "displayName" : [ { - "language" : "en", - "text" : "Previous PCF (Product Carbon Footprint) Identifiers" - } ], - "idShort" : "precedingPfIds", - "orderRelevant" : false, - "typeValueListElement" : "SubmodelElementCollection", - "value" : [ { - "modelType" : "SubmodelElementCollection", - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as \"optional\" in WBCSD, needs to be covered by application." - } ], - "displayName" : [ { - "language" : "en", - "text" : "Previous PCF (Product Carbon Footprint) Identifiers" - } ], - "idShort" : "precedingPfIds", - "value" : [ { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#id" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Product Footprint Identifier" - } ], - "idShort" : "id" - } ] - } ] - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#version" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:nonNegativeInteger", - "displayName" : [ { - "language" : "en", - "text" : "Product (Carbon) Footprint Version" - } ], - "idShort" : "version" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#created" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:dateTime", - "displayName" : [ { - "language" : "en", - "text" : "Creation of the Product (Carbon) Footprint" - } ], - "idShort" : "created" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#status" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Status" - } ], - "idShort" : "status" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:dateTime", - "displayName" : [ { - "language" : "en", - "text" : "Validity Period Start" - } ], - "idShort" : "validityPeriodStart" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:dateTime", - "displayName" : [ { - "language" : "en", - "text" : "Validity Period End" - } ], - "idShort" : "validityPeriodEnd" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#comment" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Comment" - } ], - "idShort" : "comment" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#companyName" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Company Name" - } ], - "idShort" : "companyName" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#companyIds" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.shared.business_partner_number:2.0.0#bpnlProperty" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:anyURI", - "displayName" : [ { - "language" : "en", - "text" : "Company IDs" - } ], - "idShort" : "companyIds" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#productDescription" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Product Description" - } ], - "idShort" : "productDescription" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#productIds" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.part_type_information:1.0.0#manufacturerPartId" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:anyURI", - "displayName" : [ { - "language" : "en", - "text" : "Product IDs" - } ], - "idShort" : "productIds" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Product Category" - } ], - "idShort" : "productCategoryCpc" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#productNameCompany" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.part_type_information:1.0.0#nameAtManufacturer" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Product Trade Name" - } ], - "idShort" : "productNameCompany" - }, { - "modelType" : "SubmodelElementCollection", - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "displayName" : [ { - "language" : "en", - "text" : "PCF (Product Carbon Footprint)" - } ], - "idShort" : "pcf", + "idShort" : "productCarbonFootprints", "value" : [ { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#declaredUnit" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Unit of measurement" - } ], - "idShort" : "declaredUnit" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:float", - "displayName" : [ { - "language" : "en", - "text" : "Unitary Product Amount" - } ], - "idShort" : "unitaryProductAmount" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit" - } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Product Mass Per Declared Unit" - } ], - "idShort" : "productMassPerDeclaredUnit" - }, { - "modelType" : "Property", + "modelType" : "SubmodelElementList", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent" + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#PcfCalculationMethodSet" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "https://admin-shell.io/idta/CarbonFootprint/PcfCalculationMethods/1/0" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:decimal", - "displayName" : [ { + "description" : [ { "language" : "en", - "text" : "Exempted Emissions Percent" - } ], - "idShort" : "exemptedEmissionsPercent" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" + "text" : "Standards, methods for determining the greenhouse gas emissions of a product." + }, { + "language" : "de", + "text" : "Normen, Standards, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts." } ], - "valueType" : "xs:string", "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { "language" : "en", - "text" : "Exempted Emissions Description" + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" } ], - "idShort" : "exemptedEmissionsDescription" + "idShort" : "pcfCalculationMethods", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcfCalculationMethods" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "pcfCalculationMethods" + } ] }, { "modelType" : "Property", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription" + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcf2CoEq" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:string", + "valueType" : "xs:double", "displayName" : [ { + "language" : "de", + "text" : "CO2 eq Klimawandel" + }, { "language" : "en", - "text" : "Boundary Processes Description" + "text" : "CO2 eq Climate Change" } ], - "idShort" : "boundaryProcessesDescription" + "idShort" : "pcf2CoEq" }, { "modelType" : "Property", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision" + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#referenceImpactUnitForCalculation" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003" } ], "type" : "ExternalReference" } ], "valueType" : "xs:string", "displayName" : [ { + "language" : "de", + "text" : "Referenzeinheit für die Berechnung" + }, { "language" : "en", - "text" : "Geography Country Subdivision" + "text" : "reference value for calculation" } ], - "idShort" : "geographyCountrySubdivision" + "idShort" : "referenceImpactUnitForCalculation" }, { "modelType" : "Property", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountry" + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#quantityOfMeasureForCalculation" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:string", + "valueType" : "xs:double", "displayName" : [ { "language" : "en", - "text" : "Geography Country" + "text" : "quantity of measure for calculation" + }, { + "language" : "de", + "text" : "Mengenangabe für die Berechnung" } ], - "idShort" : "geographyCountry" + "idShort" : "quantityOfMeasureForCalculation" }, { - "modelType" : "Property", + "modelType" : "SubmodelElementList", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion" + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhaseSet" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:string", + "description" : [ { + "language" : "en", + "text" : "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers." + } ], "displayName" : [ { "language" : "en", - "text" : "Region" + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" } ], - "idShort" : "geographyRegionOrSubregion" + "idShort" : "lifeCyclePhases", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhases" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" + } ], + "idShort" : "lifeCyclePhases" + } ] }, { - "modelType" : "Property", - "semanticId" : { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart" + "value" : "https://admin-shell.io/aas/3/1/File" } ], "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { + }, { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "https://admin-shell.io/idta/CarbonFootprint/ExplanatoryStatement/1/0" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:dateTime", + "description" : [ { + "language" : "en", + "text" : "Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product." + } ], "displayName" : [ { "language" : "en", - "text" : "Reference Period Start" + "text" : "explanatory statement" + }, { + "language" : "de", + "text" : "Erklärung" } ], - "idShort" : "referencePeriodStart" + "idShort" : "explanatoryStatement", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "resourceValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "contentType" + } ] }, { - "modelType" : "Property", - "semanticId" : { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd" + "value" : "0173-1%2302-AAQ837%23005" } ], "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { + }, { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:dateTime", + "description" : [ { + "language" : "en", + "text" : "Indicates the hand-over address of the goods transport." + } ], "displayName" : [ { + "language" : "de", + "text" : "Warenübergabeadresse" + }, { "language" : "en", - "text" : "Reference Period End" + "text" : "goods address hand-over" } ], - "idShort" : "referencePeriodEnd" - }, { - "modelType" : "SubmodelElementList", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardSet" + "idShort" : "goodsHandoverAddress", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" + } ], + "idShort" : "roleOfContactPerson" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO134%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Länderkürzel." + }, { + "language" : "en", + "text" : "Code of a country (Country codes defined accord. to DIN EN ISO 3166-1)." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" + } ], + "idShort" : "nationalCode" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#LanguageSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAN468%23008" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-AAN468-008" + } ], + "type" : "ExternalReference" + } ], + "idShort" : "languages", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#languages" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "languages" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "time zone" + } ], + "idShort" : "timeZone" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO132%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Town or city." + }, { + "language" : "de", + "text" : "Ort." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Ort" + }, { + "language" : "en", + "text" : "City" + } ], + "idShort" : "cityTown" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#company" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAW001%23001" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Name of the company." + } ], + "displayName" : [ { + "language" : "en", + "text" : "company" + } ], + "idShort" : "company" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#department" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO127%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Administrative section within an organisation where a business partner is located." } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "displayName" : [ { + "language" : "en", + "text" : "department" } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "displayName" : [ { - "language" : "en", - "text" : "Cross Sectoral Standards Used" - } ], - "idShort" : "crossSectoralStandardsUsed", - "orderRelevant" : false, - "typeValueListElement" : "SubmodelElementCollection", - "value" : [ { + "idShort" : "department" + }, { "modelType" : "SubmodelElementCollection", "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "0173-1%2302-AAQ833%23005" } ], "type" : "ExternalReference" } ], "description" : [ { "language" : "en", - "text" : "Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Phone number including type." + } ], + "idShort" : "phone", + "value" : [ { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO136%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner." + } ], + "displayName" : [ { + "language" : "en", + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" + } ], + "idShort" : "telephoneNumber" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO137%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "idShort" : "typeOfTelephone" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "Specification of the available time window." + } ], + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTime" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ834%23005" + } ], + "type" : "ExternalReference" } ], "displayName" : [ { + "language" : "de", + "text" : "Fax" + }, { "language" : "en", - "text" : "Cross Sectoral Standards Used" + "text" : "fax" } ], - "idShort" : "crossSectoralStandardsUsed", + "idShort" : "fax", "value" : [ { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:idi:0173-1%2302-AAO195%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner's fax machine." + } ], + "displayName" : [ { + "language" : "en", + "text" : "fax number" + } ], + "idShort" : "faxNumber" + }, { "modelType" : "Property", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard" + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "0173-1%2302-AAO196%23003" } ], "type" : "ExternalReference" } ], "valueType" : "xs:string", "displayName" : [ { "language" : "en", - "text" : "Cross Sectoral Standard" + "text" : "type of fax number" } ], - "idShort" : "crossSectoralStandard" + "idShort" : "typeOfFaxNumber" } ] - } ] - }, { - "modelType" : "SubmodelElementList", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleSet" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "displayName" : [ { - "language" : "en", - "text" : "Product or Sector Specific Rules" - } ], - "idShort" : "productOrSectorSpecificRules", - "orderRelevant" : false, - "typeValueListElement" : "SubmodelElementCollection", - "value" : [ { + }, { "modelType" : "SubmodelElementCollection", "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "0173-1%2302-AAQ836%23005" } ], "type" : "ExternalReference" } ], "description" : [ { "language" : "en", - "text" : "Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "E-mail address and encryption method." } ], "displayName" : [ { "language" : "en", - "text" : "Product or Sector Specific Rules" + "text" : "email" + }, { + "language" : "de", + "text" : "Email" } ], - "idShort" : "productOrSectorSpecificRules", + "idShort" : "email", "value" : [ { "modelType" : "Property", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#operator" + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "0173-1%2302-AAO198%23002" } ], "type" : "ExternalReference" } ], "valueType" : "xs:string", "displayName" : [ { "language" : "en", - "text" : "Operator or Publisher of Sector Specific Rules" + "text" : "email address" } ], - "idShort" : "operator" + "idShort" : "emailAddress" }, { - "modelType" : "SubmodelElementCollection", + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey" + } ], + "type" : "ExternalReference" + }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "0173-1%2302-AAO200%23002" } ], "type" : "ExternalReference" } ], "description" : [ { "language" : "en", - "text" : "Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + "text" : "Public part of an unsymmetrical key pair to sign or encrypt text or messages." } ], "displayName" : [ { "language" : "en", - "text" : "Product or Sector Specific Rule Names" + "text" : "public key" } ], - "idShort" : "ruleNames", - "value" : [ { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#ruleName" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Rule Name" - } ], - "idShort" : "ruleName" - } ] + "idShort" : "publicKey" }, { "modelType" : "Property", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#otherOperatorName" + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "0173-1%2302-AAO199%23003" } ], "type" : "ExternalReference" } ], "valueType" : "xs:string", "displayName" : [ { "language" : "en", - "text" : "Other Operator Name" - } ], - "idShort" : "otherOperatorName" - } ] - } ] - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#characterizationFactors" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Characterization Factors" - } ], - "idShort" : "characterizationFactors" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Allocation Rules Description" - } ], - "idShort" : "allocationRulesDescription" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration" - } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "Allocation Waste Incineration" - } ], - "idShort" : "allocationWasteIncineration" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#primaryDataShare" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Primary Data Share" - } ], - "idShort" : "primaryDataShare" - }, { - "modelType" : "SubmodelElementList", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#EmissionFactorDSSet" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "displayName" : [ { - "language" : "en", - "text" : "Secondary Emission Factor Sources" - } ], - "idShort" : "secondaryEmissionFactorSources", - "orderRelevant" : false, - "typeValueListElement" : "SubmodelElementCollection", - "value" : [ { - "modelType" : "SubmodelElementCollection", - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "text" : "type of email address" } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "displayName" : [ { - "language" : "en", - "text" : "Secondary Emission Factor Sources" - } ], - "idShort" : "secondaryEmissionFactorSources", - "value" : [ { - "modelType" : "Property", + "idShort" : "typeOfEmailAddress" + }, { + "modelType" : "MultiLanguageProperty", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS" + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "0173-1%2302-AAO201%23002" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:string", + "description" : [ { + "language" : "en", + "text" : "Characterization of a public key according to its encryption process." + } ], "displayName" : [ { "language" : "en", - "text" : "Emission Factor Data Source" + "text" : "type of public key" } ], - "idShort" : "emissionFactorDS" + "idShort" : "typeOfPublicKey" } ] - } ] - }, { - "modelType" : "SubmodelElementCollection", - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." - } ], - "displayName" : [ { - "language" : "en", - "text" : "DQI (Data Quality Indicators)" - } ], - "idShort" : "dqi", - "value" : [ { - "modelType" : "Property", + }, { + "modelType" : "SubmodelElementList", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#coveragePercent" + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#IpCommunicationChannelSet" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:decimal", + "description" : [ { + "language" : "en", + "text" : "IP-based communication channels, e.g. chat or video call." + } ], "displayName" : [ { "language" : "en", - "text" : "Coverage Percent" + "text" : "IP communication channel" } ], - "idShort" : "coveragePercent" + "idShort" : "iPCommunicationChannels", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "IP-based communication channels, e.g. chat or video call." + } ], + "displayName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "idShort" : "iPCommunicationChannels", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ326%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLinkOfIpCommunicationChannel" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "type of communication" + } ], + "idShort" : "typeOfCommunication" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Specification of the available time windows." + } ], + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTimeIpCommunicationChannel" + } ] + } ] }, { - "modelType" : "Property", + "modelType" : "MultiLanguageProperty", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#technologicalDQR" + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#street" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "0173-1%2302-AAO128%23002" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:decimal", + "description" : [ { + "language" : "de", + "text" : "Straße und Nummer." + }, { + "language" : "en", + "text" : "Street name and house number." + } ], "displayName" : [ { "language" : "en", - "text" : "Technological DQR (Data Quality Rating)" + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" } ], - "idShort" : "technologicalDQR" + "idShort" : "street" }, { - "modelType" : "Property", + "modelType" : "MultiLanguageProperty", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#temporalDQR" + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "0173-1%2302-AAO129%23002" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:decimal", + "description" : [ { + "language" : "en", + "text" : "ZIP code of address." + } ], "displayName" : [ { "language" : "en", - "text" : "Temporal DQR (Data Quality Rating)" + "text" : "ZIP code" } ], - "idShort" : "temporalDQR" + "idShort" : "zipCode" }, { - "modelType" : "Property", + "modelType" : "MultiLanguageProperty", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#geographicalDQR" + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "0173-1%2302-AAO130%23002" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:decimal", + "description" : [ { + "language" : "en", + "text" : "P.O. box number." + } ], "displayName" : [ { "language" : "en", - "text" : "Geographical DQR (Data Quality Rating)" + "text" : "P.O. box" } ], - "idShort" : "geographicalDQR" + "idShort" : "poBox" }, { - "modelType" : "Property", + "modelType" : "MultiLanguageProperty", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#completenessDQR" + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "0173-1%2302-AAO129%23002" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:decimal", + "description" : [ { + "language" : "en", + "text" : "ZIP code of address." + }, { + "language" : "de", + "text" : "Postleitzahl." + } ], "displayName" : [ { "language" : "en", - "text" : "Completeness DQR (Data Quality Rating)" + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" } ], - "idShort" : "completenessDQR" + "idShort" : "zipCodeOfPoBox" }, { - "modelType" : "Property", + "modelType" : "MultiLanguageProperty", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR" + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "0173-1%2302-AAO133%23002" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:decimal", - "displayName" : [ { + "description" : [ { "language" : "en", - "text" : "Reliability DQR (Data Quality Rating)" - } ], - "idShort" : "reliabilityDQR" - } ] - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:boolean", - "displayName" : [ { - "language" : "en", - "text" : "Packaging Emissions Included" - } ], - "idShort" : "packagingEmissionsIncluded" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "PCF (Product Carbon Footprint) Excluding Biogenic" - } ], - "idShort" : "pcfExcludingBiogenic" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "PCF (Product Carbon Footprint) Including Biogenic" - } ], - "idShort" : "pcfIncludingBiogenic" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Fossil Emissions" - } ], - "idShort" : "fossilGhgEmissions" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2" + "text" : "Federal state, a part of a state." + }, { + "language" : "de", + "text" : "Bundesland/Region" } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Biogenic Carbon Emissions Other Than CO2" - } ], - "idShort" : "biogenicCarbonEmissionsOtherThanCO2" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal" + "displayName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { + "language" : "en", + "text" : "state/county" } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/" + "idShort" : "stateCounty" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact" + } ], + "type" : "ExternalReference" + }, + "displayName" : [ { + "language" : "en", + "text" : "name of contact" } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Biogenic Carbon Withdrawal" - } ], - "idShort" : "biogenicCarbonWithdrawal" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions" + "idShort" : "nameOfContact" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO206%23002" + } ], + "type" : "ExternalReference" } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" - } ], - "idShort" : "dlucGhgEmissions" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions" + "description" : [ { + "language" : "en", + "text" : "First name of a contact person." } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "LU (Land Use) GHG (Greenhouse Gas) Emissions" - } ], - "idShort" : "luGhgEmissions" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions" + "displayName" : [ { + "language" : "en", + "text" : "first name" } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "idShort" : "firstName" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO207%23002" + } ], + "type" : "ExternalReference" } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Aircraft GHG Emissions" - } ], - "idShort" : "aircraftGhgEmissions" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions" + "description" : [ { + "language" : "en", + "text" : "Middle names of contact person." } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "displayName" : [ { + "language" : "en", + "text" : "middle names" } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Packaging GHG (Greenhouse Gas) Emissions" - } ], - "idShort" : "packagingGhgEmissions" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic" + "idShort" : "middleNames" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#title" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO208%23003" + } ], + "type" : "ExternalReference" } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic" - } ], - "idShort" : "distributionStagePcfExcludingBiogenic" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic" + "description" : [ { + "language" : "en", + "text" : "Common, formal, religious, or other title preceding a contact person's name." } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage PCF (Product Carbon Footprint) Including Biogenic" - } ], - "idShort" : "distributionStagePcfIncludingBiogenic" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions" + "displayName" : [ { + "language" : "en", + "text" : "title" } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage Fossil GHG (Greenhouse Gas) Emissions" - } ], - "idShort" : "distributionStageFossilGhgEmissions" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2" + "idShort" : "title" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO209%23003" + } ], + "type" : "ExternalReference" } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage Biogenic Carbon Emissions Other Than CO2" - } ], - "idShort" : "distributionStageBiogenicCarbonEmissionsOtherThanCO2" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal" + "description" : [ { + "language" : "en", + "text" : "Academic title preceding a contact person's name." } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage Biogenic Carbon Withdrawal" - } ], - "idShort" : "distributionStageBiogenicCarbonWithdrawal" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions" + "displayName" : [ { + "language" : "en", + "text" : "academic title" } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" - } ], - "idShort" : "distributionStageDlucGhgEmissions" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions" + "idShort" : "academicTitle" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO210%23002" + } ], + "type" : "ExternalReference" } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions" - } ], - "idShort" : "distributionStageLuGhgEmissions" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal" + "description" : [ { + "language" : "en", + "text" : "Additional information of the contact person." } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Carbon Content Total" - } ], - "idShort" : "carbonContentTotal" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent" + "idShort" : "furtherDetailsOfContact" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ326%23002" + } ], + "type" : "ExternalReference" } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/" + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:decimal", - "displayName" : [ { - "language" : "en", - "text" : "Fossil Carbon Content" - } ], - "idShort" : "fossilCarbonContent" + "idShort" : "addressOfAdditionalLink" + } ] }, { "modelType" : "Property", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent" + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#publicationDate" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/" + "value" : "https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:decimal", + "valueType" : "xs:dateTime", "displayName" : [ { "language" : "en", - "text" : "Biogenic Carbon Content" + "text" : "publication date" + }, { + "language" : "de", + "text" : "Veröffentlichungsdatum" } ], - "idShort" : "biogenicCarbonContent" + "idShort" : "publicationDate" }, { "modelType" : "Property", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions" + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#expirationDate" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + "value" : "https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:decimal", + "valueType" : "xs:dateTime", "displayName" : [ { "language" : "en", - "text" : "Distribution Stage Aircraft GHG Emissions" + "text" : "expiration date" + }, { + "language" : "de", + "text" : "Ablaufdatum" } ], - "idShort" : "distributionStageAircraftGhgEmissions" + "idShort" : "expirationDate" } ] - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement" - } ], - "type" : "ExternalReference" - }, - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "PCF (Product Carbon Footprint) Legal Statement" - } ], - "idShort" : "pcfLegalStatement" } ] }, { "modelType" : "SubmodelElementList", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductOrSectorSpecificCarbonFootprintSet" + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ProductOrSectorSpecificCarbonFootprintSet" } ], "type" : "ExternalReference" }, @@ -5772,14 +3207,14 @@ "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#PcfCalculationMethodSet" + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#PcfCalculationMethodSet" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG854%23003" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003" } ], "type" : "ExternalReference" } ], @@ -5805,7 +3240,7 @@ "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificPcfCalculationMethods" + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificPcfCalculationMethods" } ], "type" : "ExternalReference" }, @@ -5820,14 +3255,7 @@ "idShort" : "productOrSectorSpecificPcfCalculationMethods" } ] }, { - "modelType" : "SubmodelElementList", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductOrSectorSpecificRuleSet" - } ], - "type" : "ExternalReference" - }, + "modelType" : "SubmodelElementCollection", "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", @@ -5849,27 +3277,7 @@ "language" : "de", "text" : "produktspezifische oder sektorspezifische Regeln" } ], - "idShort" : "productOrSectorSpecificRules", - "orderRelevant" : false, - "typeValueListElement" : "SubmodelElementCollection", - "value" : [ { - "modelType" : "SubmodelElementCollection", - "description" : [ { - "language" : "de", - "text" : "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. " - }, { - "language" : "en", - "text" : "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint." - } ], - "displayName" : [ { - "language" : "en", - "text" : "product or sector specific rules" - }, { - "language" : "de", - "text" : "produktspezifische oder sektorspezifische Regeln" - } ], - "idShort" : "productOrSectorSpecificRules" - } ] + "idShort" : "productOrSectorSpecificRule" }, { "modelType" : "SubmodelElementCollection", "supplementalSemanticIds" : [ { diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml index 6f93989..77ee857 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml @@ -10,7 +10,7 @@ - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#CarbonFootprint Type @@ -20,7 +20,7 @@ Submodel - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint/submodel + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#CarbonFootprint/submodel @@ -37,14 +37,14 @@ - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint/submodel + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#CarbonFootprint/submodel Template ExternalReference GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#CarbonFootprint @@ -63,7 +63,7 @@ GlobalReference - https://admin-shell.io/idta/CarbonFootprint/CarbonFootprint/1/0 + https://admin-shell.io/idta/SubmodelTemplate/CarbonFootprint/1/0 @@ -74,13 +74,17 @@ en - set of carbon footprints + product carbon footprint + + + de + Produkt CO2-Fußabdruck en - Several carbon footprints may be provided. + Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use. @@ -88,10 +92,21 @@ GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductCarbonFootprintSet + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ProductCarbonFootprintSet + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/CarbonFootprints/1/0 + + + + false SubmodelElementCollection @@ -100,13 +115,17 @@ en - set of carbon footprints + product carbon footprint + + + de + Produkt CO2-Fußabdruck en - Several carbon footprints may be provided. + Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use. @@ -121,24 +140,34 @@ - - expirationDate + + pcfCalculationMethods - en - expiration date + de + impact assessment method / calculation method - de - Ablaufdatum + en + Folgenabschätzungsmethode / Berechnungsmethode + + + en + Standards, methods for determining the greenhouse gas emissions of a product. + + + de + Normen, Standards, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. + + ExternalReference GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#expirationDate + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#PcfCalculationMethodSet @@ -148,23 +177,49 @@ GlobalReference - https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0 + https://admin-shell.io/idta/CarbonFootprint/PcfCalculationMethods/1/0 - xs:dateTime - + false + SubmodelElementCollection + + + pcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcfCalculationMethods + + + + xs:string + + + - publicationDate + pcf2CoEq - en - publication date + de + CO2 eq Klimawandel - de - Veröffentlichungsdatum + en + CO2 eq Climate Change @@ -172,7 +227,7 @@ GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#publicationDate + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcf2CoEq @@ -182,132 +237,132 @@ GlobalReference - https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0 + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003 - xs:dateTime + xs:double - - goodsAddressHandover + + referenceImpactUnitForCalculation de - Warenübergabeadresse + Referenzeinheit für die Berechnung en - goods address hand-over + reference value for calculation - - + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#referenceImpactUnitForCalculation + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003 + + + + + xs:string + + + quantityOfMeasureForCalculation + + en - Indicates the hand-over address of the goods transport. - - + quantity of measure for calculation + + + de + Mengenangabe für die Berechnung + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#quantityOfMeasureForCalculation + + + ExternalReference GlobalReference - 0173-1#02-AAQ837#005 + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003 + + xs:double + + + lifeCyclePhases + + + en + life cycle phases + + + de + Lebenszyklusphasen + + + + + en + Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhaseSet + + + + ExternalReference GlobalReference - file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2301-AHF575%23003 + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003 + false + SubmodelElementCollection - street - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#street - - - - - - ExternalReference - - - GlobalReference - 0173-1%2302-ABH95623003 - - - - - xs:string - - - houseNumber - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#houseNumber - - - - - - ExternalReference - - - GlobalReference - 0173-1#02-ABH957#003 - - - - - xs:string - - - zipCode - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#zipCode - - - - xs:string - - - cityTown - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#cityTown - - - - xs:string - - - country + lifeCyclePhases en - country + life cycle phases + + + de + Lebenszyklusphasen @@ -315,14 +370,14 @@ GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#country + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhases xs:string - + explanatoryStatement @@ -390,57 +445,55 @@ - - lifeCyclePhases + + goodsHandoverAddress - en - life cycle phases + de + Warenübergabeadresse - de - Lebenszyklusphasen + en + goods address hand-over en - Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers. + Indicates the hand-over address of the goods transport. - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#lifeCyclePhaseSet - - - ExternalReference GlobalReference - file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG858%23003 + 0173-1%2302-AAQ837%23005 + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003 - false - SubmodelElementCollection - lifeCyclePhases + roleOfContactPerson - en - life cycle phases + de + Rolle der Kontaktperson - de - Lebenszyklusphasen + en + role of contact person @@ -448,171 +501,110 @@ GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#lifeCyclePhases + urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson xs:string - - - - quantityOfMeasureForCalculation - - - en - quantity of measure for calculation - - - de - Mengenangabe für die Berechnung - - - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#quantityOfMeasureForCalculation - - - - - - ExternalReference - - - GlobalReference - file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG857%23003 - - - - - xs:double - - - referenceImpactUnitForCalculation - - - de - Referenzeinheit für die Berechnung - - - en - reference value for calculation - - - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#referenceImpactUnitForCalculation - - - - - - ExternalReference - - - GlobalReference - file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG856%23003 - - - - - xs:string - - - pcfCoEq - - - de - CO2 eq Klimawandel - - - en - CO2 eq Climate Change - - - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCoEq - - - - - - ExternalReference - - - GlobalReference - file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG855%23003 - - - - - xs:double - - - pcfCalculationMethods - - - de - impact assessment method / calculation method - - - en - Folgenabschätzungsmethode / Berechnungsmethode - - - - - en - Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. - - - de - Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen. - - - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#PcfCalculationMethodSet - - - - - - ExternalReference - - - GlobalReference - file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG854%23003 - - - - - false - SubmodelElementCollection - - - pcfCalculationMethods + + nationalCode de - impact assessment method / calculation method + Länderkürzel en - Folgenabschätzungsmethode / Berechnungsmethode + National code + + + + + de + Länderkürzel. + + + en + Code of a country (Country codes defined accord. to DIN EN ISO 3166-1). + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO134%23002 + + + + + + + languages + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#LanguageSet + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAN468%23008 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-AAN468-008 + + + + + false + SubmodelElementCollection + + + languages + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#languages + + + + xs:string + + + + + timeZone + + + en + time zone @@ -620,200 +612,51 @@ GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCalculationMethods + urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone + + + + xs:string - - - - - - - - pact - - - en - carbon footprint as recommended by PACT - - - - - en - Carbon footprint conformant to technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. This specification was published by Partnership of Carbon Transparency (PACT). - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - - - id - - - en - Product Footprint Identifier - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#id - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - specVersion - - - en - Product Footprint Specification Version - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#specVersion - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - partialFullPcf - - - en - Partial Or Full PCF (Product Carbon Footprint) - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#partialFullPcf - - - - xs:string - - - precedingPfIds - - - en - Previous PCF (Product Carbon Footprint) Identifiers - - - - - en - Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as "optional" in WBCSD, needs to be covered by application. - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#PrecedingPfIdsCharacteristic - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - false - SubmodelElementCollection - - - precedingPfIds - - - en - Previous PCF (Product Carbon Footprint) Identifiers - - - - - en - Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as "optional" in WBCSD, needs to be covered by application. - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - - - id + + cityTown + + de + Ort + en - Product Footprint Identifier + City + + + en + Town or city. + + + de + Ort. + + ExternalReference GlobalReference - urn:samm:io.catenax.pcf:7.0.0#id + urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown @@ -823,4306 +666,1348 @@ GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + 0173-1%2302-AAO132%23002 - xs:string - - - - - - - version - - - en - Product (Carbon) Footprint Version - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#version - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:nonNegativeInteger - - - created - - - en - Creation of the Product (Carbon) Footprint - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#created - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:dateTime - - - status - - - en - Status - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#status - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - validityPeriodStart - - - en - Validity Period Start - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:dateTime - - - validityPeriodEnd - - - en - Validity Period End - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:dateTime - - - comment - - - en - Comment - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#comment - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - companyName - - - en - Company Name - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#companyName - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - companyIds - - - en - Company IDs - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#companyIds - - - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.shared.business_partner_number:2.0.0#bpnlProperty - - - - - xs:anyURI - - - productDescription - - - en - Product Description - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#productDescription - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - productIds - - - en - Product IDs - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#productIds - - - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.part_type_information:1.0.0#manufacturerPartId - - - - - xs:anyURI - - - productCategoryCpc - - - en - Product Category - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - productNameCompany - - - en - Product Trade Name - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#productNameCompany - - - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.part_type_information:1.0.0#nameAtManufacturer - - - - - xs:string - - - pcf - - - en - PCF (Product Carbon Footprint) - - - - - en - A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - - - declaredUnit - - - en - Unit of measurement - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#declaredUnit - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - unitaryProductAmount - - - en - Unitary Product Amount - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:float - - - productMassPerDeclaredUnit - - - en - Product Mass Per Declared Unit - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit - - - - xs:decimal - - - exemptedEmissionsPercent - - - en - Exempted Emissions Percent - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:decimal - - - exemptedEmissionsDescription - - - en - Exempted Emissions Description - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - boundaryProcessesDescription - - - en - Boundary Processes Description - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - geographyCountrySubdivision - - - en - Geography Country Subdivision - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - geographyCountry - - - en - Geography Country - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#geographyCountry - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - geographyRegionOrSubregion - - - en - Region - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - referencePeriodStart - - - en - Reference Period Start - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:dateTime - - - referencePeriodEnd - - - en - Reference Period End - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:dateTime - - - crossSectoralStandardsUsed - - - en - Cross Sectoral Standards Used - - - - - en - Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardSet - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - false - SubmodelElementCollection - - - crossSectoralStandardsUsed - - - en - Cross Sectoral Standards Used - - - - - en - Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - - - crossSectoralStandard - - - en - Cross Sectoral Standard - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - - - - - productOrSectorSpecificRules - - - en - Product or Sector Specific Rules - - - - - en - Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleSet - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - false - SubmodelElementCollection - - - productOrSectorSpecificRules - - - en - Product or Sector Specific Rules - - - - - en - Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - - - operator - - - en - Operator or Publisher of Sector Specific Rules - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#operator - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - ruleNames - - - en - Product or Sector Specific Rule Names - - - - - en - Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - - - ruleName - - - en - Rule Name - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#ruleName - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - - - otherOperatorName - - - en - Other Operator Name - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#otherOperatorName - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - - - - - characterizationFactors - - - en - Characterization Factors - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#characterizationFactors - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - allocationRulesDescription - - - en - Allocation Rules Description - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - allocationWasteIncineration - - - en - Allocation Waste Incineration - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration - - - - xs:string - - - primaryDataShare - - - en - Primary Data Share - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#primaryDataShare - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:decimal - - - secondaryEmissionFactorSources - - - en - Secondary Emission Factor Sources - - - - - en - Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#EmissionFactorDSSet - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - false - SubmodelElementCollection - - - secondaryEmissionFactorSources - - - en - Secondary Emission Factor Sources - - - - - en - Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - - - emissionFactorDS - - - en - Emission Factor Data Source - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:string - - - - - - - dqi - - - en - DQI (Data Quality Indicators) - - - - - en - Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - - - coveragePercent - - - en - Coverage Percent - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#coveragePercent - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:decimal - - - technologicalDQR - - - en - Technological DQR (Data Quality Rating) - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#technologicalDQR - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:decimal - - - temporalDQR - - - en - Temporal DQR (Data Quality Rating) - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#temporalDQR - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:decimal - - - geographicalDQR - - - en - Geographical DQR (Data Quality Rating) - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#geographicalDQR - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:decimal - - - completenessDQR - - - en - Completeness DQR (Data Quality Rating) - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#completenessDQR - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:decimal - - - reliabilityDQR - - - en - Reliability DQR (Data Quality Rating) - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:decimal - - - - - packagingEmissionsIncluded - - - en - Packaging Emissions Included - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:boolean - - - pcfExcludingBiogenic - - - en - PCF (Product Carbon Footprint) Excluding Biogenic - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:decimal - - - pcfIncludingBiogenic - - - en - PCF (Product Carbon Footprint) Including Biogenic - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:decimal - - - fossilGhgEmissions - - - en - Fossil Emissions - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:decimal - - - biogenicCarbonEmissionsOtherThanCO2 - - - en - Biogenic Carbon Emissions Other Than CO2 - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2 - - - - xs:decimal - - - biogenicCarbonWithdrawal - - - en - Biogenic Carbon Withdrawal - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/ - - - - - xs:decimal - - - dlucGhgEmissions - - - en - dLUC (direct land use change) GHG (Greenhouse Gas) Emissions - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions - - - - xs:decimal - - - luGhgEmissions - - - en - LU (Land Use) GHG (Greenhouse Gas) Emissions - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions - - - - xs:decimal - - - aircraftGhgEmissions - - - en - Aircraft GHG Emissions - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:decimal - - - packagingGhgEmissions - - - en - Packaging GHG (Greenhouse Gas) Emissions - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:decimal - - - distributionStagePcfExcludingBiogenic - - - en - Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic - - - - xs:decimal - - - distributionStagePcfIncludingBiogenic - - - en - Distribution Stage PCF (Product Carbon Footprint) Including Biogenic - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic - - - - xs:decimal - - - distributionStageFossilGhgEmissions - - - en - Distribution Stage Fossil GHG (Greenhouse Gas) Emissions - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions - - - - xs:decimal - - - distributionStageBiogenicCarbonEmissionsOtherThanCO2 - - - en - Distribution Stage Biogenic Carbon Emissions Other Than CO2 - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2 - - - - xs:decimal - - - distributionStageBiogenicCarbonWithdrawal - - - en - Distribution Stage Biogenic Carbon Withdrawal - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal - - - - xs:decimal - - - distributionStageDlucGhgEmissions - - - en - Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions - - - - xs:decimal - - - distributionStageLuGhgEmissions - - - en - Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions - - - - xs:decimal - - - carbonContentTotal - - - en - Carbon Content Total - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal - - - - xs:decimal - - - fossilCarbonContent - - - en - Fossil Carbon Content - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/ - - - - - xs:decimal - - - biogenicCarbonContent - - - en - Biogenic Carbon Content - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/ - - - - - xs:decimal - - - distributionStageAircraftGhgEmissions - - - en - Distribution Stage Aircraft GHG Emissions - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions - - - - - - ExternalReference - - - GlobalReference - https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ - - - - - xs:decimal - - - - - pcfLegalStatement - - - en - PCF (Product Carbon Footprint) Legal Statement - - - - ExternalReference - - - GlobalReference - urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement - - - - xs:string - - - - - productOrSectorSpecificCarbonFootprints - - - en - product or sector specific carbon footprints - - - - - en - Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle. - - - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductOrSectorSpecificCarbonFootprintSet - - - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0 - - - - - false - SubmodelElementCollection - - - productOrSectorSpecificCarbonFootprints - - - en - product or sector specific carbon footprints - - - - - en - Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle. - - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0 - - - - - - - productOrSectorSpecificPcfCalculationMethods - - - de - impact assessment method / calculation method - - - en - Folgenabschätzungsmethode / Berechnungsmethode - - - - - en - Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. - - - de - Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen. - - - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#PcfCalculationMethodSet - - - - - - ExternalReference - - - GlobalReference - file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG854%23003 - - - - - false - SubmodelElementCollection - - - productOrSectorSpecificPcfCalculationMethods - - - de - impact assessment method / calculation method - - - en - Folgenabschätzungsmethode / Berechnungsmethode - - - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificPcfCalculationMethods - - - - xs:string - - - - - productOrSectorSpecificRules - - - en - product or sector specific rules - - - de - produktspezifische oder sektorspezifische Regeln - - - - - de - Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. - - - en - Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint. - - - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductOrSectorSpecificRuleSet - - - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificRule/1/0 - - - - - false - SubmodelElementCollection - - - productOrSectorSpecificRules - - - en - product or sector specific rules - - - de - produktspezifische oder sektorspezifische Regeln - - - - - de - Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. - - - en - Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint. - - - - - - - externalPcfApi - - - en - external API for PCF information - - - de - externe API für PCF Informationen - - - - - en - An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required. - - - de - Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht. - - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/idta/CarbonFootprint/ExternalPcfApi/1/0 - - - - - - - productOrSectorSpecificPcfInformation - - - en - PCF information - - - de - PCF-Information - - - - - de - Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden. - - - en - A section in which further content is listed according to the calculation method for the Product Carbon Footprint. - - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/idta/CarbonFootprint/PcfInformation/1/0 - - - - - - - - - - - - - - - APPLICATION_CLASS - CarbonFootprint - - - en - carbon footprint - - - - - en - Provides the means to access the Carbon Footprint of the asset. - - - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - carbon footprint - - - - - en - CarbonFootprint - - - - - en - Provides the means to access the Carbon Footprint of the asset. - - - - - - - - - expirationDate - - - en - expiration date - - - de - Ablaufdatum - - - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#expirationDate - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - expiration date - - - de - Ablaufdatum - - - - - en - expirationDate - - - STRING - - - en - End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required. - - - - - - - - - publicationDate - - - en - publication date - - - de - Veröffentlichungsdatum - - - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#publicationDate - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - publication date - - - de - Veröffentlichungsdatum - - - - - en - publicationDate - - - STRING - - - en - Time at which something was first published or made available. - - - - - - - - - street - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#street - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - street - - - - - en - street - - - STRING - - - - - - - houseNumber - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#houseNumber - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - houseNumber - - - - - en - houseNumber - - - STRING - - - - - - - zipCode - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#zipCode - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - zipCode - - - - - en - zipCode - - - STRING - - - - - - - cityTown - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#cityTown - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - cityTown - - - - - en - cityTown - - - STRING - - - - - - - country - - - en - country - - - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#country - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - country - - - - - en - country - - - STRING - - - en - Country where the product is transmitted. - - - - - - - - - goodsAddressHandover - - - de - Warenübergabeadresse - - - en - goods address hand-over - - - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#goodsAddressHandover - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - de - Warenübergabeadresse - - - en - goods address hand-over - - - - - en - goodsAddressHandover - - - STRING - - - en - Indicates the hand-over address of the goods transport. - - - - - - - - - resourceValue - urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - resourceValue - - - - - en - resourceValue - - - STRING - - - en - Path and name of the file (with file extension). - -The path can be absolute or relative. - - - - - - - - - contentType - urn:samm:io.admin-shell.idta.shared:3.1.0#contentType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - contentType - - - - - en - contentType - - - STRING - - - en - Content type of the content of the file. - - - - - - - - - explanatoryStatement - - - en - explanatory statement - - - de - Erklärung - - - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#explanatoryStatement - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - explanatory statement - - - de - Erklärung - - - - - en - explanatoryStatement - - - STRING - - - en - Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product. - - - - - - - - - lifeCyclePhases - - - en - life cycle phases - - - de - Lebenszyklusphasen - - - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#lifeCyclePhases - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - life cycle phases - - - de - Lebenszyklusphasen - - - - - en - lifeCyclePhases - - - STRING - - - en - Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers. - - - - - - - - - quantityOfMeasureForCalculation - - - en - quantity of measure for calculation - - - de - Mengenangabe für die Berechnung - - - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#quantityOfMeasureForCalculation - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - quantity of measure for calculation - - - de - Mengenangabe für die Berechnung - - - - - en - quantityOfMeasureForCalculation - - - REAL_MEASURE - - - en - Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint. - - - - - - - - - referenceImpactUnitForCalculation - - - de - Referenzeinheit für die Berechnung - - - en - reference value for calculation - - - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#referenceImpactUnitForCalculation - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - de - Referenzeinheit für die Berechnung - - - en - reference value for calculation - - - - - en - referenceImpactUnitForCalculation - - - STRING - - - en - Quantity unit of the product to which the PCF information on the CO2 footprint refers. - - - - - - - - - pcfCoEq - - - de - CO2 eq Klimawandel - - - en - CO2 eq Climate Change - - - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCoEq - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - de - CO2 eq Klimawandel - - - en - CO2 eq Climate Change - - - - - en - pcfCoEq - - - kilogram - REAL_MEASURE - - - en - Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard. - - - - - - - - - pcfCalculationMethods - - - de - impact assessment method / calculation method - - - en - Folgenabschätzungsmethode / Berechnungsmethode - - - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCalculationMethods - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - de - impact assessment method / calculation method - - - en - Folgenabschätzungsmethode / Berechnungsmethode - - - - - en - pcfCalculationMethods - - - STRING - - - en - Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. - - - de - Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen. - - - - - - - - - productCarbonFootprints - - - en - set of carbon footprints - - - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productCarbonFootprints - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - set of carbon footprints - - - - - en - productCarbonFootprints - - - STRING - - - en - Several carbon footprints may be provided. - - - - - - - - - id - - - en - Product Footprint Identifier - - - urn:samm:io.catenax.pcf:7.0.0#id - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Product Footprint Identifier - - - - - en - id - - - STRING - - - en - Mandatory: The product footprint identifier as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - - - - - specVersion - - - en - Product Footprint Specification Version - - - urn:samm:io.catenax.pcf:7.0.0#specVersion - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Product Footprint Specification Version - - - - - en - specVersion - - - STRING - - - en - Mandatory: Version of the product footprint data specification as defined in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - - - - - partialFullPcf - - - en - Partial Or Full PCF (Product Carbon Footprint) - - - urn:samm:io.catenax.pcf:7.0.0#partialFullPcf - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Partial Or Full PCF (Product Carbon Footprint) - - - - - en - partialFullPcf - - - STRING - - - en - Mandatory: Indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook (Version 3.0.0). - - - - - - Cradle-to-gate - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-gate43331654 - - - - - - Cradle-to-grave - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-grave175688ef - - - - - - - - - - - - - precedingPfIds - - - en - Previous PCF (Product Carbon Footprint) Identifiers - - - urn:samm:io.catenax.pcf:7.0.0#precedingPfIds - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Previous PCF (Product Carbon Footprint) Identifiers - - - - - en - precedingPfIds - - - STRING - - - en - Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as "optional" in WBCSD, needs to be covered by application. - - - - - - - - - version - - - en - Product (Carbon) Footprint Version - - - urn:samm:io.catenax.pcf:7.0.0#version - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Product (Carbon) Footprint Version - - - - - en - version - - - INTEGER_COUNT - - - en - Mandatory: Version of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to "0" per default. - - - - - - - - - created - - - en - Creation of the Product (Carbon) Footprint - - - urn:samm:io.catenax.pcf:7.0.0#created - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Creation of the Product (Carbon) Footprint - - - - - en - created - - - STRING - - - en - Mandatory: Timestamp of the creation of the Product (Carbon) Footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - - - - - status - - - en - Status - - - urn:samm:io.catenax.pcf:7.0.0#status - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Status - - - - - en - status - - - STRING - - - en - Mandatory: Status indicator of a product (carbon) footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example set to "Active" per default. - - - - - - Active - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Active92340695 - - - - - - Deprecated - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Deprecated6b2e8f83 - - - - - - - - - - - - - validityPeriodStart - - - en - Validity Period Start - - - urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Validity Period Start - - - - - en - validityPeriodStart - - - STRING - - - en - Optional: Start of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. If specified, the validity period start must be equal to or greater than the reference period end. - - - - - - - - - validityPeriodEnd - - - en - Validity Period End - - - urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Validity Period End - - - - - en - validityPeriodEnd - - - STRING - - - en - Optional: End of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - - - - - comment - - - en - Comment - - - urn:samm:io.catenax.pcf:7.0.0#comment - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Comment - - - - - en - comment - - - STRING - - - en - Optional: Additional information and instructions related to the calculation of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - - - - - companyName - - - en - Company Name - - - urn:samm:io.catenax.pcf:7.0.0#companyName - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Company Name - - - - - en - companyName - - - STRING - - - en - Mandatory: Name of the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - - - - - companyIds - - - en - Company IDs - - - urn:samm:io.catenax.pcf:7.0.0#companyIds - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Company IDs - - - - - en - companyIds - - - STRING - - - en - Mandatory: Non-empty set of Uniform Resource Names (URN). Each value is supposed to uniquely identify the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. For Catena-X Industry Core compliance the set of URNs must contain at least the Business Partner Number Legal Entity (BPNL) in the specified format urn:bpn:id:BPNL[a-zA-Z0-9]{12}.  - - - - - - - - - productDescription - - - en - Product Description - - - urn:samm:io.catenax.pcf:7.0.0#productDescription - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Product Description - - - - - en - productDescription - - - STRING - - - en - Optional: Free-form description of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - - - - - productIds - - - en - Product IDs - - - urn:samm:io.catenax.pcf:7.0.0#productIds - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Product IDs - - - - - en - productIds - - - STRING - - - en - Mandatory: Non-empty set of product identifiers. Each value is supposed to uniquely identify the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productId corresponds with Industry Core manufacturerPartId. - - - - - - - - - productCategoryCpc - - - en - Product Category - - - urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Product Category - - - - - en - productCategoryCpc - - - STRING - - - en - Mandatory: UN (United Nations) Product Classification Code (CPC - Central Classification Code) of a given product as specified the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, which will probably be declared as "optional" in a later WBCSD specification version. In Catena-X for example specified with default value "011-99000". - - - - - - - - - productNameCompany - - - en - Product Trade Name - - - urn:samm:io.catenax.pcf:7.0.0#productNameCompany - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Product Trade Name - - - - - en - productNameCompany - - - STRING - - - en - Mandatory: Non-empty trade name of a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productNameCompany corresponds with Industry Core nameAtManufacturer.  - - - - - - - - - declaredUnit - - - en - Unit of measurement - - - urn:samm:io.catenax.pcf:7.0.0#declaredUnit - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Unit of measurement - - - - - en - declaredUnit - - - STRING - - - en - Mandatory: Unit of analysis of a product in context of the PCF (product carbon footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example list of valid units includes "piece". - - - - - - liter - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_liter03d92a6e - - - - - - kilogram - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilogram16db10b2 - - - - - - cubic meter - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_cubicmeter0c183ff4 - - - - - - kilowatt hour - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilowatthour274d1016 - - - - - - megajoule - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_megajouled2732238 - - - - - - ton kilometer - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_tonkilometer678d2724 - - - - - - square meter - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_squaremeter698b25da - - - - - - piece - - ModelReference + + + company + + + en + company + + + + + en + Name of the company. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#company + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAW001%23001 + + + + + + + department + + + en + department + + + + + en + Administrative section within an organisation where a business partner is located. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#department + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO127%23003 + + + + + + + phone + + + en + Phone number including type. + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ833%23005 + + + + + + + telephoneNumber + + + en + telephone number + + + de + Telefonnummer + + + + + en + Complete telephone number to be called to reach a business partner. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO136%23002 + + + + + + + typeOfTelephone + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO137%23003 + + + + + xs:string + + + availableTime + + + en + available time + + + + + en + Specification of the available time window. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime + + + + + + + + fax + + + de + Fax + + + en + fax + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ834%23005 + + + + + + + faxNumber + + + en + fax number + + + + + en + Complete telephone number to be called to reach a business partner's fax machine. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber + + + + + + ExternalReference + + + GlobalReference + urn:idi:0173-1%2302-AAO195%23002 + + + + + + + typeOfFaxNumber + + + en + type of fax number + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO196%23003 + + + + + xs:string + + + + + email + + + en + email + + + de + Email + + + + + en + E-mail address and encryption method. + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ836%23005 + + + + + + + emailAddress + + + en + email address + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO198%23002 + + + + + xs:string + + + publicKey + + + en + public key + + + + + en + Public part of an unsymmetrical key pair to sign or encrypt text or messages. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO200%23002 + + + + + + + typeOfEmailAddress + + + en + type of email address + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO199%23003 + + + + + xs:string + + + typeOfPublicKey + + + en + type of public key + + + + + en + Characterization of a public key according to its encryption process. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO201%23002 + + + + + + + + + iPCommunicationChannels + + + en + IP communication channel + + + + + en + IP-based communication channels, e.g. chat or video call. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#IpCommunicationChannelSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication + + + + + false + SubmodelElementCollection + + + iPCommunicationChannels + + + en + IP communication channel + + + + + en + IP-based communication channels, e.g. chat or video call. + + + + + addressOfAdditionalLinkOfIpCommunicationChannel + + + en + address of additional link + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ326%23002 + + + + + xs:string + + + typeOfCommunication + + + en + type of communication + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication + + + + + xs:string + + + availableTimeIpCommunicationChannel + + + en + available time + + + + + en + Specification of the available time windows. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/ + + + + + + + + + + + street + + + en + street + + + de + Straße + + + + + de + Straße und Nummer. + + + en + Street name and house number. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#street + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO128%23002 + + + + + + + zipCode + + + en + ZIP code + + + + + en + ZIP code of address. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO129%23002 + + + + + + + poBox + + + en + P.O. box + + + + + en + P.O. box number. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO130%23002 + + + + + + + zipCodeOfPoBox + + + en + ZIP code + + + de + Postleitzahl + + + + + en + ZIP code of address. + + + de + Postleitzahl. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO129%23002 + + + + + + + stateCounty + + + de + Bundesland/Region + + + en + state/county + + + + + en + Federal state, a part of a state. + + + de + Bundesland/Region + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO133%23002 + + + + + + + nameOfContact + + + en + name of contact + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact + + + + + + firstName + + + en + first name + + + + + en + First name of a contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO206%23002 + + + + + + + middleNames + + + en + middle names + + + + + en + Middle names of contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO207%23002 + + + + + + + title + + + en + title + + + + + en + Common, formal, religious, or other title preceding a contact person's name. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#title + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO208%23003 + + + + + + + academicTitle + + + en + academic title + + + + + en + Academic title preceding a contact person's name. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO209%23003 + + + + + + + furtherDetailsOfContact + + + en + Additional information of the contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO210%23002 + + + + + + + addressOfAdditionalLink + + + en + address of additional link + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ326%23002 + + + + + xs:string + + + + + publicationDate + + + en + publication date + + + de + Veröffentlichungsdatum + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#publicationDate + + + + + + ExternalReference - DataElement - urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_piece34235a2c + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0 - - - - - - - - - - - unitaryProductAmount - - - en - Unitary Product Amount - - - urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Unitary Product Amount - - - - - en - unitaryProductAmount - - - REAL_MEASURE - - - en - Mandatory: Amount of units contained within a product in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - - - - - productMassPerDeclaredUnit - - - en - Product Mass Per Declared Unit - - - urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Product Mass Per Declared Unit - - - - - en - productMassPerDeclaredUnit - - - INTEGER_MEASURE - - - en - Mandatory: Mass of a product per declared unit (net, unpackaged) in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0). - - - - - - - - - exemptedEmissionsPercent - - - en - Exempted Emissions Percent - - - urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Exempted Emissions Percent - - - - - en - exemptedEmissionsPercent - - - INTEGER_MEASURE - - - en - Mandatory: Applied cut-off percentage of emissions excluded from PCF (Product Carbon Footprint). -For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - - - - - - - - - exemptedEmissionsDescription - - - en - Exempted Emissions Description - - - urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Exempted Emissions Description - - - - - en - exemptedEmissionsDescription - - - STRING - - - en - Optional: Rationale behind exclusion of specific PCF (Product Carbon Footprint) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - - - - - boundaryProcessesDescription - - - en - Boundary Processes Description - - - urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Boundary Processes Description - - - - - en - boundaryProcessesDescription - - - STRING - - - en - Optional: Processes attributable to each lifecycle stage as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - - - - - geographyCountrySubdivision - - - en - Geography Country Subdivision - - - urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision - - - + + + xs:dateTime + + + expirationDate + + + en + expiration date + + + de + Ablaufdatum + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#expirationDate + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0 + + + + + xs:dateTime + + + + + + + productOrSectorSpecificCarbonFootprints + + + en + product or sector specific carbon footprints + + + + + en + Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle. + + + ExternalReference GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ProductOrSectorSpecificCarbonFootprintSet - - - - - - en - Geography Country Subdivision - - - - + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0 + + + + + false + SubmodelElementCollection + + + productOrSectorSpecificCarbonFootprints + + en - geographyCountrySubdivision - - - STRING - - + product or sector specific carbon footprints + + + + en - Optional: Subdivision of a country which must be an ISO 3166-2 subdivision code as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - - - - - - + Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0 + + + + + + + productOrSectorSpecificPcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + + en + Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. + + + de + Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#PcfCalculationMethodSet + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003 + + + + + false + SubmodelElementCollection + + + productOrSectorSpecificPcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificPcfCalculationMethods + + + + xs:string + + + + + productOrSectorSpecificRule + + + en + product or sector specific rules + + + de + produktspezifische oder sektorspezifische Regeln + + + + + de + Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. + + + en + Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificRule/1/0 + + + + + + + externalPcfApi + + + en + external API for PCF information + + + de + externe API für PCF Informationen + + + + + en + An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required. + + + de + Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ExternalPcfApi/1/0 + + + + + + + productOrSectorSpecificPcfInformation + + + en + PCF information + + + de + PCF-Information + + + + + de + Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden. + + + en + A section in which further content is listed according to the calculation method for the Product Carbon Footprint. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/PcfInformation/1/0 + + + + + + + + + + + + + - geographyCountry + APPLICATION_CLASS + CarbonFootprint en - Geography Country + Carbon Footprint + + + de + C02 Footprint - urn:samm:io.catenax.pcf:7.0.0#geographyCountry + + + en + Provides the means to access the Carbon Footprint of the asset. + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#CarbonFootprint @@ -5139,20 +2024,23 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Geography Country + Carbon Footprint + + + de + C02 Footprint en - geographyCountry + CarbonFootprint - STRING en - Optional: Two letter country code that must conform to data type ISO 3166CC as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Provides the means to access the Carbon Footprint of the asset. @@ -5161,14 +2049,18 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - geographyRegionOrSubregion + pcfCalculationMethods + + de + impact assessment method / calculation method + en - Region + Folgenabschätzungsmethode / Berechnungsmethode - urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcfCalculationMethods @@ -5183,330 +2075,50 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. + + de + impact assessment method / calculation method + en - Region + Folgenabschätzungsmethode / Berechnungsmethode en - geographyRegionOrSubregion + pcfCalculationMethods STRING en - Mandatory: Region according to list as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Standards, methods for determining the greenhouse gas emissions of a product. + + + de + Normen, Standards, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. - - - - Africa - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Africac4a371ac - - - - - - Americas - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Americas2d1b84c3 - - - - - - Asia - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Asia7ac02ec1 - - - - - - Europe - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Europee595f45d - - - - - - Oceania - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Oceania4773281f - - - - - - Australia and New Zealand - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_AustraliaandNewZealand7e27c84b - - - - - - Central Asia - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_CentralAsiaa5b94bb1 - - - - - - Eastern Asia - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternAsiae5e4c3d1 - - - - - - Eastern Europe - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternEuropee0cc9e7e - - - - - - Latin America and the Caribbean - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_LatinAmericaandtheCaribbeana0078416 - - - - - - Melanesia - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Melanesia76a35072 - - - - - - Micronesia - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Micronesiad70835b5 - - - - - - Northern Africa - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAfrica8505fee1 - - - - - - Northern America - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAmerica2e4d39a6 - - - - - - Northern Europe - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernEurope11767e0b - - - - - - Polynesia - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Polynesia32098480 - - - - - - South-eastern Asia - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_South-easternAsia114fbd91 - - - - - - Southern Asia - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernAsiad52ccbb4 - - - - - - Southern Europe - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernEurope5dc8a7ac - - - - - - Sub-Saharan Africa - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Sub-SaharanAfrica891a660d - - - - - - Western Asia - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternAsiaa805d1c9 - - - - - - Western Europe - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternEurope6a5e7b44 - - - - - - Global - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Globala258b30f - - - - - - Several - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Severalfc7323a3 - - - - - - - referencePeriodStart + pcf2CoEq + + de + CO2 eq Klimawandel + en - Reference Period Start + CO2 eq Climate Change - urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcf2CoEq @@ -5521,22 +2133,27 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. + + de + CO2 eq Klimawandel + en - Reference Period Start + CO2 eq Climate Change en - referencePeriodStart + pcf2CoEq - STRING + kilogram + REAL_MEASURE en - Mandatory: Start of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard. @@ -5545,14 +2162,18 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - referencePeriodEnd + referenceImpactUnitForCalculation + + de + Referenzeinheit für die Berechnung + en - Reference Period End + reference value for calculation - urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#referenceImpactUnitForCalculation @@ -5567,22 +2188,26 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. + + de + Referenzeinheit für die Berechnung + en - Reference Period End + reference value for calculation en - referencePeriodEnd + referenceImpactUnitForCalculation STRING en - Mandatory: End of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Quantity unit of the product to which the PCF information on the CO2 footprint refers. @@ -5591,14 +2216,18 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - crossSectoralStandard + quantityOfMeasureForCalculation en - Cross Sectoral Standard + quantity of measure for calculation + + + de + Mengenangabe für die Berechnung - urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#quantityOfMeasureForCalculation @@ -5615,184 +2244,44 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Cross Sectoral Standard + quantity of measure for calculation + + + de + Mengenangabe für die Berechnung en - crossSectoralStandard + quantityOfMeasureForCalculation - STRING + REAL_MEASURE en - Mandatory: Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint. - - - - ISO Standard 14067 - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140675220ef43 - - - - - - ISO Standard 14044 - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404487b1ad6e - - - - - - Pathfinder v1 - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv1dc7c6be2 - - - - - - Pathfinder v2 - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv2294f87f5 - - - - - - PAS 2050 - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PAS205021a4e735 - - - - - - ISO Standard 14040 - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404056f7d7e6 - - - - - - ISO Standard 14041 - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140416a1ddfa1 - - - - - - ISO Standard 14042 - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140427b8e5150 - - - - - - ISO Standard 14043 - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404321cc8e41 - - - - - - PEF - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PEF16a96c1e - - - - - - Other - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Otherf97e9da0 - - - - - - GHG Protocol Product Standard - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_GHGProtocolProductStandarda3c52802 - - - - - - - crossSectoralStandardsUsed + lifeCyclePhases en - Cross Sectoral Standards Used + life cycle phases + + + de + Lebenszyklusphasen - urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandardsUsed + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhases @@ -5808,21 +2297,25 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - en - Cross Sectoral Standards Used + en + life cycle phases + + + de + Lebenszyklusphasen en - crossSectoralStandardsUsed + lifeCyclePhases STRING en - Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers. @@ -5831,14 +2324,8 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - operator - - - en - Operator or Publisher of Sector Specific Rules - - - urn:samm:io.catenax.pcf:7.0.0#operator + resourceValue + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue @@ -5855,76 +2342,32 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Operator or Publisher of Sector Specific Rules + resourceValue en - operator + resourceValue STRING en - Mandatory: Operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example must always be "Other". + Path and name of the file (with file extension). + +The path can be absolute or relative. - - - - PEF - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_PEF16a96c1e - - - - - - EPD International - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_EPDInternational8e0765e1 - - - - - - Other - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_Otherf97e9da0 - - - - - - - ruleName - - - en - Rule Name - - - urn:samm:io.catenax.pcf:7.0.0#ruleName + contentType + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType @@ -5941,20 +2384,20 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Rule Name + contentType en - ruleName + contentType STRING en - Name of a rule applied by a specific operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Content type of the content of the file. @@ -5963,14 +2406,18 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - ruleNames + explanatoryStatement en - Product or Sector Specific Rule Names + explanatory statement + + + de + Erklärung - urn:samm:io.catenax.pcf:7.0.0#ruleNames + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#explanatoryStatement @@ -5987,20 +2434,24 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Product or Sector Specific Rule Names + explanatory statement + + + de + Erklärung en - ruleNames + explanatoryStatement STRING en - Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product. @@ -6009,14 +2460,18 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - otherOperatorName + roleOfContactPerson + + de + Rolle der Kontaktperson + en - Other Operator Name + role of contact person - urn:samm:io.catenax.pcf:7.0.0#otherOperatorName + urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson @@ -6031,22 +2486,28 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. + + de + Rolle der Kontaktperson + en - Other Operator Name + role of contact person en - otherOperatorName + roleOfContactPerson STRING en - Optional: Other operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by a default value. + Function of a contact person in a process +enumeration: 0173-1%2307-AAS927%23001 (administrativ contact), 0173-1%2307-AAS928%23001 (commercial contact), 0173-1%2307-AAS929%23001 (other contact), 0173-1%2307-AAS930%23001 (hazardous goods contact), 0173-1%2307-AAS931%23001 (technical contact) +Note: the above mentioned ECLASS enumeration should be declared as “open” for further addition. @@ -6055,14 +2516,18 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - productOrSectorSpecificRules + nationalCode + + de + Länderkürzel + en - Product or Sector Specific Rules + National code - urn:samm:io.catenax.pcf:7.0.0#productOrSectorSpecificRules + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode @@ -6077,22 +2542,30 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. + + de + Länderkürzel + en - Product or Sector Specific Rules + National code en - productOrSectorSpecificRules + nationalCode STRING + + de + Länderkürzel. + en - Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Code of a country (Country codes defined accord. to DIN EN ISO 3166-1). @@ -6101,14 +2574,8 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - characterizationFactors - - - en - Characterization Factors - - - urn:samm:io.catenax.pcf:7.0.0#characterizationFactors + languages + urn:samm:io.admin-shell.idta.shared:3.1.0#languages @@ -6125,64 +2592,30 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Characterization Factors + languages en - characterizationFactors + languages STRING - - - en - Mandatory: IPCC (Intergovernmental Panel on Climate Change) version of the GWP (Global Warming Potential) characterization factors used for calculating the PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value \"AR6\". Default value can be overwritten. - - - - - - AR5 - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR5c1258ff9 - - - - - - AR6 - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR6bfd2b8fd - - - - - - - allocationRulesDescription + timeZone en - Allocation Rules Description + time zone - urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription + urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone @@ -6199,20 +2632,22 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Allocation Rules Description + time zone en - allocationRulesDescription + timeZone STRING en - Optional: Allocation rules used and underlying reasoning in context of a product carbon footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value "In accordance with Catena-X PCF Rulebook (Version 3.0.0)". + Offsets from Coordinated Universal Time (UTC) +Note: notation accord. to ISO 8601 +Note: for time in UTC the zone designator “Z” is to be used. @@ -6221,14 +2656,18 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - allocationWasteIncineration + cityTown + + de + Ort + en - Allocation Waste Incineration + City - urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration + urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown @@ -6243,78 +2682,46 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. + + de + Ort + en - Allocation Waste Incineration + City en - allocationWasteIncineration + cityTown STRING en - Mandatory: Allocation approach used for waste incineration with energy recovery as specified by the TFS (Together For Sustainability) initiative. In Catena-X for example must be specified by value "cut-off". + Town or city. + + + de + Ort. - - - - cut-off - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_cut-offfd27f68f - - - - - - reverse cut-off - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_reversecut-off63c0b4c7 - - - - - - system expansion - - ModelReference - - - DataElement - urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_systemexpansion804f197d - - - - - - - primaryDataShare + company en - Primary Data Share + company - urn:samm:io.catenax.pcf:7.0.0#primaryDataShare + urn:samm:io.admin-shell.idta.contact_information:1.0.0#company @@ -6331,20 +2738,20 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Primary Data Share + company en - primaryDataShare + company - INTEGER_MEASURE + STRING en - Mandatory starting 2025: Share of primary data in percent as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Name of the company. @@ -6353,14 +2760,14 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - emissionFactorDS + department en - Emission Factor Data Source + department - urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS + urn:samm:io.admin-shell.idta.contact_information:1.0.0#department @@ -6377,20 +2784,20 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Emission Factor Data Source + department en - emissionFactorDS + department STRING en - Mandatory: Emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Administrative section within an organisation where a business partner is located. @@ -6399,14 +2806,18 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - secondaryEmissionFactorSources + telephoneNumber en - Secondary Emission Factor Sources + telephone number + + + de + Telefonnummer - urn:samm:io.catenax.pcf:7.0.0#secondaryEmissionFactorSources + urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber @@ -6423,20 +2834,24 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Secondary Emission Factor Sources + telephone number + + + de + Telefonnummer en - secondaryEmissionFactorSources + telephoneNumber STRING en - Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Complete telephone number to be called to reach a business partner. @@ -6445,14 +2860,8 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - coveragePercent - - - en - Coverage Percent - - - urn:samm:io.catenax.pcf:7.0.0#coveragePercent + typeOfTelephone + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone @@ -6469,20 +2878,21 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Coverage Percent + typeOfTelephone en - coveragePercent + typeOfTelephone - INTEGER_MEASURE + STRING en - Mandatory starting 2025: Percentage of PCF (Product Carbon Footprint) included in the data quality assessment based on the >5% emissions threshold as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to "100" per default. + Characterization of a telephone according to its location or usage. +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS755%23001 (office mobile), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home), 0173-1%2307-AAS759%23001 (private mobile). @@ -6491,14 +2901,14 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - technologicalDQR + availableTime en - Technological DQR (Data Quality Rating) + available time - urn:samm:io.catenax.pcf:7.0.0#technologicalDQR + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime @@ -6515,20 +2925,20 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Technological DQR (Data Quality Rating) + available time en - technologicalDQR + availableTime - INTEGER_MEASURE + STRING en - Optional: Technological representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Specification of the available time window. @@ -6537,14 +2947,8 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - temporalDQR - - - en - Temporal DQR (Data Quality Rating) - - - urn:samm:io.catenax.pcf:7.0.0#temporalDQR + phone + urn:samm:io.admin-shell.idta.contact_information:1.0.0#phone @@ -6561,20 +2965,20 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Temporal DQR (Data Quality Rating) + phone en - temporalDQR + phone - INTEGER_MEASURE + STRING en - Optional: Temporal representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Phone number including type. @@ -6583,14 +2987,14 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - geographicalDQR + faxNumber en - Geographical DQR (Data Quality Rating) + fax number - urn:samm:io.catenax.pcf:7.0.0#geographicalDQR + urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber @@ -6607,20 +3011,20 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Geographical DQR (Data Quality Rating) + fax number en - geographicalDQR + faxNumber - INTEGER_MEASURE + STRING en - Optional: Geographical representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Complete telephone number to be called to reach a business partner's fax machine. @@ -6629,14 +3033,14 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - completenessDQR + typeOfFaxNumber en - Completeness DQR (Data Quality Rating) + type of fax number - urn:samm:io.catenax.pcf:7.0.0#completenessDQR + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber @@ -6653,20 +3057,21 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Completeness DQR (Data Quality Rating) + type of fax number en - completenessDQR + typeOfFaxNumber - INTEGER_MEASURE + STRING en - Optional: Completeness of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Characterization of the fax according its location or usage +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS758%23001 (home). @@ -6675,14 +3080,18 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - reliabilityDQR + fax + + de + Fax + en - Reliability DQR (Data Quality Rating) + fax - urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR + urn:samm:io.admin-shell.idta.contact_information:1.0.0#fax @@ -6697,38 +3106,36 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. + + de + Fax + en - Reliability DQR (Data Quality Rating) + fax en - reliabilityDQR + fax - INTEGER_MEASURE - - - en - Optional: Reliability of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - - + STRING - dqi + emailAddress en - DQI (Data Quality Indicators) + email address - urn:samm:io.catenax.pcf:7.0.0#dqi + urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress @@ -6745,20 +3152,20 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - DQI (Data Quality Indicators) + email address en - dqi + emailAddress STRING en - Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Electronic mail address of a business partner. @@ -6767,14 +3174,14 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - packagingEmissionsIncluded + publicKey en - Packaging Emissions Included + public key - urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded + urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey @@ -6791,21 +3198,20 @@ For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. en - Packaging Emissions Included + public key en - packagingEmissionsIncluded + publicKey - BOOLEAN + STRING en - Mandatory: The Catena-X PCF Rulebook requires to include packaging from a system boundary perspective. "FALSE" is only possible due to the application of the cut-off rule. -Flag indicating whether packaging emissions are included in a PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. + Public part of an unsymmetrical key pair to sign or encrypt text or messages. @@ -6814,14 +3220,14 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - pcfExcludingBiogenic + typeOfEmailAddress en - PCF (Product Carbon Footprint) Excluding Biogenic + type of email address - urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress @@ -6838,20 +3244,21 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - PCF (Product Carbon Footprint) Excluding Biogenic + type of email address en - pcfExcludingBiogenic + typeOfEmailAddress - INTEGER_MEASURE + STRING en - Mandatory: Product carbon footprint of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Characterization of an e-mail address according to its location or usage +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home). @@ -6860,14 +3267,14 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - pcfIncludingBiogenic + typeOfPublicKey en - PCF (Product Carbon Footprint) Including Biogenic + type of public key - urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey @@ -6884,20 +3291,20 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - PCF (Product Carbon Footprint) Including Biogenic + type of public key en - pcfIncludingBiogenic + typeOfPublicKey - INTEGER_MEASURE + STRING en - Mandatory starting 2025: Product carbon footprint of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Optional value in current specification version but will be mandatory in future version. + Characterization of a public key according to its encryption process. @@ -6906,14 +3313,18 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - fossilGhgEmissions + email en - Fossil Emissions + email + + + de + Email - urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions + urn:samm:io.admin-shell.idta.contact_information:1.0.0#email @@ -6930,20 +3341,24 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - Fossil Emissions + email + + + de + Email en - fossilGhgEmissions + email - INTEGER_MEASURE + STRING en - Mandatory starting 2025: Emissions from combustion of fossil sources as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Identical to "pcfExcludingBiogenic", will be removed in later version. + E-mail address and encryption method. @@ -6952,14 +3367,14 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - biogenicCarbonEmissionsOtherThanCO2 + addressOfAdditionalLinkOfIpCommunicationChannel en - Biogenic Carbon Emissions Other Than CO2 + address of additional link - urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2 + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel @@ -6976,20 +3391,20 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - Biogenic Carbon Emissions Other Than CO2 + address of additional link en - biogenicCarbonEmissionsOtherThanCO2 + addressOfAdditionalLinkOfIpCommunicationChannel - INTEGER_MEASURE + STRING en - Mandatory starting 2025: GWP (Global Warming Potential) of biogenic CO2e-emissions in production phase which contain only GHG (Greenhouse Gas) emissions other than CO2 - excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0). + Web site address where information about the product or contact is given. @@ -6998,14 +3413,14 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - biogenicCarbonWithdrawal + typeOfCommunication en - Biogenic Carbon Withdrawal + type of communication - urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication @@ -7022,20 +3437,20 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - Biogenic Carbon Withdrawal + type of communication en - biogenicCarbonWithdrawal + typeOfCommunication - INTEGER_MEASURE + STRING en - Mandatory starting 2025: Biogenic carbon content in the product converted to CO2e as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Characterization of an IP-based communication channel. @@ -7044,14 +3459,14 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - dlucGhgEmissions + availableTimeIpCommunicationChannel en - dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + available time - urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel @@ -7068,20 +3483,20 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + available time en - dlucGhgEmissions + availableTimeIpCommunicationChannel - INTEGER_MEASURE + STRING en - Mandatory starting 2025: Direct land use change CO2e emissions in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Specification of the available time windows. @@ -7090,14 +3505,14 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - luGhgEmissions + iPCommunicationChannels en - LU (Land Use) GHG (Greenhouse Gas) Emissions + IP communication channel - urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions + urn:samm:io.admin-shell.idta.contact_information:1.0.0#iPCommunicationChannels @@ -7114,20 +3529,20 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - LU (Land Use) GHG (Greenhouse Gas) Emissions + IP communication channel en - luGhgEmissions + iPCommunicationChannels - INTEGER_MEASURE + STRING en - Mandatory starting 2025: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + IP-based communication channels, e.g. chat or video call. @@ -7136,14 +3551,18 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - aircraftGhgEmissions + street en - Aircraft GHG Emissions + street + + + de + Straße - urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions + urn:samm:io.admin-shell.idta.contact_information:1.0.0#street @@ -7160,20 +3579,28 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - Aircraft GHG Emissions + street + + + de + Straße en - aircraftGhgEmissions + street - INTEGER_MEASURE + STRING + + de + Straße und Nummer. + en - Mandatory starting 2025: GHG (Greenhouse Gas) emissions resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Street name and house number. @@ -7182,14 +3609,14 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - packagingGhgEmissions + zipCode en - Packaging GHG (Greenhouse Gas) Emissions + ZIP code - urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode @@ -7206,20 +3633,20 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - Packaging GHG (Greenhouse Gas) Emissions + ZIP code en - packagingGhgEmissions + zipCode - INTEGER_MEASURE + STRING en - Optional: Emissions resulting from the packaging of the product as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. In Catena-X not relevant to be reported separately. + ZIP code of address. @@ -7228,14 +3655,14 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - distributionStagePcfExcludingBiogenic + poBox en - Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic + P.O. box - urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic + urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox @@ -7252,20 +3679,20 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic + P.O. box en - distributionStagePcfExcludingBiogenic + poBox - INTEGER_MEASURE + STRING en - Optional: Product carbon footprint for the distribution stage of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0). + P.O. box number. @@ -7274,14 +3701,18 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - distributionStagePcfIncludingBiogenic + zipCodeOfPoBox en - Distribution Stage PCF (Product Carbon Footprint) Including Biogenic + ZIP code + + + de + Postleitzahl - urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox @@ -7298,20 +3729,28 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - Distribution Stage PCF (Product Carbon Footprint) Including Biogenic + ZIP code + + + de + Postleitzahl en - distributionStagePcfIncludingBiogenic + zipCodeOfPoBox - INTEGER_MEASURE + STRING en - Optional: Product carbon footprint for the distribution stage of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0). + ZIP code of address. + + + de + Postleitzahl. @@ -7320,14 +3759,18 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - distributionStageFossilGhgEmissions + stateCounty + + de + Bundesland/Region + en - Distribution Stage Fossil GHG (Greenhouse Gas) Emissions + state/county - urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions + urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty @@ -7342,22 +3785,30 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo + + de + Bundesland/Region + en - Distribution Stage Fossil GHG (Greenhouse Gas) Emissions + state/county en - distributionStageFossilGhgEmissions + stateCounty - INTEGER_MEASURE + STRING en - Optional: Emissions from the combustion of fossil sources in the distribution stage as specified in the Catena-X PCF Rulebook (Version 3.0.0). + Federal state, a part of a state. + + + de + Bundesland/Region @@ -7366,14 +3817,14 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - distributionStageBiogenicCarbonEmissionsOtherThanCO2 + nameOfContact en - Distribution Stage Biogenic Carbon Emissions Other Than CO2 + name of contact - urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2 + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact @@ -7390,36 +3841,30 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - Distribution Stage Biogenic Carbon Emissions Other Than CO2 + name of contact en - distributionStageBiogenicCarbonEmissionsOtherThanCO2 + nameOfContact - INTEGER_MEASURE - - - en - Optional: GWP (Global Warming Potential) of biogenic CO2e-emissions in distribution phase which contain only GHG (Greenhouse Gas) emissions other than CO2 ? excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0). - - + STRING - distributionStageBiogenicCarbonWithdrawal + firstName en - Distribution Stage Biogenic Carbon Withdrawal + first name - urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal + urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName @@ -7436,20 +3881,20 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - Distribution Stage Biogenic Carbon Withdrawal + first name en - distributionStageBiogenicCarbonWithdrawal + firstName - INTEGER_MEASURE + STRING en - Optional: GWP (Global Warming Potential) of biogenic CO2-withdrawal in distribution stage (biogenic CO2 contained in the product) as specified in the Catena-X PCF Rulebook (Version 3.0.0). + First name of a contact person. @@ -7458,14 +3903,14 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - distributionStageDlucGhgEmissions + middleNames en - Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + middle names - urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions + urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames @@ -7482,20 +3927,20 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + middle names en - distributionStageDlucGhgEmissions + middleNames - INTEGER_MEASURE + STRING en - Optional: Direct land use change CO2 emissions during distribution stage in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + Middle names of contact person. @@ -7504,14 +3949,14 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - distributionStageLuGhgEmissions + title en - Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions + title - urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions + urn:samm:io.admin-shell.idta.contact_information:1.0.0#title @@ -7528,20 +3973,20 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions + title en - distributionStageLuGhgEmissions + title - INTEGER_MEASURE + STRING en - Optional: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + Common, formal, religious, or other title preceding a contact person's name. @@ -7550,14 +3995,14 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - carbonContentTotal + academicTitle en - Carbon Content Total + academic title - urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal + urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle @@ -7574,20 +4019,20 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - Carbon Content Total + academic title en - carbonContentTotal + academicTitle - INTEGER_MEASURE + STRING en - Mandatory starting 2025: Total carbon content per declared unit in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0). + Academic title preceding a contact person's name. @@ -7596,14 +4041,8 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - fossilCarbonContent - - - en - Fossil Carbon Content - - - urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent + furtherDetailsOfContact + urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact @@ -7620,20 +4059,20 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - Fossil Carbon Content + furtherDetailsOfContact en - fossilCarbonContent + furtherDetailsOfContact - INTEGER_MEASURE + STRING en - Mandatory starting 2025: Fossil carbon amount embodied in a product as specified in the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero; WBCSD specific extension, in Catena-X specified by a calculated value. + Additional information of the contact person. @@ -7642,14 +4081,14 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - biogenicCarbonContent + addressOfAdditionalLink en - Biogenic Carbon Content + address of additional link - urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink @@ -7666,20 +4105,20 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - Biogenic Carbon Content + address of additional link en - biogenicCarbonContent + addressOfAdditionalLink - INTEGER_MEASURE + STRING en - Mandatory starting 2025: Biogenic carbon amount embodied in a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero. + Web site address where information about the product or contact is given. @@ -7688,14 +4127,18 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - distributionStageAircraftGhgEmissions + goodsHandoverAddress + + de + Warenübergabeadresse + en - Distribution Stage Aircraft GHG Emissions + goods address hand-over - urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#goodsHandoverAddress @@ -7710,22 +4153,26 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo + + de + Warenübergabeadresse + en - Distribution Stage Aircraft GHG Emissions + goods address hand-over en - distributionStageAircraftGhgEmissions + goodsHandoverAddress - INTEGER_MEASURE + STRING en - Optional: GHG (Greenhouse Gas) emissions for the distribution stage resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Indicates the hand-over address of the goods transport. @@ -7734,14 +4181,18 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - pcf + publicationDate en - PCF (Product Carbon Footprint) + publication date + + + de + Veröffentlichungsdatum - urn:samm:io.catenax.pcf:7.0.0#pcf + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#publicationDate @@ -7758,20 +4209,24 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - PCF (Product Carbon Footprint) + publication date + + + de + Veröffentlichungsdatum en - pcf + publicationDate STRING en - A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + Time at which something was first published or made available. @@ -7780,14 +4235,18 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - pcfLegalStatement + expirationDate en - PCF (Product Carbon Footprint) Legal Statement + expiration date + + + de + Ablaufdatum - urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#expirationDate @@ -7804,20 +4263,24 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - PCF (Product Carbon Footprint) Legal Statement + expiration date + + + de + Ablaufdatum en - pcfLegalStatement + expirationDate STRING en - Optional: Option for legal statement/ disclaimer as specified in the Catena-X PCF Rulebook (Version 3.0.0). + End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required. @@ -7826,14 +4289,18 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - pact + productCarbonFootprints en - carbon footprint as recommended by PACT + product carbon footprint + + + de + Produkt CO2-Fußabdruck - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pact + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productCarbonFootprints @@ -7850,20 +4317,24 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - carbon footprint as recommended by PACT + product carbon footprint + + + de + Produkt CO2-Fußabdruck en - pact + productCarbonFootprints STRING en - Carbon footprint conformant to technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. This specification was published by Partnership of Carbon Transparency (PACT). + Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use. @@ -7883,7 +4354,7 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo Folgenabschätzungsmethode / Berechnungsmethode - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificPcfCalculationMethods + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificPcfCalculationMethods @@ -7930,7 +4401,7 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo - productOrSectorSpecificRules + productOrSectorSpecificRule en @@ -7941,7 +4412,7 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo produktspezifische oder sektorspezifische Regeln - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificRules + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificRule @@ -7968,7 +4439,7 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo en - productOrSectorSpecificRules + productOrSectorSpecificRule STRING @@ -7999,7 +4470,7 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo externe API für PCF Informationen - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#externalPcfApi + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#externalPcfApi @@ -8057,7 +4528,7 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo PCF-Information - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificPcfInformation + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificPcfInformation @@ -8111,7 +4582,7 @@ Flag indicating whether packaging emissions are included in a PCF (Product Carbo product or sector specific carbon footprints - urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificCarbonFootprints + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificCarbonFootprints diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aasx b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aasx index 36d3eb82b2f8dec4a7073654778f6f87f549667e..911615ebb1cc0ca8f8036e9209e172002aef43b7 100644 GIT binary patch delta 13430 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 TeLKmiE-pt}km3>Y&(;3{Mt5O3 diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html index 69bb03b..e421439 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html @@ -150,15 +150,15 @@ }); } - Documentation carbon footprint + Documentation Carbon Footprint
-

Aspect Model carbon footprint

-
urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint
+

Aspect Model Carbon Footprint

+
urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#CarbonFootprint
@@ -181,7 +181,7 @@

Overview

- Aspect Model Diagram + Aspect Model Diagram
@@ -195,14 +195,14 @@

Properties

-

carbon footprint as recommended by PACT

+

product carbon footprint

-Carbon footprint conformant to technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. This specification was published by Partnership of Carbon Transparency (PACT). +Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use.
Name
-
pact
+
productCarbonFootprints
@@ -212,12 +212,18 @@

-
SingleEntity
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
@@ -240,14 +246,14 @@

Payload key
-
PACTv2-2-0
+
ProductCarbonFootprints

Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • https://admin-shell.io/idta/CarbonFootprint/CarbonFootprints/1/0
@@ -284,7 +290,7 @@

Type urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductOrSectorSpecificCarbonFootprintEntity + class="break-all underline">urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ProductOrSectorSpecificCarbonFootprintEntity

@@ -319,18 +325,48 @@
- - - -
-
-

Entities

-
- -
-
-

ContactInformation

-
-
- Contains information on how to contact the manufacturer or an authorised service provider, e.g. when a maintenance service is required. -
-
- Reference -
-
    -
  • urn:irdi:0173-1#02-AAQ837#005
  • -
-
-
- -
-

Properties

-
street
+
National code
+Code of a country (Country codes defined accord. to DIN EN ISO 3166-1).
Name
-
street
+
nationalCode
@@ -425,10 +425,19 @@
Characteristic
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -451,14 +460,14 @@
Payload key
-
Street
+
NationalCode
Reference
    -
  • urn:irdi:0173-1%2302-ABH95623003
  • +
  • urn:irdi:0173-1%2302-AAO134%23002
@@ -467,13 +476,13 @@
-
houseNumber
+
languages
Name
-
houseNumber
+
languages
@@ -482,6 +491,15 @@
Characteristic
-
cityTown
+
City
+Town or city.
Name
@@ -592,10 +629,19 @@
Characteristic
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -607,7 +653,7 @@
Optional
- No
+ Yes
@@ -621,19 +667,27 @@
CityTown
+
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO132%23002
  • +
+
+
-
country
+
company
-Country where the product is transmitted. +Name of the company.
Name
-
country
+
company
@@ -642,10 +696,19 @@
Characteristic
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -653,15 +716,11 @@
-
Example
-
Mycountry
-
Optional
- No
+ Yes
@@ -672,42 +731,30 @@
Payload key
-
Country
+
Company
- -
-
-
-
-

Cross Sectoral Standard Entity

-
-
- Entity for defining an accounting standard used for product carbon footprint calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. -
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAW001%23001
  • +
+
-
-

Properties

-
Cross Sectoral Standard
+
department
-Mandatory: Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +Administrative section within an organisation where a business partner is located.
Name
-
crossSectoralStandard
+
department
@@ -717,43 +764,18 @@
-
Enumeration
+
Set
-
Values
+
Has no order
-
-
    -
  • ISO Standard 14067
  • -
  • ISO Standard 14044
  • -
  • Pathfinder v1
  • -
  • Pathfinder v2
  • -
  • PAS 2050
  • -
  • ISO Standard 14040
  • -
  • ISO Standard 14041
  • -
  • ISO Standard 14042
  • -
  • ISO Standard 14043
  • -
  • PEF
  • -
  • Other
  • -
  • GHG Protocol Product Standard
  • -
-
+
Duplicates not allowed
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -761,15 +783,11 @@
-
Example
-
ISO Standard 14044
-
Optional
- No
+ Yes
@@ -780,50 +798,30 @@
Payload key
-
crossSectoralStandard
+
Department
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAO127%23003
-
- -
-
-

Data Quality Indicator

-
-
- Entity for defining a quantitative data quality indicator of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. -
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-

Properties

-
Coverage Percent
+
phone
-Mandatory starting 2025: Percentage of PCF (Product Carbon Footprint) included in the data quality assessment based on the >5% emissions threshold as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to "100" per default. +Phone number including type.
Name
-
coveragePercent
+
phone
@@ -833,19 +831,12 @@
-
Trait
+
SingleEntity
- Reference -
-
-
-
- @@ -853,10 +844,6 @@
-
Example
-
100
-
Optional
@@ -872,63 +859,21 @@
Payload key
-
coveragePercent
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - Percent Constraint +
    Phone
    -
    -
    Description
    -
    Constraint for a decimal number in the range of and including 0 and 100.
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    ...
    -
    -< - DefaultScalarValue[value=100.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
  • -
-
-
-
Technological DQR (Data Quality Rating)
+
fax
-Optional: Technological representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
Name
-
technologicalDQR
+
fax
@@ -938,19 +883,12 @@
-
Trait
+
SingleEntity
- Reference -
-
-
-
- @@ -958,10 +896,6 @@
-
Example
-
2.0
-
Optional
@@ -977,63 +911,30 @@
Payload key
-
technologicalDQR
+
Fax
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAQ834%23005
-
-
Constraints
-
-
    -
  • -
    - -
    - DQI (Data Quality Indicator) Number Constraint -
    +
    +
    -
    -
    Description
    -
    Constraint for defining a decimal between 1 and 3 including.
    -
    +
    +
    email
    +
    - -
    -
    ->= -
    - DefaultScalarValue[value=1, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    ...
    -
    -< - DefaultScalarValue[value=3, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    - -
  • -
-
-
-
-
- -
-
Temporal DQR (Data Quality Rating)
-
- -Optional: Temporal representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +E-mail address and encryption method.
Name
-
temporalDQR
+
email
@@ -1043,19 +944,12 @@
-
Trait
+
SingleEntity
- Reference -
-
-
-
- @@ -1063,10 +957,6 @@
-
-
Example
-
2.0
-
Optional
@@ -1082,63 +972,30 @@
Payload key
-
temporalDQR
+
Email
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAQ836%23005
-
-
Constraints
-
-
    -
  • -
    - -
    - DQI (Data Quality Indicator) Number Constraint -
    - -
    -
    Description
    -
    Constraint for defining a decimal between 1 and 3 including.
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=1, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    ...
    -
    -< - DefaultScalarValue[value=3, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    - -
  • -
-
-
-
Geographical DQR (Data Quality Rating)
+
IP communication channel
-Optional: Geographical representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +IP-based communication channels, e.g. chat or video call.
Name
-
geographicalDQR
+
iPCommunicationChannels
@@ -1148,124 +1005,18 @@
-
Trait
-
-
-
- Reference -
-
-
-
- -
-
-
- -
-
Example
-
2.0
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
geographicalDQR
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - DQI (Data Quality Indicator) Number Constraint +
    Set
    - -
    -
    Description
    -
    Constraint for defining a decimal between 1 and 3 including.
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=1, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    ...
    -
    -< - DefaultScalarValue[value=3, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    - -
  • -
-
-
- -
- -
-
Completeness DQR (Data Quality Rating)
-
- -Optional: Completeness of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
completenessDQR
+
+
Has no order
- - - -
-
Characteristic
-
-
-
Trait
+
Duplicates not allowed
- Reference -
-
-
-
- @@ -1273,10 +1024,6 @@
-
Example
-
2.0
-
Optional
@@ -1292,63 +1039,30 @@
Payload key
-
completenessDQR
+
IPCommunicationChannels
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication
-
-
Constraints
-
-
    -
  • -
    - -
    - DQI (Data Quality Indicator) Number Constraint -
    - -
    -
    Description
    -
    Constraint for defining a decimal between 1 and 3 including.
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=1, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    ...
    -
    -< - DefaultScalarValue[value=3, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    - -
  • -
-
-
-
Reliability DQR (Data Quality Rating)
+
street
-Optional: Reliability of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +Street name and house number.
Name
-
reliabilityDQR
+
street
@@ -1358,134 +1072,18 @@
-
Trait
-
-
-
- Reference -
-
-
-
- -
-
-
- -
-
Example
-
2.0
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
reliabilityDQR
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - DQI (Data Quality Indicator) Number Constraint +
    Set
    - -
    -
    Description
    -
    Constraint for defining a decimal between 1 and 3 including.
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=1, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    ...
    -
    -< - DefaultScalarValue[value=3, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    - -
  • -
-
-
-
+
+
Has no order
-
-
-

Emission Factor Data Source Entity

-
-
- Entity for defining an emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. -
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-

Properties

-
-
- -
-
Emission Factor Data Source
-
- -Mandatory: Emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
emissionFactorDS
+
+
Duplicates not allowed
- - - -
-
Characteristic
-
-
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -1493,3768 +1091,45 @@
-
Example
-
ecoinvent 3.8
-
Optional
- No
-
- -
-
In payload
-
Yes
-
Payload key
-
secondaryEmissionFactorSource
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
-
-
-

PCF (Product Carbon Footprint) Entity

-
-
- Entity for defining a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. -
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-

Properties

-
-
- -
-
Unit of measurement
-
- -Mandatory: Unit of analysis of a product in context of the PCF (product carbon footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example list of valid units includes "piece". - -
-
Name
-
declaredUnit
-
- - - -
-
Characteristic
-
-
-
-
Enumeration
-
-
-
Values
-
-
-
-
    -
  • liter
  • -
  • kilogram
  • -
  • cubic meter
  • -
  • kilowatt hour
  • -
  • megajoule
  • -
  • ton kilometer
  • -
  • square meter
  • -
  • piece
  • -
-
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
kilogram
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
declaredUnit
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
- -
-
Unitary Product Amount
-
- -Mandatory: Amount of units contained within a product in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
unitaryProductAmount
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
-
-
- -
-
-
- -
-
Example
-
1000.0
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
unitaryProductAmount
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - Strictly Positive Decimal Constraint -
    - -
    -
    Description
    -
    Constraint for defining a positive, non-zero decimal.
    -
    - - -
    -
    -> -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#float']'] -
    -
    - -
  • -
-
-
-
-
- -
-
Product Mass Per Declared Unit
-
- -Mandatory: Mass of a product per declared unit (net, unpackaged) in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0). - -
-
Name
-
productMassPerDeclaredUnit
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
-
-
- -
-
-
- -
-
Example
-
0.456
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
productMassPerDeclaredUnit
-
- - -
-
Constraints
-
-
    -
  • -
    - -
    - Positive Decimal Constraint -
    - -
    -
    Description
    -
    Constraint for defining a decimal equal to or greater than zero.
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
- -
-
Exempted Emissions Percent
-
- -Mandatory: Applied cut-off percentage of emissions excluded from PCF (Product Carbon Footprint). -For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. - -
-
Name
-
exemptedEmissionsPercent
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
0.0
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
exemptedEmissionsPercent
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - Exempted Emissions Percent Constraint -
    - -
    -
    Description
    -
    Characteristic for defining the percentage of emissions excluded from a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    -
    - -
    -
    Reference
    -
    -
    -
      -
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • -
    -
    -
    -
    - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    ...
    -
    -< - DefaultScalarValue[value=5.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    - -
  • -
-
-
-
-
- -
-
Exempted Emissions Description
-
- -Optional: Rationale behind exclusion of specific PCF (Product Carbon Footprint) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
exemptedEmissionsDescription
-
- - - -
-
Characteristic
- -
- -
-
Example
-
No exemption
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
exemptedEmissionsDescription
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
- -
-
Boundary Processes Description
-
- -Optional: Processes attributable to each lifecycle stage as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
boundaryProcessesDescription
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Electricity consumption included as an input in the production phase
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
boundaryProcessesDescription
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
- -
-
Geography Country Subdivision
-
- -Optional: Subdivision of a country which must be an ISO 3166-2 subdivision code as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
geographyCountrySubdivision
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
-
-
- -
-
-
- -
-
Example
-
US-NY
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
geographyCountrySubdivision
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - Subdivision Constraint -
    - -
    -
    Description
    -
    Constraint for defining a geography country subdivision in compliance to ISO 3166-2 as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    -
    - -
    -
    Reference
    -
    -
    -
      -
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • -
    -
    -
    -
    - -
    -
    Regular expression
    -
    ([A-Z]{2}-[A-Z0-9]{1,3}|)
    -
    - -
  • -
-
-
-
-
- -
-
Geography Country
-
- -Optional: Two letter country code that must conform to data type ISO 3166CC as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
geographyCountry
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
-
-
- -
-
-
- -
-
Example
-
DE
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
geographyCountry
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - Country Constraint -
    - -
    -
    Description
    -
    Constraint for defining a geography country conform to ISO 3166CC as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    -
    - -
    -
    Reference
    -
    -
    -
      -
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • -
    -
    -
    -
    - -
    -
    Regular expression
    -
    ([A-Z]{2})
    -
    - -
  • -
-
-
-
-
- -
-
Region
-
- -Mandatory: Region according to list as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
geographyRegionOrSubregion
-
- - - -
-
Characteristic
-
-
-
-
Enumeration
-
-
-
Values
-
-
-
-
    -
  • Africa
  • -
  • Americas
  • -
  • Asia
  • -
  • Europe
  • -
  • Oceania
  • -
  • Australia and New Zealand
  • -
  • Central Asia
  • -
  • Eastern Asia
  • -
  • Eastern Europe
  • -
  • Latin America and the Caribbean
  • -
  • Melanesia
  • -
  • Micronesia
  • -
  • Northern Africa
  • -
  • Northern America
  • -
  • Northern Europe
  • -
  • Polynesia
  • -
  • South-eastern Asia
  • -
  • Southern Asia
  • -
  • Southern Europe
  • -
  • Sub-Saharan Africa
  • -
  • Western Asia
  • -
  • Western Europe
  • -
  • Global
  • -
  • Several
  • -
-
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
Europe
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
geographyRegionOrSubregion
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
- -
-
Reference Period Start
-
- -Mandatory: Start of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
referencePeriodStart
-
- - - -
-
Characteristic
- -
- -
-
Example
-
2022-01-01T00:00:01Z
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
referencePeriodStart
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
- -
-
Reference Period End
-
- -Mandatory: End of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
referencePeriodEnd
-
- - - -
-
Characteristic
- -
- -
-
Example
-
2022-12-31T23:59:59Z
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
referencePeriodEnd
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
- -
-
Cross Sectoral Standards Used
-
- -Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
crossSectoralStandardsUsed
-
- - - -
-
Characteristic
-
-
-
-
List
-
-
-
Has a certain order
-
-
-
Duplicates allowed
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
crossSectoralStandardsUsed
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
- -
-
Product or Sector Specific Rules
-
- -Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
productOrSectorSpecificRules
-
- - - -
-
Characteristic
-
-
-
-
Set
-
-
-
Has no order
-
-
-
Duplicates not allowed
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
productOrSectorSpecificRules
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
- -
-
Characterization Factors
-
- -Mandatory: IPCC (Intergovernmental Panel on Climate Change) version of the GWP (Global Warming Potential) characterization factors used for calculating the PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value \"AR6\". Default value can be overwritten. - -
-
Name
-
characterizationFactors
-
- - - -
-
Characteristic
-
-
-
-
Enumeration
-
-
-
Values
-
-
-
-
    -
  • AR5
  • -
  • AR6
  • -
-
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
AR6
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
extWBCSD_characterizationFactors
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
- -
-
Allocation Rules Description
-
- -Optional: Allocation rules used and underlying reasoning in context of a product carbon footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value "In accordance with Catena-X PCF Rulebook (Version 3.0.0)". - -
-
Name
-
allocationRulesDescription
-
- - - -
-
Characteristic
- -
- -
-
Example
-
In accordance with Catena-X PCF Rulebook
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
extWBCSD_allocationRulesDescription
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
- -
-
Allocation Waste Incineration
-
- -Mandatory: Allocation approach used for waste incineration with energy recovery as specified by the TFS (Together For Sustainability) initiative. In Catena-X for example must be specified by value "cut-off". - -
-
Name
-
allocationWasteIncineration
-
- - - -
-
Characteristic
-
-
-
-
Enumeration
-
-
-
Values
-
-
-
-
    -
  • cut-off
  • -
  • reverse cut-off
  • -
  • system expansion
  • -
-
-
- -
-
-
- -
-
Example
-
cut-off
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
extTFS_allocationWasteIncineration
-
- - -
-
- -
-
Primary Data Share
-
- -Mandatory starting 2025: Share of primary data in percent as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
primaryDataShare
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
-
-
- -
-
-
- -
-
Example
-
56.12
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
primaryDataShare
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - Percent Constraint -
    - -
    -
    Description
    -
    Constraint for a decimal number in the range of and including 0 and 100.
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    ...
    -
    -< - DefaultScalarValue[value=100.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    - -
  • -
-
-
-
-
- -
-
Secondary Emission Factor Sources
-
- -Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
secondaryEmissionFactorSources
-
- - - -
-
Characteristic
-
-
-
-
Set
-
-
-
Has no order
-
-
-
Duplicates not allowed
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
secondaryEmissionFactorSources
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
- -
-
DQI (Data Quality Indicators)
-
- -Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
dqi
-
- - - -
-
Characteristic
-
-
-
-
SingleEntity
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- - -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
dataQualityRating
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
- -
-
Packaging Emissions Included
-
- -Mandatory: The Catena-X PCF Rulebook requires to include packaging from a system boundary perspective. "FALSE" is only possible due to the application of the cut-off rule. -Flag indicating whether packaging emissions are included in a PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. - -
-
Name
-
packagingEmissionsIncluded
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
extWBCSD_packagingEmissionsIncluded
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
- -
-
PCF (Product Carbon Footprint) Excluding Biogenic
-
- -Mandatory: Product carbon footprint of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
pcfExcludingBiogenic
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
2.0
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
pcfExcludingBiogenic
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - PositiveEmissionConstraint -
    - -
    -
    Description
    -
    Only positive emission values (>0) are valid
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
- -
-
PCF (Product Carbon Footprint) Including Biogenic
-
- -Mandatory starting 2025: Product carbon footprint of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Optional value in current specification version but will be mandatory in future version. - -
-
Name
-
pcfIncludingBiogenic
-
- - - -
-
Characteristic
-
-
-
-
Quantifiable
-
-
-
Duration
-
-
-
Characteristic for defining (positive or negative) emissions in context of a PCF (Product Carbon Footprint) as specified by the WBCSD (World Business Council for Sustainable Development) Pathfinder initiative.
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
1.0
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
pcfIncludingBiogenic
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
- -
-
Fossil Emissions
-
- -Mandatory starting 2025: Emissions from combustion of fossil sources as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Identical to "pcfExcludingBiogenic", will be removed in later version. - -
-
Name
-
fossilGhgEmissions
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
0.5
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
fossilGhgEmissions
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - PositiveEmissionConstraint -
    - -
    -
    Description
    -
    Only positive emission values (>0) are valid
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
- -
-
Biogenic Carbon Emissions Other Than CO2
-
- -Mandatory starting 2025: GWP (Global Warming Potential) of biogenic CO2e-emissions in production phase which contain only GHG (Greenhouse Gas) emissions other than CO2 - excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0). - -
-
Name
-
biogenicCarbonEmissionsOtherThanCO2
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
1.0
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
biogenicCarbonEmissionsOtherThanCO2
-
- - -
-
Constraints
-
-
    -
  • -
    - -
    - PositiveEmissionConstraint -
    - -
    -
    Description
    -
    Only positive emission values (>0) are valid
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
- -
-
Biogenic Carbon Withdrawal
-
- -Mandatory starting 2025: Biogenic carbon content in the product converted to CO2e as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
biogenicCarbonWithdrawal
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
-
-
- -
-
-
- -
-
Example
-
0.0
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
biogenicCarbonWithdrawal
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - Negative Emission Constraint -
    - -
    -
    Description
    -
    Only negative emission values (<=0) are valid.
    -
    - - -
    -< - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    - -
  • -
-
-
-
-
- -
-
dLUC (direct land use change) GHG (Greenhouse Gas) Emissions
-
- -Mandatory starting 2025: Direct land use change CO2e emissions in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
dlucGhgEmissions
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
0.4
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
dlucGhgEmissions
-
- - -
-
Constraints
-
-
    -
  • -
    - -
    - PositiveEmissionConstraint -
    - -
    -
    Description
    -
    Only positive emission values (>0) are valid
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
- -
-
LU (Land Use) GHG (Greenhouse Gas) Emissions
-
- -Mandatory starting 2025: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. - -
-
Name
-
luGhgEmissions
-
- - - -
-
Characteristic
-
-
-
-
Quantifiable
-
-
-
Duration
-
-
-
Characteristic for defining (positive or negative) emissions in context of a PCF (Product Carbon Footprint) as specified by the WBCSD (World Business Council for Sustainable Development) Pathfinder initiative.
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
0.3
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
extTFS_luGhgEmissions
-
- - -
-
- -
-
Aircraft GHG Emissions
-
- -Mandatory starting 2025: GHG (Greenhouse Gas) emissions resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
aircraftGhgEmissions
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
0.0
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
aircraftGhgEmissions
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - PositiveEmissionConstraint -
    - -
    -
    Description
    -
    Only positive emission values (>0) are valid
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
- -
-
Packaging GHG (Greenhouse Gas) Emissions
-
- -Optional: Emissions resulting from the packaging of the product as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. In Catena-X not relevant to be reported separately. - -
-
Name
-
packagingGhgEmissions
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
0
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
extWBCSD_packagingGhgEmissions
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - PositiveEmissionConstraint -
    - -
    -
    Description
    -
    Only positive emission values (>0) are valid
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
- -
-
Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic
-
- -Optional: Product carbon footprint for the distribution stage of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0). - -
-
Name
-
distributionStagePcfExcludingBiogenic
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
1.5
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
distributionStagePcfExcludingBiogenic
-
- - -
-
Constraints
-
-
    -
  • -
    - -
    - PositiveEmissionConstraint -
    - -
    -
    Description
    -
    Only positive emission values (>0) are valid
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
- -
-
Distribution Stage PCF (Product Carbon Footprint) Including Biogenic
-
- -Optional: Product carbon footprint for the distribution stage of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0). - -
-
Name
-
distributionStagePcfIncludingBiogenic
-
- - - -
-
Characteristic
-
-
-
-
Quantifiable
-
-
-
Duration
-
-
-
Characteristic for defining (positive or negative) emissions in context of a PCF (Product Carbon Footprint) as specified by the WBCSD (World Business Council for Sustainable Development) Pathfinder initiative.
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
0.0
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
distributionStagePcfIncludingBiogenic
-
- - -
-
- -
-
Distribution Stage Fossil GHG (Greenhouse Gas) Emissions
-
- -Optional: Emissions from the combustion of fossil sources in the distribution stage as specified in the Catena-X PCF Rulebook (Version 3.0.0). - -
-
Name
-
distributionStageFossilGhgEmissions
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
0.5
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
distributionStageFossilGhgEmissions
-
- - -
-
Constraints
-
-
    -
  • -
    - -
    - PositiveEmissionConstraint -
    - -
    -
    Description
    -
    Only positive emission values (>0) are valid
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
- -
-
Distribution Stage Biogenic Carbon Emissions Other Than CO2
-
- -Optional: GWP (Global Warming Potential) of biogenic CO2e-emissions in distribution phase which contain only GHG (Greenhouse Gas) emissions other than CO2 ? excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0). - -
-
Name
-
distributionStageBiogenicCarbonEmissionsOtherThanCO2
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
1.0
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
distributionStageBiogenicCarbonEmissionsOtherThanCO2
-
- - -
-
Constraints
-
-
    -
  • -
    - -
    - PositiveEmissionConstraint -
    - -
    -
    Description
    -
    Only positive emission values (>0) are valid
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
- -
-
Distribution Stage Biogenic Carbon Withdrawal
-
- -Optional: GWP (Global Warming Potential) of biogenic CO2-withdrawal in distribution stage (biogenic CO2 contained in the product) as specified in the Catena-X PCF Rulebook (Version 3.0.0). - -
-
Name
-
distributionStageBiogenicCarbonWithdrawal
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
-
-
- -
-
-
- -
-
Example
-
0.0
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
distributionStageBiogenicCarbonWithdrawal
-
- - -
-
Constraints
-
-
    -
  • -
    - -
    - Negative Emission Constraint -
    - -
    -
    Description
    -
    Only negative emission values (<=0) are valid.
    -
    - - -
    -< - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    - -
  • -
-
-
-
-
- -
-
Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions
-
- -Optional: Direct land use change CO2 emissions during distribution stage in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. - -
-
Name
-
distributionStageDlucGhgEmissions
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
1.0
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
extTFS_distributionStageDlucGhgEmissions
-
- - -
-
Constraints
-
-
    -
  • -
    - -
    - PositiveEmissionConstraint -
    - -
    -
    Description
    -
    Only positive emission values (>0) are valid
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
- -
-
Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions
-
- -Optional: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. - -
-
Name
-
distributionStageLuGhgEmissions
-
- - - -
-
Characteristic
-
-
-
-
Quantifiable
-
-
-
Duration
-
-
-
Characteristic for defining (positive or negative) emissions in context of a PCF (Product Carbon Footprint) as specified by the WBCSD (World Business Council for Sustainable Development) Pathfinder initiative.
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
1.1
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
extTFS_distributionStageLuGhgEmissions
-
- - -
-
- -
-
Carbon Content Total
-
- -Mandatory starting 2025: Total carbon content per declared unit in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0). - -
-
Name
-
carbonContentTotal
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
2.5
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
carbonContentTotal
-
- - -
-
Constraints
-
-
    -
  • -
    - -
    - PositiveEmissionConstraint -
    - -
    -
    Description
    -
    Only positive emission values (>0) are valid
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
- -
-
Fossil Carbon Content
-
- -Mandatory starting 2025: Fossil carbon amount embodied in a product as specified in the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero; WBCSD specific extension, in Catena-X specified by a calculated value. - -
-
Name
-
fossilCarbonContent
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
0.1
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
extWBCSD_fossilCarbonContent
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - PositiveEmissionConstraint -
    - -
    -
    Description
    -
    Only positive emission values (>0) are valid
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
- -
-
Biogenic Carbon Content
-
- -Mandatory starting 2025: Biogenic carbon amount embodied in a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero. - -
-
Name
-
biogenicCarbonContent
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
0.0
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
carbonContentBiogenic
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - PositiveEmissionConstraint -
    - -
    -
    Description
    -
    Only positive emission values (>0) are valid
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
- -
-
Distribution Stage Aircraft GHG Emissions
-
- -Optional: GHG (Greenhouse Gas) emissions for the distribution stage resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
distributionStageAircraftGhgEmissions
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- -
-
-
- -
-
Example
-
0.0
-
- -
-
Optional
-
- Yes
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
distributionStageAircraftGhgEmissions
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - PositiveEmissionConstraint -
    - -
    -
    Description
    -
    Only positive emission values (>0) are valid
    -
    - - -
    -
    ->= -
    - DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#decimal']'] -
    -
    - -
  • -
-
-
-
-
-
-
-

Preceding PCF (Product Carbon Footprint) Identifier Entity

-
-
- Entity for defining a preceding PCF (Product Carbon Footprint) identifier entity as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. -
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-

Properties

-
-
- -
-
Product Footprint Identifier
-
- -Mandatory: The product footprint identifier as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. - -
-
Name
-
id
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://tools.ietf.org/html/rfc4122
  • -
-
-
-
- -
-
-
- -
-
Example
-
3893bb5d-da16-4dc1-9185-11d97476c254
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
id
-
- -
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    - -
    - UUID v4 Regular Expression -
    - -
    -
    Description
    -
    The provided regular expression ensures that the UUID is composed of five groups of characters separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens), optionally prefixed by "urn:uuid:" to make it an IRI.
    -
    - -
    -
    Reference
    -
    -
    -
      -
    • https://datatracker.ietf.org/doc/html/rfc4122
    • -
    -
    -
    -
    - -
    -
    Regular expression
    -
    (^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)
    +
    In payload
    +
    + Yes
    -
  • -
-
-
-
+
+
Payload key
+
Street
-
-
-

Product (Carbon) Footprint

-
-
- A Product (Carbon) Footprint represents the carbon footprint of a product with values as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. -
+
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO128%23002
  • +
+
-
-

Properties

-
Product Footprint Identifier
+
ZIP code
-Mandatory: The product footprint identifier as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +ZIP code of address.
Name
-
id
+
zipCode
@@ -5264,22 +1139,18 @@
-
Trait
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
-
-
- Reference -
-
    -
  • https://tools.ietf.org/html/rfc4122
  • -
-
-
-
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -5287,15 +1158,11 @@
-
Example
-
3893bb5d-da16-4dc1-9185-11d97476c254
-
Optional
- No
+ Yes
@@ -5306,66 +1173,30 @@
Payload key
-
id
+
ZipCode
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAO129%23002
-
-
Constraints
-
-
    -
  • -
    - -
    - UUID v4 Regular Expression -
    - -
    -
    Description
    -
    The provided regular expression ensures that the UUID is composed of five groups of characters separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens), optionally prefixed by "urn:uuid:" to make it an IRI.
    -
    - -
    -
    Reference
    -
    -
    -
      -
    • https://datatracker.ietf.org/doc/html/rfc4122
    • -
    -
    -
    -
    - -
    -
    Regular expression
    -
    (^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)
    -
    - -
  • -
-
-
-
Product Footprint Specification Version
+
P.O. box
-Mandatory: Version of the product footprint data specification as defined in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +P.O. box number.
Name
-
specVersion
+
poBox
@@ -5377,7 +1208,7 @@
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -5385,15 +1216,11 @@
-
Example
-
urn:io.catenax.pcf:datamodel:version:7.0.0
-
Optional
- No
+ Yes
@@ -5404,14 +1231,14 @@
Payload key
-
specVersion
+
POBox
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAO130%23002
@@ -5420,14 +1247,14 @@
-
Partial Or Full PCF (Product Carbon Footprint)
+
ZIP code
-Mandatory: Indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook (Version 3.0.0). +ZIP code of address.
Name
-
partialFullPcf
+
zipCodeOfPoBox
@@ -5437,23 +1264,18 @@
-
Enumeration
+
Set
-
Values
+
Has no order
-
-
    -
  • Cradle-to-gate
  • -
  • Cradle-to-grave
  • -
-
+
Duplicates not allowed
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -5461,15 +1283,11 @@
-
Example
-
Cradle-to-gate
-
Optional
- No
+ Yes
@@ -5480,22 +1298,30 @@
Payload key
-
partialFullPcf
+
ZipCodeOfPOBox
+
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO129%23002
  • +
+
+
-
Previous PCF (Product Carbon Footprint) Identifiers
+
state/county
-Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as "optional" in WBCSD, needs to be covered by application. +Federal state, a part of a state.
Name
-
precedingPfIds
+
stateCounty
@@ -5505,28 +1331,18 @@
-
List
+
Set
-
Has a certain order
+
Has no order
-
Duplicates allowed
+
Duplicates not allowed
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- @@ -5549,14 +1365,14 @@
Payload key
-
precedingPfIds
+
StateCounty
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAO133%23002
@@ -5565,14 +1381,13 @@
-
Product (Carbon) Footprint Version
+
name of contact
-Mandatory: Version of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to "0" per default.
Name
-
version
+
nameOfContact
@@ -5581,20 +1396,10 @@
Characteristic
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
Type http://www.w3.org/2001/XMLSchema#nonNegativeInteger + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -5602,15 +1407,11 @@
-
Example
-
0
-
Optional
- No
+ Yes
@@ -5621,30 +1422,22 @@
Payload key
-
version
+
NameOfContact
-
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
Creation of the Product (Carbon) Footprint
+
first name
-Mandatory: Timestamp of the creation of the Product (Carbon) Footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +First name of a contact person.
Name
-
created
+
firstName
@@ -5656,7 +1449,7 @@
Type http://www.w3.org/2001/XMLSchema#dateTime + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -5664,15 +1457,11 @@
-
Example
-
2022-05-22T21:47:32Z
-
Optional
- No
+ Yes
@@ -5683,14 +1472,14 @@
Payload key
-
created
+
FirstName
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAO206%23002
@@ -5699,14 +1488,14 @@
-
Status
+
middle names
-Mandatory: Status indicator of a product (carbon) footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example set to "Active" per default. +Middle names of contact person.
Name
-
status
+
middleNames
@@ -5715,34 +1504,10 @@
Characteristic
-
-
Enumeration
-
-
-
Values
-
-
-
-
    -
  • Active
  • -
  • Deprecated
  • -
-
-
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -5750,15 +1515,11 @@
-
Example
-
Active
-
Optional
- No
+ Yes
@@ -5769,14 +1530,14 @@
Payload key
-
extWBCSD_pfStatus
+
MiddleNames
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAO207%23002
@@ -5785,14 +1546,14 @@
-
Validity Period Start
+
title
-Optional: Start of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. If specified, the validity period start must be equal to or greater than the reference period end. +Common, formal, religious, or other title preceding a contact person's name.
Name
-
validityPeriodStart
+
title
@@ -5804,7 +1565,7 @@
Type http://www.w3.org/2001/XMLSchema#dateTime + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -5812,10 +1573,6 @@
-
Example
-
2022-01-01T00:00:01Z
-
Optional
@@ -5831,14 +1588,14 @@
Payload key
-
validityPeriodStart
+
Title
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAO208%23003
@@ -5847,14 +1604,14 @@
-
Validity Period End
+
academic title
-Optional: End of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +Academic title preceding a contact person's name.
Name
-
validityPeriodEnd
+
academicTitle
@@ -5866,7 +1623,7 @@
Type http://www.w3.org/2001/XMLSchema#dateTime + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -5874,10 +1631,6 @@
-
Example
-
2022-12-31T23:59:59Z
-
Optional
@@ -5893,14 +1646,14 @@
Payload key
-
validityPeriodEnd
+
AcademicTitle
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAO209%23003
@@ -5909,14 +1662,14 @@
-
Comment
+
furtherDetailsOfContact
-Optional: Additional information and instructions related to the calculation of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +Additional information of the contact person.
Name
-
comment
+
furtherDetailsOfContact
@@ -5928,7 +1681,7 @@
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -5936,10 +1689,6 @@
-
Example
-
Additional explanatory information not reflected by other attributes
-
Optional
@@ -5955,14 +1704,14 @@
Payload key
-
comment
+
FurtherDetailsOfContact
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAO210%23002
@@ -5971,14 +1720,14 @@
-
Company Name
+
-Mandatory: Name of the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +Web site address where information about the product or contact is given.
Name
-
companyName
+
addressOfAdditionalLink
@@ -5987,16 +1736,6 @@
Characteristic
-
-
Trait
-
-
-
- Reference -
-
-
-
@@ -6027,56 +1762,50 @@
Payload key
-
companyName
+
AddressOfAdditionalLink
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAQ326%23002
-
-
Constraints
-
-
    -
  • -
    - -
    - Non Empty String Constraint +
    - +
    +
    +

    EmailEntity

    +
    -
    Description
    -
    Constraint for ensuring that a string has at least one character.
    + E-mail address and encryption method.
    - -
    -
    Min. Length
    -
    1
    + Reference +
    +
      +
    • urn:irdi:0173-1%2302-AAQ836%23005
    • +
    +
    -
  • -
-
-
+
+

Properties

-
Company IDs
+
email address
-Mandatory: Non-empty set of Uniform Resource Names (URN). Each value is supposed to uniquely identify the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. For Catena-X Industry Core compliance the set of URNs must contain at least the Business Partner Number Legal Entity (BPNL) in the specified format urn:bpn:id:BPNL[a-zA-Z0-9]{12}.  +Electronic mail address of a business partner.
Name
-
companyIds
+
emailAddress
@@ -6085,20 +1814,10 @@
Characteristic
-
-
Trait
-
-
-
- Reference -
-
-
-
Type http://www.w3.org/2001/XMLSchema#anyURI + class="break-all underline">http://www.w3.org/2001/XMLSchema#string
@@ -6108,7 +1827,7 @@
Example
-
urn:bpn:id:BPNL000000000DW
+
email@muster-ag.de
@@ -6125,56 +1844,98 @@
Payload key
-
companyIds
+
EmailAddress
Reference
    -
  • urn:samm:io.catenax.shared.business_partner_number:2.0.0#bpnlProperty
  • +
  • urn:irdi:0173-1%2302-AAO198%23002
+
+
+ +
+
public key
+
+ +Public part of an unsymmetrical key pair to sign or encrypt text or messages. + +
+
Name
+
publicKey
+
+ + +
-
Constraints
+
Characteristic
-
+ + +
+
Optional
+
+ Yes
+
-
- Non Empty Set Constraint +
+
In payload
+
+ Yes
-
-
Description
-
Constraint for defining a non-empty set of URIs (Uniform Resource Identifieres).
-
- +
+
Payload key
+
PublicKey
+
-
Min. Length
-
1
-
- - - +
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO200%23002
  • +
+
-
Product Description
+
type of email address
-Optional: Free-form description of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +Characterization of an e-mail address according to its location or usage +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home).
Name
-
productDescription
+
typeOfEmailAddress
@@ -6196,7 +1957,7 @@
Example
-
Ethanol, 95% solution
+
0173-1%2307-AAS754%23001
@@ -6213,14 +1974,14 @@
Payload key
-
productDescription
+
TypeOfEmailAddress
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAO199%23003
@@ -6229,14 +1990,14 @@
-
Product IDs
+
type of public key
-Mandatory: Non-empty set of product identifiers. Each value is supposed to uniquely identify the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productId corresponds with Industry Core manufacturerPartId. +Characterization of a public key according to its encryption process.
Name
-
productIds
+
typeOfPublicKey
@@ -6245,20 +2006,10 @@
Characteristic
-
-
Trait
-
-
-
- Reference -
-
-
-
Type http://www.w3.org/2001/XMLSchema#anyURI + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -6266,15 +2017,11 @@
-
Example
-
urn:gtin:4712345060507
-
Optional
- No
+ Yes
@@ -6285,56 +2032,42 @@
Payload key
-
productIds
+
TypeOfPublicKey
Reference
    -
  • urn:samm:io.catenax.part_type_information:1.0.0#manufacturerPartId
  • +
  • urn:irdi:0173-1%2302-AAO201%23002
-
-
Constraints
-
-
    -
  • -
    - -
    - Non Empty Set Constraint +
    - -
    -
    Description
    -
    Constraint for defining a non-empty set of URIs (Uniform Resource Identifieres).
    -
    - - +
    +
    +

    FaxEntity

    +
    -
    Min. Length
    -
    1
    +
    -
  • -
-
-
+
+

Properties

-
Product Category
+
fax number
-Mandatory: UN (United Nations) Product Classification Code (CPC - Central Classification Code) of a given product as specified the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, which will probably be declared as "optional" in a later WBCSD specification version. In Catena-X for example specified with default value "011-99000". +Complete telephone number to be called to reach a business partner's fax machine.
Name
-
productCategoryCpc
+
faxNumber
@@ -6343,10 +2076,19 @@
Characteristic
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -6354,10 +2096,6 @@
-
Example
-
011-99000
-
Optional
@@ -6373,14 +2111,14 @@
Payload key
-
extWBCSD_productCodeCpc
+
FaxNumber
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:idi:0173-1%2302-AAO195%23002
@@ -6389,14 +2127,15 @@
-
Product Trade Name
+
type of fax number
-Mandatory: Non-empty trade name of a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productNameCompany corresponds with Industry Core nameAtManufacturer.  +Characterization of the fax according its location or usage +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS758%23001 (home).
Name
-
productNameCompany
+
typeOfFaxNumber
@@ -6405,16 +2144,6 @@
Characteristic
-
-
Trait
-
-
-
- Reference -
-
-
-
@@ -6445,56 +2174,42 @@
Payload key
-
productName
+
TypeOfFaxNumber
Reference
    -
  • urn:samm:io.catenax.part_type_information:1.0.0#nameAtManufacturer
  • +
  • urn:irdi:0173-1%2302-AAO196%23003
-
-
Constraints
-
-
    -
  • -
    - -
    - Non Empty String Constraint +
    - -
    -
    Description
    -
    Constraint for ensuring that a string has at least one character.
    -
    - - +
    +
    +

    IP Communication Channel

    +
    -
    Min. Length
    -
    1
    + IP-based communication channels, e.g. chat or video call.
    -
  • -
-
-
+
+

Properties

-
PCF (Product Carbon Footprint)
+
address of additional link
-A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +Web site address where information about the product or contact is given.
Name
-
pcf
+
addressOfAdditionalLinkOfIpCommunicationChannel
@@ -6503,13 +2218,10 @@
Characteristic
-
-
SingleEntity
-
@@ -6532,14 +2244,14 @@
Payload key
-
pcf
+
AddressOfAdditionalLink
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAQ326%23002
@@ -6548,14 +2260,14 @@
-
PCF (Product Carbon Footprint) Legal Statement
+
type of communication
-Optional: Option for legal statement/ disclaimer as specified in the Catena-X PCF Rulebook (Version 3.0.0). +Characterization of an IP-based communication channel.
Name
-
pcfLegalStatement
+
typeOfCommunication
@@ -6575,10 +2287,6 @@
PCF
-
-
Example
-
This PCF (Product Carbon Footprint) is for information purposes only. It is based upon the standards mentioned above.
-
Optional
@@ -6594,42 +2302,30 @@
PCF
Payload key
-
pcfLegalStatement
+
TypeOfCommunication
- -
-
-
-
-

Product Or Sector Specific Rule

-
-
- Entity for defining a product or sector specific rule of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. -
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
+
Reference
+
+
    +
  • https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication
  • +
+
-
-

Properties

-
Operator or Publisher of Sector Specific Rules
+
available time
-Mandatory: Operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example must always be "Other". +Specification of the available time windows.
Name
-
operator
+
availableTimeIpCommunicationChannel
@@ -6639,34 +2335,18 @@
-
Enumeration
+
Set
-
Values
+
Has no order
-
-
    -
  • PEF
  • -
  • EPD International
  • -
  • Other
  • -
-
+
Duplicates not allowed
-
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
@@ -6674,15 +2354,11 @@
-
Example
-
Other
-
Optional
- No
+ Yes
@@ -6693,30 +2369,50 @@
Payload key
-
extWBCSD_operator
+
availableTime
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/
+
+
+
+
+

PhoneEntity

+
+
+ Phone number including type. +
+
+ Reference +
+
    +
  • urn:irdi:0173-1%2302-AAQ833%23005
  • +
+
+
+ +
+

Properties

-
Product or Sector Specific Rule Names
+
telephone number
-Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +Complete telephone number to be called to reach a business partner.
Name
-
ruleNames
+
telephoneNumber
@@ -6726,22 +2422,18 @@
-
Trait
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
-
- @@ -6764,66 +2456,31 @@
Payload key
-
productOrSectorSpecificRules
+
TelephoneNumber
Reference
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
  • urn:irdi:0173-1%2302-AAO136%23002
-
-
Constraints
-
-
    -
  • -
    - -
    - Rule Names Constraint -
    - -
    -
    Description
    -
    Constraint for defining a non-empty set of rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    -
    - -
    -
    Reference
    -
    -
    -
      -
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • -
    -
    -
    -
    - -
    -
    Min. Length
    -
    1
    -
    - -
  • -
-
-
-
Other Operator Name
+
typeOfTelephone
-Optional: Other operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by a default value. +Characterization of a telephone according to its location or usage. +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS755%23001 (office mobile), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home), 0173-1%2307-AAS759%23001 (private mobile).
Name
-
otherOperatorName
+
typeOfTelephone
@@ -6832,16 +2489,6 @@
Characteristic
-
-
-

ProductOrSectorSpecificPcfInformationEntity

-
-
- -
- -
-

Properties

-
-
-
-
-

ProductOrSectorSpecificRuleEntity

-
-
- -
- -
-

Properties

-
-
-
-
-

Rule Name

-
-
- Name of a rule applied by a specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. -
-
- Reference -
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-

Properties

@@ -7014,44 +2582,34 @@
Rule Name
Payload key
-
ruleName
+
AvailableTime
-
-
Reference
-
-
    -
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • -
-
-
- -
-
Constraints
-
-
    -
  • -
    -
    - Non Empty String Constraint +
    - +
    +
    +

    ProductOrSectorSpecificPcfInformationEntity

    +
    -
    Description
    -
    Constraint for ensuring that a string has at least one character.
    +
    - +
    +

    Properties

    +
    +
    +
    +
    +

    ProductOrSectorSpecificRuleEntity

    +
    -
    Min. Length
    -
    1
    +
    -
  • -
-
-
+
+

Properties

@@ -7076,14 +2634,14 @@

-
expiration date
+
Folgenabschätzungsmethode / Berechnungsmethode
-End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required. +Standards, methods for determining the greenhouse gas emissions of a product.
Name
-
expirationDate
+
pcfCalculationMethods
@@ -7092,10 +2650,19 @@

Characteristic
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
Type http://www.w3.org/2001/XMLSchema#dateTime + class="break-all underline">http://www.w3.org/2001/XMLSchema#string
@@ -7103,11 +2670,15 @@
+
Example
+
ISO 14067
+
Optional
- Yes
+ No
@@ -7118,14 +2689,14 @@
Payload key
-
ExpirationDate
+
PcfCalculationMethods
Reference
    -
  • https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0
  • +
  • https://admin-shell.io/idta/CarbonFootprint/PcfCalculationMethods/1/0
@@ -7134,14 +2705,14 @@
-
publication date
+
CO2 eq Climate Change
-Time at which something was first published or made available. +Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard.
Name
-
publicationDate
+
pcf2CoEq
@@ -7150,10 +2721,37 @@
Characteristic
+
+
Measurement
+
+
+
+
+
+
Unit
+
+
+
+
    +
  • + kilogram +
  • +
  • + Symbol kg +
  • +
  • + Code KGM +
  • +
  • + Conversion factor kg +
  • +
+
+
Type http://www.w3.org/2001/XMLSchema#dateTime + class="break-all underline">http://www.w3.org/2001/XMLSchema#double
@@ -7161,6 +2759,10 @@
+
Example
+
17.2
+
Optional
@@ -7176,14 +2778,14 @@
Payload key
-
PublicationDate
+
PcfCo2eq
Reference
    -
  • https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003
@@ -7192,14 +2794,14 @@
-
goods address hand-over
+
reference value for calculation
-Indicates the hand-over address of the goods transport. +Quantity unit of the product to which the PCF information on the CO2 footprint refers.
Name
-
goodsAddressHandover
+
referenceImpactUnitForCalculation
@@ -7208,13 +2810,10 @@
Characteristic
-
-
SingleEntity
-
@@ -7222,6 +2821,10 @@
+
Example
+
piece
+
Optional
@@ -7237,14 +2840,14 @@
Payload key
-
GoodsAddressHandover
+
ReferenceImpactUnitForCalculation
Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2301-AHF575%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003
@@ -7253,14 +2856,14 @@
-
explanatory statement
+
quantity of measure for calculation
-Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product. +Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint.
Name
-
explanatoryStatement
+
quantityOfMeasureForCalculation
@@ -7270,12 +2873,15 @@
ex
-
SingleEntity
+
Quantifiable
+
+
+
Duration
@@ -7283,11 +2889,15 @@
ex
+
+
Example
+
5.0
+
Optional
- Yes
+ No
@@ -7298,14 +2908,14 @@
ex
Payload key
-
ExplanatoryStatement
+
QuantityOfMeasureForCalculation
Reference
    -
  • https://admin-shell.io/idta/CarbonFootprint/ExplanatoryStatement/1/0
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003
@@ -7314,7 +2924,7 @@
ex
-
life cycle phases
+
life cycle phases
Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers. @@ -7376,7 +2986,7 @@
life cy
Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG858%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003
@@ -7385,14 +2995,14 @@
life cy
-
quantity of measure for calculation
+
explanatory statement
-Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint. +Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product.
Name
-
quantityOfMeasureForCalculation
+
explanatoryStatement
@@ -7402,15 +3012,12 @@
-
Quantifiable
-
-
-
Duration
+
SingleEntity
@@ -7418,15 +3025,11 @@
-
Example
-
5.0
-
Optional
- No
+ Yes
@@ -7437,14 +3040,14 @@
Payload key
-
QuantityOfMeasureForCalculation
+
ExplanatoryStatement
Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG857%23003
  • +
  • https://admin-shell.io/idta/CarbonFootprint/ExplanatoryStatement/1/0
@@ -7453,14 +3056,14 @@
-
reference value for calculation
+
goods address hand-over
-Quantity unit of the product to which the PCF information on the CO2 footprint refers. +Indicates the hand-over address of the goods transport.
Name
-
referenceImpactUnitForCalculation
+
goodsHandoverAddress
@@ -7469,10 +3072,13 @@
Characteristic
+
+
SingleEntity
+
@@ -7480,15 +3086,11 @@
-
Example
-
piece
-
Optional
- No
+ Yes
@@ -7499,14 +3101,14 @@
Payload key
-
ReferenceImpactUnitForCalculation
+
GoodsHandoverAddress
Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG856%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003
@@ -7515,14 +3117,14 @@
-
CO2 eq Climate Change
+
publication date
-Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard. +Time at which something was first published or made available.
Name
-
pcfCoEq
+
publicationDate
@@ -7531,37 +3133,10 @@
CO2 eq Climate
Characteristic
-
-
Measurement
-
-
-
-
-
-
Unit
-
-
-
-
    -
  • - kilogram -
  • -
  • - Symbol kg -
  • -
  • - Code KGM -
  • -
  • - Conversion factor kg -
  • -
-
-
Type http://www.w3.org/2001/XMLSchema#double + class="break-all underline">http://www.w3.org/2001/XMLSchema#dateTime
@@ -7569,10 +3144,6 @@
CO2 eq Climate
-
-
Example
-
17.2
-
Optional
@@ -7588,14 +3159,14 @@
CO2 eq Climate
Payload key
-
PcfCo2eq
+
PublicationDate
Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG855%23003
  • +
  • https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0
@@ -7604,14 +3175,14 @@
CO2 eq Climate
-
Folgenabschätzungsmethode / Berechnungsmethode
+
expiration date
-Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. +End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required.
Name
-
pcfCalculationMethods
+
expirationDate
@@ -7620,19 +3191,10 @@
F
Characteristic
-
-
Set
-
-
-
Has no order
-
-
-
Duplicates not allowed
-
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/2001/XMLSchema#dateTime
@@ -7640,15 +3202,11 @@
F
-
-
Example
-
ISO 14067
-
Optional
- No
+ Yes
@@ -7659,14 +3217,14 @@
F
Payload key
-
PcfCalculationMethods
+
ExpirationDate
Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG854%23003
  • +
  • https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0
@@ -7907,7 +3465,7 @@
Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG854%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003
@@ -7916,14 +3474,14 @@
-
product or sector specific rules
+
product or sector specific rules
Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint.
Name
-
productOrSectorSpecificRules
+
productOrSectorSpecificRule
@@ -7933,18 +3491,12 @@
-
Set
-
-
-
Has no order
-
-
-
Duplicates not allowed
+
SingleEntity
Type urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductOrSectorSpecificRuleEntity + class="break-all underline">urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ProductOrSectorSpecificRuleEntity
@@ -7967,7 +3519,7 @@
Payload key
-
ProductOrSectorSpecificRules
+
ProductOrSectorSpecificRule
@@ -7983,7 +3535,7 @@
-
external API for PCF information
+
external API for PCF information
An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required. @@ -8005,7 +3557,7 @@
Type urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ExternalPcfApiEntity + class="break-all underline">urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ExternalPcfApiEntity
@@ -8066,7 +3618,7 @@
Type urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductOrSectorSpecificPcfInformationEntity + class="break-all underline">urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ProductOrSectorSpecificPcfInformationEntity
diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json index e4bf01a..d60d89f 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json @@ -1,100 +1,96 @@ { - "PACTv2-2-0" : { - "specVersion" : "urn:io.catenax.pcf:datamodel:version:7.0.0", - "companyIds" : [ "telnet://192.0.2.16:80/", "ftp://ftp.is.co.za/rfc/rfc1808.txt", "http://www.ietf.org/rfc/rfc2396.txt", "http://www.wikipedia.org", "ftp://ftp.is.co.za/rfc/rfc1808.txt" ], - "extWBCSD_productCodeCpc" : "011-99000", - "created" : "2022-05-22T21:47:32Z", - "companyName" : "My Corp", - "extWBCSD_pfStatus" : "Active", - "version" : 0, - "productName" : "My Product Name", - "pcf" : { - "biogenicCarbonEmissionsOtherThanCO2" : 1, - "distributionStagePcfExcludingBiogenic" : 1.5, - "biogenicCarbonWithdrawal" : 0, - "distributionStageBiogenicCarbonEmissionsOtherThanCO2" : 1, - "extWBCSD_allocationRulesDescription" : "In accordance with Catena-X PCF Rulebook", - "exemptedEmissionsDescription" : "No exemption", - "distributionStageFossilGhgEmissions" : 0.5, - "exemptedEmissionsPercent" : 0, - "geographyCountrySubdivision" : "US-NY", - "extTFS_luGhgEmissions" : 0.3, - "distributionStageBiogenicCarbonWithdrawal" : 0, - "pcfIncludingBiogenic" : 1, - "aircraftGhgEmissions" : 0, - "productMassPerDeclaredUnit" : 0.456, - "productOrSectorSpecificRules" : [ { - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ], - "extWBCSD_otherOperatorName" : "NSF" - } ], - "extTFS_allocationWasteIncineration" : "cut-off", - "pcfExcludingBiogenic" : 2, - "referencePeriodEnd" : "2022-12-31T23:59:59Z", - "extWBCSD_characterizationFactors" : "AR5", - "secondaryEmissionFactorSources" : [ { - "secondaryEmissionFactorSource" : "ecoinvent 3.8" - } ], - "unitaryProductAmount" : 1000.0, - "declaredUnit" : "liter", - "referencePeriodStart" : "2022-01-01T00:00:01Z", - "geographyRegionOrSubregion" : "Africa", - "fossilGhgEmissions" : 0.5, - "distributionStageAircraftGhgEmissions" : 0, - "boundaryProcessesDescription" : "Electricity consumption included as an input in the production phase", - "geographyCountry" : "DE", - "extWBCSD_packagingGhgEmissions" : 0, - "dlucGhgEmissions" : 0.4, - "carbonContentTotal" : 2.5, - "extTFS_distributionStageLuGhgEmissions" : 1.1, - "primaryDataShare" : 56.12, - "dataQualityRating" : { - "completenessDQR" : 2, - "technologicalDQR" : 2, - "geographicalDQR" : 2, - "temporalDQR" : 2, - "reliabilityDQR" : 2, - "coveragePercent" : 1E+2 - }, - "extWBCSD_packagingEmissionsIncluded" : true, - "extWBCSD_fossilCarbonContent" : 0.1, - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "ISO Standard 14067" - } ], - "extTFS_distributionStageDlucGhgEmissions" : 1, - "distributionStagePcfIncludingBiogenic" : 0, - "carbonContentBiogenic" : 0 - }, - "partialFullPcf" : "Cradle-to-gate", - "productIds" : [ "telnet://192.0.2.16:80/", "http://www.wikipedia.org" ], - "validityPeriodStart" : "2022-01-01T00:00:01Z", - "comment" : "Additional explanatory information not reflected by other attributes", - "id" : "3893bb5d-da16-4dc1-9185-11d97476c254", - "validityPeriodEnd" : "2022-12-31T23:59:59Z", - "pcfLegalStatement" : "This PCF (Product Carbon Footprint) is for information purposes only. It is based upon the standards mentioned above.", - "productDescription" : "Ethanol, 95% solution", - "precedingPfIds" : [ { - "id" : "3893bb5d-da16-4dc1-9185-11d97476c254" - } ] - }, "ProductCarbonFootprints" : [ { "QuantityOfMeasureForCalculation" : 5.0, - "PublicationDate" : "2025-06-02T15:21:59.624+02:00", - "ExpirationDate" : "2025-06-02T15:21:59.624+02:00", + "PublicationDate" : "2025-06-04T14:07:48.340+02:00", "ExplanatoryStatement" : { "value" : "https://example.com/SafetyInstructions.pdf", "contentType" : "application/pdf" }, - "PcfCo2eq" : 17.2, - "GoodsAddressHandover" : { - "Street" : "eOMtThyhVNLWUZNRcBaQKxI", - "Country" : "Mycountry", - "HouseNumber" : "1a", - "CityTown" : "JxkyvRnL", - "ZipCode" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + "GoodsHandoverAddress" : { + "POBox" : { + "en" : "Example multi language string" + }, + "Company" : [ { + "en" : "Example multi language string" + } ], + "Email" : { + "EmailAddress" : "email@muster-ag.de", + "PublicKey" : [ { + "en" : "Example multi language string" + } ], + "TypeOfEmailAddress" : "0173-1%2307-AAS754%23001", + "TypeOfPublicKey" : { + "en" : "Example multi language string" + } + }, + "NameOfContact" : { + "en" : "Example multi language string" + }, + "ZipCode" : [ { + "en" : "Example multi language string" + } ], + "FirstName" : { + "en" : "Example multi language string" + }, + "Title" : { + "en" : "Example multi language string" + }, + "Languages" : [ "en" ], + "AcademicTitle" : { + "en" : "Example multi language string" + }, + "IPCommunicationChannels" : [ { + "TypeOfCommunication" : "RYtGKbgicZaHCBRQDSx", + "availableTime" : [ { + "en" : "Example multi language string" + } ], + "AddressOfAdditionalLink" : "JxkyvRnL" + } ], + "RoleOfContactPerson" : "eOMtThyhVNLWUZNRcBaQKxI", + "TimeZone" : "-12:00", + "Department" : [ { + "en" : "Example multi language string" + } ], + "Phone" : { + "TelephoneNumber" : [ { + "en" : "Example multi language string" + } ], + "TYpeOfTelephone" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "AvailableTime" : [ { + "en" : "Example multi language string" + } ] + }, + "NationalCode" : [ { + "en" : "Example multi language string" + } ], + "FurtherDetailsOfContact" : { + "en" : "Example multi language string" + }, + "AddressOfAdditionalLink" : "VLhpfQGTMDYpsBZxvfBoeygjb", + "Street" : [ { + "en" : "Example multi language string" + } ], + "StateCounty" : [ { + "en" : "Example multi language string" + } ], + "Fax" : { + "TypeOfFaxNumber" : "1", + "FaxNumber" : [ { + "en" : "Example multi language string" + } ] + }, + "CityTown" : [ { + "en" : "Example multi language string" + } ], + "ZipCodeOfPOBox" : [ { + "en" : "Example multi language string" + } ], + "MiddleNames" : { + "en" : "Example multi language string" + } }, + "ExpirationDate" : "2025-06-04T14:07:48.340+02:00", + "PcfCo2eq" : 17.2, "ReferenceImpactUnitForCalculation" : "piece", "PcfCalculationMethods" : [ "ISO 14067" ], "LifeCyclePhases" : [ "C4 - landfill" ] @@ -102,7 +98,7 @@ "ProductOrSectorSpecificCarbonFootprints" : [ { "ExternalPcfApi" : { }, "PcfInformation" : { }, - "ProductOrSectorSpecificRules" : [ { } ], + "ProductOrSectorSpecificRule" : { }, "PcfCalculationMethods" : [ "sector specific calculation method" ] } ] } \ No newline at end of file