diff --git a/io.catenax.pcf/4.0.1/Pcf.ttl b/io.catenax.pcf/4.0.1/Pcf.ttl new file mode 100644 index 00000000..5e4243d1 --- /dev/null +++ b/io.catenax.pcf/4.0.1/Pcf.ttl @@ -0,0 +1,1002 @@ +####################################################################### +# Copyright (c) 2022, 2023 ZF Friedrichshafen AG +# Copyright (c) 2022, 2023 T-Systems International GmbH +# Copyright (c) 2022, 2023 Robert Bosch Manufacturing Solutions GmbH +# Copyright (c) 2023 Siemens AG +# Copyright (c) 2023 SAP AG +# Copyright (c) 2022, 2023 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC-BY-4.0) license, +# which is available at +# https://creativecommons.org/licenses/by/4.0/legalcode. +# +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + +@prefix bamm: . +@prefix bamm-c: . +@prefix bamm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . + +:Pcf a bamm:Aspect; + bamm:preferredName "Product (Carbon) Footprint"@en; + bamm:description "A Product (Carbon) Footprint represents the carbon footprint of a product with values as specified in the Catena-X PCF Rulebook 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; + bamm:see ; + bamm:properties ([ + bamm:property :id; + bamm:payloadName "id" +] [ + bamm:property :specVersion; + bamm:payloadName "specVersion" +] [ + bamm:property :partialFullPcf; + bamm:payloadName "partialFullPcf" +] [ + bamm:property :precedingPfIds; + bamm:payloadName "precedingPfIds"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :version; + bamm:payloadName "version" +] [ + bamm:property :created; + bamm:payloadName "created" +] [ + bamm:property :status; + bamm:payloadName "extWBCSD_pfStatus" +] [ + bamm:property :validityPeriodStart; + bamm:payloadName "validityPeriodStart"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :validityPeriodEnd; + bamm:payloadName "validityPeriodEnd"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :comment; + bamm:payloadName "comment"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :companyName; + bamm:payloadName "companyName" +] [ + bamm:property :companyIds; + bamm:payloadName "companyIds" +] [ + bamm:property :productDescription; + bamm:payloadName "productDescription"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :productIds; + bamm:payloadName "productIds" +] [ + bamm:property :productCategoryCpc; + bamm:payloadName "extWBCSD_productCodeCpc" +] [ + bamm:property :productNameCompany; + bamm:payloadName "productName" +] [ + bamm:property :pcf; + bamm:payloadName "pcf" +] [ + bamm:property :pcfLegalStatement; + bamm:payloadName "pcfLegalStatement"; + bamm:optional "true"^^xsd:boolean +]); + bamm:operations (); + bamm:events (). +:id a bamm:Property; + bamm:preferredName "Product Footprint Identifier"@en; + bamm:description "The product footprint identifier as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :IdTrait; + bamm:exampleValue "3893bb5d-da16-4dc1-9185-11d97476c254". +:specVersion a bamm:Property; + bamm:preferredName "Product Footprint Specification Version"@en; + bamm:description "Version of the product footprint data specification as defined in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "2.0.1-20230314". +:partialFullPcf a bamm:Property; + bamm:preferredName "Partial Or Full PCF (Product Carbon Footprint)"@en; + bamm:description "Indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook."@en; + bamm:characteristic :PartialFullPcfCharacteristic; + bamm:exampleValue "Cradle-to-gate". +:precedingPfIds a bamm:Property; + bamm:preferredName "Previous PCF (Product Carbon Footprint) Identifiers"@en; + bamm:description "Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook 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."@en; + bamm:see ; + bamm:characteristic :PrecedingPfIdsTrait. +:version a bamm:Property; + bamm:preferredName "Product (Carbon) Footprint Version"@en; + bamm:description "Version of the product (carbon) footprint as specified in the Catena-X PCF Rulebook in 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."@en; + bamm:see ; + bamm:characteristic :ProductFootprintVersion; + bamm:exampleValue "0"^^xsd:nonNegativeInteger. +:created a bamm:Property; + bamm:preferredName "Creation of the Product (Carbon) Footprint"@en; + bamm:description "Timestamp of the creation of the Product (Carbon) Footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic bamm-c:Timestamp; + bamm:exampleValue "2022-05-22T21:47:32Z"^^xsd:dateTime. +:status a bamm:Property; + bamm:preferredName "Status"@en; + bamm:description "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."@en; + bamm:see ; + bamm:characteristic :PfStatusCharacteristic; + bamm:exampleValue "Active". +:validityPeriodStart a bamm:Property; + bamm:preferredName "Validity Period Start"@en; + bamm:description "Start of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook in 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."@en; + bamm:see ; + bamm:characteristic bamm-c:Timestamp; + bamm:exampleValue "2022-01-01T00:00:01Z"^^xsd:dateTime. +:validityPeriodEnd a bamm:Property; + bamm:preferredName "Validity Period End"@en; + bamm:description "End of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic bamm-c:Timestamp; + bamm:exampleValue "2022-12-31T23:59:59Z"^^xsd:dateTime. +:comment a bamm:Property; + bamm:preferredName "Comment"@en; + bamm:description "Additional information and instructions related to the calculation of the product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "Comment for version 42.". +:companyName a bamm:Property; + bamm:preferredName "Company Name"@en; + bamm:description "Name of the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :NonEmptyStringTrait; + bamm:exampleValue "My Corp". +:companyIds a bamm:Property; + bamm:preferredName "Company IDs"@en; + bamm:description "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :CompanyIdsTrait. +:productDescription a bamm:Property; + bamm:preferredName "Product Description"@en; + bamm:description "Free-form description of the product as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "Ethanol, 95% solution". +:productIds a bamm:Property; + bamm:preferredName "Product IDs"@en; + bamm:description "Non-empty set of product identifiers. Each value is supposed to uniquely identify the product as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :ProductIdsTrait. +:productCategoryCpc a bamm:Property; + bamm:preferredName "Product Category"@en; + bamm:description "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\"."@en; + bamm:see ; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "011-99000". +:productNameCompany a bamm:Property; + bamm:preferredName "Product Trade Name"@en; + bamm:description "Non-empty trade name of a product as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :NonEmptyStringTrait; + bamm:exampleValue "My Product Name". +:pcf a bamm:Property; + bamm:preferredName "PCF (Product Carbon Footprint)"@en; + bamm:description "A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :CarbonFootprint. +:pcfLegalStatement a bamm:Property; + bamm:preferredName "PCF (Product Carbon Footprint) Legal Statement"@en; + bamm:description "Option for legal statement/ disclaimer as specified in the Catena-X PCF Rulebook."@en; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "This PCF (Product Carbon Footprint) is for information purposes only. It is based upon the standards mentioned above.". +:IdTrait a bamm-c:Trait; + bamm:preferredName "ID (Identifier) Trait"@en; + bamm:description "Trait for defining a PCF (Product Carbon Footprint) identifier as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm-c:baseCharacteristic :PfId; + bamm-c:constraint :UUIDv4. +:PartialFullPcfCharacteristic a bamm-c:Enumeration; + bamm:preferredName "Partial Or Full PCF (Product Carbon Footprint) Characteristic"@en; + bamm:description "Characteristic for defining an indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook."@en; + bamm:dataType xsd:string; + bamm-c:values ("Cradle-to-gate" "Cradle-to-grave"). +:PrecedingPfIdsTrait a bamm-c:Trait; + bamm-c:baseCharacteristic :PrecedingPfIdsCharacteristic; + bamm-c:constraint :PrecedingPfIdsConstraint. +:ProductFootprintVersion a bamm:Characteristic; + bamm:preferredName "Product (Carbon) Footprint Version Characteristic"@en; + bamm:description "Characteristic for defining a product footprint version as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:dataType xsd:nonNegativeInteger. +:PfStatusCharacteristic a bamm-c:Enumeration; + bamm:preferredName "PF (Product Footprint) Status Characteristic"@en; + bamm:description "Characteristic for defining a status indicator of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Enumeration with possible \"Active\" and \"Deprecated\"."@en; + bamm:see ; + bamm:dataType xsd:string; + bamm-c:values ("Active" "Deprecated"). +:NonEmptyStringTrait a bamm-c:Trait; + bamm-c:baseCharacteristic bamm-c:Text; + bamm-c:constraint :NonEmptyString. +:CompanyIdsTrait a bamm-c:Trait; + bamm-c:baseCharacteristic :CompanyIdSet; + bamm-c:constraint :CompanyIdSetConstraint. +:ProductIdsTrait a bamm-c:Trait; + bamm:preferredName "Product IDs Trait"@en; + bamm:description "Trait for defining a non-empty set of product identifiers as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm-c:baseCharacteristic :ProductIdSet; + bamm-c:constraint :ProductIdSetConstraint. +:CarbonFootprint a bamm-c:SingleEntity; + bamm:preferredName "PCF (Product Carbon Footprint) Characteristic"@en; + bamm:description "Characteristic for defining a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:dataType :PcfEntity. +:PfId a bamm:Characteristic; + bamm:preferredName "Product (Carbon) Footprint Identifier"@en; + bamm:description "Characteristic for defining a product (carbon) footprint identifier as specified in the Catena-X PCF Rulebook 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. Must be a UUID v4."@en; + bamm:see ; + bamm:dataType xsd:string. +:UUIDv4 a bamm-c:RegularExpressionConstraint; + bamm:preferredName "UUID v4 Constraint"@en; + bamm:description "Constraint for defining a UUID v4 identifier."@en; + bamm:value "^[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}$". +:PrecedingPfIdsCharacteristic a bamm-c:Set; + bamm:preferredName "Previous PCF (Product Carbon Footprint) Identifiers Characteristic"@en; + bamm:description "Caracteristic for defining a non-empty set of product (carbon) footprint identifiers as specified in the Catena-X PCF Rulebook 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; + bamm:see ; + bamm:dataType :PrecedingPfId. +:PrecedingPfIdsConstraint a bamm-c:LengthConstraint; + bamm:preferredName "Preceding PfIds Constraint"@en; + bamm:description "Constraint for defining a non-empty set of product (carbon) footprint identifiers as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm-c:minValue "1"^^xsd:nonNegativeInteger. +:NonEmptyString a bamm-c:LengthConstraint; + bamm:preferredName "Non Empty String Constraint"@en; + bamm:description "Constraint for ensuring that a string has at least one character."@en; + bamm-c:minValue "1"^^xsd:nonNegativeInteger. +:CompanyIdSet a bamm-c:Set; + bamm:preferredName "Company IDs Characteristic"@en; + bamm:description "Characteristic for defining a set of company ids in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:dataType :CompanyId. +:CompanyIdSetConstraint a bamm-c:LengthConstraint; + bamm:preferredName "Company ID Set Constraint"@en; + bamm:description "Constraint for defining a non-empty set of company identifiers as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm-c:minValue "1"^^xsd:nonNegativeInteger. +:ProductIdSet a bamm-c:Set; + bamm:preferredName "Product IDs Characteristic"@en; + bamm:description "Characteristic for defining a set of product identifiers as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:dataType :ProductId. +:ProductIdSetConstraint a bamm-c:LengthConstraint; + bamm:preferredName "Product ID Set Constraint"@en; + bamm:description "Constraint for defining a non-empty set of product identifiers as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm-c:minValue "1"^^xsd:nonNegativeInteger. +:PcfEntity a bamm:Entity; + bamm:preferredName "PCF (Product Carbon Footprint) Entity"@en; + bamm:description "Entity for defining a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in 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 in Catena-X for example, can be calculated by application."@en; + bamm:see ; + bamm:properties ([ + bamm:property :declaredUnit; + bamm:payloadName "declaredUnit" +] [ + bamm:property :unitaryProductAmount; + bamm:payloadName "unitaryProductAmount" +] [ + bamm:property :productMassPerDeclaredUnit; + bamm:payloadName "productMassPerDeclaredUnit" +] [ + bamm:property :exemptedEmissionsPercent; + bamm:payloadName "exemptedEmissionsPercent" +] [ + bamm:property :exemptedEmissionsDescription; + bamm:payloadName "exemptedEmissionsDescription"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :boundaryProcessesDescription; + bamm:payloadName "boundaryProcessesDescription"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :geographyCountrySubdivision; + bamm:payloadName "geographyCountrySubdivision"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :geographyCountry; + bamm:payloadName "geographyCountry"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :geographyRegionOrSubregion; + bamm:payloadName "geographyRegionOrSubregion"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :referencePeriodStart; + bamm:payloadName "referencePeriodStart" +] [ + bamm:property :referencePeriodEnd; + bamm:payloadName "referencePeriodEnd" +] [ + bamm:property :crossSectoralStandardsUsed; + bamm:payloadName "crossSectoralStandardsUsed" +] [ + bamm:property :productOrSectorSpecificRules; + bamm:payloadName "productOrSectorSpecificRules"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :characterizationFactors; + bamm:payloadName "extWBCSD_characterizationFactors" +] [ + bamm:property :allocationRulesDescription; + bamm:payloadName "extWBCSD_allocationRulesDescription"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :allocationWasteIncineration; + bamm:payloadName "extTFS_allocationWasteIncineration" +] [ + bamm:property :primaryDataShare; + bamm:payloadName "primaryDataShare"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :secondaryEmissionFactorSources; + bamm:payloadName "secondaryEmissionFactorSources" +] [ + bamm:property :dqi; + bamm:payloadName "dataQualityRating"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :packagingEmissionsIncluded; + bamm:payloadName "extWBCSD_packagingEmissionsIncluded" +] [ + bamm:property :pcfExcludingBiogenic; + bamm:payloadName "pcfExcludingBiogenic" +] [ + bamm:property :pcfIncludingBiogenic; + bamm:payloadName "pcfIncludingBiogenic"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :fossilGhgEmissions; + bamm:payloadName "fossilGhgEmissions"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :biogenicCarbonEmissionsOtherThanCO2; + bamm:payloadName "biogenicCarbonEmissionsOtherThanCO2"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :biogenicCarbonWithdrawal; + bamm:payloadName "biogenicCarbonWithdrawal"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :dlucGhgEmissions; + bamm:payloadName "dlucGhgEmissions"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :luGhgEmissions; + bamm:payloadName "extTFS_luGhgEmissions"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :aircraftGhgEmissions; + bamm:payloadName "aircraftGhgEmissions"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :packagingGhgEmissions; + bamm:payloadName "extWBCSD_packagingGhgEmissions" +] [ + bamm:property :distributionStagePcfExcludingBiogenic; + bamm:payloadName "distributionStagePcfExcludingBiogenic"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :distributionStagePcfIncludingBiogenic; + bamm:payloadName "distributionStagePcfIncludingBiogenic"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :distributionStageFossilGhgEmissions; + bamm:payloadName "distributionStageFossilGhgEmissions"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :distributionStageBiogenicCarbonEmissionsOtherThanCO2; + bamm:payloadName "distributionStageBiogenicCarbonEmissionsOtherThanCO2"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :distributionStageBiogenicCarbonWithdrawal; + bamm:payloadName "distributionStageBiogenicCarbonWithdrawal"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :distributionStageDlucGhgEmissions; + bamm:payloadName "extTFS_distributionStageDlucGhgEmissions"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :distributionStageLuGhgEmissions; + bamm:payloadName "extTFS_distributionStageLuGhgEmissions"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :carbonContentTotal; + bamm:payloadName "carbonContentTotal"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :fossilCarbonContent; + bamm:payloadName "extWBCSD_fossilCarbonContent"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :biogenicCarbonContent; + bamm:payloadName "carbonContentBiogenic"; + bamm:optional "true"^^xsd:boolean +]). +:PrecedingPfId a bamm:Entity; + bamm:preferredName "Preceding PCF (Product Carbon Footprint) Identifier Entity"@en; + bamm:description "Entity for defining a preceding PCF (Product Carbon Footprint) identifier entity as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:properties (:id). +:CompanyId a bamm:Entity; + bamm:preferredName "Company Identifier"@en; + bamm:description "Company identifier in context of a product (carbon) footprint which must be declared as URN (Uniform Resource Name) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:properties (:companyId). +:ProductId a bamm:Entity; + bamm:preferredName "Product Identifier"@en; + bamm:description "Identifier of a product in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:properties (:productId). +:declaredUnit a bamm:Property; + bamm:preferredName "Unit of measurement"@en; + bamm:description "Unit of analysis of a product in context of the PCF (product carbon footprint) as specified in the Catena-X PCF Rulebook in 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\"."@en; + bamm:see ; + bamm:characteristic :DeclaredUnitCharacteristic; + bamm:exampleValue "kilogram". +:unitaryProductAmount a bamm:Property; + bamm:preferredName "Unitary Product Amount"@en; + bamm:description "Amount of units contained within a product in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :StrictlyPositiveDecimalTrait; + bamm:exampleValue "1000.0"^^xsd:float. +:productMassPerDeclaredUnit a bamm:Property; + bamm:preferredName "Product Mass Per Declared Unit"@en; + bamm:description "Mass of a product per declared unit in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook."@en; + bamm:characteristic :PositiveDecimalWeightTrait; + bamm:exampleValue "0.456"^^xsd:decimal. +:exemptedEmissionsPercent a bamm:Property; + bamm:preferredName "Exempted Emissions Percent"@en; + bamm:description "Percentage of emissions excluded from PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :ExemptedEmissionsPercentTrait; + bamm:exampleValue "0.0"^^xsd:decimal. +:exemptedEmissionsDescription a bamm:Property; + bamm:preferredName "Exempted Emissions Description"@en; + bamm:description "Rationale behind exclusion of specific PCF (Product Carbon Footprint) emissions as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "No exemption". +:boundaryProcessesDescription a bamm:Property; + bamm:preferredName "Boundary Processes Description"@en; + bamm:description "Processes attributable to each lifecycle stage as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "Electricity consumption included as an input in the production phase". +:geographyCountrySubdivision a bamm:Property; + bamm:preferredName "Geography Country Subdivision"@en; + bamm:description "Subdivision of a country which must be an ISO 3166-2 subdivision code as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :GeographyCountrySubdivisionTrait; + bamm:exampleValue "US-NY". +:geographyCountry a bamm:Property; + bamm:preferredName "Geography Country"@en; + bamm:description "Two letter country code that must conform to data type ISO 3166CC as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :GeographyCountryTrait; + bamm:exampleValue "DE". +:geographyRegionOrSubregion a bamm:Property; + bamm:preferredName "Region"@en; + bamm:description "Region according to list as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :GeographyRegionOrSubregionCharacteristic; + bamm:exampleValue "Europe". +:referencePeriodStart a bamm:Property; + bamm:preferredName "Reference Period Start"@en; + bamm:description "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic bamm-c:Timestamp; + bamm:exampleValue "2022-01-01T00:00:01Z"^^xsd:dateTime. +:referencePeriodEnd a bamm:Property; + bamm:preferredName "Reference Period End"@en; + bamm:description "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic bamm-c:Timestamp; + bamm:exampleValue "2022-12-31T23:59:59Z"^^xsd:dateTime. +:crossSectoralStandardsUsed a bamm:Property; + bamm:preferredName "Cross Sectoral Standards Used"@en; + bamm:description "Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :CrossSectoralStandardSet. +:productOrSectorSpecificRules a bamm:Property; + bamm:preferredName "Product or Sector Specific Rules"@en; + bamm:description "Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or pubishers and according rule names as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :ProductOrSectorSpecificRuleSet. +:characterizationFactors a bamm:Property; + bamm:preferredName "Characterization Factors"@en; + bamm:description "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\"."@en; + bamm:see ; + bamm:characteristic :CharacterizationFactorsCharacteristic; + bamm:exampleValue "AR6". +:allocationRulesDescription a bamm:Property; + bamm:preferredName "Allocation Rules Description"@en; + bamm:description "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\"."@en; + bamm:see ; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "In accordance with Catena-X PCF Rulebook". +:allocationWasteIncineration a bamm:Property; + bamm:preferredName "Allocation Waste Incineration"@en; + bamm:description "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\"."@en; + bamm:characteristic :AllocationWasteIncinerationCharacteristic; + bamm:exampleValue "cut-off". +:primaryDataShare a bamm:Property; + bamm:preferredName "Primary Data Share"@en; + bamm:description "Share of primary data in percent as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :PercentTrait; + bamm:exampleValue "56.12"^^xsd:decimal. +:secondaryEmissionFactorSources a bamm:Property; + bamm:preferredName "Secondary Emission Factor Sources"@en; + bamm:description "Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :EmissionFactorDSSet. +:dqi a bamm:Property; + bamm:preferredName "DQI (Data Quality Indicators)"@en; + bamm:description "Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :DataQualityIndicators. +:packagingEmissionsIncluded a bamm:Property; + bamm:preferredName "Packaging Emissions Included"@en; + bamm:description "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, in Catena-X for example value is \"TRUE\" per default."@en; + bamm:see ; + bamm:characteristic bamm-c:Boolean. +:pcfExcludingBiogenic a bamm:Property; + bamm:preferredName "PCF (Product Carbon Footprint) Excluding Biogenic"@en; + bamm:description "Product carbon footprint of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "2.0"^^xsd:decimal. +:pcfIncludingBiogenic a bamm:Property; + bamm:preferredName "PCF (Product Carbon Footprint) Including Biogenic"@en; + bamm:description "Product carbon footprint of a product including biogenic emissions as specified in the Catena-X PCF Rulebook in 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."@en; + bamm:see ; + bamm:characteristic :PositiveOrNegativeEmission; + bamm:exampleValue "1.0"^^xsd:decimal. +:fossilGhgEmissions a bamm:Property; + bamm:preferredName "Fossil Emissions"@en; + bamm:description "Emissions from combustion of fossil sources as specified in the Catena-X PCF Rulebook in 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."@en; + bamm:see ; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "0.5"^^xsd:decimal. +:biogenicCarbonEmissionsOtherThanCO2 a bamm:Property; + bamm:preferredName "Biogenic Carbon Emissions Other Than CO2"@en; + bamm:description "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."@en; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "1.0"^^xsd:decimal. +:biogenicCarbonWithdrawal a bamm:Property; + bamm:preferredName "Biogenic Carbon Withdrawal"@en; + bamm:description "Biogenic carbon content in the product converted to CO2e as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :PositiveDecimalWeightTrait; + bamm:exampleValue "0.0"^^xsd:decimal. +:dlucGhgEmissions a bamm:Property; + bamm:preferredName "dLUC (direct land use change) GHG (Greenhouse Gas) Emissions"@en; + bamm:description "Direct land use change CO2e emissions in context of a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "0.4"^^xsd:decimal. +:luGhgEmissions a bamm:Property; + bamm:preferredName "LU (Land Use) GHG (Greenhouse Gas) Emissions"@en; + bamm:description "Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension."@en; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "0.3"^^xsd:decimal. +:aircraftGhgEmissions a bamm:Property; + bamm:preferredName "Aircraft GHG Emissions"@en; + bamm:description "GHG (Greenhouse Gas) emissions resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "0.0"^^xsd:decimal. +:packagingGhgEmissions a bamm:Property; + bamm:preferredName "Packaging GHG (Greenhouse Gas) Emissions"@en; + bamm:description "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 for example value is zero per default."@en; + bamm:see ; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "0"^^xsd:decimal. +:distributionStagePcfExcludingBiogenic a bamm:Property; + bamm:preferredName "Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic"@en; + bamm:description "Product carbon footprint for the distribution stage of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook."@en; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "1.5"^^xsd:decimal. +:distributionStagePcfIncludingBiogenic a bamm:Property; + bamm:preferredName "Distribution Stage PCF (Product Carbon Footprint) Including Biogenic"@en; + bamm:description "Product carbon footprint for the distribution stage of a product including biogenic emissions as specified in the Catena-X PCF Rulebook."@en; + bamm:characteristic :PositiveOrNegativeEmission; + bamm:exampleValue "0.0"^^xsd:decimal. +:distributionStageFossilGhgEmissions a bamm:Property; + bamm:preferredName "Distribution Stage Fossil GHG (Greenhouse Gas) Emissions"@en; + bamm:description "Emissions from the combustion of fossil sources in the distribution stage as specified in the Catena-X PCF Rulebook."@en; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "0.5"^^xsd:decimal. +:distributionStageBiogenicCarbonEmissionsOtherThanCO2 a bamm:Property; + bamm:preferredName "Distribution Stage Biogenic Carbon Emissions Other Than CO2"@en; + bamm:description "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."@en; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "1.0"^^xsd:decimal. +:distributionStageBiogenicCarbonWithdrawal a bamm:Property; + bamm:preferredName "Distribution Stage Biogenic Carbon Withdrawal"@en; + bamm:description "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."@en; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "0.5"^^xsd:decimal. +:distributionStageDlucGhgEmissions a bamm:Property; + bamm:preferredName "Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions"@en; + bamm:description "Direct land use change CO2 emissions during distribution stage in context of a product carbon footprint as specified in the Catena-X PCF Rulebook. TFS specific extension."@en; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "1.0"^^xsd:decimal. +:distributionStageLuGhgEmissions a bamm:Property; + bamm:preferredName "Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions"@en; + bamm:description "Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension."@en; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "1.1"^^xsd:decimal. +:carbonContentTotal a bamm:Property; + bamm:preferredName "Carbon Content Total"@en; + bamm:description "Total carbon content per declared unit in context of a product carbon footprint as specified in the Catena-X PCF Rulebook."@en; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "2.5"^^xsd:decimal. +:fossilCarbonContent a bamm:Property; + bamm:preferredName "Fossil Carbon Content"@en; + bamm:description "Fossil carbon amount embodied in a 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 for example specified by a calculated value."@en; + bamm:see ; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "0.1"^^xsd:decimal. +:biogenicCarbonContent a bamm:Property; + bamm:preferredName "Biogenic Carbon Content"@en; + bamm:description "Biogenic carbon amount embodied in a product as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :PositiveEmissionsTrait; + bamm:exampleValue "0.0"^^xsd:decimal. +:companyId a bamm:Property; + bamm:preferredName "Company Identifier"@en; + bamm:description "Identifier of a company in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :CompanyIdCharacteristic; + bamm:exampleValue "urn:uuid:51131FB5-42A2-4267-A402-0ECFEFAD1619"^^xsd:anyURI. +:productId a bamm:Property; + bamm:preferredName "Product Identifier"@en; + bamm:description "Identifier of a product in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :ProductIdCharacteristic; + bamm:exampleValue "urn:gtin:4712345060507"^^xsd:anyURI. +:DeclaredUnitCharacteristic a bamm-c:Enumeration; + bamm:preferredName "Declared Unit Characteristic"@en; + bamm:description "Unit of analysis of the product with accepted values as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. For countable products/ components/ materials, Catena-X for example adds the unit \"piece\" to the value list specified by WBCSD."@en; + bamm:see ; + bamm:dataType xsd:string; + bamm-c:values ("liter" "kilogram" "cubic meter" "kilowatt hour" "megajoule" "ton kilometer" "square meter" "piece"). +:StrictlyPositiveDecimalTrait a bamm-c:Trait; + bamm-c:baseCharacteristic :StrictlyPositiveDecimal; + bamm-c:constraint :StrictlyPositiveDecimalConstraint. +:PositiveDecimalWeightTrait a bamm-c:Trait; + bamm:preferredName "Positive Decimal Weight Trait"@en; + bamm:description "Trait for defining a decimal weight value declared in kg equal to or greater than zero."@en; + bamm-c:baseCharacteristic :PositiveDecimalWeight; + bamm-c:constraint :PositiveDecimalConstraint. +:ExemptedEmissionsPercentTrait a bamm-c:Trait; + bamm-c:baseCharacteristic :ExemptedEmissionsPercentCharacteristic; + bamm-c:constraint :ExemptedEmissionsPercentConstraint. +:GeographyCountrySubdivisionTrait a bamm-c:Trait; + bamm-c:baseCharacteristic bamm-c:Text; + bamm-c:constraint :GeographyCountrySubdivisionConstraint. +:GeographyCountryTrait a bamm-c:Trait; + bamm-c:baseCharacteristic bamm-c:Text; + bamm-c:constraint :GeographyCountryConstraint. +:GeographyRegionOrSubregionCharacteristic a bamm-c:Enumeration; + bamm:preferredName "Geography Region Or Subregion Characteristic"@en; + bamm:description "Characteristic for defining a list of valid geographic regions as specified in the Catena-X PCF Rulebook in 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 \"Global\" has been added to the value list."@en; + bamm:see ; + bamm:dataType xsd:string; + bamm-c: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"). +:CrossSectoralStandardSet a bamm-c:List; + bamm:preferredName "Cross Sectoral Standards Used Characteristic"@en; + bamm:description "Characteristic for defining the list of valid accounting standards used for product carbon footprint calculation as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:dataType :CrossSectoralStandard. +:ProductOrSectorSpecificRuleSet a bamm-c:Set; + bamm:preferredName "Product Or Sector Specific Rules Set"@en; + bamm:description "Characteristic for defining the set of product or sector specific rules of a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:dataType :ProductOrSectorSpecificRule. +:CharacterizationFactorsCharacteristic a bamm-c:Enumeration; + bamm:preferredName "Characterization Factors Characteristic"@en; + bamm:description "Characteristic for defining the characterization factors of a product carbon footprint as specified in the Catena-X PCF Rulebook in 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 specified by a default value."@en; + bamm:see ; + bamm:dataType xsd:string; + bamm-c:values ("AR5" "AR6"). +:AllocationWasteIncinerationCharacteristic a bamm-c:Enumeration; + bamm:preferredName "Allocation Waste Incineration Characteristic"@en; + bamm:description "Characteristic for defining the allocation approach used for waste incineration as specified by the TFS (Together For Sustainability) initiative."@en; + bamm:dataType xsd:string; + bamm-c:values ("cut-off" "reverse cut-off" "system expansion"). +:PercentTrait a bamm-c:Trait; + bamm:preferredName "Percent Trait"@en; + bamm:description "Trait for a decimal number in the range of and including 0 and 100."@en; + bamm-c:baseCharacteristic :Percent; + bamm-c:constraint :PercentConstraint. +:EmissionFactorDSSet a bamm-c:Set; + bamm:preferredName "Emission Factor Data Sources Set Characteristic"@en; + bamm:description "Characteristic for defining a set of emission factor sources used for calculating a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:dataType :EmissionFactorDS. +:DataQualityIndicators a bamm:Characteristic; + bamm:preferredName "Data Quality Indicators"@en; + bamm:description "Characteristic for defining the quantative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:dataType :DataQualityIndicator. +:PositiveEmissionsTrait a bamm-c:Trait; + bamm:preferredName "Positive Emissions Trait"@en; + bamm:description "Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint)."@en; + bamm-c:baseCharacteristic :PositiveEmission; + bamm-c:constraint :PositiveEmissionConstraint. +:PositiveOrNegativeEmission a bamm-c:Quantifiable; + bamm:preferredName "Positive Or Negative Emission"@en; + bamm:description "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."@en; + bamm:see ; + bamm:dataType xsd:decimal. +:CompanyIdCharacteristic a bamm:Characteristic; + bamm:preferredName "Company Identifier Characteristic"@en; + bamm:description "Characteristic for defining a company identifier in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:dataType xsd:anyURI. +:ProductIdCharacteristic a bamm:Characteristic; + bamm:preferredName "Product Identifier Characteristic"@en; + bamm:description "Characteristic for defining a product identifier in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:dataType xsd:anyURI. +:StrictlyPositiveDecimal a bamm:Characteristic; + bamm:preferredName "Strictly Positive Decimal"@en; + bamm:description "A positive, non-zero decimal."@en; + bamm:dataType xsd:float. +:StrictlyPositiveDecimalConstraint a bamm-c:RangeConstraint; + bamm:preferredName "Strictly Positive Decimal Constraint"@en; + bamm:description "Constraint for defining a positive, non-zero decimal."@en; + bamm-c:minValue "0.0"^^xsd:float; + bamm-c:lowerBoundDefinition bamm-c:GREATER_THAN; + bamm-c:upperBoundDefinition bamm-c:LESS_THAN. +:PositiveDecimalWeight a bamm-c:Quantifiable; + bamm:preferredName "Positive Decimal Weight"@en; + bamm:description "Characteristic for defining a decimal weight value declared in unit kilogram equal to or greater than zero."@en; + bamm:dataType xsd:decimal; + bamm-c:unit unit:kilogram. +:PositiveDecimalConstraint a bamm-c:RangeConstraint; + bamm:preferredName "Positive Decimal Constraint"@en; + bamm:description "Constraint for defining a decimal equal to or greater than zero."@en; + bamm-c:minValue "0"^^xsd:decimal; + bamm-c:lowerBoundDefinition bamm-c:AT_LEAST; + bamm-c:upperBoundDefinition bamm-c:LESS_THAN. +:ExemptedEmissionsPercentCharacteristic a bamm-c:Quantifiable; + bamm:preferredName "Exempted Emissions Percent Characteristic"@en; + bamm:description "Characteristic for defining the percentage of emissions excluded from a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:dataType xsd:decimal. +:ExemptedEmissionsPercentConstraint a bamm-c:RangeConstraint; + bamm:preferredName "Exempted Emissions Percent Constraint"@en; + bamm:description "Characteristic for defining the percentage of emissions excluded from a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm-c:minValue "0.0"^^xsd:decimal; + bamm-c:lowerBoundDefinition bamm-c:AT_LEAST; + bamm-c:upperBoundDefinition bamm-c:AT_MOST; + bamm-c:maxValue "5.0"^^xsd:decimal. +:GeographyCountrySubdivisionConstraint a bamm-c:RegularExpressionConstraint; + bamm:preferredName "Subdivision Constraint"@en; + bamm:description "Constraint for defining a geography country subdivision in compliance to ISO 3166-2 as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:value "([A-Z]{2}-[A-Z0-9]{1,3}|)". +:GeographyCountryConstraint a bamm-c:RegularExpressionConstraint; + bamm:preferredName "Country Constraint"@en; + bamm:description "Constraint for defining a geography country conform to ISO 3166CC as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:value "([A-Z]{2})". +:CrossSectoralStandard a bamm:Entity; + bamm:preferredName "Cross Sectoral Standard Entity"@en; + bamm:description "Entity for defining an accounting standard used for product carbon footprint calculation as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:properties ([ + bamm:property :crossSectoralStandard; + bamm:payloadName "crossSectoralStandard" +]). +:ProductOrSectorSpecificRule a bamm:Entity; + bamm:preferredName "Product Or Sector Specific Rule"@en; + bamm:description "Entity for defining a product or sector specific rule of a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:properties ([ + bamm:property :operator; + bamm:payloadName "extWBCSD_operator" +] [ + bamm:property :ruleNames; + bamm:payloadName "productOrSectorSpecificRules" +] [ + bamm:property :otherOperatorName; + bamm:payloadName "extWBCSD_otherOperatorName"; + bamm:optional "true"^^xsd:boolean +]). +:Percent a bamm-c:Quantifiable; + bamm:preferredName "Percent"@en; + bamm:description "Decimal number in the range of and including 0 and 100."@en; + bamm:dataType xsd:decimal; + bamm-c:unit unit:percent. +:PercentConstraint a bamm-c:RangeConstraint; + bamm:preferredName "Percent Constraint"@en; + bamm:description "Constraint for a decimal number in the range of and including 0 and 100."@en; + bamm-c:minValue "0.0"^^xsd:decimal; + bamm-c:lowerBoundDefinition bamm-c:AT_LEAST; + bamm-c:upperBoundDefinition bamm-c:AT_MOST; + bamm-c:maxValue "100.0"^^xsd:decimal. +:EmissionFactorDS a bamm:Entity; + bamm:preferredName "Emission Factor Data Source Entity"@en; + bamm:description "Entitiy for defining an emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:properties ([ + bamm:property :emissionFactorDS; + bamm:payloadName "secondaryEmissionFactorSource" +]). +:DataQualityIndicator a bamm:Entity; + bamm:preferredName "Data Quality Indicator"@en; + bamm:description "Entity for defining a quantitative data quality indicator of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:properties ([ + bamm:property :coveragePercent; + bamm:payloadName "coveragePercent"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :technologicalDQR; + bamm:payloadName "technologicalDQR"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :temporalDQR; + bamm:payloadName "temporalDQR"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :geographicalDQR; + bamm:payloadName "geographicalDQR"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :completenessDQR; + bamm:payloadName "completenessDQR"; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :reliabilityDQR; + bamm:payloadName "reliabilityDQR"; + bamm:optional "true"^^xsd:boolean +]). +:PositiveEmission a bamm-c:Quantifiable; + bamm:preferredName "Positive Emission"@en; + bamm:description "Characteristic for defining emissions expressed as a decimal equal to or greater than zero in context of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:dataType xsd:decimal. +:PositiveEmissionConstraint a bamm-c:RangeConstraint; + bamm:preferredName "PositiveEmissionConstraint"@en; + bamm:description "Only positive emission values (>0) are valid "@en; + bamm-c:minValue "0.0"^^xsd:decimal; + bamm-c:lowerBoundDefinition bamm-c:AT_LEAST; + bamm-c:upperBoundDefinition bamm-c:LESS_THAN. +:crossSectoralStandard a bamm:Property; + bamm:preferredName "Cross Sectoral Standard"@en; + bamm:description "Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :CrossSectoralStandardsUsedEnumerationCharacteristic; + bamm:exampleValue "ISO Standard 14044". +:operator a bamm:Property; + bamm:preferredName "Operator or Publisher of Sector Specific Rules"@en; + bamm:description "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\"."@en; + bamm:see ; + bamm:characteristic :ProductOrSectorSpecificRuleOperator; + bamm:exampleValue "Other". +:ruleNames a bamm:Property; + bamm:preferredName "Product or Sector Specific Rule Names"@en; + bamm:description "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :RuleNamesTrait. +:otherOperatorName a bamm:Property; + bamm:preferredName "Other Operator Name"@en; + bamm:description "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."@en; + bamm:see ; + bamm:characteristic :NonEmptyStringTrait; + bamm:exampleValue "NSF". +:emissionFactorDS a bamm:Property; + bamm:preferredName "Emission Factor Data Source"@en; + bamm:description "Characteristic for defining an emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "ecoinvent 3.8". +:coveragePercent a bamm:Property; + bamm:preferredName "Coverage Percent"@en; + bamm:description "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 in 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."@en; + bamm:see ; + bamm:characteristic :PercentTrait; + bamm:exampleValue "100"^^xsd:decimal. +:technologicalDQR a bamm:Property; + bamm:preferredName "Technological DQR (Data Quality Rating)"@en; + bamm:description "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :DqiNumberTrait; + bamm:exampleValue "2.0"^^xsd:decimal. +:temporalDQR a bamm:Property; + bamm:preferredName "Temporal DQR (Data Quality Rating)"@en; + bamm:description "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :DqiNumberTrait; + bamm:exampleValue "2.0"^^xsd:decimal. +:geographicalDQR a bamm:Property; + bamm:preferredName "Geographical DQR (Data Quality Rating)"@en; + bamm:description "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :DqiNumberTrait; + bamm:exampleValue "2.0"^^xsd:decimal. +:completenessDQR a bamm:Property; + bamm:preferredName "Completeness DQR (Data Quality Rating)"@en; + bamm:description "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :DqiNumberTrait; + bamm:exampleValue "2.0"^^xsd:decimal. +:reliabilityDQR a bamm:Property; + bamm:preferredName "Reliability DQR (Data Quality Rating)"@en; + bamm:description "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :DqiNumberTrait; + bamm:exampleValue "2.0"^^xsd:decimal. +:CrossSectoralStandardsUsedEnumerationCharacteristic a bamm-c:Enumeration; + bamm:preferredName "Cross Sectoral Standards Used Enumeration Characteristic"@en; + bamm:description "Characteristic for defining the enumeration of valid accounting standards used for product carbon footprint calculation as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:dataType xsd:string; + bamm-c:values ("GHG Protocol Product standard" "ISO Standard 14067" "ISO Standard 14044"). +:ProductOrSectorSpecificRuleOperator a bamm-c:Enumeration; + bamm:preferredName "Product Or Sector Specific Rule Operator"@en; + bamm:description "Enumeration of PCR (Product Category Rule) operators 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 for example in Catena-X."@en; + bamm:see ; + bamm:dataType xsd:string; + bamm-c:values ("PEF" "EPD International" "Other"). +:RuleNamesTrait a bamm-c:Trait; + bamm:preferredName "Rule Names Trait"@en; + bamm:description "Trait for defining a non-empty set of rule names as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm-c:baseCharacteristic :RuleNamesCharacteristic; + bamm-c:constraint :RuleNamesConstraint. +:DqiNumberTrait a bamm-c:Trait; + bamm:preferredName "DQI (Data Quality Indicator) Number Trait"@en; + bamm:description "Trait for defining a decimal between 1 and 3 including."@en; + bamm-c:baseCharacteristic :DqiNumber; + bamm-c:constraint :DqiNumberConstraint. +:RuleNamesCharacteristic a bamm-c:Set; + bamm:preferredName "Rule Names Characteristic"@en; + bamm:description "Non-empty set of rules applied by the specified operator. Defined by the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:dataType :RuleName. +:RuleNamesConstraint a bamm-c:LengthConstraint; + bamm:preferredName "Rule Names Constraint"@en; + bamm:description "Constraint for defining a non-empty set of rule names as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm-c:minValue "1"^^xsd:nonNegativeInteger. +:DqiNumber a bamm:Characteristic; + bamm:preferredName "DQI (Data Quality Indicator) Number"@en; + bamm:description "Decimal between 1 and 3 including"@en; + bamm:dataType xsd:decimal. +:DqiNumberConstraint a bamm-c:RangeConstraint; + bamm:preferredName "DQI (Data Quality Indicator) Number Constraint"@en; + bamm:description "Constraint for defining a decimal between 1 and 3 including."@en; + bamm-c:minValue "1"^^xsd:decimal; + bamm-c:lowerBoundDefinition bamm-c:AT_LEAST; + bamm-c:upperBoundDefinition bamm-c:AT_MOST; + bamm-c:maxValue "3"^^xsd:decimal. +:RuleName a bamm:Entity; + bamm:preferredName "Rule Name"@en; + bamm:description "Name of a rule applied by a specified operator as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:properties (:ruleName). +:ruleName a bamm:Property; + bamm:preferredName "Rule Name"@en; + bamm:description "Name of a rule applied by a specific operator as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en; + bamm:see ; + bamm:characteristic :NonEmptyStringTrait; + bamm:exampleValue "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0". diff --git a/io.catenax.pcf/4.0.1/gen/Pcf-aas.xml b/io.catenax.pcf/4.0.1/gen/Pcf-aas.xml new file mode 100644 index 00000000..5127d98f --- /dev/null +++ b/io.catenax.pcf/4.0.1/gen/Pcf-aas.xml @@ -0,0 +1,5757 @@ + + + + + id_defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.catenax.pcf:4.0.1#Pcf + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#Pcf] + + + + + + + + en + Product (Carbon) Footprint + + + + + EN + Pcf + + + + + en + A Product (Carbon) Footprint represents the carbon footprint of a product with values as specified in the Catena-X PCF Rulebook 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. + + + + + + + + Type + + + + + + Pcf + + + en + A Product (Carbon) Footprint represents the carbon footprint of a product with values as specified in the Catena-X PCF Rulebook 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. + + + + Optional[urn:samm:io.catenax.pcf:4.0.1#Pcf]/submodel + Template + + ModelReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#Pcf + + + + + + id_id + + + en + Product Footprint Identifier + + + + + en + The product footprint identifier as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#id + + + + xs:string + Unknown + + + id_specVersion + + + en + Product Footprint Specification Version + + + + + en + Version of the product footprint data specification as defined in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#specVersion + + + + xs:string + Unknown + + + id_partialFullPcf + + + en + Partial Or Full PCF (Product Carbon Footprint) + + + + + en + Indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#partialFullPcf + + + + xs:string + Unknown + + + id_PrecedingPfId + + + en + Preceding PCF (Product Carbon Footprint) Identifier Entity + + + + + en + Entity for defining a preceding PCF (Product Carbon Footprint) identifier entity as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + id_id + + + en + Product Footprint Identifier + + + + + en + The product footprint identifier as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#id + + + + xs:string + Unknown + + + + + id_version + + + en + Product (Carbon) Footprint Version + + + + + en + Version of the product (carbon) footprint as specified in the Catena-X PCF Rulebook in 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. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#version + + + + xs:nonNegativeInteger + Unknown + + + id_created + + + en + Creation of the Product (Carbon) Footprint + + + + + en + Timestamp of the creation of the Product (Carbon) Footprint as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#created + + + + xs:dateTime + Unknown + + + id_status + + + en + Status + + + + + en + 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. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#status + + + + xs:string + Unknown + + + id_validityPeriodStart + + + en + Validity Period Start + + + + + en + Start of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook in 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. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#validityPeriodStart + + + + xs:dateTime + Unknown + + + id_validityPeriodEnd + + + en + Validity Period End + + + + + en + End of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#validityPeriodEnd + + + + xs:dateTime + Unknown + + + id_comment + + + en + Comment + + + + + en + Additional information and instructions related to the calculation of the product (carbon) footprint as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#comment + + + + xs:string + Unknown + + + id_companyName + + + en + Company Name + + + + + en + Name of the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#companyName + + + + xs:string + Unknown + + + id_CompanyId + + + en + Company Identifier + + + + + en + Company identifier in context of a product (carbon) footprint which must be declared as URN (Uniform Resource Name) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + id_companyId + + + en + Company Identifier + + + + + en + Identifier of a company in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#companyId + + + + xs:anyURI + Unknown + + + + + id_productDescription + + + en + Product Description + + + + + en + Free-form description of the product as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#productDescription + + + + xs:string + Unknown + + + id_ProductId + + + en + Product Identifier + + + + + en + Identifier of a product in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + id_productId + + + en + Product Identifier + + + + + en + Identifier of a product in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#productId + + + + xs:anyURI + Unknown + + + + + id_productCategoryCpc + + + en + Product Category + + + + + en + 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". + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#productCategoryCpc + + + + xs:string + Unknown + + + id_productNameCompany + + + en + Product Trade Name + + + + + en + Non-empty trade name of a product as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#productNameCompany + + + + xs:string + Unknown + + + id_PcfEntity + + + en + PCF (Product Carbon Footprint) Entity + + + + + en + Entity for defining a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in 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 in Catena-X for example, can be calculated by application. + + + + + id_declaredUnit + + + en + Unit of measurement + + + + + en + Unit of analysis of a product in context of the PCF (product carbon footprint) as specified in the Catena-X PCF Rulebook in 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". + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#declaredUnit + + + + xs:string + Unknown + + + id_unitaryProductAmount + + + en + Unitary Product Amount + + + + + en + Amount of units contained within a product in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#unitaryProductAmount + + + + xs:float + Unknown + + + id_productMassPerDeclaredUnit + + + en + Product Mass Per Declared Unit + + + + + en + Mass of a product per declared unit in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#productMassPerDeclaredUnit + + + + xs:decimal + Unknown + + + id_exemptedEmissionsPercent + + + en + Exempted Emissions Percent + + + + + en + Percentage of emissions excluded from PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#exemptedEmissionsPercent + + + + xs:decimal + Unknown + + + id_exemptedEmissionsDescription + + + en + Exempted Emissions Description + + + + + en + Rationale behind exclusion of specific PCF (Product Carbon Footprint) emissions as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#exemptedEmissionsDescription + + + + xs:string + Unknown + + + id_boundaryProcessesDescription + + + en + Boundary Processes Description + + + + + en + Processes attributable to each lifecycle stage as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#boundaryProcessesDescription + + + + xs:string + Unknown + + + id_geographyCountrySubdivision + + + en + Geography Country Subdivision + + + + + en + Subdivision of a country which must be an ISO 3166-2 subdivision code as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#geographyCountrySubdivision + + + + xs:string + Unknown + + + id_geographyCountry + + + en + Geography Country + + + + + en + Two letter country code that must conform to data type ISO 3166CC as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#geographyCountry + + + + xs:string + Unknown + + + id_geographyRegionOrSubregion + + + en + Region + + + + + en + Region according to list as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#geographyRegionOrSubregion + + + + xs:string + Unknown + + + id_referencePeriodStart + + + en + Reference Period Start + + + + + en + 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 in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#referencePeriodStart + + + + xs:dateTime + Unknown + + + id_referencePeriodEnd + + + en + Reference Period End + + + + + en + 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 in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#referencePeriodEnd + + + + xs:dateTime + Unknown + + + id_crossSectoralStandardsUsed + + + en + Cross Sectoral Standards Used + + + + + en + Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + false + DataElement + + + id_CrossSectoralStandard + + + en + Cross Sectoral Standard Entity + + + + + en + Entity for defining an accounting standard used for product carbon footprint calculation as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + id_crossSectoralStandard + + + en + Cross Sectoral Standard + + + + + en + Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#crossSectoralStandard + + + + xs:string + Unknown + + + + + + + id_productOrSectorSpecificRules + + + en + Product or Sector Specific Rules + + + + + en + Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or pubishers and according rule names as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + false + DataElement + + + id_ProductOrSectorSpecificRule + + + en + Product Or Sector Specific Rule + + + + + en + Entity for defining a product or sector specific rule of a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + id_operator + + + en + Operator or Publisher of Sector Specific Rules + + + + + en + 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". + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#operator + + + + xs:string + Unknown + + + id_RuleName + + + en + Rule Name + + + + + en + Name of a rule applied by a specified operator as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + id_ruleName + + + en + Rule Name + + + + + en + Name of a rule applied by a specific operator as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#ruleName + + + + xs:string + Unknown + + + + + id_otherOperatorName + + + en + Other Operator Name + + + + + en + 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. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#otherOperatorName + + + + xs:string + Unknown + + + + + + + id_characterizationFactors + + + en + Characterization Factors + + + + + en + 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". + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#characterizationFactors + + + + xs:string + Unknown + + + id_allocationRulesDescription + + + en + Allocation Rules Description + + + + + en + 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". + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#allocationRulesDescription + + + + xs:string + Unknown + + + id_allocationWasteIncineration + + + en + Allocation Waste Incineration + + + + + en + 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". + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#allocationWasteIncineration + + + + xs:string + Unknown + + + id_primaryDataShare + + + en + Primary Data Share + + + + + en + Share of primary data in percent as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#primaryDataShare + + + + xs:decimal + Unknown + + + id_secondaryEmissionFactorSources + + + en + Secondary Emission Factor Sources + + + + + en + Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + false + DataElement + + + id_EmissionFactorDS + + + en + Emission Factor Data Source Entity + + + + + en + Entitiy for defining an emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + id_emissionFactorDS + + + en + Emission Factor Data Source + + + + + en + Characteristic for defining an emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#emissionFactorDS + + + + xs:string + Unknown + + + + + + + id_DataQualityIndicator + + + en + Data Quality Indicator + + + + + en + Entity for defining a quantitative data quality indicator of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + id_coveragePercent + + + en + Coverage Percent + + + + + en + 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 in 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. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#coveragePercent + + + + xs:decimal + Unknown + + + id_technologicalDQR + + + en + Technological DQR (Data Quality Rating) + + + + + en + 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 in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#technologicalDQR + + + + xs:decimal + Unknown + + + id_temporalDQR + + + en + Temporal DQR (Data Quality Rating) + + + + + en + 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 in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#temporalDQR + + + + xs:decimal + Unknown + + + id_geographicalDQR + + + en + Geographical DQR (Data Quality Rating) + + + + + en + 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 in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#geographicalDQR + + + + xs:decimal + Unknown + + + id_completenessDQR + + + en + Completeness DQR (Data Quality Rating) + + + + + en + 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 in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#completenessDQR + + + + xs:decimal + Unknown + + + id_reliabilityDQR + + + en + Reliability DQR (Data Quality Rating) + + + + + en + 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 in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#reliabilityDQR + + + + xs:decimal + Unknown + + + + + id_packagingEmissionsIncluded + + + en + Packaging Emissions Included + + + + + en + 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, in Catena-X for example value is "TRUE" per default. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#packagingEmissionsIncluded + + + + xs:boolean + Unknown + + + id_pcfExcludingBiogenic + + + en + PCF (Product Carbon Footprint) Excluding Biogenic + + + + + en + Product carbon footprint of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#pcfExcludingBiogenic + + + + xs:decimal + Unknown + + + id_pcfIncludingBiogenic + + + en + PCF (Product Carbon Footprint) Including Biogenic + + + + + en + Product carbon footprint of a product including biogenic emissions as specified in the Catena-X PCF Rulebook in 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. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#pcfIncludingBiogenic + + + + xs:decimal + Unknown + + + id_fossilGhgEmissions + + + en + Fossil Emissions + + + + + en + Emissions from combustion of fossil sources as specified in the Catena-X PCF Rulebook in 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. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#fossilGhgEmissions + + + + xs:decimal + Unknown + + + id_biogenicCarbonEmissionsOtherThanCO2 + + + en + Biogenic Carbon Emissions Other Than CO2 + + + + + en + 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. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#biogenicCarbonEmissionsOtherThanCO2 + + + + xs:decimal + Unknown + + + id_biogenicCarbonWithdrawal + + + en + Biogenic Carbon Withdrawal + + + + + en + Biogenic carbon content in the product converted to CO2e as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#biogenicCarbonWithdrawal + + + + xs:decimal + Unknown + + + id_dlucGhgEmissions + + + en + dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + + en + Direct land use change CO2e emissions in context of a product carbon footprint as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#dlucGhgEmissions + + + + xs:decimal + Unknown + + + id_luGhgEmissions + + + en + LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + + en + Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#luGhgEmissions + + + + xs:decimal + Unknown + + + id_aircraftGhgEmissions + + + en + Aircraft GHG Emissions + + + + + en + GHG (Greenhouse Gas) emissions resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#aircraftGhgEmissions + + + + xs:decimal + Unknown + + + id_packagingGhgEmissions + + + en + Packaging GHG (Greenhouse Gas) Emissions + + + + + en + 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 for example value is zero per default. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#packagingGhgEmissions + + + + xs:decimal + Unknown + + + id_distributionStagePcfExcludingBiogenic + + + en + Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic + + + + + en + Product carbon footprint for the distribution stage of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#distributionStagePcfExcludingBiogenic + + + + xs:decimal + Unknown + + + id_distributionStagePcfIncludingBiogenic + + + en + Distribution Stage PCF (Product Carbon Footprint) Including Biogenic + + + + + en + Product carbon footprint for the distribution stage of a product including biogenic emissions as specified in the Catena-X PCF Rulebook. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#distributionStagePcfIncludingBiogenic + + + + xs:decimal + Unknown + + + id_distributionStageFossilGhgEmissions + + + en + Distribution Stage Fossil GHG (Greenhouse Gas) Emissions + + + + + en + Emissions from the combustion of fossil sources in the distribution stage as specified in the Catena-X PCF Rulebook. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#distributionStageFossilGhgEmissions + + + + xs:decimal + Unknown + + + id_distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + en + Distribution Stage Biogenic Carbon Emissions Other Than CO2 + + + + + en + 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. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + + xs:decimal + Unknown + + + id_distributionStageBiogenicCarbonWithdrawal + + + en + Distribution Stage Biogenic Carbon Withdrawal + + + + + en + 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. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#distributionStageBiogenicCarbonWithdrawal + + + + xs:decimal + Unknown + + + id_distributionStageDlucGhgEmissions + + + en + Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + + en + Direct land use change CO2 emissions during distribution stage in context of a product carbon footprint as specified in the Catena-X PCF Rulebook. TFS specific extension. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#distributionStageDlucGhgEmissions + + + + xs:decimal + Unknown + + + id_distributionStageLuGhgEmissions + + + en + Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + + en + Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#distributionStageLuGhgEmissions + + + + xs:decimal + Unknown + + + id_carbonContentTotal + + + en + Carbon Content Total + + + + + en + Total carbon content per declared unit in context of a product carbon footprint as specified in the Catena-X PCF Rulebook. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#carbonContentTotal + + + + xs:decimal + Unknown + + + id_fossilCarbonContent + + + en + Fossil Carbon Content + + + + + en + Fossil carbon amount embodied in a 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 for example specified by a calculated value. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#fossilCarbonContent + + + + xs:decimal + Unknown + + + id_biogenicCarbonContent + + + en + Biogenic Carbon Content + + + + + en + Biogenic carbon amount embodied in a product as specified in the Catena-X PCF Rulebook in 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 + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#biogenicCarbonContent + + + + xs:decimal + Unknown + + + + + id_pcfLegalStatement + + + en + PCF (Product Carbon Footprint) Legal Statement + + + + + en + Option for legal statement/ disclaimer as specified in the Catena-X PCF Rulebook. + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.pcf:4.0.1#pcfLegalStatement + + + + xs:string + Unknown + + + + + + + APPLICATION_CLASS + id_Pcf + + + en + Product (Carbon) Footprint + + + + + en + A Product (Carbon) Footprint represents the carbon footprint of a product with values as specified in the Catena-X PCF Rulebook 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. + + + urn:samm:io.catenax.pcf:4.0.1#Pcf + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#Pcf] + + + + + + + + en + Product (Carbon) Footprint + + + + + EN + Pcf + + + + + en + A Product (Carbon) Footprint represents the carbon footprint of a product with values as specified in the Catena-X PCF Rulebook 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. + + + + + + + + + id_IdTrait + + + en + ID (Identifier) Trait + + + urn:samm:io.catenax.pcf:4.0.1#id + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#id] + + + + + + + + en + Product Footprint Identifier + + + + + EN + id + + + STRING + + + en + Trait for defining a PCF (Product Carbon Footprint) identifier as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + id_Text + + + en + Text + + + urn:samm:io.catenax.pcf:4.0.1#specVersion + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#specVersion] + + + + + + + + en + Product Footprint Specification Version + + + + + EN + specVersion + + + STRING + + + en + Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc. + + + + + + + + + id_PartialFullPcfCharacteristic + + + en + Partial Or Full PCF (Product Carbon Footprint) Characteristic + + + urn:samm:io.catenax.pcf:4.0.1#partialFullPcf + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#partialFullPcf] + + + + + + + + en + Partial Or Full PCF (Product Carbon Footprint) + + + + + EN + partialFullPcf + + + STRING + + + en + Characteristic for defining an indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook. + + + + + + DefaultScalarValue[value=Cradle-to-gate, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#PartialFullPcfCharacteristic:DefaultScalarValue[value=Cradle-to-gate, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Cradle-to-grave, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#PartialFullPcfCharacteristic:DefaultScalarValue[value=Cradle-to-grave, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + + + + + + + + id_IdTrait + + + en + ID (Identifier) Trait + + + urn:samm:io.catenax.pcf:4.0.1#id + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#id] + + + + + + + + en + Product Footprint Identifier + + + + + EN + id + + + STRING + + + en + Trait for defining a PCF (Product Carbon Footprint) identifier as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + id_PrecedingPfIdsTrait + urn:samm:io.catenax.pcf:4.0.1#precedingPfIds + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#precedingPfIds] + + + + + + + + en + Previous PCF (Product Carbon Footprint) Identifiers + + + + + EN + precedingPfIds + + + STRING + + + + + + + id_ProductFootprintVersion + + + en + Product (Carbon) Footprint Version Characteristic + + + urn:samm:io.catenax.pcf:4.0.1#version + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#version] + + + + + + + + en + Product (Carbon) Footprint Version + + + + + EN + version + + + INTEGER_COUNT + + + en + Characteristic for defining a product footprint version as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + id_Timestamp + + + en + Timestamp + + + urn:samm:io.catenax.pcf:4.0.1#created + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#created] + + + + + + + + en + Creation of the Product (Carbon) Footprint + + + + + EN + created + + + STRING + + + en + Describes a Property which contains the date and time with an optional timezone. + + + + + + + + + id_PfStatusCharacteristic + + + en + PF (Product Footprint) Status Characteristic + + + urn:samm:io.catenax.pcf:4.0.1#status + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#status] + + + + + + + + en + Status + + + + + EN + status + + + STRING + + + en + Characteristic for defining a status indicator of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Enumeration with possible "Active" and "Deprecated". + + + + + + DefaultScalarValue[value=Active, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#PfStatusCharacteristic:DefaultScalarValue[value=Active, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Deprecated, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#PfStatusCharacteristic:DefaultScalarValue[value=Deprecated, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + + + + + + + + id_Timestamp + + + en + Timestamp + + + urn:samm:io.catenax.pcf:4.0.1#validityPeriodStart + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#validityPeriodStart] + + + + + + + + en + Validity Period Start + + + + + EN + validityPeriodStart + + + STRING + + + en + Describes a Property which contains the date and time with an optional timezone. + + + + + + + + + id_Timestamp + + + en + Timestamp + + + urn:samm:io.catenax.pcf:4.0.1#validityPeriodEnd + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#validityPeriodEnd] + + + + + + + + en + Validity Period End + + + + + EN + validityPeriodEnd + + + STRING + + + en + Describes a Property which contains the date and time with an optional timezone. + + + + + + + + + id_Text + + + en + Text + + + urn:samm:io.catenax.pcf:4.0.1#comment + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#comment] + + + + + + + + en + Comment + + + + + EN + comment + + + STRING + + + en + Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc. + + + + + + + + + id_NonEmptyStringTrait + urn:samm:io.catenax.pcf:4.0.1#companyName + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#companyName] + + + + + + + + en + Company Name + + + + + EN + companyName + + + STRING + + + + + + + id_CompanyIdCharacteristic + + + en + Company Identifier Characteristic + + + urn:samm:io.catenax.pcf:4.0.1#companyId + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#companyId] + + + + + + + + en + Company Identifier + + + + + EN + companyId + + + STRING + + + en + Characteristic for defining a company identifier in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + id_CompanyIdsTrait + urn:samm:io.catenax.pcf:4.0.1#companyIds + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#companyIds] + + + + + + + + en + Company IDs + + + + + EN + companyIds + + + STRING + + + + + + + id_Text + + + en + Text + + + urn:samm:io.catenax.pcf:4.0.1#productDescription + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#productDescription] + + + + + + + + en + Product Description + + + + + EN + productDescription + + + STRING + + + en + Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc. + + + + + + + + + id_ProductIdCharacteristic + + + en + Product Identifier Characteristic + + + urn:samm:io.catenax.pcf:4.0.1#productId + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#productId] + + + + + + + + en + Product Identifier + + + + + EN + productId + + + STRING + + + en + Characteristic for defining a product identifier in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + id_ProductIdsTrait + + + en + Product IDs Trait + + + urn:samm:io.catenax.pcf:4.0.1#productIds + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#productIds] + + + + + + + + en + Product IDs + + + + + EN + productIds + + + STRING + + + en + Trait for defining a non-empty set of product identifiers as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + id_Text + + + en + Text + + + urn:samm:io.catenax.pcf:4.0.1#productCategoryCpc + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#productCategoryCpc] + + + + + + + + en + Product Category + + + + + EN + productCategoryCpc + + + STRING + + + en + Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc. + + + + + + + + + id_NonEmptyStringTrait + urn:samm:io.catenax.pcf:4.0.1#productNameCompany + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#productNameCompany] + + + + + + + + en + Product Trade Name + + + + + EN + productNameCompany + + + STRING + + + + + + + id_DeclaredUnitCharacteristic + + + en + Declared Unit Characteristic + + + urn:samm:io.catenax.pcf:4.0.1#declaredUnit + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#declaredUnit] + + + + + + + + en + Unit of measurement + + + + + EN + declaredUnit + + + STRING + + + en + Unit of analysis of the product with accepted values as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. For countable products/ components/ materials, Catena-X for example adds the unit "piece" to the value list specified by WBCSD. + + + + + + DefaultScalarValue[value=liter, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#DeclaredUnitCharacteristic:DefaultScalarValue[value=liter, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=kilogram, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#DeclaredUnitCharacteristic:DefaultScalarValue[value=kilogram, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=cubic meter, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#DeclaredUnitCharacteristic:DefaultScalarValue[value=cubic meter, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=kilowatt hour, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#DeclaredUnitCharacteristic:DefaultScalarValue[value=kilowatt hour, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=megajoule, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#DeclaredUnitCharacteristic:DefaultScalarValue[value=megajoule, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=ton kilometer, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#DeclaredUnitCharacteristic:DefaultScalarValue[value=ton kilometer, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=square meter, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#DeclaredUnitCharacteristic:DefaultScalarValue[value=square meter, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=piece, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#DeclaredUnitCharacteristic:DefaultScalarValue[value=piece, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + + + + + + + + id_StrictlyPositiveDecimalTrait + urn:samm:io.catenax.pcf:4.0.1#unitaryProductAmount + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#unitaryProductAmount] + + + + + + + + en + Unitary Product Amount + + + + + EN + unitaryProductAmount + + + REAL_MEASURE + + + + + + + id_PositiveDecimalWeightTrait + + + en + Positive Decimal Weight Trait + + + urn:samm:io.catenax.pcf:4.0.1#productMassPerDeclaredUnit + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#productMassPerDeclaredUnit] + + + + + + + + en + Product Mass Per Declared Unit + + + + + EN + productMassPerDeclaredUnit + + + INTEGER_MEASURE + + + en + Trait for defining a decimal weight value declared in kg equal to or greater than zero. + + + + + + + + + id_ExemptedEmissionsPercentTrait + urn:samm:io.catenax.pcf:4.0.1#exemptedEmissionsPercent + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#exemptedEmissionsPercent] + + + + + + + + en + Exempted Emissions Percent + + + + + EN + exemptedEmissionsPercent + + + INTEGER_MEASURE + + + + + + + id_Text + + + en + Text + + + urn:samm:io.catenax.pcf:4.0.1#exemptedEmissionsDescription + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#exemptedEmissionsDescription] + + + + + + + + en + Exempted Emissions Description + + + + + EN + exemptedEmissionsDescription + + + STRING + + + en + Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc. + + + + + + + + + id_Text + + + en + Text + + + urn:samm:io.catenax.pcf:4.0.1#boundaryProcessesDescription + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#boundaryProcessesDescription] + + + + + + + + en + Boundary Processes Description + + + + + EN + boundaryProcessesDescription + + + STRING + + + en + Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc. + + + + + + + + + id_GeographyCountrySubdivisionTrait + urn:samm:io.catenax.pcf:4.0.1#geographyCountrySubdivision + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#geographyCountrySubdivision] + + + + + + + + en + Geography Country Subdivision + + + + + EN + geographyCountrySubdivision + + + STRING + + + + + + + id_GeographyCountryTrait + urn:samm:io.catenax.pcf:4.0.1#geographyCountry + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#geographyCountry] + + + + + + + + en + Geography Country + + + + + EN + geographyCountry + + + STRING + + + + + + + id_GeographyRegionOrSubregionCharacteristic + + + en + Geography Region Or Subregion Characteristic + + + urn:samm:io.catenax.pcf:4.0.1#geographyRegionOrSubregion + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#geographyRegionOrSubregion] + + + + + + + + en + Region + + + + + EN + geographyRegionOrSubregion + + + STRING + + + en + Characteristic for defining a list of valid geographic regions as specified in the Catena-X PCF Rulebook in 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 "Global" has been added to the value list. + + + + + + DefaultScalarValue[value=Africa, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Africa, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Americas, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Americas, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Asia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Asia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Europe, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Europe, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Oceania, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Oceania, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Australia and New Zealand, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Australia and New Zealand, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Central Asia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Central Asia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Eastern Asia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Eastern Asia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Eastern Europe, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Eastern Europe, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Latin America and the Caribbean, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Latin America and the Caribbean, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Melanesia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Melanesia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Micronesia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Micronesia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Northern Africa, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Northern Africa, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Northern America, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Northern America, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Northern Europe, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Northern Europe, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Polynesia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Polynesia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=South-eastern Asia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=South-eastern Asia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Southern Asia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Southern Asia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Southern Europe, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Southern Europe, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Sub-Saharan Africa, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Sub-Saharan Africa, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Western Asia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Western Asia, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Western Europe, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Western Europe, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Global, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#GeographyRegionOrSubregionCharacteristic:DefaultScalarValue[value=Global, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + + + + + + + + id_Timestamp + + + en + Timestamp + + + urn:samm:io.catenax.pcf:4.0.1#referencePeriodStart + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#referencePeriodStart] + + + + + + + + en + Reference Period Start + + + + + EN + referencePeriodStart + + + STRING + + + en + Describes a Property which contains the date and time with an optional timezone. + + + + + + + + + id_Timestamp + + + en + Timestamp + + + urn:samm:io.catenax.pcf:4.0.1#referencePeriodEnd + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#referencePeriodEnd] + + + + + + + + en + Reference Period End + + + + + EN + referencePeriodEnd + + + STRING + + + en + Describes a Property which contains the date and time with an optional timezone. + + + + + + + + + id_CrossSectoralStandardsUsedEnumerationCharacteristic + + + en + Cross Sectoral Standards Used Enumeration Characteristic + + + urn:samm:io.catenax.pcf:4.0.1#crossSectoralStandard + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#crossSectoralStandard] + + + + + + + + en + Cross Sectoral Standard + + + + + EN + crossSectoralStandard + + + STRING + + + en + Characteristic for defining the enumeration of valid accounting standards used for product carbon footprint calculation as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + DefaultScalarValue[value=GHG Protocol Product standard, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#CrossSectoralStandardsUsedEnumerationCharacteristic:DefaultScalarValue[value=GHG Protocol Product standard, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=ISO Standard 14067, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#CrossSectoralStandardsUsedEnumerationCharacteristic:DefaultScalarValue[value=ISO Standard 14067, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=ISO Standard 14044, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#CrossSectoralStandardsUsedEnumerationCharacteristic:DefaultScalarValue[value=ISO Standard 14044, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + + + + + + + + id_CrossSectoralStandardSet + + + en + Cross Sectoral Standards Used Characteristic + + + urn:samm:io.catenax.pcf:4.0.1#crossSectoralStandardsUsed + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#crossSectoralStandardsUsed] + + + + + + + + en + Cross Sectoral Standards Used + + + + + EN + crossSectoralStandardsUsed + + + STRING + + + en + Characteristic for defining the list of valid accounting standards used for product carbon footprint calculation as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + id_ProductOrSectorSpecificRuleOperator + + + en + Product Or Sector Specific Rule Operator + + + urn:samm:io.catenax.pcf:4.0.1#operator + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#operator] + + + + + + + + en + Operator or Publisher of Sector Specific Rules + + + + + EN + operator + + + STRING + + + en + Enumeration of PCR (Product Category Rule) operators 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 for example in Catena-X. + + + + + + DefaultScalarValue[value=PEF, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#ProductOrSectorSpecificRuleOperator:DefaultScalarValue[value=PEF, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=EPD International, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#ProductOrSectorSpecificRuleOperator:DefaultScalarValue[value=EPD International, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=Other, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#ProductOrSectorSpecificRuleOperator:DefaultScalarValue[value=Other, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + + + + + + + + id_NonEmptyStringTrait + urn:samm:io.catenax.pcf:4.0.1#ruleName + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#ruleName] + + + + + + + + en + Rule Name + + + + + EN + ruleName + + + STRING + + + + + + + id_RuleNamesTrait + + + en + Rule Names Trait + + + urn:samm:io.catenax.pcf:4.0.1#ruleNames + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#ruleNames] + + + + + + + + en + Product or Sector Specific Rule Names + + + + + EN + ruleNames + + + STRING + + + en + Trait for defining a non-empty set of rule names as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + id_NonEmptyStringTrait + urn:samm:io.catenax.pcf:4.0.1#otherOperatorName + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#otherOperatorName] + + + + + + + + en + Other Operator Name + + + + + EN + otherOperatorName + + + STRING + + + + + + + id_ProductOrSectorSpecificRuleSet + + + en + Product Or Sector Specific Rules Set + + + urn:samm:io.catenax.pcf:4.0.1#productOrSectorSpecificRules + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#productOrSectorSpecificRules] + + + + + + + + en + Product or Sector Specific Rules + + + + + EN + productOrSectorSpecificRules + + + STRING + + + en + Characteristic for defining the set of product or sector specific rules of a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + id_CharacterizationFactorsCharacteristic + + + en + Characterization Factors Characteristic + + + urn:samm:io.catenax.pcf:4.0.1#characterizationFactors + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#characterizationFactors] + + + + + + + + en + Characterization Factors + + + + + EN + characterizationFactors + + + STRING + + + en + Characteristic for defining the characterization factors of a product carbon footprint as specified in the Catena-X PCF Rulebook in 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 specified by a default value. + + + + + + DefaultScalarValue[value=AR5, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#CharacterizationFactorsCharacteristic:DefaultScalarValue[value=AR5, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=AR6, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#CharacterizationFactorsCharacteristic:DefaultScalarValue[value=AR6, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + + + + + + + + id_Text + + + en + Text + + + urn:samm:io.catenax.pcf:4.0.1#allocationRulesDescription + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#allocationRulesDescription] + + + + + + + + en + Allocation Rules Description + + + + + EN + allocationRulesDescription + + + STRING + + + en + Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc. + + + + + + + + + id_AllocationWasteIncinerationCharacteristic + + + en + Allocation Waste Incineration Characteristic + + + urn:samm:io.catenax.pcf:4.0.1#allocationWasteIncineration + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#allocationWasteIncineration] + + + + + + + + en + Allocation Waste Incineration + + + + + EN + allocationWasteIncineration + + + STRING + + + en + Characteristic for defining the allocation approach used for waste incineration as specified by the TFS (Together For Sustainability) initiative. + + + + + + DefaultScalarValue[value=cut-off, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#AllocationWasteIncinerationCharacteristic:DefaultScalarValue[value=cut-off, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=reverse cut-off, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#AllocationWasteIncinerationCharacteristic:DefaultScalarValue[value=reverse cut-off, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + DefaultScalarValue[value=system expansion, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:4.0.1#AllocationWasteIncinerationCharacteristic:DefaultScalarValue[value=system expansion, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#string']'] + + + + + + + + + + + + + id_PercentTrait + + + en + Percent Trait + + + urn:samm:io.catenax.pcf:4.0.1#primaryDataShare + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#primaryDataShare] + + + + + + + + en + Primary Data Share + + + + + EN + primaryDataShare + + + INTEGER_MEASURE + + + en + Trait for a decimal number in the range of and including 0 and 100. + + + + + + + + + id_Text + + + en + Text + + + urn:samm:io.catenax.pcf:4.0.1#emissionFactorDS + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#emissionFactorDS] + + + + + + + + en + Emission Factor Data Source + + + + + EN + emissionFactorDS + + + STRING + + + en + Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc. + + + + + + + + + id_EmissionFactorDSSet + + + en + Emission Factor Data Sources Set Characteristic + + + urn:samm:io.catenax.pcf:4.0.1#secondaryEmissionFactorSources + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#secondaryEmissionFactorSources] + + + + + + + + en + Secondary Emission Factor Sources + + + + + EN + secondaryEmissionFactorSources + + + STRING + + + en + Characteristic for defining a set of emission factor sources used for calculating a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + id_PercentTrait + + + en + Percent Trait + + + urn:samm:io.catenax.pcf:4.0.1#coveragePercent + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#coveragePercent] + + + + + + + + en + Coverage Percent + + + + + EN + coveragePercent + + + INTEGER_MEASURE + + + en + Trait for a decimal number in the range of and including 0 and 100. + + + + + + + + + id_DqiNumberTrait + + + en + DQI (Data Quality Indicator) Number Trait + + + urn:samm:io.catenax.pcf:4.0.1#technologicalDQR + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#technologicalDQR] + + + + + + + + en + Technological DQR (Data Quality Rating) + + + + + EN + technologicalDQR + + + INTEGER_MEASURE + + + en + Trait for defining a decimal between 1 and 3 including. + + + + + + + + + id_DqiNumberTrait + + + en + DQI (Data Quality Indicator) Number Trait + + + urn:samm:io.catenax.pcf:4.0.1#temporalDQR + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#temporalDQR] + + + + + + + + en + Temporal DQR (Data Quality Rating) + + + + + EN + temporalDQR + + + INTEGER_MEASURE + + + en + Trait for defining a decimal between 1 and 3 including. + + + + + + + + + id_DqiNumberTrait + + + en + DQI (Data Quality Indicator) Number Trait + + + urn:samm:io.catenax.pcf:4.0.1#geographicalDQR + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#geographicalDQR] + + + + + + + + en + Geographical DQR (Data Quality Rating) + + + + + EN + geographicalDQR + + + INTEGER_MEASURE + + + en + Trait for defining a decimal between 1 and 3 including. + + + + + + + + + id_DqiNumberTrait + + + en + DQI (Data Quality Indicator) Number Trait + + + urn:samm:io.catenax.pcf:4.0.1#completenessDQR + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#completenessDQR] + + + + + + + + en + Completeness DQR (Data Quality Rating) + + + + + EN + completenessDQR + + + INTEGER_MEASURE + + + en + Trait for defining a decimal between 1 and 3 including. + + + + + + + + + id_DqiNumberTrait + + + en + DQI (Data Quality Indicator) Number Trait + + + urn:samm:io.catenax.pcf:4.0.1#reliabilityDQR + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#reliabilityDQR] + + + + + + + + en + Reliability DQR (Data Quality Rating) + + + + + EN + reliabilityDQR + + + INTEGER_MEASURE + + + en + Trait for defining a decimal between 1 and 3 including. + + + + + + + + + id_DataQualityIndicators + + + en + Data Quality Indicators + + + urn:samm:io.catenax.pcf:4.0.1#dqi + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#dqi] + + + + + + + + en + DQI (Data Quality Indicators) + + + + + EN + dqi + + + STRING + + + en + Characteristic for defining the quantative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + id_Boolean + + + en + Boolean + + + urn:samm:io.catenax.pcf:4.0.1#packagingEmissionsIncluded + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#packagingEmissionsIncluded] + + + + + + + + en + Packaging Emissions Included + + + + + EN + packagingEmissionsIncluded + + + BOOLEAN + + + en + Represents a boolean value (i.e. a "flag"). + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#pcfExcludingBiogenic + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#pcfExcludingBiogenic] + + + + + + + + en + PCF (Product Carbon Footprint) Excluding Biogenic + + + + + EN + pcfExcludingBiogenic + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveOrNegativeEmission + + + en + Positive Or Negative Emission + + + urn:samm:io.catenax.pcf:4.0.1#pcfIncludingBiogenic + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#pcfIncludingBiogenic] + + + + + + + + en + PCF (Product Carbon Footprint) Including Biogenic + + + + + EN + pcfIncludingBiogenic + + + INTEGER_MEASURE + + + en + 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. + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#fossilGhgEmissions + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#fossilGhgEmissions] + + + + + + + + en + Fossil Emissions + + + + + EN + fossilGhgEmissions + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#biogenicCarbonEmissionsOtherThanCO2 + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#biogenicCarbonEmissionsOtherThanCO2] + + + + + + + + en + Biogenic Carbon Emissions Other Than CO2 + + + + + EN + biogenicCarbonEmissionsOtherThanCO2 + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveDecimalWeightTrait + + + en + Positive Decimal Weight Trait + + + urn:samm:io.catenax.pcf:4.0.1#biogenicCarbonWithdrawal + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#biogenicCarbonWithdrawal] + + + + + + + + en + Biogenic Carbon Withdrawal + + + + + EN + biogenicCarbonWithdrawal + + + INTEGER_MEASURE + + + en + Trait for defining a decimal weight value declared in kg equal to or greater than zero. + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#dlucGhgEmissions + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#dlucGhgEmissions] + + + + + + + + en + dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + + EN + dlucGhgEmissions + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#luGhgEmissions + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#luGhgEmissions] + + + + + + + + en + LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + + EN + luGhgEmissions + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#aircraftGhgEmissions + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#aircraftGhgEmissions] + + + + + + + + en + Aircraft GHG Emissions + + + + + EN + aircraftGhgEmissions + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#packagingGhgEmissions + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#packagingGhgEmissions] + + + + + + + + en + Packaging GHG (Greenhouse Gas) Emissions + + + + + EN + packagingGhgEmissions + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#distributionStagePcfExcludingBiogenic + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#distributionStagePcfExcludingBiogenic] + + + + + + + + en + Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic + + + + + EN + distributionStagePcfExcludingBiogenic + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveOrNegativeEmission + + + en + Positive Or Negative Emission + + + urn:samm:io.catenax.pcf:4.0.1#distributionStagePcfIncludingBiogenic + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#distributionStagePcfIncludingBiogenic] + + + + + + + + en + Distribution Stage PCF (Product Carbon Footprint) Including Biogenic + + + + + EN + distributionStagePcfIncludingBiogenic + + + INTEGER_MEASURE + + + en + 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. + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#distributionStageFossilGhgEmissions + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#distributionStageFossilGhgEmissions] + + + + + + + + en + Distribution Stage Fossil GHG (Greenhouse Gas) Emissions + + + + + EN + distributionStageFossilGhgEmissions + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#distributionStageBiogenicCarbonEmissionsOtherThanCO2] + + + + + + + + en + Distribution Stage Biogenic Carbon Emissions Other Than CO2 + + + + + EN + distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#distributionStageBiogenicCarbonWithdrawal + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#distributionStageBiogenicCarbonWithdrawal] + + + + + + + + en + Distribution Stage Biogenic Carbon Withdrawal + + + + + EN + distributionStageBiogenicCarbonWithdrawal + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#distributionStageDlucGhgEmissions + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#distributionStageDlucGhgEmissions] + + + + + + + + en + Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + + EN + distributionStageDlucGhgEmissions + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#distributionStageLuGhgEmissions + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#distributionStageLuGhgEmissions] + + + + + + + + en + Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + + EN + distributionStageLuGhgEmissions + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#carbonContentTotal + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#carbonContentTotal] + + + + + + + + en + Carbon Content Total + + + + + EN + carbonContentTotal + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#fossilCarbonContent + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#fossilCarbonContent] + + + + + + + + en + Fossil Carbon Content + + + + + EN + fossilCarbonContent + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_PositiveEmissionsTrait + + + en + Positive Emissions Trait + + + urn:samm:io.catenax.pcf:4.0.1#biogenicCarbonContent + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#biogenicCarbonContent] + + + + + + + + en + Biogenic Carbon Content + + + + + EN + biogenicCarbonContent + + + INTEGER_MEASURE + + + en + Trait for emissions equal to or greater than zero in context of a PCF (Product Carbon Footprint). + + + + + + + + + id_CarbonFootprint + + + en + PCF (Product Carbon Footprint) Characteristic + + + urn:samm:io.catenax.pcf:4.0.1#pcf + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#pcf] + + + + + + + + en + PCF (Product Carbon Footprint) + + + + + EN + pcf + + + STRING + + + en + Characteristic for defining a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + id_Text + + + en + Text + + + urn:samm:io.catenax.pcf:4.0.1#pcfLegalStatement + + + + ExternalReference + + + GlobalReference + Optional[urn:samm:io.catenax.pcf:4.0.1#pcfLegalStatement] + + + + + + + + en + PCF (Product Carbon Footprint) Legal Statement + + + + + EN + pcfLegalStatement + + + STRING + + + en + Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc. + + + + + + + + + diff --git a/io.catenax.pcf/4.0.1/gen/Pcf-schema.json b/io.catenax.pcf/4.0.1/gen/Pcf-schema.json new file mode 100644 index 00000000..e7721fa9 --- /dev/null +++ b/io.catenax.pcf/4.0.1/gen/Pcf-schema.json @@ -0,0 +1,555 @@ +{ + "$schema" : "http://json-schema.org/draft-04/schema", + "description" : "A Product (Carbon) Footprint represents the carbon footprint of a product with values as specified in the Catena-X PCF Rulebook 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.", + "type" : "object", + "components" : { + "schemas" : { + "urn_samm_io.catenax.pcf_4.0.1_IdTrait" : { + "type" : "string", + "description" : "Constraint for defining a UUID v4 identifier.", + "pattern" : "^[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_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text" : { + "type" : "string", + "description" : "Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc." + }, + "urn_samm_io.catenax.pcf_4.0.1_PartialFullPcfCharacteristic" : { + "type" : "string", + "description" : "Characteristic for defining an indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook.", + "enum" : [ "Cradle-to-gate", "Cradle-to-grave" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_PrecedingPfId" : { + "description" : "Entity for defining a preceding PCF (Product Carbon Footprint) identifier entity as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "object", + "properties" : { + "id" : { + "description" : "The product footprint identifier as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_IdTrait" + } + }, + "required" : [ "id" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_PrecedingPfIdsTrait" : { + "description" : "Constraint for defining a non-empty set of product (carbon) footprint identifiers as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "array", + "items" : { + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PrecedingPfId" + }, + "uniqueItems" : true, + "minItems" : 1 + }, + "urn_samm_io.catenax.pcf_4.0.1_ProductFootprintVersion" : { + "type" : "number", + "minimum" : 0, + "description" : "Characteristic for defining a product footprint version as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + }, + "urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Timestamp" : { + "type" : "string", + "pattern" : "-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\\.[0-9]+)?|(24:00:00(\\.0+)?))(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?", + "description" : "Describes a Property which contains the date and time with an optional timezone." + }, + "urn_samm_io.catenax.pcf_4.0.1_PfStatusCharacteristic" : { + "type" : "string", + "description" : "Characteristic for defining a status indicator of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Enumeration with possible \"Active\" and \"Deprecated\".", + "enum" : [ "Active", "Deprecated" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_NonEmptyStringTrait" : { + "type" : "string", + "description" : "Constraint for ensuring that a string has at least one character.", + "minLength" : 1 + }, + "urn_samm_io.catenax.pcf_4.0.1_CompanyIdCharacteristic" : { + "type" : "string", + "format" : "uri", + "description" : "Characteristic for defining a company identifier in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + }, + "urn_samm_io.catenax.pcf_4.0.1_CompanyId" : { + "description" : "Company identifier in context of a product (carbon) footprint which must be declared as URN (Uniform Resource Name) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "object", + "properties" : { + "companyId" : { + "description" : "Identifier of a company in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_CompanyIdCharacteristic" + } + }, + "required" : [ "companyId" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_CompanyIdsTrait" : { + "description" : "Constraint for defining a non-empty set of company identifiers as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "array", + "items" : { + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_CompanyId" + }, + "uniqueItems" : true, + "minItems" : 1 + }, + "urn_samm_io.catenax.pcf_4.0.1_ProductIdCharacteristic" : { + "type" : "string", + "format" : "uri", + "description" : "Characteristic for defining a product identifier in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + }, + "urn_samm_io.catenax.pcf_4.0.1_ProductId" : { + "description" : "Identifier of a product in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "object", + "properties" : { + "productId" : { + "description" : "Identifier of a product in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ProductIdCharacteristic" + } + }, + "required" : [ "productId" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_ProductIdsTrait" : { + "description" : "Constraint for defining a non-empty set of product identifiers as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "array", + "items" : { + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ProductId" + }, + "uniqueItems" : true, + "minItems" : 1 + }, + "urn_samm_io.catenax.pcf_4.0.1_DeclaredUnitCharacteristic" : { + "type" : "string", + "description" : "Unit of analysis of the product with accepted values as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. For countable products/ components/ materials, Catena-X for example adds the unit \"piece\" to the value list specified by WBCSD.", + "enum" : [ "liter", "kilogram", "cubic meter", "kilowatt hour", "megajoule", "ton kilometer", "square meter", "piece" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_StrictlyPositiveDecimalTrait" : { + "type" : "number", + "description" : "Constraint for defining a positive, non-zero decimal.", + "minimum" : 0, + "exclusiveMinimum" : true + }, + "urn_samm_io.catenax.pcf_4.0.1_PositiveDecimalWeightTrait" : { + "type" : "number", + "description" : "Constraint for defining a decimal equal to or greater than zero.", + "minimum" : 0, + "exclusiveMinimum" : false + }, + "urn_samm_io.catenax.pcf_4.0.1_ExemptedEmissionsPercentTrait" : { + "type" : "number", + "description" : "Characteristic for defining the percentage of emissions excluded from a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "maximum" : 5, + "exclusiveMaximum" : false, + "minimum" : 0, + "exclusiveMinimum" : false + }, + "urn_samm_io.catenax.pcf_4.0.1_GeographyCountrySubdivisionTrait" : { + "type" : "string", + "description" : "Constraint for defining a geography country subdivision in compliance to ISO 3166-2 as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "pattern" : "([A-Z]{2}-[A-Z0-9]{1,3}|)" + }, + "urn_samm_io.catenax.pcf_4.0.1_GeographyCountryTrait" : { + "type" : "string", + "description" : "Constraint for defining a geography country conform to ISO 3166CC as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "pattern" : "([A-Z]{2})" + }, + "urn_samm_io.catenax.pcf_4.0.1_GeographyRegionOrSubregionCharacteristic" : { + "type" : "string", + "description" : "Characteristic for defining a list of valid geographic regions as specified in the Catena-X PCF Rulebook in 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 \"Global\" has been added to the value list.", + "enum" : [ "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" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_CrossSectoralStandardsUsedEnumerationCharacteristic" : { + "type" : "string", + "description" : "Characteristic for defining the enumeration of valid accounting standards used for product carbon footprint calculation as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "enum" : [ "GHG Protocol Product standard", "ISO Standard 14067", "ISO Standard 14044" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_CrossSectoralStandard" : { + "description" : "Entity for defining an accounting standard used for product carbon footprint calculation as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "object", + "properties" : { + "crossSectoralStandard" : { + "description" : "Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_CrossSectoralStandardsUsedEnumerationCharacteristic" + } + }, + "required" : [ "crossSectoralStandard" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_CrossSectoralStandardSet" : { + "description" : "Characteristic for defining the list of valid accounting standards used for product carbon footprint calculation as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "array", + "items" : { + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_CrossSectoralStandard" + } + }, + "urn_samm_io.catenax.pcf_4.0.1_ProductOrSectorSpecificRuleOperator" : { + "type" : "string", + "description" : "Enumeration of PCR (Product Category Rule) operators 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 for example in Catena-X.", + "enum" : [ "PEF", "EPD International", "Other" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_RuleName" : { + "description" : "Name of a rule applied by a specified operator as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "object", + "properties" : { + "ruleName" : { + "description" : "Name of a rule applied by a specific operator as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_NonEmptyStringTrait" + } + }, + "required" : [ "ruleName" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_RuleNamesTrait" : { + "description" : "Constraint for defining a non-empty set of rule names as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "array", + "items" : { + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_RuleName" + }, + "uniqueItems" : true, + "minItems" : 1 + }, + "urn_samm_io.catenax.pcf_4.0.1_ProductOrSectorSpecificRule" : { + "description" : "Entity for defining a product or sector specific rule of a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "object", + "properties" : { + "extWBCSD_operator" : { + "description" : "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\".", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ProductOrSectorSpecificRuleOperator" + }, + "productOrSectorSpecificRules" : { + "description" : "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_RuleNamesTrait" + }, + "extWBCSD_otherOperatorName" : { + "description" : "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.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_NonEmptyStringTrait" + } + }, + "required" : [ "extWBCSD_operator", "productOrSectorSpecificRules" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_ProductOrSectorSpecificRuleSet" : { + "description" : "Characteristic for defining the set of product or sector specific rules of a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "array", + "items" : { + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ProductOrSectorSpecificRule" + }, + "uniqueItems" : true + }, + "urn_samm_io.catenax.pcf_4.0.1_CharacterizationFactorsCharacteristic" : { + "type" : "string", + "description" : "Characteristic for defining the characterization factors of a product carbon footprint as specified in the Catena-X PCF Rulebook in 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 specified by a default value.", + "enum" : [ "AR5", "AR6" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_AllocationWasteIncinerationCharacteristic" : { + "type" : "string", + "description" : "Characteristic for defining the allocation approach used for waste incineration as specified by the TFS (Together For Sustainability) initiative.", + "enum" : [ "cut-off", "reverse cut-off", "system expansion" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_PercentTrait" : { + "type" : "number", + "description" : "Constraint for a decimal number in the range of and including 0 and 100.", + "maximum" : 1E+2, + "exclusiveMaximum" : false, + "minimum" : 0, + "exclusiveMinimum" : false + }, + "urn_samm_io.catenax.pcf_4.0.1_EmissionFactorDS" : { + "description" : "Entitiy for defining an emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "object", + "properties" : { + "secondaryEmissionFactorSource" : { + "description" : "Characteristic for defining an emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text" + } + }, + "required" : [ "secondaryEmissionFactorSource" ] + }, + "urn_samm_io.catenax.pcf_4.0.1_EmissionFactorDSSet" : { + "description" : "Characteristic for defining a set of emission factor sources used for calculating a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "array", + "items" : { + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_EmissionFactorDS" + }, + "uniqueItems" : true + }, + "urn_samm_io.catenax.pcf_4.0.1_DqiNumberTrait" : { + "type" : "number", + "description" : "Constraint for defining a decimal between 1 and 3 including.", + "maximum" : 3, + "exclusiveMaximum" : false, + "minimum" : 1, + "exclusiveMinimum" : false + }, + "urn_samm_io.catenax.pcf_4.0.1_DataQualityIndicators" : { + "description" : "Characteristic for defining the quantative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "object", + "properties" : { + "coveragePercent" : { + "description" : "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 in 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.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PercentTrait" + }, + "technologicalDQR" : { + "description" : "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_DqiNumberTrait" + }, + "temporalDQR" : { + "description" : "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_DqiNumberTrait" + }, + "geographicalDQR" : { + "description" : "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_DqiNumberTrait" + }, + "completenessDQR" : { + "description" : "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_DqiNumberTrait" + }, + "reliabilityDQR" : { + "description" : "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_DqiNumberTrait" + } + } + }, + "urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Boolean" : { + "type" : "boolean", + "description" : "Represents a boolean value (i.e. a \"flag\")." + }, + "urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" : { + "type" : "number", + "description" : "Only positive emission values (>0) are valid ", + "minimum" : 0, + "exclusiveMinimum" : false + }, + "urn_samm_io.catenax.pcf_4.0.1_PositiveOrNegativeEmission" : { + "type" : "number", + "description" : "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." + }, + "urn_samm_io.catenax.pcf_4.0.1_PcfEntity" : { + "description" : "Characteristic for defining a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "type" : "object", + "properties" : { + "declaredUnit" : { + "description" : "Unit of analysis of a product in context of the PCF (product carbon footprint) as specified in the Catena-X PCF Rulebook in 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\".", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_DeclaredUnitCharacteristic" + }, + "unitaryProductAmount" : { + "description" : "Amount of units contained within a product in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_StrictlyPositiveDecimalTrait" + }, + "productMassPerDeclaredUnit" : { + "description" : "Mass of a product per declared unit in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveDecimalWeightTrait" + }, + "exemptedEmissionsPercent" : { + "description" : "Percentage of emissions excluded from PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ExemptedEmissionsPercentTrait" + }, + "exemptedEmissionsDescription" : { + "description" : "Rationale behind exclusion of specific PCF (Product Carbon Footprint) emissions as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text" + }, + "boundaryProcessesDescription" : { + "description" : "Processes attributable to each lifecycle stage as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text" + }, + "geographyCountrySubdivision" : { + "description" : "Subdivision of a country which must be an ISO 3166-2 subdivision code as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_GeographyCountrySubdivisionTrait" + }, + "geographyCountry" : { + "description" : "Two letter country code that must conform to data type ISO 3166CC as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_GeographyCountryTrait" + }, + "geographyRegionOrSubregion" : { + "description" : "Region according to list as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_GeographyRegionOrSubregionCharacteristic" + }, + "referencePeriodStart" : { + "description" : "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Timestamp" + }, + "referencePeriodEnd" : { + "description" : "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Timestamp" + }, + "crossSectoralStandardsUsed" : { + "description" : "Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_CrossSectoralStandardSet" + }, + "productOrSectorSpecificRules" : { + "description" : "Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or pubishers and according rule names as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ProductOrSectorSpecificRuleSet" + }, + "extWBCSD_characterizationFactors" : { + "description" : "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\".", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_CharacterizationFactorsCharacteristic" + }, + "extWBCSD_allocationRulesDescription" : { + "description" : "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\".", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text" + }, + "extTFS_allocationWasteIncineration" : { + "description" : "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\".", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_AllocationWasteIncinerationCharacteristic" + }, + "primaryDataShare" : { + "description" : "Share of primary data in percent as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PercentTrait" + }, + "secondaryEmissionFactorSources" : { + "description" : "Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_EmissionFactorDSSet" + }, + "dataQualityRating" : { + "description" : "Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_DataQualityIndicators" + }, + "extWBCSD_packagingEmissionsIncluded" : { + "description" : "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, in Catena-X for example value is \"TRUE\" per default.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Boolean" + }, + "pcfExcludingBiogenic" : { + "description" : "Product carbon footprint of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "pcfIncludingBiogenic" : { + "description" : "Product carbon footprint of a product including biogenic emissions as specified in the Catena-X PCF Rulebook in 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.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveOrNegativeEmission" + }, + "fossilGhgEmissions" : { + "description" : "Emissions from combustion of fossil sources as specified in the Catena-X PCF Rulebook in 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.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "biogenicCarbonEmissionsOtherThanCO2" : { + "description" : "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.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "biogenicCarbonWithdrawal" : { + "description" : "Biogenic carbon content in the product converted to CO2e as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveDecimalWeightTrait" + }, + "dlucGhgEmissions" : { + "description" : "Direct land use change CO2e emissions in context of a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "extTFS_luGhgEmissions" : { + "description" : "Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "aircraftGhgEmissions" : { + "description" : "GHG (Greenhouse Gas) emissions resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "extWBCSD_packagingGhgEmissions" : { + "description" : "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 for example value is zero per default.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "distributionStagePcfExcludingBiogenic" : { + "description" : "Product carbon footprint for the distribution stage of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "distributionStagePcfIncludingBiogenic" : { + "description" : "Product carbon footprint for the distribution stage of a product including biogenic emissions as specified in the Catena-X PCF Rulebook.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveOrNegativeEmission" + }, + "distributionStageFossilGhgEmissions" : { + "description" : "Emissions from the combustion of fossil sources in the distribution stage as specified in the Catena-X PCF Rulebook.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "distributionStageBiogenicCarbonEmissionsOtherThanCO2" : { + "description" : "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.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "distributionStageBiogenicCarbonWithdrawal" : { + "description" : "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.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "extTFS_distributionStageDlucGhgEmissions" : { + "description" : "Direct land use change CO2 emissions during distribution stage in context of a product carbon footprint as specified in the Catena-X PCF Rulebook. TFS specific extension.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "extTFS_distributionStageLuGhgEmissions" : { + "description" : "Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "carbonContentTotal" : { + "description" : "Total carbon content per declared unit in context of a product carbon footprint as specified in the Catena-X PCF Rulebook.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "extWBCSD_fossilCarbonContent" : { + "description" : "Fossil carbon amount embodied in a 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 for example specified by a calculated value.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + }, + "carbonContentBiogenic" : { + "description" : "Biogenic carbon amount embodied in a product as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait" + } + }, + "required" : [ "declaredUnit", "unitaryProductAmount", "productMassPerDeclaredUnit", "exemptedEmissionsPercent", "referencePeriodStart", "referencePeriodEnd", "crossSectoralStandardsUsed", "extWBCSD_characterizationFactors", "extTFS_allocationWasteIncineration", "secondaryEmissionFactorSources", "extWBCSD_packagingEmissionsIncluded", "pcfExcludingBiogenic", "extWBCSD_packagingGhgEmissions" ] + } + } + }, + "properties" : { + "id" : { + "description" : "The product footprint identifier as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_IdTrait" + }, + "specVersion" : { + "description" : "Version of the product footprint data specification as defined in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text" + }, + "partialFullPcf" : { + "description" : "Indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PartialFullPcfCharacteristic" + }, + "precedingPfIds" : { + "description" : "Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook 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.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PrecedingPfIdsTrait" + }, + "version" : { + "description" : "Version of the product (carbon) footprint as specified in the Catena-X PCF Rulebook in 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.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ProductFootprintVersion" + }, + "created" : { + "description" : "Timestamp of the creation of the Product (Carbon) Footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Timestamp" + }, + "extWBCSD_pfStatus" : { + "description" : "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.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PfStatusCharacteristic" + }, + "validityPeriodStart" : { + "description" : "Start of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook in 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.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Timestamp" + }, + "validityPeriodEnd" : { + "description" : "End of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Timestamp" + }, + "comment" : { + "description" : "Additional information and instructions related to the calculation of the product (carbon) footprint as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text" + }, + "companyName" : { + "description" : "Name of the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_NonEmptyStringTrait" + }, + "companyIds" : { + "description" : "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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_CompanyIdsTrait" + }, + "productDescription" : { + "description" : "Free-form description of the product as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text" + }, + "productIds" : { + "description" : "Non-empty set of product identifiers. Each value is supposed to uniquely identify the product as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ProductIdsTrait" + }, + "extWBCSD_productCodeCpc" : { + "description" : "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\".", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text" + }, + "productName" : { + "description" : "Non-empty trade name of a product as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_NonEmptyStringTrait" + }, + "pcf" : { + "description" : "A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PcfEntity" + }, + "pcfLegalStatement" : { + "description" : "Option for legal statement/ disclaimer as specified in the Catena-X PCF Rulebook.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text" + } + }, + "required" : [ "id", "specVersion", "partialFullPcf", "version", "created", "extWBCSD_pfStatus", "companyName", "companyIds", "productIds", "extWBCSD_productCodeCpc", "productName", "pcf" ] +} \ No newline at end of file diff --git a/io.catenax.pcf/4.0.1/gen/Pcf.aasx b/io.catenax.pcf/4.0.1/gen/Pcf.aasx new file mode 100644 index 00000000..388ee92f Binary files /dev/null and b/io.catenax.pcf/4.0.1/gen/Pcf.aasx differ diff --git a/io.catenax.pcf/4.0.1/gen/Pcf.html b/io.catenax.pcf/4.0.1/gen/Pcf.html new file mode 100644 index 00000000..d59419a6 --- /dev/null +++ b/io.catenax.pcf/4.0.1/gen/Pcf.html @@ -0,0 +1,6798 @@ + + + + + + + + + + + + + + Dokumentation Product (Carbon) Footprint + + +
+
+
+
+

Aspect Model Product (Carbon) Footprint

+
urn:samm:io.catenax.pcf:4.0.1#Pcf
+
+
+
+
+
+
+
+ +
+ + +
+ A Product (Carbon) Footprint represents the carbon footprint of a product with values as specified in the Catena-X PCF Rulebook 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. +
+ + +
+

Übersicht

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

Properties

+
+ +
+ +
+

Comment

+
+ +Additional information and instructions related to the calculation of the product (carbon) footprint as specified in the Catena-X PCF Rulebook in 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
+ +
+ +
+
Beispiel
+
Comment for version 42.
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
comment
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+

Company IDs

+
+ +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 in 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
+
companyIds
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
companyIds
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Company ID Set Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a non-empty set of company identifiers as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    +
    + +
    +
    Referenz
    +
    +
    +
      +
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • +
    +
    +
    +
    + +
    +
    Min. Zeichen
    +
    1
    +
    + +
  • +
+
+
+
+
+ +
+

Company Name

+
+ +Name of the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook in 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
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
My Corp
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
companyName
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Non Empty String Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for ensuring that a string has at least one character.
    +
    + + +
    +
    Min. Zeichen
    +
    1
    +
    + +
  • +
+
+
+
+
+ +
+

Creation of the Product (Carbon) Footprint

+
+ +Timestamp of the creation of the Product (Carbon) Footprint as specified in the Catena-X PCF Rulebook in 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
+ +
+ +
+
Beispiel
+
2022-05-22T21:47:32Z
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
created
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+

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 in 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
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
pcf
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+

PCF (Product Carbon Footprint) Legal Statement

+
+ +Option for legal statement/ disclaimer as specified in the Catena-X PCF Rulebook. + +
+
Name
+
pcfLegalStatement
+
+ + + +
+
Characteristic
+ +
+ +
+
Beispiel
+
This PCF (Product Carbon Footprint) is for information purposes only. It is based upon the standards mentioned above.
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
pcfLegalStatement
+
+ + +
+
+ +
+

Partial Or Full PCF (Product Carbon Footprint)

+
+ +Indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook. + +
+
Name
+
partialFullPcf
+
+ + + +
+
Characteristic
+
+
+
+
Enumeration
+
+
+
Werte
+
+
+
+
    +
  • Cradle-to-gate
  • +
  • Cradle-to-grave
  • +
+
+
+ +
+
+
+ +
+
Beispiel
+
Cradle-to-gate
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
partialFullPcf
+
+ + +
+
+ +
+

Previous PCF (Product Carbon Footprint) Identifiers

+
+ +Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook 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
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
precedingPfIds
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Preceding PfIds Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a non-empty set of product (carbon) footprint identifiers as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    +
    + +
    +
    Referenz
    +
    +
    +
      +
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • +
    +
    +
    +
    + +
    +
    Min. Zeichen
    +
    1
    +
    + +
  • +
+
+
+
+
+ +
+

Product (Carbon) Footprint Version

+
+ +Version of the product (carbon) footprint as specified in the Catena-X PCF Rulebook in 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
+
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
0
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
version
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+

Product Category

+
+ +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
+ +
+ +
+
Beispiel
+
011-99000
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
extWBCSD_productCodeCpc
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+

Product Description

+
+ +Free-form description of the product as specified in the Catena-X PCF Rulebook in 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
+ +
+ +
+
Beispiel
+
Ethanol, 95% solution
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
productDescription
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+

Product Footprint Identifier

+
+ +The product footprint identifier as specified in the Catena-X PCF Rulebook in 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
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
3893bb5d-da16-4dc1-9185-11d97476c254
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
id
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + UUID v4 Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a UUID v4 identifier.
    +
    + + +
    +
    Regulärer Ausdruck
    +
    ^[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

+
+ +Version of the product footprint data specification as defined in the Catena-X PCF Rulebook in 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
+ +
+ +
+
Beispiel
+
2.0.1-20230314
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
specVersion
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+

Product IDs

+
+ +Non-empty set of product identifiers. Each value is supposed to uniquely identify the product as specified in the Catena-X PCF Rulebook in 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
+
productIds
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
productIds
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Product ID Set Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a non-empty set of product identifiers as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    +
    + +
    +
    Referenz
    +
    +
    +
      +
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • +
    +
    +
    +
    + +
    +
    Min. Zeichen
    +
    1
    +
    + +
  • +
+
+
+
+
+ +
+

Product Trade Name

+
+ +Non-empty trade name of a product as specified in the Catena-X PCF Rulebook in 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
+
productNameCompany
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
My Product Name
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
productName
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Non Empty String Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for ensuring that a string has at least one character.
    +
    + + +
    +
    Min. Zeichen
    +
    1
    +
    + +
  • +
+
+
+
+
+ +
+

Status

+
+ +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
+
+
+
Werte
+
+
+
+
    +
  • Active
  • +
  • Deprecated
  • +
+
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
Active
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
extWBCSD_pfStatus
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+

Validity Period End

+
+ +End of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook in 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
+ +
+ +
+
Beispiel
+
2022-12-31T23:59:59Z
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
validityPeriodEnd
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+

Validity Period Start

+
+ +Start of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook in 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
+ +
+ +
+
Beispiel
+
2022-01-01T00:00:01Z
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
validityPeriodStart
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ + + +
+
+

Objekt

+
+ +
+
+

Company Identifier

+
+
+ Company identifier in context of a product (carbon) footprint which must be declared as URN (Uniform Resource Name) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Company Identifier
+
+ +Identifier of a company in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in 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
+
companyId
+
+ + + +
+
Characteristic
+
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
urn:uuid:51131FB5-42A2-4267-A402-0ECFEFAD1619
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
companyId
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+
+
+

Cross Sectoral Standard Entity

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

Properties

+
+
+ +
+
Cross Sectoral Standard
+
+ +Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook in 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
+
+
+
Werte
+
+
+
+
    +
  • GHG Protocol Product standard
  • +
  • ISO Standard 14067
  • +
  • ISO Standard 14044
  • +
+
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
ISO Standard 14044
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
crossSectoralStandard
+
+ +
+
Referenz
+
+
    +
  • 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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Coverage Percent
+
+ +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 in 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
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
100
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
coveragePercent
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Percent Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for a decimal number in the range of and including 0 and 100.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=100.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Technological DQR (Data Quality Rating)
+
+ +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 in 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
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
2.0
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
technologicalDQR
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + DQI (Data Quality Indicator) Number Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a decimal between 1 and 3 including.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=1, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=3, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Temporal DQR (Data Quality Rating)
+
+ +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 in 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
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
2.0
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
temporalDQR
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + DQI (Data Quality Indicator) Number Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a decimal between 1 and 3 including.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=1, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=3, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Geographical DQR (Data Quality Rating)
+
+ +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 in 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
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
2.0
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
geographicalDQR
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + DQI (Data Quality Indicator) Number Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a decimal between 1 and 3 including.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=1, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=3, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Completeness DQR (Data Quality Rating)
+
+ +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 in 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
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
2.0
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
completenessDQR
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + DQI (Data Quality Indicator) Number Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a decimal between 1 and 3 including.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=1, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=3, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Reliability DQR (Data Quality Rating)
+
+ +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 in 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
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
2.0
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
reliabilityDQR
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + DQI (Data Quality Indicator) Number Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a decimal between 1 and 3 including.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=1, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=3, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+
+
+

Emission Factor Data Source Entity

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

Properties

+
+
+ +
+
Emission Factor Data Source
+
+ +Characteristic for defining an emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook in 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
+ +
+ +
+
Beispiel
+
ecoinvent 3.8
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
secondaryEmissionFactorSource
+
+ +
+
Referenz
+
+
    +
  • 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 in 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 in Catena-X for example, can be calculated by application. +
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Unit of measurement
+
+ +Unit of analysis of a product in context of the PCF (product carbon footprint) as specified in the Catena-X PCF Rulebook in 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
+
+
+
Werte
+
+
+
+
    +
  • liter
  • +
  • kilogram
  • +
  • cubic meter
  • +
  • kilowatt hour
  • +
  • megajoule
  • +
  • ton kilometer
  • +
  • square meter
  • +
  • piece
  • +
+
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
kilogram
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
declaredUnit
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Unitary Product Amount
+
+ +Amount of units contained within a product in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in 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
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
1000.0
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
unitaryProductAmount
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Strictly Positive Decimal Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a positive, non-zero decimal.
    +
    + + +
    +
    +> +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#float']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Product Mass Per Declared Unit
+
+ +Mass of a product per declared unit in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook. + +
+
Name
+
productMassPerDeclaredUnit
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
0.456
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
productMassPerDeclaredUnit
+
+ + +
+
Bedingungen
+
+
    +
  • +
    + +
    + Positive Decimal Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a decimal equal to or greater than zero.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Exempted Emissions Percent
+
+ +Percentage of emissions excluded from PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in 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
+
exemptedEmissionsPercent
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
0.0
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
exemptedEmissionsPercent
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Exempted Emissions Percent Constraint +
    + +
    +
    Beschreibung
    +
    Characteristic for defining the percentage of emissions excluded from a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    +
    + +
    +
    Referenz
    +
    +
    +
      +
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • +
    +
    +
    +
    + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=5.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Exempted Emissions Description
+
+ +Rationale behind exclusion of specific PCF (Product Carbon Footprint) emissions as specified in the Catena-X PCF Rulebook in 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
+ +
+ +
+
Beispiel
+
No exemption
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
exemptedEmissionsDescription
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Boundary Processes Description
+
+ +Processes attributable to each lifecycle stage as specified in the Catena-X PCF Rulebook in 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
+ +
+ +
+
Beispiel
+
Electricity consumption included as an input in the production phase
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
boundaryProcessesDescription
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Geography Country Subdivision
+
+ +Subdivision of a country which must be an ISO 3166-2 subdivision code as specified in the Catena-X PCF Rulebook in 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
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
US-NY
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
geographyCountrySubdivision
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Subdivision Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a geography country subdivision in compliance to ISO 3166-2 as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    +
    + +
    +
    Referenz
    +
    +
    +
      +
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • +
    +
    +
    +
    + +
    +
    Regulärer Ausdruck
    +
    ([A-Z]{2}-[A-Z0-9]{1,3}|)
    +
    + +
  • +
+
+
+
+
+ +
+
Geography Country
+
+ +Two letter country code that must conform to data type ISO 3166CC as specified in the Catena-X PCF Rulebook in 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
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
DE
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
geographyCountry
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Country Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a geography country conform to ISO 3166CC as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    +
    + +
    +
    Referenz
    +
    +
    +
      +
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • +
    +
    +
    +
    + +
    +
    Regulärer Ausdruck
    +
    ([A-Z]{2})
    +
    + +
  • +
+
+
+
+
+ +
+
Region
+
+ +Region according to list as specified in the Catena-X PCF Rulebook in 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
+
+
+
Werte
+
+
+
+
    +
  • 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
  • +
+
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
Europe
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
geographyRegionOrSubregion
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Reference Period Start
+
+ +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 in 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
+ +
+ +
+
Beispiel
+
2022-01-01T00:00:01Z
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
referencePeriodStart
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Reference Period End
+
+ +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 in 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
+ +
+ +
+
Beispiel
+
2022-12-31T23:59:59Z
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
referencePeriodEnd
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Cross Sectoral Standards Used
+
+ +Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook in 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
+
+
+
Sortierung
+
+
+
Erlaubt Duplikate
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
crossSectoralStandardsUsed
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Product or Sector Specific Rules
+
+ +Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or pubishers and according rule names as specified in the Catena-X PCF Rulebook in 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
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
productOrSectorSpecificRules
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Characterization Factors
+
+ +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". + +
+
Name
+
characterizationFactors
+
+ + + +
+
Characteristic
+
+
+
+
Enumeration
+
+
+
Werte
+
+
+
+
    +
  • AR5
  • +
  • AR6
  • +
+
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
AR6
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
extWBCSD_characterizationFactors
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Allocation Rules Description
+
+ +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". + +
+
Name
+
allocationRulesDescription
+
+ + + +
+
Characteristic
+ +
+ +
+
Beispiel
+
In accordance with Catena-X PCF Rulebook
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
extWBCSD_allocationRulesDescription
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Allocation Waste Incineration
+
+ +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
+
+
+
Werte
+
+
+
+
    +
  • cut-off
  • +
  • reverse cut-off
  • +
  • system expansion
  • +
+
+
+ +
+
+
+ +
+
Beispiel
+
cut-off
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
extTFS_allocationWasteIncineration
+
+ + +
+
+ +
+
Primary Data Share
+
+ +Share of primary data in percent as specified in the Catena-X PCF Rulebook in 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
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
56.12
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
primaryDataShare
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Percent Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for a decimal number in the range of and including 0 and 100.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    ...
    +
    +< + DefaultScalarValue[value=100.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    + +
  • +
+
+
+
+
+ +
+
Secondary Emission Factor Sources
+
+ +Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook in 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
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
secondaryEmissionFactorSources
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
DQI (Data Quality Indicators)
+
+ +Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook in 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
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
dataQualityRating
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Packaging Emissions Included
+
+ +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, in Catena-X for example value is "TRUE" per default. + +
+
Name
+
packagingEmissionsIncluded
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
extWBCSD_packagingEmissionsIncluded
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
PCF (Product Carbon Footprint) Excluding Biogenic
+
+ +Product carbon footprint of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook in 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
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
2.0
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
pcfExcludingBiogenic
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
PCF (Product Carbon Footprint) Including Biogenic
+
+ +Product carbon footprint of a product including biogenic emissions as specified in the Catena-X PCF Rulebook in 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.
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
1.0
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
pcfIncludingBiogenic
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Fossil Emissions
+
+ +Emissions from combustion of fossil sources as specified in the Catena-X PCF Rulebook in 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
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
0.5
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
fossilGhgEmissions
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Biogenic Carbon Emissions Other Than CO2
+
+ +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. + +
+
Name
+
biogenicCarbonEmissionsOtherThanCO2
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
1.0
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
biogenicCarbonEmissionsOtherThanCO2
+
+ + +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Biogenic Carbon Withdrawal
+
+ +Biogenic carbon content in the product converted to CO2e as specified in the Catena-X PCF Rulebook in 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
+
biogenicCarbonWithdrawal
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
0.0
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
biogenicCarbonWithdrawal
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Positive Decimal Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a decimal equal to or greater than zero.
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
dLUC (direct land use change) GHG (Greenhouse Gas) Emissions
+
+ +Direct land use change CO2e emissions in context of a product carbon footprint as specified in the Catena-X PCF Rulebook in 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
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
0.4
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
dlucGhgEmissions
+
+ + +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
LU (Land Use) GHG (Greenhouse Gas) Emissions
+
+ +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
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
0.3
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
extTFS_luGhgEmissions
+
+ + +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Aircraft GHG Emissions
+
+ +GHG (Greenhouse Gas) emissions resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook in 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
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
0.0
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
aircraftGhgEmissions
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Packaging GHG (Greenhouse Gas) Emissions
+
+ +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 for example value is zero per default. + +
+
Name
+
packagingGhgEmissions
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
0
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
extWBCSD_packagingGhgEmissions
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic
+
+ +Product carbon footprint for the distribution stage of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook. + +
+
Name
+
distributionStagePcfExcludingBiogenic
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
1.5
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
distributionStagePcfExcludingBiogenic
+
+ + +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Distribution Stage PCF (Product Carbon Footprint) Including Biogenic
+
+ +Product carbon footprint for the distribution stage of a product including biogenic emissions as specified in the Catena-X PCF Rulebook. + +
+
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.
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
0.0
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
distributionStagePcfIncludingBiogenic
+
+ + +
+
+ +
+
Distribution Stage Fossil GHG (Greenhouse Gas) Emissions
+
+ +Emissions from the combustion of fossil sources in the distribution stage as specified in the Catena-X PCF Rulebook. + +
+
Name
+
distributionStageFossilGhgEmissions
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
0.5
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
distributionStageFossilGhgEmissions
+
+ + +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Distribution Stage Biogenic Carbon Emissions Other Than CO2
+
+ +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. + +
+
Name
+
distributionStageBiogenicCarbonEmissionsOtherThanCO2
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
1.0
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
distributionStageBiogenicCarbonEmissionsOtherThanCO2
+
+ + +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Distribution Stage Biogenic Carbon Withdrawal
+
+ +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. + +
+
Name
+
distributionStageBiogenicCarbonWithdrawal
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
0.5
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
distributionStageBiogenicCarbonWithdrawal
+
+ + +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions
+
+ +Direct land use change CO2 emissions during distribution stage in context of a product carbon footprint as specified in the Catena-X PCF Rulebook. TFS specific extension. + +
+
Name
+
distributionStageDlucGhgEmissions
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
1.0
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
extTFS_distributionStageDlucGhgEmissions
+
+ + +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions
+
+ +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
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
1.1
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
extTFS_distributionStageLuGhgEmissions
+
+ + +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Carbon Content Total
+
+ +Total carbon content per declared unit in context of a product carbon footprint as specified in the Catena-X PCF Rulebook. + +
+
Name
+
carbonContentTotal
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
2.5
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
carbonContentTotal
+
+ + +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Fossil Carbon Content
+
+ +Fossil carbon amount embodied in a 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 for example specified by a calculated value. + +
+
Name
+
fossilCarbonContent
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
0.1
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
extWBCSD_fossilCarbonContent
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, urn='http://www.w3.org/2001/XMLSchema#decimal']'] +
    +
    + +
  • +
+
+
+
+
+ +
+
Biogenic Carbon Content
+
+ +Biogenic carbon amount embodied in a product as specified in the Catena-X PCF Rulebook in 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
+
biogenicCarbonContent
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
0.0
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
carbonContentBiogenic
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + PositiveEmissionConstraint +
    + +
    +
    Beschreibung
    +
    Only positive emission values (>0) are valid
    +
    + + +
    +
    +>= +
    + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[metaModelVersion=SAMM_2_0_0, 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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Product Footprint Identifier
+
+ +The product footprint identifier as specified in the Catena-X PCF Rulebook in 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
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
3893bb5d-da16-4dc1-9185-11d97476c254
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
id
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + UUID v4 Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a UUID v4 identifier.
    +
    + + +
    +
    Regulärer Ausdruck
    +
    ^[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 Identifier

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

Properties

+
+
+ +
+
Product Identifier
+
+ +Identifier of a product in context of a product (carbon) footprint as specified in the Catena-X PCF Rulebook in 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
+
productId
+
+ + + +
+
Characteristic
+
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
urn:gtin:4712345060507
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
productId
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+
+
+

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 in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+

Properties

+
+
+ +
+
Operator or Publisher of Sector Specific Rules
+
+ +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
+
+
+
Werte
+
+
+
+
    +
  • PEF
  • +
  • EPD International
  • +
  • Other
  • +
+
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
Other
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
extWBCSD_operator
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+
Product or Sector Specific Rule Names
+
+ +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 in 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
+
+
+
+ Referenz +
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
productOrSectorSpecificRules
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Rule Names Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for defining a non-empty set of rule names as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative.
    +
    + +
    +
    Referenz
    +
    +
    +
      +
    • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
    • +
    +
    +
    +
    + +
    +
    Min. Zeichen
    +
    1
    +
    + +
  • +
+
+
+
+
+ +
+
Other Operator Name
+
+ +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
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
NSF
+
+ +
+
Optional
+
+ Ja
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
extWBCSD_otherOperatorName
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Non Empty String Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for ensuring that a string has at least one character.
    +
    + + +
    +
    Min. Zeichen
    +
    1
    +
    + +
  • +
+
+
+
+
+
+
+

Rule Name

+
+
+ Name of a rule applied by a specified operator as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. +
+
+ Referenz +
+
    +
  • 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 in 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
+
+
+
+ Referenz +
+
+
+
+ +
+
+
+ +
+
Beispiel
+
urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0
+
+ +
+
Optional
+
+ Nein
+
+ +
+
Im Payload
+
+ Ja
+
+ +
+
Payload Schlüssel
+
ruleName
+
+ +
+
Referenz
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
Bedingungen
+
+
    +
  • +
    + +
    + Non Empty String Constraint +
    + +
    +
    Beschreibung
    +
    Constraint for ensuring that a string has at least one character.
    +
    + + +
    +
    Min. Zeichen
    +
    1
    +
    + +
  • +
+
+
+
+
+
+ +
+ Third party licenses + +
+ +
+ + +
+ + + \ No newline at end of file diff --git a/io.catenax.pcf/4.0.1/gen/Pcf.json b/io.catenax.pcf/4.0.1/gen/Pcf.json new file mode 100644 index 00000000..65b0e3e8 --- /dev/null +++ b/io.catenax.pcf/4.0.1/gen/Pcf.json @@ -0,0 +1,83 @@ +{ + "id" : "3893bb5d-da16-4dc1-9185-11d97476c254", + "specVersion" : "2.0.1-20230314", + "partialFullPcf" : "Cradle-to-gate", + "precedingPfIds" : { + "id" : "3893bb5d-da16-4dc1-9185-11d97476c254" + }, + "version" : 0, + "created" : "2022-05-22T21:47:32Z", + "extWBCSD_pfStatus" : "Active", + "validityPeriodStart" : "2022-01-01T00:00:01Z", + "validityPeriodEnd" : "2022-12-31T23:59:59Z", + "comment" : "Comment for version 42.", + "pcfLegalStatement" : "This PCF (Product Carbon Footprint) is for information purposes only. It is based upon the standards mentioned above.", + "companyName" : "My Corp", + "companyIds" : { + "companyId" : "urn:uuid:51131FB5-42A2-4267-A402-0ECFEFAD1619" + }, + "productDescription" : "Ethanol, 95% solution", + "productIds" : { + "productId" : "urn:gtin:4712345060507" + }, + "extWBCSD_productCodeCpc" : "011-99000", + "productName" : "My Product Name", + "pcf" : { + "declaredUnit" : "liter", + "unitaryProductAmount" : 1000.0, + "productMassPerDeclaredUnit" : 0.456, + "exemptedEmissionsPercent" : 0.0, + "exemptedEmissionsDescription" : "No exemption", + "extWBCSD_packagingEmissionsIncluded" : true, + "boundaryProcessesDescription" : "Electricity consumption included as an input in the production phase", + "geographyCountrySubdivision" : "US-NY", + "geographyCountry" : "DE", + "geographyRegionOrSubregion" : "Africa", + "referencePeriodStart" : "2022-01-01T00:00:01Z", + "referencePeriodEnd" : "2022-12-31T23:59:59Z", + "crossSectoralStandardsUsed" : [ { + "crossSectoralStandard" : "GHG Protocol Product standard" + } ], + "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" + } ], + "extWBCSD_characterizationFactors" : "AR5", + "extWBCSD_allocationRulesDescription" : "In accordance with Catena-X PCF Rulebook", + "extTFS_allocationWasteIncineration" : "cut-off", + "primaryDataShare" : 56.12, + "secondaryEmissionFactorSources" : [ { + "secondaryEmissionFactorSource" : "ecoinvent 3.8" + } ], + "dataQualityRating" : { + "coveragePercent" : 100, + "technologicalDQR" : 2.0, + "temporalDQR" : 2.0, + "geographicalDQR" : 2.0, + "completenessDQR" : 2.0, + "reliabilityDQR" : 2.0 + }, + "pcfExcludingBiogenic" : 2.0, + "pcfIncludingBiogenic" : 1.0, + "fossilGhgEmissions" : 0.5, + "biogenicCarbonEmissionsOtherThanCO2" : 1.0, + "biogenicCarbonWithdrawal" : 0.0, + "dlucGhgEmissions" : 0.4, + "extTFS_luGhgEmissions" : 0.3, + "aircraftGhgEmissions" : 0.0, + "extWBCSD_packagingGhgEmissions" : 0, + "distributionStagePcfExcludingBiogenic" : 1.5, + "distributionStagePcfIncludingBiogenic" : 0.0, + "distributionStageFossilGhgEmissions" : 0.5, + "distributionStageBiogenicCarbonEmissionsOtherThanCO2" : 1.0, + "distributionStageBiogenicCarbonWithdrawal" : 0.5, + "extTFS_distributionStageDlucGhgEmissions" : 1.0, + "extTFS_distributionStageLuGhgEmissions" : 1.1, + "carbonContentTotal" : 2.5, + "extWBCSD_fossilCarbonContent" : 0.1, + "carbonContentBiogenic" : 0.0 + } +} diff --git a/io.catenax.pcf/4.0.1/gen/Pcf.yml b/io.catenax.pcf/4.0.1/gen/Pcf.yml new file mode 100644 index 00000000..08b7c6c8 --- /dev/null +++ b/io.catenax.pcf/4.0.1/gen/Pcf.yml @@ -0,0 +1,945 @@ +--- +openapi: 3.0.3 +info: + title: Product (Carbon) Footprint + version: v4 +servers: +- url: catenax.io/api/v4 + variables: + api-version: + default: v4 +paths: + /{tenant-id}/pcf: + get: + tags: + - Pcf + operationId: getPcf + parameters: + - name: tenant-id + in: path + description: The ID of the tenant owning the requested Twin. + required: true + schema: + type: string + format: uuid + responses: + "200": + $ref: '#/components/responses/Pcf' + "401": + $ref: '#/components/responses/ClientError' + "402": + $ref: '#/components/responses/Unauthorized' + "403": + $ref: '#/components/responses/Forbidden' + "404": + $ref: '#/components/responses/NotFoundError' +components: + schemas: + ErrorResponse: + type: object + required: + - error + properties: + error: + $ref: '#/components/schemas/Error' + Error: + type: object + required: + - details + properties: + message: + type: string + minLength: 1 + path: + type: string + minLength: 1 + details: + type: object + minLength: 1 + additionalProperties: + type: object + code: + type: string + nullable: true + urn_samm_io.catenax.pcf_4.0.1_IdTrait: + type: string + description: Constraint for defining a UUID v4 identifier. + pattern: "^[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_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text: + type: string + description: "Describes a Property which contains plain text. This is intended\ + \ exclusively for human readable strings, not for identifiers, measurement\ + \ values, etc." + urn_samm_io.catenax.pcf_4.0.1_PartialFullPcfCharacteristic: + type: string + description: Characteristic for defining an indicator for partial or full PCF + (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook. + enum: + - Cradle-to-gate + - Cradle-to-grave + urn_samm_io.catenax.pcf_4.0.1_PrecedingPfId: + description: Entity for defining a preceding PCF (Product Carbon Footprint) + identifier entity as specified in the Catena-X PCF Rulebook in accordance + with the technical specifications for PCF Data Exchange (Version 2.0.0) from + the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + type: object + properties: + id: + description: The product footprint identifier as specified in the Catena-X + PCF Rulebook in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_IdTrait' + required: + - id + urn_samm_io.catenax.pcf_4.0.1_PrecedingPfIdsTrait: + description: Constraint for defining a non-empty set of product (carbon) footprint + identifiers as specified in the Catena-X PCF Rulebook in accordance with the + technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD + (World Business Council for Sustainable Development)/ PACT initiative. + type: array + items: + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PrecedingPfId' + uniqueItems: true + minItems: 1 + urn_samm_io.catenax.pcf_4.0.1_ProductFootprintVersion: + type: number + minimum: 0 + description: Characteristic for defining a product footprint version as specified + in the Catena-X PCF Rulebook in accordance with the technical specifications + for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council + for Sustainable Development)/ PACT initiative. + urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Timestamp: + type: string + pattern: "-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\\\ + .[0-9]+)?|(24:00:00(\\.0+)?))(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?" + description: Describes a Property which contains the date and time with an optional + timezone. + urn_samm_io.catenax.pcf_4.0.1_PfStatusCharacteristic: + type: string + description: Characteristic for defining a status indicator of a product (carbon) + footprint as specified in the Catena-X PCF Rulebook in accordance with the + technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD + (World Business Council for Sustainable Development)/ PACT initiative. Enumeration + with possible "Active" and "Deprecated". + enum: + - Active + - Deprecated + urn_samm_io.catenax.pcf_4.0.1_NonEmptyStringTrait: + type: string + description: Constraint for ensuring that a string has at least one character. + minLength: 1 + urn_samm_io.catenax.pcf_4.0.1_CompanyIdCharacteristic: + type: string + format: uri + description: Characteristic for defining a company identifier in context of + a product (carbon) footprint as specified in the Catena-X PCF Rulebook in + accordance with the technical specifications for PCF Data Exchange (Version + 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ + PACT initiative. + urn_samm_io.catenax.pcf_4.0.1_CompanyId: + description: Company identifier in context of a product (carbon) footprint which + must be declared as URN (Uniform Resource Name) as specified in the Catena-X + PCF Rulebook in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + type: object + properties: + companyId: + description: Identifier of a company in context of a product (carbon) footprint + as specified in the Catena-X PCF Rulebook in accordance with the technical + specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World + Business Council for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_CompanyIdCharacteristic' + required: + - companyId + urn_samm_io.catenax.pcf_4.0.1_CompanyIdsTrait: + description: Constraint for defining a non-empty set of company identifiers + as specified in the Catena-X PCF Rulebook in accordance with the technical + specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World + Business Council for Sustainable Development)/ PACT initiative. + type: array + items: + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_CompanyId' + uniqueItems: true + minItems: 1 + urn_samm_io.catenax.pcf_4.0.1_ProductIdCharacteristic: + type: string + format: uri + description: Characteristic for defining a product identifier in context of + a product (carbon) footprint as specified in the Catena-X PCF Rulebook in + accordance with the technical specifications for PCF Data Exchange (Version + 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ + PACT initiative. + urn_samm_io.catenax.pcf_4.0.1_ProductId: + description: Identifier of a product in context of a product (carbon) footprint + as specified in the Catena-X PCF Rulebook in accordance with the technical + specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World + Business Council for Sustainable Development)/ PACT initiative. + type: object + properties: + productId: + description: Identifier of a product in context of a product (carbon) footprint + as specified in the Catena-X PCF Rulebook in accordance with the technical + specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World + Business Council for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ProductIdCharacteristic' + required: + - productId + urn_samm_io.catenax.pcf_4.0.1_ProductIdsTrait: + description: Constraint for defining a non-empty set of product identifiers + as specified in the Catena-X PCF Rulebook in accordance with the technical + specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World + Business Council for Sustainable Development)/ PACT initiative. + type: array + items: + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ProductId' + uniqueItems: true + minItems: 1 + urn_samm_io.catenax.pcf_4.0.1_DeclaredUnitCharacteristic: + type: string + description: "Unit of analysis of the product with accepted values as specified\ + \ in the Catena-X PCF Rulebook in accordance with the technical specifications\ + \ for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council\ + \ for Sustainable Development)/ PACT initiative. For countable products/ components/\ + \ materials, Catena-X for example adds the unit \"piece\" to the value list\ + \ specified by WBCSD." + enum: + - liter + - kilogram + - cubic meter + - kilowatt hour + - megajoule + - ton kilometer + - square meter + - piece + urn_samm_io.catenax.pcf_4.0.1_StrictlyPositiveDecimalTrait: + type: number + description: "Constraint for defining a positive, non-zero decimal." + minimum: 0 + exclusiveMinimum: true + urn_samm_io.catenax.pcf_4.0.1_PositiveDecimalWeightTrait: + type: number + description: Constraint for defining a decimal equal to or greater than zero. + minimum: 0 + exclusiveMinimum: false + urn_samm_io.catenax.pcf_4.0.1_ExemptedEmissionsPercentTrait: + type: number + description: Characteristic for defining the percentage of emissions excluded + from a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook + in accordance with the technical specifications for PCF Data Exchange (Version + 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ + PACT initiative. + maximum: 5 + exclusiveMaximum: false + minimum: 0 + exclusiveMinimum: false + urn_samm_io.catenax.pcf_4.0.1_GeographyCountrySubdivisionTrait: + type: string + description: Constraint for defining a geography country subdivision in compliance + to ISO 3166-2 as specified in the Catena-X PCF Rulebook in accordance with + the technical specifications for PCF Data Exchange (Version 2.0.0) from the + WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + pattern: "([A-Z]{2}-[A-Z0-9]{1,3}|)" + urn_samm_io.catenax.pcf_4.0.1_GeographyCountryTrait: + type: string + description: Constraint for defining a geography country conform to ISO 3166CC + as specified in the Catena-X PCF Rulebook in accordance with the technical + specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World + Business Council for Sustainable Development)/ PACT initiative. + pattern: "([A-Z]{2})" + urn_samm_io.catenax.pcf_4.0.1_GeographyRegionOrSubregionCharacteristic: + type: string + description: Characteristic for defining a list of valid geographic regions + as specified in the Catena-X PCF Rulebook in 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 "Global" has been added to the value list. + enum: + - 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 + urn_samm_io.catenax.pcf_4.0.1_CrossSectoralStandardsUsedEnumerationCharacteristic: + type: string + description: Characteristic for defining the enumeration of valid accounting + standards used for product carbon footprint calculation as specified in the + Catena-X PCF Rulebook in accordance with the technical specifications for + PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for + Sustainable Development)/ PACT initiative. + enum: + - GHG Protocol Product standard + - ISO Standard 14067 + - ISO Standard 14044 + urn_samm_io.catenax.pcf_4.0.1_CrossSectoralStandard: + description: Entity for defining an accounting standard used for product carbon + footprint calculation as specified in the Catena-X PCF Rulebook in accordance + with the technical specifications for PCF Data Exchange (Version 2.0.0) from + the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + type: object + properties: + crossSectoralStandard: + description: Discloses a cross-sectoral standard applied for calculating + or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X + PCF Rulebook in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_CrossSectoralStandardsUsedEnumerationCharacteristic' + required: + - crossSectoralStandard + urn_samm_io.catenax.pcf_4.0.1_CrossSectoralStandardSet: + description: Characteristic for defining the list of valid accounting standards + used for product carbon footprint calculation as specified in the Catena-X + PCF Rulebook in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + type: array + items: + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_CrossSectoralStandard' + urn_samm_io.catenax.pcf_4.0.1_ProductOrSectorSpecificRuleOperator: + type: string + description: Enumeration of PCR (Product Category Rule) operators 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 for example in Catena-X. + enum: + - PEF + - EPD International + - Other + urn_samm_io.catenax.pcf_4.0.1_RuleName: + description: Name of a rule applied by a specified operator as specified in + the Catena-X PCF Rulebook in accordance with the technical specifications + for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council + for Sustainable Development)/ PACT initiative. + type: object + properties: + ruleName: + description: Name of a rule applied by a specific operator as specified + in the Catena-X PCF Rulebook in accordance with the technical specifications + for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council + for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_NonEmptyStringTrait' + required: + - ruleName + urn_samm_io.catenax.pcf_4.0.1_RuleNamesTrait: + description: Constraint for defining a non-empty set of rule names as specified + in the Catena-X PCF Rulebook in accordance with the technical specifications + for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council + for Sustainable Development)/ PACT initiative. + type: array + items: + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_RuleName' + uniqueItems: true + minItems: 1 + urn_samm_io.catenax.pcf_4.0.1_ProductOrSectorSpecificRule: + description: Entity for defining a product or sector specific rule of a product + carbon footprint as specified in the Catena-X PCF Rulebook in accordance with + the technical specifications for PCF Data Exchange (Version 2.0.0) from the + WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + type: object + properties: + extWBCSD_operator: + description: "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\"." + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ProductOrSectorSpecificRuleOperator' + productOrSectorSpecificRules: + description: 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 in accordance with + the technical specifications for PCF Data Exchange (Version 2.0.0) from + the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_RuleNamesTrait' + extWBCSD_otherOperatorName: + description: "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." + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_NonEmptyStringTrait' + required: + - extWBCSD_operator + - productOrSectorSpecificRules + urn_samm_io.catenax.pcf_4.0.1_ProductOrSectorSpecificRuleSet: + description: Characteristic for defining the set of product or sector specific + rules of a product carbon footprint as specified in the Catena-X PCF Rulebook + in accordance with the technical specifications for PCF Data Exchange (Version + 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ + PACT initiative. + type: array + items: + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ProductOrSectorSpecificRule' + uniqueItems: true + urn_samm_io.catenax.pcf_4.0.1_CharacterizationFactorsCharacteristic: + type: string + description: Characteristic for defining the characterization factors of a product + carbon footprint as specified in the Catena-X PCF Rulebook in 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 specified by a default value. + enum: + - AR5 + - AR6 + urn_samm_io.catenax.pcf_4.0.1_AllocationWasteIncinerationCharacteristic: + type: string + description: Characteristic for defining the allocation approach used for waste + incineration as specified by the TFS (Together For Sustainability) initiative. + enum: + - cut-off + - reverse cut-off + - system expansion + urn_samm_io.catenax.pcf_4.0.1_PercentTrait: + type: number + description: Constraint for a decimal number in the range of and including 0 + and 100. + maximum: 1E+2 + exclusiveMaximum: false + minimum: 0 + exclusiveMinimum: false + urn_samm_io.catenax.pcf_4.0.1_EmissionFactorDS: + description: Entitiy for defining an emission factor data source used to calculate + a product carbon footprint as specified in the Catena-X PCF Rulebook in accordance + with the technical specifications for PCF Data Exchange (Version 2.0.0) from + the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + type: object + properties: + secondaryEmissionFactorSource: + description: Characteristic for defining an emission factor data source + used to calculate a product carbon footprint as specified in the Catena-X + PCF Rulebook in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text' + required: + - secondaryEmissionFactorSource + urn_samm_io.catenax.pcf_4.0.1_EmissionFactorDSSet: + description: Characteristic for defining a set of emission factor sources used + for calculating a product carbon footprint as specified in the Catena-X PCF + Rulebook in accordance with the technical specifications for PCF Data Exchange + (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ + PACT initiative. + type: array + items: + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_EmissionFactorDS' + uniqueItems: true + urn_samm_io.catenax.pcf_4.0.1_DqiNumberTrait: + type: number + description: Constraint for defining a decimal between 1 and 3 including. + maximum: 3 + exclusiveMaximum: false + minimum: 1 + exclusiveMinimum: false + urn_samm_io.catenax.pcf_4.0.1_DataQualityIndicators: + description: Characteristic for defining the quantative data quality indicators + of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook + in accordance with the technical specifications for PCF Data Exchange (Version + 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ + PACT initiative. + type: object + properties: + coveragePercent: + description: 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 in 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. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PercentTrait' + technologicalDQR: + description: 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 in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_DqiNumberTrait' + temporalDQR: + description: 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 + in accordance with the technical specifications for PCF Data Exchange + (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_DqiNumberTrait' + geographicalDQR: + description: 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 in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_DqiNumberTrait' + completenessDQR: + description: 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 in accordance + with the technical specifications for PCF Data Exchange (Version 2.0.0) + from the WBCSD (World Business Council for Sustainable Development)/ PACT + initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_DqiNumberTrait' + reliabilityDQR: + description: 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 in accordance with + the technical specifications for PCF Data Exchange (Version 2.0.0) from + the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_DqiNumberTrait' + urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Boolean: + type: boolean + description: Represents a boolean value (i.e. a "flag"). + urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait: + type: number + description: 'Only positive emission values (>0) are valid ' + minimum: 0 + exclusiveMinimum: false + urn_samm_io.catenax.pcf_4.0.1_PositiveOrNegativeEmission: + type: number + description: 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. + urn_samm_io.catenax.pcf_4.0.1_PcfEntity: + description: Characteristic for defining a PCF (Product Carbon Footprint) as + specified in the Catena-X PCF Rulebook in accordance with the technical specifications + for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council + for Sustainable Development)/ PACT initiative. + type: object + properties: + declaredUnit: + description: Unit of analysis of a product in context of the PCF (product + carbon footprint) as specified in the Catena-X PCF Rulebook in 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". + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_DeclaredUnitCharacteristic' + unitaryProductAmount: + description: Amount of units contained within a product in context of the + PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook + in accordance with the technical specifications for PCF Data Exchange + (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_StrictlyPositiveDecimalTrait' + productMassPerDeclaredUnit: + description: Mass of a product per declared unit in context of the PCF (Product + Carbon Footprint) as specified in the Catena-X PCF Rulebook. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveDecimalWeightTrait' + exemptedEmissionsPercent: + description: Percentage of emissions excluded from PCF (Product Carbon Footprint) + as specified in the Catena-X PCF Rulebook in accordance with the technical + specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World + Business Council for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ExemptedEmissionsPercentTrait' + exemptedEmissionsDescription: + description: Rationale behind exclusion of specific PCF (Product Carbon + Footprint) emissions as specified in the Catena-X PCF Rulebook in accordance + with the technical specifications for PCF Data Exchange (Version 2.0.0) + from the WBCSD (World Business Council for Sustainable Development)/ PACT + initiative. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text' + boundaryProcessesDescription: + description: Processes attributable to each lifecycle stage as specified + in the Catena-X PCF Rulebook in accordance with the technical specifications + for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council + for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text' + geographyCountrySubdivision: + description: Subdivision of a country which must be an ISO 3166-2 subdivision + code as specified in the Catena-X PCF Rulebook in accordance with the + technical specifications for PCF Data Exchange (Version 2.0.0) from the + WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_GeographyCountrySubdivisionTrait' + geographyCountry: + description: Two letter country code that must conform to data type ISO + 3166CC as specified in the Catena-X PCF Rulebook in accordance with the + technical specifications for PCF Data Exchange (Version 2.0.0) from the + WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_GeographyCountryTrait' + geographyRegionOrSubregion: + description: Region according to list as specified in the Catena-X PCF Rulebook + in accordance with the technical specifications for PCF Data Exchange + (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_GeographyRegionOrSubregionCharacteristic' + referencePeriodStart: + description: 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 in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Timestamp' + referencePeriodEnd: + description: 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 in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Timestamp' + crossSectoralStandardsUsed: + description: Discloses the cross-sectoral standards applied for calculating + or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X + PCF Rulebook in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_CrossSectoralStandardSet' + productOrSectorSpecificRules: + description: "Product or sector specific rules applied for calculating or\ + \ allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category\ + \ Rules), including operators or pubishers and according rule names as\ + \ specified in the Catena-X PCF Rulebook in accordance with the technical\ + \ specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD\ + \ (World Business Council for Sustainable Development)/ PACT initiative." + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ProductOrSectorSpecificRuleSet' + extWBCSD_characterizationFactors: + description: "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\"." + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_CharacterizationFactorsCharacteristic' + extWBCSD_allocationRulesDescription: + description: "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\"." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text' + extTFS_allocationWasteIncineration: + description: 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". + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_AllocationWasteIncinerationCharacteristic' + primaryDataShare: + description: Share of primary data in percent as specified in the Catena-X + PCF Rulebook in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PercentTrait' + secondaryEmissionFactorSources: + description: Emission factors used for the PCF (Product Carbon Footprint) + calculation as specified in the Catena-X PCF Rulebook in accordance with + the technical specifications for PCF Data Exchange (Version 2.0.0) from + the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_EmissionFactorDSSet' + dataQualityRating: + description: Quantitative data quality indicators of a PCF (Product Carbon + Footprint) as specified in the Catena-X PCF Rulebook in accordance with + the technical specifications for PCF Data Exchange (Version 2.0.0) from + the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_DataQualityIndicators' + extWBCSD_packagingEmissionsIncluded: + description: "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, in Catena-X for example value is \"TRUE\" per default." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Boolean' + pcfExcludingBiogenic: + description: Product carbon footprint of a product excluding biogenic emissions + as specified in the Catena-X PCF Rulebook in accordance with the technical + specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World + Business Council for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + pcfIncludingBiogenic: + description: Product carbon footprint of a product including biogenic emissions + as specified in the Catena-X PCF Rulebook in 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. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveOrNegativeEmission' + fossilGhgEmissions: + description: "Emissions from combustion of fossil sources as specified in\ + \ the Catena-X PCF Rulebook in 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." + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + biogenicCarbonEmissionsOtherThanCO2: + description: 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. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + biogenicCarbonWithdrawal: + description: Biogenic carbon content in the product converted to CO2e as + specified in the Catena-X PCF Rulebook in accordance with the technical + specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World + Business Council for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveDecimalWeightTrait' + dlucGhgEmissions: + description: Direct land use change CO2e emissions in context of a product + carbon footprint as specified in the Catena-X PCF Rulebook in accordance + with the technical specifications for PCF Data Exchange (Version 2.0.0) + from the WBCSD (World Business Council for Sustainable Development)/ PACT + initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + extTFS_luGhgEmissions: + description: Land use CO2 emissions in context of a product carbon footprint + as specified by the TFS (Together For Sustainability) initiative. TFS + specific extension. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + aircraftGhgEmissions: + description: GHG (Greenhouse Gas) emissions resulting from aircraft engine + usage for the transport of the product as specified in the Catena-X PCF + Rulebook in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + extWBCSD_packagingGhgEmissions: + description: "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 for example value\ + \ is zero per default." + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + distributionStagePcfExcludingBiogenic: + description: Product carbon footprint for the distribution stage of a product + excluding biogenic emissions as specified in the Catena-X PCF Rulebook. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + distributionStagePcfIncludingBiogenic: + description: Product carbon footprint for the distribution stage of a product + including biogenic emissions as specified in the Catena-X PCF Rulebook. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveOrNegativeEmission' + distributionStageFossilGhgEmissions: + description: Emissions from the combustion of fossil sources in the distribution + stage as specified in the Catena-X PCF Rulebook. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + distributionStageBiogenicCarbonEmissionsOtherThanCO2: + description: 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. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + distributionStageBiogenicCarbonWithdrawal: + description: 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. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + extTFS_distributionStageDlucGhgEmissions: + description: Direct land use change CO2 emissions during distribution stage + in context of a product carbon footprint as specified in the Catena-X + PCF Rulebook. TFS specific extension. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + extTFS_distributionStageLuGhgEmissions: + description: Land use CO2 emissions in context of a product carbon footprint + as specified by the TFS (Together For Sustainability) initiative. TFS + specific extension. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + carbonContentTotal: + description: Total carbon content per declared unit in context of a product + carbon footprint as specified in the Catena-X PCF Rulebook. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + extWBCSD_fossilCarbonContent: + description: "Fossil carbon amount embodied in a 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 for example specified\ + \ by a calculated value." + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + carbonContentBiogenic: + description: Biogenic carbon amount embodied in a product as specified in + the Catena-X PCF Rulebook in accordance with the technical specifications + for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council + for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PositiveEmissionsTrait' + required: + - declaredUnit + - unitaryProductAmount + - productMassPerDeclaredUnit + - exemptedEmissionsPercent + - referencePeriodStart + - referencePeriodEnd + - crossSectoralStandardsUsed + - extWBCSD_characterizationFactors + - extTFS_allocationWasteIncineration + - secondaryEmissionFactorSources + - extWBCSD_packagingEmissionsIncluded + - pcfExcludingBiogenic + - extWBCSD_packagingGhgEmissions + Pcf: + description: A Product (Carbon) Footprint represents the carbon footprint of + a product with values as specified in the Catena-X PCF Rulebook 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. + type: object + properties: + id: + description: The product footprint identifier as specified in the Catena-X + PCF Rulebook in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_IdTrait' + specVersion: + description: Version of the product footprint data specification as defined + in the Catena-X PCF Rulebook in accordance with the technical specifications + for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council + for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text' + partialFullPcf: + description: Indicator for partial or full PCF (Product Carbon Footprint) + declaration as specified in the Catena-X PCF Rulebook. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PartialFullPcfCharacteristic' + precedingPfIds: + description: "Set of preceding PCF (Product Carbon Footprint) identifiers\ + \ without duplicates as specified in the Catena-X PCF Rulebook 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." + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PrecedingPfIdsTrait' + version: + description: Version of the product (carbon) footprint as specified in the + Catena-X PCF Rulebook in 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. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ProductFootprintVersion' + created: + description: Timestamp of the creation of the Product (Carbon) Footprint + as specified in the Catena-X PCF Rulebook in accordance with the technical + specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World + Business Council for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Timestamp' + extWBCSD_pfStatus: + description: "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." + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PfStatusCharacteristic' + validityPeriodStart: + description: "Start of interval during which the product (carbon) footprint\ + \ is declared as valid as specified in the Catena-X PCF Rulebook in 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." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Timestamp' + validityPeriodEnd: + description: End of interval during which the product (carbon) footprint + is declared as valid as specified in the Catena-X PCF Rulebook in accordance + with the technical specifications for PCF Data Exchange (Version 2.0.0) + from the WBCSD (World Business Council for Sustainable Development)/ PACT + initiative. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Timestamp' + comment: + description: Additional information and instructions related to the calculation + of the product (carbon) footprint as specified in the Catena-X PCF Rulebook + in accordance with the technical specifications for PCF Data Exchange + (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text' + companyName: + description: Name of the product (carbon) footprint data owner as specified + in the Catena-X PCF Rulebook in accordance with the technical specifications + for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council + for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_NonEmptyStringTrait' + companyIds: + description: 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 in accordance with the technical + specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World + Business Council for Sustainable Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_CompanyIdsTrait' + productDescription: + description: Free-form description of the product as specified in the Catena-X + PCF Rulebook in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text' + productIds: + description: Non-empty set of product identifiers. Each value is supposed + to uniquely identify the product as specified in the Catena-X PCF Rulebook + in accordance with the technical specifications for PCF Data Exchange + (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_ProductIdsTrait' + extWBCSD_productCodeCpc: + description: "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\"." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text' + productName: + description: Non-empty trade name of a product as specified in the Catena-X + PCF Rulebook in accordance with the technical specifications for PCF Data + Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_NonEmptyStringTrait' + pcf: + description: A PCF (Product Carbon Footprint) represents the carbon footprint + of a product and related data as specified in the Catena-X PCF Rulebook + in accordance with the technical specifications for PCF Data Exchange + (Version 2.0.0) from the WBCSD (World Business Council for Sustainable + Development)/ PACT initiative. + $ref: '#/components/schemas/urn_samm_io.catenax.pcf_4.0.1_PcfEntity' + pcfLegalStatement: + description: Option for legal statement/ disclaimer as specified in the + Catena-X PCF Rulebook. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.0.0_Text' + required: + - id + - specVersion + - partialFullPcf + - version + - created + - extWBCSD_pfStatus + - companyName + - companyIds + - productIds + - extWBCSD_productCodeCpc + - productName + - pcf + responses: + Unauthorized: + description: The requesting user or client is not authenticated. + Forbidden: + description: The requesting user or client is not authorized to access resources + for the given tenant. + NotFoundError: + description: The requested Twin has not been found. + ClientError: + description: Payload or user input is invalid. See error details in the payload + for more. + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + Pcf: + content: + application/json: + schema: + $ref: '#/components/schemas/Pcf' + description: The request was successful. + requestBodies: + Pcf: + content: + application/json: + schema: + $ref: '#/components/schemas/Pcf' diff --git a/io.catenax.pcf/4.0.1/metadata.json b/io.catenax.pcf/4.0.1/metadata.json new file mode 100644 index 00000000..c22749ae --- /dev/null +++ b/io.catenax.pcf/4.0.1/metadata.json @@ -0,0 +1 @@ +{ "status" : "release"} diff --git a/io.catenax.pcf/RELEASE_NOTES.md b/io.catenax.pcf/RELEASE_NOTES.md index faeb73b0..7ced3bbd 100644 --- a/io.catenax.pcf/RELEASE_NOTES.md +++ b/io.catenax.pcf/RELEASE_NOTES.md @@ -3,6 +3,10 @@ All notable changes to this model will be documented in this file. ## [Unreleased] +## [4.0.1] 2023-07-03 +### Changed +- changed data type of property "version" from "positiveInteger" to "nonNegativeInteger" + ## [4.0.0] 2023-05-31 ### Changed - updated for compatibility with specification WBCSD v2 and PCF Rulebook v2