From a78002e0514ead81962062482997bc9c82afda25 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Tue, 3 Jun 2025 15:35:57 +0200 Subject: [PATCH 01/33] add aspect elements for sharing between models --- .../3.1.0/Entity_shared.ttl | 44 + .../3.1.0/File_shared.ttl | 29 + .../3.1.0/Markings_shared.ttl | 84 ++ .../3.1.0/MultiLanguageTexts_shared.ttl | 16 + .../3.1.0/Reference_shared.ttl | 54 + .../3.1.0/SpecificAssetId_shared.ttl | 37 + .../3.1.0/TestAspect.ttl | 20 + .../3.1.0/ValueOnlyExampleAspect.ttl | 38 + .../3.1.0/gen/TestAspectShared.aas.json | 706 +++++++++ .../3.1.0/gen/TestAspectShared.aas.xml | 971 ++++++++++++ .../3.1.0/gen/TestAspectShared.aasx | Bin 0 -> 4716 bytes .../3.1.0/gen/TestAspectShared.html | 986 ++++++++++++ .../3.1.0/gen/TestAspectShared.json | 14 + .../3.1.0/gen/ValueOnlyExampleAspect.aas.json | 959 ++++++++++++ .../3.1.0/gen/ValueOnlyExampleAspect.aas.xml | 1304 ++++++++++++++++ .../3.1.0/gen/ValueOnlyExampleAspect.aasx | Bin 0 -> 5249 bytes .../3.1.0/gen/ValueOnlyExampleAspect.html | 1344 +++++++++++++++++ .../3.1.0/gen/ValueOnlyExampleAspect.json | 31 + .../3.1.0/languageSet_shared.ttl | 19 + io.admin-shell.idta.shared/README.md | 46 + 20 files changed, 6702 insertions(+) create mode 100644 io.admin-shell.idta.shared/3.1.0/Entity_shared.ttl create mode 100644 io.admin-shell.idta.shared/3.1.0/File_shared.ttl create mode 100644 io.admin-shell.idta.shared/3.1.0/Markings_shared.ttl create mode 100644 io.admin-shell.idta.shared/3.1.0/MultiLanguageTexts_shared.ttl create mode 100644 io.admin-shell.idta.shared/3.1.0/Reference_shared.ttl create mode 100644 io.admin-shell.idta.shared/3.1.0/SpecificAssetId_shared.ttl create mode 100644 io.admin-shell.idta.shared/3.1.0/TestAspect.ttl create mode 100644 io.admin-shell.idta.shared/3.1.0/ValueOnlyExampleAspect.ttl create mode 100644 io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.aas.json create mode 100644 io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.aas.xml create mode 100644 io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.aasx create mode 100644 io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.html create mode 100644 io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.json create mode 100644 io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.aas.json create mode 100644 io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.aas.xml create mode 100644 io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.aasx create mode 100644 io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.html create mode 100644 io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.json create mode 100644 io.admin-shell.idta.shared/3.1.0/languageSet_shared.ttl create mode 100644 io.admin-shell.idta.shared/README.md diff --git a/io.admin-shell.idta.shared/3.1.0/Entity_shared.ttl b/io.admin-shell.idta.shared/3.1.0/Entity_shared.ttl new file mode 100644 index 0000000..48aa797 --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/Entity_shared.ttl @@ -0,0 +1,44 @@ + + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix samm-u: . + +:specificAssetIds a samm:Property ; + samm:preferredName "specific asset ID"@en ; + samm:see ; + samm:characteristic :SpecificAssetIdSet . + +:SpecificAssetIdSet a samm-c:Set ; + samm:dataType :SpecificAssetId . + +:AasEntityCharacteristic a samm-c:SingleEntity ; + samm:dataType :AasEntityType . + +:EntityType a samm-c:Enumeration ; + samm:dataType xsd:string ; + samm-c:values ( "SelfManagedEntity" "CoManagedEntity" ) . + +:globalAssetId a samm:Property ; + samm:preferredName "global asset ID"@en ; + samm:description "Globally unique identifier of an asset."@en ; + samm:see ; + samm:characteristic samm-c:Text . + +:AasEntityType a samm:Entity ; + samm:see ; + samm:description "A predefined submodel element subtype of the Asset Administration Shell used to model entities."@en ; + samm:properties ( :specificAssetIds :globalAssetId :entityType ) . + +:entityType a samm:Property ; + samm:preferredName "entity type"@en ; + samm:see ; + samm:characteristic :EntityType ; + samm:exampleValue "SelfManagedEntity" . + diff --git a/io.admin-shell.idta.shared/3.1.0/File_shared.ttl b/io.admin-shell.idta.shared/3.1.0/File_shared.ttl new file mode 100644 index 0000000..7a51a56 --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/File_shared.ttl @@ -0,0 +1,29 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . + +:resourceValue a samm:Property ; + samm:description "Path and name of the file (with file extension).\n\nThe path can be absolute or relative."@en ; + samm:characteristic samm-c:ResourcePath ; + samm:exampleValue "https://example.com/SafetyInstructions.pdf"^^xsd:anyURI . + +:contentType a samm:Property ; + samm:description "Content type of the content of the file."@en ; + samm:characteristic samm-c:MimeType ; + samm:exampleValue "application/pdf" . + +:FileWithContentType a samm:Characteristic ; + samm:dataType :ResourceWithContentType . + +:ResourceWithContentType a samm:Entity ; + samm:preferredName "Datei mit Content Type"@de ; + samm:preferredName "file with content type"@en ; + samm:description "A file is a data element that represents an address to a file (a locator). The value is a URI that can represent an absolute or relative path."@en ; + samm:see ; + samm:properties ( [ samm:property :resourceValue; samm:payloadName "value" ] :contentType ) . + diff --git a/io.admin-shell.idta.shared/3.1.0/Markings_shared.ttl b/io.admin-shell.idta.shared/3.1.0/Markings_shared.ttl new file mode 100644 index 0000000..17b2f68 --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/Markings_shared.ttl @@ -0,0 +1,84 @@ + + + + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . + +:expiryDate a samm:Property ; + samm:preferredName "Ablaufdatum"@de ; + samm:preferredName "expiry date"@en ; + samm:description "Datum zu welchem die Kennzeichnung abläuft."@de ; + samm:description "Date, at which the specified certificate expires. Note: format by lexical representation: CCYY-MM-DD. Note: to be specified to the day."@en ; + samm:see ; + samm:characteristic :Date ; + samm:exampleValue "2022-01-01"^^xsd:date . + +:Date a samm:Characteristic ; + samm:description "Date in format CCYY-MM-DD."@en ; + samm:dataType xsd:date . + +:markingName a samm:Property ; + samm:preferredName "marking IRDI"@en ; + samm:preferredName "Kennzeichnungsname (IRDI)"@de ; + samm:description "Common name of the marking."@en ; + samm:description "IRDI der Kennzeichnung."@de ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "0173-1%2307-DAA603%23004" . + +:markingFile a samm:Property ; + samm:preferredName "marking file"@en ; + samm:preferredName "Kennzeichnungsbild"@de ; + samm:description "Conformity symbol of the marking."@en ; + samm:description "Das Symbol für Konformität der Kennzeichnung."@de ; + samm:see ; + samm:characteristic :FileWithContentType . + +:issueDate a samm:Property ; + samm:preferredName "Ausstelldatum"@de ; + samm:preferredName "issue date"@en ; + samm:description "Datum zu welchem die Kennzeichnung ausgestellt wurde."@de ; + samm:description "Date, at which the specified certificate is issued. Note: format by lexical representation: CCYY-MM-DD. Note: to be specified to the day."@en ; + samm:see ; + samm:characteristic :Date ; + samm:exampleValue "2022-01-01"^^xsd:date . + +:markingAdditionalText a samm:Property ; + samm:preferredName "additional text"@en ; + samm:preferredName "zusätzlicher Text"@de ; + samm:description "Zusätzlicher sprechender Text für die Kennzeichnung."@de ; + samm:description "Where applicable, additional information on the marking in plain text, e.g. the ID-number of the notified body involved in the conformity process."@en ; + samm:see ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "0044" . + +:designationOfCertificateOrApproval a samm:Property ; + samm:preferredName "designation of Certificate or Approval."@en ; + samm:description "Alphanumeric character sequence identifying a certificate or approval."@en ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "KEMA99IECE X1105/128" . + +:MarkingsEntity a samm:Entity ; + samm:preferredName "single marking information. Note: CE marking is declared as mandatory according to the Blue Guide of the EU-Commission"@en ; + samm:preferredName "Kennzeichnung"@de ; + samm:see ; + samm:properties ( [ samm:property :markingName; samm:payloadName "MarkingName" ] [ samm:property :designationOfCertificateOrApproval; samm:optional true ] [ samm:property :issueDate; samm:optional true; samm:payloadName "IssueDate" ] [ samm:property :expiryDate; samm:optional true; samm:payloadName "ExpiryDate" ] [ samm:property :markingFile; samm:payloadName "MarkingFile" ] [ samm:property :markingAdditionalText; samm:optional true; samm:payloadName "MarkingAdditionalText" ] ) . + +:Markings a samm-c:Set ; + samm:preferredName "markings"@en ; + samm:preferredName "Kennzeichnungen"@de ; + samm:description "Note: CE marking is declared as mandatory according to EU Blue Guide."@en ; + samm:see ; + samm:dataType :MarkingsEntity . + diff --git a/io.admin-shell.idta.shared/3.1.0/MultiLanguageTexts_shared.ttl b/io.admin-shell.idta.shared/3.1.0/MultiLanguageTexts_shared.ttl new file mode 100644 index 0000000..0f7d150 --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/MultiLanguageTexts_shared.ttl @@ -0,0 +1,16 @@ + + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . + +:MultiLanguageTexts a samm-c:Set ; + samm:preferredName "multilanguage text set"@en ; + samm:description "A set of language-text items."@en ; + samm-c:elementCharacteristic samm-c:MultiLanguageText . + diff --git a/io.admin-shell.idta.shared/3.1.0/Reference_shared.ttl b/io.admin-shell.idta.shared/3.1.0/Reference_shared.ttl new file mode 100644 index 0000000..917a3b3 --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/Reference_shared.ttl @@ -0,0 +1,54 @@ + + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . + +:TestReference a samm:Aspect ; + samm:preferredName "test Aspect"@en ; + samm:description "Test aspect for AAS Reference."@en ; + samm:properties ( :refExample ) ; + samm:operations ( ) ; + samm:events ( ) . + +:refExample a samm:Property ; + samm:preferredName "Reference"@en ; + samm:description "Reference conformant to AAS."@en ; + samm:characteristic :ReferenceType . + +:ReferenceType a samm:Characteristic ; + samm:dataType :ReferenceEntity . + +:ReferenceEntity a samm:Entity ; + samm:properties ( :keys :type ) . + +:keys a samm:Property ; + samm:characteristic :SetOfKeys . + +:type a samm:Property ; + samm:characteristic :KeyReferenceTypesEnum ; + samm:exampleValue "ModelReference" . + +:SetOfKeys a samm-c:Set ; + samm:dataType :KeyEntity . + +:KeyReferenceTypesEnum a samm-c:Enumeration ; + samm:dataType xsd:string ; + samm-c:values ( "ModelReference" "ExternalReference" ) . + +:KeyEntity a samm:Entity ; + samm:properties ( :key [ samm:property :keyValue; samm:payloadName "value" ] ) . + +:key a samm:Property ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Submodel" . + +:keyValue a samm:Property ; + samm:characteristic samm-c:Text ; + samm:exampleValue "id1234" . + diff --git a/io.admin-shell.idta.shared/3.1.0/SpecificAssetId_shared.ttl b/io.admin-shell.idta.shared/3.1.0/SpecificAssetId_shared.ttl new file mode 100644 index 0000000..7b9cd7a --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/SpecificAssetId_shared.ttl @@ -0,0 +1,37 @@ + + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix samm-u: . + +:externalSubjectId a samm:Property ; + samm:preferredName "external subject ID"@en ; + samm:description "The unique ID of the (external) subject the specific asset ID value belongs to or has meaning to."@en ; + samm:see ; + samm:characteristic :ReferenceType . + +:specificAssetIdName a samm:Property ; + samm:preferredName "name"@en ; + samm:description "Name of the asset identifier."@en ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "SerialNumber" . + +:SpecificAssetId a samm:Entity ; + samm:preferredName "specific asset ID"@en ; + samm:description "A specific asset ID describes a generic supplementary identifying attribute of the asset. The specific asset ID is not necessarily globally unique."@en ; + samm:see ; + samm:properties ( [ samm:property :externalSubjectId; samm:optional true ] [ samm:property :specificAssetIdValue; samm:payloadName "value" ] [ samm:property :specificAssetIdName; samm:payloadName "name" ] ) . + +:specificAssetIdValue a samm:Property ; + samm:preferredName "value"@en ; + samm:description "The value of the specific asset identifier with the corresponding name."@en ; + samm:see ; + samm:characteristic samm-c:Text . + diff --git a/io.admin-shell.idta.shared/3.1.0/TestAspect.ttl b/io.admin-shell.idta.shared/3.1.0/TestAspect.ttl new file mode 100644 index 0000000..fa5a3d7 --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/TestAspect.ttl @@ -0,0 +1,20 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . + +:Test a samm:Aspect ; + samm:preferredName "Test-Aspect"@de ; + samm:preferredName "test Aspect"@en ; + samm:description "Test-Aspect."@de ; + samm:description "Test Aspect."@en ; + samm:properties ( :example4Markings :languages ) ; + samm:operations ( ) ; + samm:events ( ) . + +:example4Markings a samm:Property ; + samm:characteristic :Markings . \ No newline at end of file diff --git a/io.admin-shell.idta.shared/3.1.0/ValueOnlyExampleAspect.ttl b/io.admin-shell.idta.shared/3.1.0/ValueOnlyExampleAspect.ttl new file mode 100644 index 0000000..6861b2a --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/ValueOnlyExampleAspect.ttl @@ -0,0 +1,38 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . + +:ValueOnlyExampleAspect a samm:Aspect ; + samm:preferredName "Value-Only Beispiele"@de ; + samm:preferredName "Value-Only Examples"@en ; + samm:description "Beispiel-Aspekt, der Charakteristiken für Submodel-Elemente testet."@de ; + samm:description "Example Aspect with characteristics for Value-Only serialization of Submodel Elements."@en ; + samm:properties ( :valueOnly4MultiLanguageProperty :valueOnly4File :valueOnly4Reference :example4Entity ) ; + samm:operations ( ) ; + samm:events ( ) . + +:valueOnly4MultiLanguageProperty a samm:Property ; + samm:preferredName "multi language text"@de ; + samm:preferredName "mehrsprachiger Text"@en ; + samm:see ; + samm:characteristic :MultiLanguageTexts . + +:valueOnly4File a samm:Property ; + samm:preferredName "digital file"@en ; + samm:preferredName "digitale Datei"@de ; + samm:description "Digital copy of this document"@en ; + samm:description "Digital Kopie dieses Dokuments"@de ; + samm:characteristic :FileWithContentType . + +:valueOnly4Reference a samm:Property ; + samm:preferredName "Reference"@en ; + samm:description "Reference conformant to AAS."@en ; + samm:characteristic :ReferenceType . + +:example4Entity a samm:Property ; + samm:characteristic :AasEntityCharacteristic . \ No newline at end of file diff --git a/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.aas.json b/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.aas.json new file mode 100644 index 0000000..e003021 --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.aas.json @@ -0,0 +1,706 @@ +{ + "assetAdministrationShells" : [ { + "modelType" : "AssetAdministrationShell", + "assetInformation" : { + "assetKind" : "Type" + }, + "submodels" : [ { + "keys" : [ { + "type" : "Submodel", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#Test/submodel" + } ], + "type" : "ModelReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#Test", + "description" : [ { + "language" : "en", + "text" : "defaultAdminShell" + } ], + "idShort" : "defaultAdminShell" + } ], + "conceptDescriptions" : [ { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "definition" : [ { + "language" : "de", + "text" : "Test-Aspect." + }, { + "language" : "en", + "text" : "Test Aspect." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Test-Aspect" + }, { + "language" : "en", + "text" : "test Aspect" + } ], + "shortName" : [ { + "language" : "en", + "text" : "Test" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#Test", + "category" : "APPLICATION_CLASS", + "description" : [ { + "language" : "de", + "text" : "Test-Aspect." + }, { + "language" : "en", + "text" : "Test Aspect." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Test-Aspect" + }, { + "language" : "en", + "text" : "test Aspect" + } ], + "idShort" : "Test" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Common name of the marking." + }, { + "language" : "de", + "text" : "IRDI der Kennzeichnung." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "marking IRDI" + }, { + "language" : "de", + "text" : "Kennzeichnungsname (IRDI)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "markingName" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#markingName", + "displayName" : [ { + "language" : "en", + "text" : "marking IRDI" + }, { + "language" : "de", + "text" : "Kennzeichnungsname (IRDI)" + } ], + "idShort" : "markingName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Alphanumeric character sequence identifying a certificate or approval." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "designation of Certificate or Approval." + } ], + "shortName" : [ { + "language" : "en", + "text" : "designationOfCertificateOrApproval" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#designationOfCertificateOrApproval", + "displayName" : [ { + "language" : "en", + "text" : "designation of Certificate or Approval." + } ], + "idShort" : "designationOfCertificateOrApproval" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Datum zu welchem die Kennzeichnung ausgestellt wurde." + }, { + "language" : "en", + "text" : "Date, at which the specified certificate is issued. Note: format by lexical representation: CCYY-MM-DD. Note: to be specified to the day." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "issue date" + }, { + "language" : "de", + "text" : "Ausstelldatum" + } ], + "shortName" : [ { + "language" : "en", + "text" : "issueDate" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#issueDate", + "displayName" : [ { + "language" : "en", + "text" : "issue date" + }, { + "language" : "de", + "text" : "Ausstelldatum" + } ], + "idShort" : "issueDate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Date, at which the specified certificate expires. Note: format by lexical representation: CCYY-MM-DD. Note: to be specified to the day." + }, { + "language" : "de", + "text" : "Datum zu welchem die Kennzeichnung abläuft." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "expiry date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "shortName" : [ { + "language" : "en", + "text" : "expiryDate" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#expiryDate", + "displayName" : [ { + "language" : "en", + "text" : "expiry date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "idShort" : "expiryDate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Path and name of the file (with file extension).\n\nThe path can be absolute or relative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "resourceValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "resourceValue" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue", + "idShort" : "resourceValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Content type of the content of the file." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "contentType" + } ], + "shortName" : [ { + "language" : "en", + "text" : "contentType" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType", + "idShort" : "contentType" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Conformity symbol of the marking." + }, { + "language" : "de", + "text" : "Das Symbol für Konformität der Kennzeichnung." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "marking file" + }, { + "language" : "de", + "text" : "Kennzeichnungsbild" + } ], + "shortName" : [ { + "language" : "en", + "text" : "markingFile" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#markingFile", + "displayName" : [ { + "language" : "en", + "text" : "marking file" + }, { + "language" : "de", + "text" : "Kennzeichnungsbild" + } ], + "idShort" : "markingFile" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Zusätzlicher sprechender Text für die Kennzeichnung." + }, { + "language" : "en", + "text" : "Where applicable, additional information on the marking in plain text, e.g. the ID-number of the notified body involved in the conformity process." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "zusätzlicher Text" + }, { + "language" : "en", + "text" : "additional text" + } ], + "shortName" : [ { + "language" : "en", + "text" : "markingAdditionalText" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#markingAdditionalText", + "displayName" : [ { + "language" : "de", + "text" : "zusätzlicher Text" + }, { + "language" : "en", + "text" : "additional text" + } ], + "idShort" : "markingAdditionalText" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "example4Markings" + } ], + "shortName" : [ { + "language" : "en", + "text" : "example4Markings" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#example4Markings", + "idShort" : "example4Markings" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "languages" + } ], + "shortName" : [ { + "language" : "en", + "text" : "languages" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#languages", + "idShort" : "languages" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#Test" + } ], + "type" : "ExternalReference" + }, + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#Test/submodel", + "description" : [ { + "language" : "de", + "text" : "Test-Aspect." + }, { + "language" : "en", + "text" : "Test Aspect." + } ], + "idShort" : "Test", + "submodelElements" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#Markings" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61360_7%23AAS006%23001" + } ], + "type" : "ExternalReference" + } ], + "idShort" : "example4Markings", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61360_7%23AAS009%23001" + } ], + "type" : "ExternalReference" + } ], + "idShort" : "example4Markings", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#markingName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABA231%23009" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingName" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "marking IRDI" + }, { + "language" : "de", + "text" : "Kennzeichnungsname (IRDI)" + } ], + "idShort" : "markingName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#designationOfCertificateOrApproval" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABH783%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "designation of Certificate or Approval." + } ], + "idShort" : "designationOfCertificateOrApproval" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#issueDate" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/IssueDate" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:date", + "displayName" : [ { + "language" : "en", + "text" : "issue date" + }, { + "language" : "de", + "text" : "Ausstelldatum" + } ], + "idShort" : "issueDate" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#expiryDate" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExpiryDate" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:date", + "displayName" : [ { + "language" : "en", + "text" : "expiry date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "idShort" : "expiryDate" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/File" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingFile" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Conformity symbol of the marking." + }, { + "language" : "de", + "text" : "Das Symbol für Konformität der Kennzeichnung." + } ], + "displayName" : [ { + "language" : "en", + "text" : "marking file" + }, { + "language" : "de", + "text" : "Kennzeichnungsbild" + } ], + "idShort" : "markingFile", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "resourceValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "contentType" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#markingAdditionalText" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABI192%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingAdditionalText" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABB146%23007" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "zusätzlicher Text" + }, { + "language" : "en", + "text" : "additional text" + } ], + "idShort" : "markingAdditionalText" + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#LanguageSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAN468%23008" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-AAN468-008" + } ], + "type" : "ExternalReference" + } ], + "idShort" : "languages", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#languages" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "languages" + } ] + } ] + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.aas.xml b/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.aas.xml new file mode 100644 index 0000000..490163c --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.aas.xml @@ -0,0 +1,971 @@ + + + + + defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.admin-shell.idta.shared:3.1.0#Test + + Type + + + + ModelReference + + + Submodel + urn:samm:io.admin-shell.idta.shared:3.1.0#Test/submodel + + + + + + + + + Test + + + de + Test-Aspect. + + + en + Test Aspect. + + + + urn:samm:io.admin-shell.idta.shared:3.1.0#Test/submodel + Template + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#Test + + + + + + example4Markings + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#Markings + + + + + + ExternalReference + + + GlobalReference + 0112/2///61360_7%23AAS006%23001 + + + + + false + SubmodelElementCollection + + + example4Markings + + + ExternalReference + + + GlobalReference + 0112/2///61360_7%23AAS009%23001 + + + + + + + markingName + + + en + marking IRDI + + + de + Kennzeichnungsname (IRDI) + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#markingName + + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABA231%23009 + + + + + ExternalReference + + + GlobalReference + urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingName + + + + + xs:string + + + designationOfCertificateOrApproval + + + en + designation of Certificate or Approval. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#designationOfCertificateOrApproval + + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABH783%23003 + + + + + xs:string + + + issueDate + + + en + issue date + + + de + Ausstelldatum + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#issueDate + + + + + + ExternalReference + + + GlobalReference + urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/IssueDate + + + + + xs:date + + + expiryDate + + + en + expiry date + + + de + Ablaufdatum + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#expiryDate + + + + + + ExternalReference + + + GlobalReference + urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExpiryDate + + + + + xs:date + + + markingFile + + + en + marking file + + + de + Kennzeichnungsbild + + + + + en + Conformity symbol of the marking. + + + de + Das Symbol für Konformität der Kennzeichnung. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/File + + + + + ExternalReference + + + GlobalReference + urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingFile + + + + + + + resourceValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + xs:anyURI + + + contentType + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + xs:string + + + + + markingAdditionalText + + + de + zusätzlicher Text + + + en + additional text + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#markingAdditionalText + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABI192%23003 + + + + + ExternalReference + + + GlobalReference + urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingAdditionalText + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABB146%23007 + + + + + xs:string + + + + + + + languages + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#LanguageSet + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAN468%23008 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-AAN468-008 + + + + + false + SubmodelElementCollection + + + languages + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#languages + + + + xs:string + + + + + + + + + APPLICATION_CLASS + Test + + + de + Test-Aspect + + + en + test Aspect + + + + + de + Test-Aspect. + + + en + Test Aspect. + + + urn:samm:io.admin-shell.idta.shared:3.1.0#Test + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Test-Aspect + + + en + test Aspect + + + + + en + Test + + + + + de + Test-Aspect. + + + en + Test Aspect. + + + + + + + + + markingName + + + en + marking IRDI + + + de + Kennzeichnungsname (IRDI) + + + urn:samm:io.admin-shell.idta.shared:3.1.0#markingName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + marking IRDI + + + de + Kennzeichnungsname (IRDI) + + + + + en + markingName + + + STRING + + + en + Common name of the marking. + + + de + IRDI der Kennzeichnung. + + + + + + + + + designationOfCertificateOrApproval + + + en + designation of Certificate or Approval. + + + urn:samm:io.admin-shell.idta.shared:3.1.0#designationOfCertificateOrApproval + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + designation of Certificate or Approval. + + + + + en + designationOfCertificateOrApproval + + + STRING + + + en + Alphanumeric character sequence identifying a certificate or approval. + + + + + + + + + issueDate + + + en + issue date + + + de + Ausstelldatum + + + urn:samm:io.admin-shell.idta.shared:3.1.0#issueDate + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + issue date + + + de + Ausstelldatum + + + + + en + issueDate + + + STRING + + + de + Datum zu welchem die Kennzeichnung ausgestellt wurde. + + + en + Date, at which the specified certificate is issued. Note: format by lexical representation: CCYY-MM-DD. Note: to be specified to the day. + + + + + + + + + expiryDate + + + en + expiry date + + + de + Ablaufdatum + + + urn:samm:io.admin-shell.idta.shared:3.1.0#expiryDate + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + expiry date + + + de + Ablaufdatum + + + + + en + expiryDate + + + STRING + + + en + Date, at which the specified certificate expires. Note: format by lexical representation: CCYY-MM-DD. Note: to be specified to the day. + + + de + Datum zu welchem die Kennzeichnung abläuft. + + + + + + + + + resourceValue + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + resourceValue + + + + + en + resourceValue + + + STRING + + + en + Path and name of the file (with file extension). + +The path can be absolute or relative. + + + + + + + + + contentType + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + contentType + + + + + en + contentType + + + STRING + + + en + Content type of the content of the file. + + + + + + + + + markingFile + + + en + marking file + + + de + Kennzeichnungsbild + + + urn:samm:io.admin-shell.idta.shared:3.1.0#markingFile + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + marking file + + + de + Kennzeichnungsbild + + + + + en + markingFile + + + STRING + + + en + Conformity symbol of the marking. + + + de + Das Symbol für Konformität der Kennzeichnung. + + + + + + + + + markingAdditionalText + + + de + zusätzlicher Text + + + en + additional text + + + urn:samm:io.admin-shell.idta.shared:3.1.0#markingAdditionalText + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + zusätzlicher Text + + + en + additional text + + + + + en + markingAdditionalText + + + STRING + + + de + Zusätzlicher sprechender Text für die Kennzeichnung. + + + en + Where applicable, additional information on the marking in plain text, e.g. the ID-number of the notified body involved in the conformity process. + + + + + + + + + example4Markings + urn:samm:io.admin-shell.idta.shared:3.1.0#example4Markings + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + example4Markings + + + + + en + example4Markings + + + STRING + + + + + + + languages + urn:samm:io.admin-shell.idta.shared:3.1.0#languages + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + languages + + + + + en + languages + + + STRING + + + + + + + diff --git a/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.aasx b/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.aasx new file mode 100644 index 0000000000000000000000000000000000000000..df337e45d4d879e9c0c31e60d04fe280803e247a GIT binary patch literal 4716 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 Hx%qzq`Z7*& literal 0 HcmV?d00001 diff --git a/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.html b/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.html new file mode 100644 index 0000000..9da9135 --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.html @@ -0,0 +1,986 @@ + + + + + + + + + + + + + + Documentation test Aspect + + +
+
+
+
+

Aspect Model test Aspect

+
urn:samm:io.admin-shell.idta.shared:3.1.0#Test
+
+
+
+
+
+
+
+ +
+ + +
+ Test Aspect. +
+ + +
+

Overview

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

Properties

+
+ +
+ +
+

example4Markings

+
+ + +
+
Name
+
example4Markings
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+
+
+ Reference +
+
    +
  • urn:irdi:0112/2///61360_7%23AAS006%23001
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
example4Markings
+
+ + +
+
+ +
+

languages

+
+ + +
+
Name
+
languages
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ +
+
Example
+
en
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
languages
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-AAN468-008
  • +
+
    +
  • urn:irdi:0173-1%2302-AAN468%23008
  • +
+
+
+ +
+
+ + + +
+
+

Entities

+
+ +
+
+

file with content type

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

Properties

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

single marking information. Note: CE marking is declared as mandatory according to the Blue Guide of the EU-Commission

+
+
+ +
+
+ Reference +
+
    +
  • urn:irdi:0112/2///61360_7%23AAS009%23001
  • +
+
+
+ +
+

Properties

+
+
+ +
+
marking IRDI
+
+ +Common name of the marking. + +
+
Name
+
markingName
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
0173-1%2307-DAA603%23004
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
MarkingName
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABA231%23009
  • +
+
    +
  • urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingName
  • +
+
+
+ +
+
+ +
+
designation of Certificate or Approval.
+
+ +Alphanumeric character sequence identifying a certificate or approval. + +
+
Name
+
designationOfCertificateOrApproval
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
KEMA99IECE X1105/128
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
designationOfCertificateOrApproval
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABH783%23003
  • +
+
+
+ +
+
+ +
+
issue date
+
+ +Date, at which the specified certificate is issued. Note: format by lexical representation: CCYY-MM-DD. Note: to be specified to the day. + +
+
Name
+
issueDate
+
+ + + +
+
Characteristic
+
+ +
+
+ +
+
Example
+
2022-01-01
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
IssueDate
+
+ +
+
Reference
+
+
    +
  • urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/IssueDate
  • +
+
+
+ +
+
+ +
+
expiry date
+
+ +Date, at which the specified certificate expires. Note: format by lexical representation: CCYY-MM-DD. Note: to be specified to the day. + +
+
Name
+
expiryDate
+
+ + + +
+
Characteristic
+
+ +
+
+ +
+
Example
+
2022-01-01
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ExpiryDate
+
+ +
+
Reference
+
+
    +
  • urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExpiryDate
  • +
+
+
+ +
+
+ +
+
marking file
+
+ +Conformity symbol of the marking. + +
+
Name
+
markingFile
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
MarkingFile
+
+ +
+
Reference
+
+
    +
  • urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingFile
  • +
+
+
+ +
+
+ +
+
additional text
+
+ +Where applicable, additional information on the marking in plain text, e.g. the ID-number of the notified body involved in the conformity process. + +
+
Name
+
markingAdditionalText
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
0044
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
MarkingAdditionalText
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABB146%23007
  • +
+
    +
  • urn:irdi:0173-1%2302-ABI192%23003
  • +
+
    +
  • urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingAdditionalText
  • +
+
+
+ +
+
+
+ +
+ Third party licenses + +
+ +
+ + +
+ + + \ No newline at end of file diff --git a/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.json b/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.json new file mode 100644 index 0000000..16c1384 --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.json @@ -0,0 +1,14 @@ +{ + "languages" : [ "en" ], + "example4Markings" : [ { + "MarkingName" : "0173-1%2307-DAA603%23004", + "IssueDate" : "2022-01-01", + "ExpiryDate" : "2022-01-01", + "designationOfCertificateOrApproval" : "KEMA99IECE X1105/128", + "MarkingFile" : { + "value" : "https://example.com/SafetyInstructions.pdf", + "contentType" : "application/pdf" + }, + "MarkingAdditionalText" : "0044" + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.aas.json b/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.aas.json new file mode 100644 index 0000000..f38a5d0 --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.aas.json @@ -0,0 +1,959 @@ +{ + "assetAdministrationShells" : [ { + "modelType" : "AssetAdministrationShell", + "assetInformation" : { + "assetKind" : "Type" + }, + "submodels" : [ { + "keys" : [ { + "type" : "Submodel", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#ValueOnlyExampleAspect/submodel" + } ], + "type" : "ModelReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#ValueOnlyExampleAspect", + "description" : [ { + "language" : "en", + "text" : "defaultAdminShell" + } ], + "idShort" : "defaultAdminShell" + } ], + "conceptDescriptions" : [ { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "definition" : [ { + "language" : "en", + "text" : "Example Aspect with characteristics for Value-Only serialization of Submodel Elements." + }, { + "language" : "de", + "text" : "Beispiel-Aspekt, der Charakteristiken für Submodel-Elemente testet." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Value-Only Beispiele" + }, { + "language" : "en", + "text" : "Value-Only Examples" + } ], + "shortName" : [ { + "language" : "en", + "text" : "ValueOnlyExampleAspect" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#ValueOnlyExampleAspect", + "category" : "APPLICATION_CLASS", + "description" : [ { + "language" : "en", + "text" : "Example Aspect with characteristics for Value-Only serialization of Submodel Elements." + }, { + "language" : "de", + "text" : "Beispiel-Aspekt, der Charakteristiken für Submodel-Elemente testet." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Value-Only Beispiele" + }, { + "language" : "en", + "text" : "Value-Only Examples" + } ], + "idShort" : "ValueOnlyExampleAspect" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "de", + "text" : "multi language text" + }, { + "language" : "en", + "text" : "mehrsprachiger Text" + } ], + "shortName" : [ { + "language" : "en", + "text" : "valueOnly4MultiLanguageProperty" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#valueOnly4MultiLanguageProperty", + "displayName" : [ { + "language" : "de", + "text" : "multi language text" + }, { + "language" : "en", + "text" : "mehrsprachiger Text" + } ], + "idShort" : "valueOnly4MultiLanguageProperty" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Path and name of the file (with file extension).\n\nThe path can be absolute or relative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "resourceValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "resourceValue" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue", + "idShort" : "resourceValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Content type of the content of the file." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "contentType" + } ], + "shortName" : [ { + "language" : "en", + "text" : "contentType" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType", + "idShort" : "contentType" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Digital copy of this document" + }, { + "language" : "de", + "text" : "Digital Kopie dieses Dokuments" + } ], + "preferredName" : [ { + "language" : "de", + "text" : "digitale Datei" + }, { + "language" : "en", + "text" : "digital file" + } ], + "shortName" : [ { + "language" : "en", + "text" : "valueOnly4File" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#valueOnly4File", + "displayName" : [ { + "language" : "de", + "text" : "digitale Datei" + }, { + "language" : "en", + "text" : "digital file" + } ], + "idShort" : "valueOnly4File" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "key" + } ], + "shortName" : [ { + "language" : "en", + "text" : "key" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#key", + "idShort" : "key" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "keyValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "keyValue" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue", + "idShort" : "keyValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "keys" + } ], + "shortName" : [ { + "language" : "en", + "text" : "keys" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#keys", + "idShort" : "keys" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "type" + } ], + "shortName" : [ { + "language" : "en", + "text" : "type" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "ModelReference", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#KeyReferenceTypesEnum:_ModelReferencec39fcf3b" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ExternalReference", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#KeyReferenceTypesEnum:_ExternalReferencedf5750a7" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#type", + "idShort" : "type" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Reference conformant to AAS." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Reference" + } ], + "shortName" : [ { + "language" : "en", + "text" : "valueOnly4Reference" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#valueOnly4Reference", + "displayName" : [ { + "language" : "en", + "text" : "Reference" + } ], + "idShort" : "valueOnly4Reference" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "The unique ID of the (external) subject the specific asset ID value belongs to or has meaning to." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "external subject ID" + } ], + "shortName" : [ { + "language" : "en", + "text" : "externalSubjectId" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#externalSubjectId", + "displayName" : [ { + "language" : "en", + "text" : "external subject ID" + } ], + "idShort" : "externalSubjectId" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "The value of the specific asset identifier with the corresponding name." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "value" + } ], + "shortName" : [ { + "language" : "en", + "text" : "specificAssetIdValue" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdValue", + "displayName" : [ { + "language" : "en", + "text" : "value" + } ], + "idShort" : "specificAssetIdValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Name of the asset identifier." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "specificAssetIdName" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdName", + "displayName" : [ { + "language" : "en", + "text" : "name" + } ], + "idShort" : "specificAssetIdName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "specific asset ID" + } ], + "shortName" : [ { + "language" : "en", + "text" : "specificAssetIds" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIds", + "displayName" : [ { + "language" : "en", + "text" : "specific asset ID" + } ], + "idShort" : "specificAssetIds" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Globally unique identifier of an asset." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "global asset ID" + } ], + "shortName" : [ { + "language" : "en", + "text" : "globalAssetId" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#globalAssetId", + "displayName" : [ { + "language" : "en", + "text" : "global asset ID" + } ], + "idShort" : "globalAssetId" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "entity type" + } ], + "shortName" : [ { + "language" : "en", + "text" : "entityType" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "SelfManagedEntity", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#EntityType:_SelfManagedEntity3d75be6a" + } ], + "type" : "ModelReference" + } + }, { + "value" : "CoManagedEntity", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#EntityType:_CoManagedEntity6ad452f3" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#entityType", + "displayName" : [ { + "language" : "en", + "text" : "entity type" + } ], + "idShort" : "entityType" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "example4Entity" + } ], + "shortName" : [ { + "language" : "en", + "text" : "example4Entity" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#example4Entity", + "idShort" : "example4Entity" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#ValueOnlyExampleAspect" + } ], + "type" : "ExternalReference" + }, + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#ValueOnlyExampleAspect/submodel", + "description" : [ { + "language" : "en", + "text" : "Example Aspect with characteristics for Value-Only serialization of Submodel Elements." + }, { + "language" : "de", + "text" : "Beispiel-Aspekt, der Charakteristiken für Submodel-Elemente testet." + } ], + "idShort" : "ValueOnlyExampleAspect", + "submodelElements" : [ { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#valueOnly4MultiLanguageProperty" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-ABJ219#002" + } ], + "type" : "ExternalReference" + } ], + "displayName" : [ { + "language" : "de", + "text" : "multi language text" + }, { + "language" : "en", + "text" : "mehrsprachiger Text" + } ], + "idShort" : "valueOnly4MultiLanguageProperty" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/File" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Digital copy of this document" + }, { + "language" : "de", + "text" : "Digital Kopie dieses Dokuments" + } ], + "displayName" : [ { + "language" : "de", + "text" : "digitale Datei" + }, { + "language" : "en", + "text" : "digital file" + } ], + "idShort" : "valueOnly4File", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "resourceValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "contentType" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Reference conformant to AAS." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Reference" + } ], + "idShort" : "valueOnly4Reference", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#SetOfKeys" + } ], + "type" : "ExternalReference" + }, + "idShort" : "keys", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "idShort" : "keys", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#key" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "key" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "keyValue" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#type" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "type" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/Entity" + } ], + "type" : "ExternalReference" + } ], + "idShort" : "example4Entity", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#SpecificAssetIdSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/SpecificAssetId" + } ], + "type" : "ExternalReference" + } ], + "displayName" : [ { + "language" : "en", + "text" : "specific asset ID" + } ], + "idShort" : "specificAssetIds", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/SpecificAssetId" + } ], + "type" : "ExternalReference" + } ], + "displayName" : [ { + "language" : "en", + "text" : "specific asset ID" + } ], + "idShort" : "specificAssetIds", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/SpecificAssetId/externalSubjectId" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "The unique ID of the (external) subject the specific asset ID value belongs to or has meaning to." + } ], + "displayName" : [ { + "language" : "en", + "text" : "external subject ID" + } ], + "idShort" : "externalSubjectId", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#SetOfKeys" + } ], + "type" : "ExternalReference" + }, + "idShort" : "keys", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "idShort" : "keys", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#key" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "key" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "keyValue" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#type" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "type" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdValue" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/SpecificAssetId/value" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "value" + } ], + "idShort" : "specificAssetIdValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/SpecificAssetId/name" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "name" + } ], + "idShort" : "specificAssetIdName" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#globalAssetId" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/Entity/globalAssetId" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "global asset ID" + } ], + "idShort" : "globalAssetId" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#entityType" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/Entity/entityType" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "entity type" + } ], + "idShort" : "entityType" + } ] + } ] + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.aas.xml b/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.aas.xml new file mode 100644 index 0000000..79dc037 --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.aas.xml @@ -0,0 +1,1304 @@ + + + + + defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.admin-shell.idta.shared:3.1.0#ValueOnlyExampleAspect + + Type + + + + ModelReference + + + Submodel + urn:samm:io.admin-shell.idta.shared:3.1.0#ValueOnlyExampleAspect/submodel + + + + + + + + + ValueOnlyExampleAspect + + + en + Example Aspect with characteristics for Value-Only serialization of Submodel Elements. + + + de + Beispiel-Aspekt, der Charakteristiken für Submodel-Elemente testet. + + + + urn:samm:io.admin-shell.idta.shared:3.1.0#ValueOnlyExampleAspect/submodel + Template + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#ValueOnlyExampleAspect + + + + + + valueOnly4MultiLanguageProperty + + + de + multi language text + + + en + mehrsprachiger Text + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#valueOnly4MultiLanguageProperty + + + + + + ExternalReference + + + GlobalReference + 0173-1#02-ABJ219#002 + + + + + + + valueOnly4File + + + de + digitale Datei + + + en + digital file + + + + + en + Digital copy of this document + + + de + Digital Kopie dieses Dokuments + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/File + + + + + + + resourceValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + xs:anyURI + + + contentType + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + xs:string + + + + + valueOnly4Reference + + + en + Reference + + + + + en + Reference conformant to AAS. + + + + + keys + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#SetOfKeys + + + + false + SubmodelElementCollection + + + keys + + + key + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#key + + + + xs:string + + + keyValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue + + + + xs:string + + + + + + + type + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#type + + + + xs:string + + + + + example4Entity + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/Entity + + + + + + + specificAssetIds + + + en + specific asset ID + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#SpecificAssetIdSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/SpecificAssetId + + + + + false + SubmodelElementCollection + + + specificAssetIds + + + en + specific asset ID + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/SpecificAssetId + + + + + + + externalSubjectId + + + en + external subject ID + + + + + en + The unique ID of the (external) subject the specific asset ID value belongs to or has meaning to. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/SpecificAssetId/externalSubjectId + + + + + + + keys + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#SetOfKeys + + + + false + SubmodelElementCollection + + + keys + + + key + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#key + + + + xs:string + + + keyValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue + + + + xs:string + + + + + + + type + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#type + + + + xs:string + + + + + specificAssetIdValue + + + en + value + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdValue + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/SpecificAssetId/value + + + + + xs:string + + + specificAssetIdName + + + en + name + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdName + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/SpecificAssetId/name + + + + + xs:string + + + + + + + globalAssetId + + + en + global asset ID + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#globalAssetId + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/Entity/globalAssetId + + + + + xs:string + + + entityType + + + en + entity type + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#entityType + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/Entity/entityType + + + + + xs:string + + + + + + + + + APPLICATION_CLASS + ValueOnlyExampleAspect + + + de + Value-Only Beispiele + + + en + Value-Only Examples + + + + + en + Example Aspect with characteristics for Value-Only serialization of Submodel Elements. + + + de + Beispiel-Aspekt, der Charakteristiken für Submodel-Elemente testet. + + + urn:samm:io.admin-shell.idta.shared:3.1.0#ValueOnlyExampleAspect + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Value-Only Beispiele + + + en + Value-Only Examples + + + + + en + ValueOnlyExampleAspect + + + + + en + Example Aspect with characteristics for Value-Only serialization of Submodel Elements. + + + de + Beispiel-Aspekt, der Charakteristiken für Submodel-Elemente testet. + + + + + + + + + valueOnly4MultiLanguageProperty + + + de + multi language text + + + en + mehrsprachiger Text + + + urn:samm:io.admin-shell.idta.shared:3.1.0#valueOnly4MultiLanguageProperty + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + multi language text + + + en + mehrsprachiger Text + + + + + en + valueOnly4MultiLanguageProperty + + + STRING + + + + + + + resourceValue + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + resourceValue + + + + + en + resourceValue + + + STRING + + + en + Path and name of the file (with file extension). + +The path can be absolute or relative. + + + + + + + + + contentType + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + contentType + + + + + en + contentType + + + STRING + + + en + Content type of the content of the file. + + + + + + + + + valueOnly4File + + + de + digitale Datei + + + en + digital file + + + urn:samm:io.admin-shell.idta.shared:3.1.0#valueOnly4File + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + digitale Datei + + + en + digital file + + + + + en + valueOnly4File + + + STRING + + + en + Digital copy of this document + + + de + Digital Kopie dieses Dokuments + + + + + + + + + key + urn:samm:io.admin-shell.idta.shared:3.1.0#key + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + key + + + + + en + key + + + STRING + + + + + + + keyValue + urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + keyValue + + + + + en + keyValue + + + STRING + + + + + + + keys + urn:samm:io.admin-shell.idta.shared:3.1.0#keys + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + keys + + + + + en + keys + + + STRING + + + + + + + type + urn:samm:io.admin-shell.idta.shared:3.1.0#type + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type + + + + + en + type + + + STRING + + + + ModelReference + + ModelReference + + + DataElement + urn:samm:io.admin-shell.idta.shared:3.1.0#KeyReferenceTypesEnum:_ModelReferencec39fcf3b + + + + + + ExternalReference + + ModelReference + + + DataElement + urn:samm:io.admin-shell.idta.shared:3.1.0#KeyReferenceTypesEnum:_ExternalReferencedf5750a7 + + + + + + + + + + + + + valueOnly4Reference + + + en + Reference + + + urn:samm:io.admin-shell.idta.shared:3.1.0#valueOnly4Reference + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Reference + + + + + en + valueOnly4Reference + + + STRING + + + en + Reference conformant to AAS. + + + + + + + + + externalSubjectId + + + en + external subject ID + + + urn:samm:io.admin-shell.idta.shared:3.1.0#externalSubjectId + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + external subject ID + + + + + en + externalSubjectId + + + STRING + + + en + The unique ID of the (external) subject the specific asset ID value belongs to or has meaning to. + + + + + + + + + specificAssetIdValue + + + en + value + + + urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + value + + + + + en + specificAssetIdValue + + + STRING + + + en + The value of the specific asset identifier with the corresponding name. + + + + + + + + + specificAssetIdName + + + en + name + + + urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + name + + + + + en + specificAssetIdName + + + STRING + + + en + Name of the asset identifier. + + + + + + + + + specificAssetIds + + + en + specific asset ID + + + urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIds + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + specific asset ID + + + + + en + specificAssetIds + + + STRING + + + + + + + globalAssetId + + + en + global asset ID + + + urn:samm:io.admin-shell.idta.shared:3.1.0#globalAssetId + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + global asset ID + + + + + en + globalAssetId + + + STRING + + + en + Globally unique identifier of an asset. + + + + + + + + + entityType + + + en + entity type + + + urn:samm:io.admin-shell.idta.shared:3.1.0#entityType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + entity type + + + + + en + entityType + + + STRING + + + + SelfManagedEntity + + ModelReference + + + DataElement + urn:samm:io.admin-shell.idta.shared:3.1.0#EntityType:_SelfManagedEntity3d75be6a + + + + + + CoManagedEntity + + ModelReference + + + DataElement + urn:samm:io.admin-shell.idta.shared:3.1.0#EntityType:_CoManagedEntity6ad452f3 + + + + + + + + + + + + + example4Entity + urn:samm:io.admin-shell.idta.shared:3.1.0#example4Entity + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + example4Entity + + + + + en + example4Entity + + + STRING + + + + + + + diff --git a/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.aasx b/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.aasx new file mode 100644 index 0000000000000000000000000000000000000000..e577c082c4b6c0be4101687c7ac3c4bf58ed9b39 GIT binary patch literal 5249 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 + + + + + + + + + + + + Documentation Value-Only Examples + + +
+
+
+
+

Aspect Model Value-Only Examples

+
urn:samm:io.admin-shell.idta.shared:3.1.0#ValueOnlyExampleAspect
+
+
+
+
+
+
+
+ +
+ + +
+ Example Aspect with characteristics for Value-Only serialization of Submodel Elements. +
+ + +
+

Overview

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

Properties

+
+ +
+ +
+ +
+

example4Entity

+
+ + +
+
Name
+
example4Entity
+
+ + + +
+
Characteristic
+
+
+
+
SingleEntity
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
example4Entity
+
+ + +
+
+ +
+

mehrsprachiger Text

+
+ + +
+
Name
+
valueOnly4MultiLanguageProperty
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
valueOnly4MultiLanguageProperty
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1#02-ABJ219#002
  • +
+
+
+ +
+
+ + + +
+
+

Entities

+
+ +
+
+

AasEntityType

+
+
+ A predefined submodel element subtype of the Asset Administration Shell used to model entities. +
+
+ Reference +
+
    +
  • https://admin-shell.io/aas/3/1/Entity
  • +
+
+
+ +
+

Properties

+
+
+ +
+
specific asset ID
+
+ + +
+
Name
+
specificAssetIds
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
specificAssetIds
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/aas/3/1/SpecificAssetId
  • +
+
+
+ +
+
+ +
+
global asset ID
+
+ +Globally unique identifier of an asset. + +
+
Name
+
globalAssetId
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
globalAssetId
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/aas/3/1/Entity/globalAssetId
  • +
+
+
+ +
+
+ +
+
entity type
+
+ + +
+
Name
+
entityType
+
+ + + +
+
Characteristic
+
+
+
+
Enumeration
+
+
+
Values
+
+
+
+
    +
  • SelfManagedEntity
  • +
  • CoManagedEntity
  • +
+
+
+ +
+
+
+ +
+
Example
+
SelfManagedEntity
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
entityType
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/aas/3/1/Entity/entityType
  • +
+
+
+ +
+
+
+
+

KeyEntity

+
+
+ +
+ +
+

Properties

+
+
+ +
+
key
+
+ + +
+
Name
+
key
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Submodel
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
key
+
+ + +
+
+ +
+
keyValue
+
+ + +
+
Name
+
keyValue
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
id1234
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
value
+
+ + +
+
+
+
+

ReferenceEntity

+
+
+ +
+ +
+

Properties

+
+
+ +
+
keys
+
+ + +
+
Name
+
keys
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
keys
+
+ + +
+
+ +
+
type
+
+ + +
+
Name
+
type
+
+ + + +
+
Characteristic
+
+
+
+
Enumeration
+
+
+
Values
+
+
+
+
    +
  • ModelReference
  • +
  • ExternalReference
  • +
+
+
+ +
+
+
+ +
+
Example
+
ModelReference
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
type
+
+ + +
+
+
+
+

file with content type

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

Properties

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

specific asset ID

+
+
+ A specific asset ID describes a generic supplementary identifying attribute of the asset. The specific asset ID is not necessarily globally unique. +
+
+ Reference +
+
    +
  • https://admin-shell.io/aas/3/1/SpecificAssetId
  • +
+
+
+ +
+

Properties

+
+
+ +
+
external subject ID
+
+ +The unique ID of the (external) subject the specific asset ID value belongs to or has meaning to. + +
+
Name
+
externalSubjectId
+
+ + + +
+
Characteristic
+
+
+
+
SingleEntity
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
externalSubjectId
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/aas/3/1/SpecificAssetId/externalSubjectId
  • +
+
+
+ +
+
+ +
+
value
+
+ +The value of the specific asset identifier with the corresponding name. + +
+
Name
+
specificAssetIdValue
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
value
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/aas/3/1/SpecificAssetId/value
  • +
+
+
+ +
+
+ +
+
name
+
+ +Name of the asset identifier. + +
+
Name
+
specificAssetIdName
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
SerialNumber
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
name
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/aas/3/1/SpecificAssetId/name
  • +
+
+
+ +
+
+
+ +
+ Third party licenses + +
+ +
+ + +
+ + + \ No newline at end of file diff --git a/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.json b/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.json new file mode 100644 index 0000000..486fee3 --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.json @@ -0,0 +1,31 @@ +{ + "valueOnly4File" : { + "value" : "https://example.com/SafetyInstructions.pdf", + "contentType" : "application/pdf" + }, + "valueOnly4Reference" : { + "type" : "ModelReference", + "keys" : [ { + "value" : "id1234", + "key" : "Submodel" + } ] + }, + "example4Entity" : { + "specificAssetIds" : [ { + "name" : "SerialNumber", + "value" : "eOMtThyhVNLWUZNRcBaQKxI", + "externalSubjectId" : { + "type" : "ModelReference", + "keys" : [ { + "value" : "id1234", + "key" : "Submodel" + } ] + } + } ], + "entityType" : "SelfManagedEntity", + "globalAssetId" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + }, + "valueOnly4MultiLanguageProperty" : [ { + "en" : "Example multi language string" + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.shared/3.1.0/languageSet_shared.ttl b/io.admin-shell.idta.shared/3.1.0/languageSet_shared.ttl new file mode 100644 index 0000000..c403801 --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/languageSet_shared.ttl @@ -0,0 +1,19 @@ + + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . + +:languages a samm:Property ; + samm:see ; + samm:see ; + samm:characteristic :LanguageSet ; + samm:exampleValue "en" . + +:LanguageSet a samm-c:Set ; + samm:dataType xsd:string . \ No newline at end of file diff --git a/io.admin-shell.idta.shared/README.md b/io.admin-shell.idta.shared/README.md new file mode 100644 index 0000000..7ddd9d1 --- /dev/null +++ b/io.admin-shell.idta.shared/README.md @@ -0,0 +1,46 @@ +# Scope + +This namespace is reserved for shared elements used in several aspect models and Submodel Templates + +Namespace: urn:samm:io.admin-shell.idta.shared + +# General + +The folder "gen" for each version contains sammple JSON files generated for the aspect model(s) +The folder "input" contains source files like .aasx or the submodel template specification itself + +# Changelog +All notable changes to this model will be documented in this section. + +## [3.1.0] - May 2025 based on IDTA-01001-3-1 Specifications of the Asset Administration Shell: Metamodel + +for detailled changelog see [IDTA-01001-3-1](https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1) + +Contained Files: + +The following shared files ensure that [Value-Only serialization](https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#value-only-serialization-in-json) is consistent to the specification in [IDTA-01001-3-1](https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1) + +* Entity_shared.ttl: Characteristic used for properties of submodel element type [Entity](https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/submodel-elements.html#entity-attributes). Dependency to SpecificAssetId_shared.ttl +* File_shared.ttl: Characteristic used for properties of submodel element type [File](https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/submodel-elements.html#file-attributes) +* MultiLanguageTexts_shared.ttl: Characteristic used for properties of submodel element type [MultiLanguageProperty](https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/submodel-elements.html#_multi_language_property_attributes) +* Reference_shared.ttl: Characteristic used for properties of submodel element type [ReferenceElement]([Reference][https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/referencing.html#_reference_attributes]) and for attributes in other objects with type [Reference][https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/referencing.html#_reference_attributes] +* SpecificAssetId_shared.ttl: Characteristic used for [specificAssetId](https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/core.html#specific-asset-id-attributes) as used for example as attribute type in submodel element type [Entity](https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/submodel-elements.html#entity-attributes) + +Additionally, properties are predefined that may be used in several Submodel Templates: + +* Markings_shared: properties for markings as used for example in SMT "Nameplate" +* languageSet_shared: property "languages" for a set of languages + +Two aspect model are contained to illustrate how to use the properties and characteristics, they are exemplary only: + +* ValueOnlyExampleAspect.ttl: shows how to use the characteristics for different submodel element types +* TestAspect.ttl: shows how to use predefined properties + +Dependencies: + +NONE + + +In the following only deviations from IDTA-01001-3-1 are documented: + +NONE \ No newline at end of file From d5852d993366dd58914b8090f3fcc316186e3a42 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Tue, 3 Jun 2025 15:36:30 +0200 Subject: [PATCH 02/33] add aspect model for SMT Contact Information --- .../1.0.0/ContactInformation_shared.ttl | 277 ++ .../1.0.0/ContactInformations.ttl | 27 + .../1.0.0/gen/ContactInformations.aas.json | 2219 ++++++++++++ .../1.0.0/gen/ContactInformations.aas.xml | 3082 +++++++++++++++++ .../1.0.0/gen/ContactInformations.aasx | Bin 0 -> 8604 bytes .../1.0.0/gen/ContactInformations.html | 2632 ++++++++++++++ .../1.0.0/gen/ContactInformations.json | 85 + .../README.md | 39 + 8 files changed, 8361 insertions(+) create mode 100644 io.admin-shell.idta.contact_information/1.0.0/ContactInformation_shared.ttl create mode 100644 io.admin-shell.idta.contact_information/1.0.0/ContactInformations.ttl create mode 100644 io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.aas.json create mode 100644 io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.aas.xml create mode 100644 io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.aasx create mode 100644 io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.html create mode 100644 io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.json create mode 100644 io.admin-shell.idta.contact_information/README.md diff --git a/io.admin-shell.idta.contact_information/1.0.0/ContactInformation_shared.ttl b/io.admin-shell.idta.contact_information/1.0.0/ContactInformation_shared.ttl new file mode 100644 index 0000000..2865be5 --- /dev/null +++ b/io.admin-shell.idta.contact_information/1.0.0/ContactInformation_shared.ttl @@ -0,0 +1,277 @@ + + + + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix shared: . + + + +:ContactInformation a samm:Entity ; + samm:description "Contains information on how to contact the manufacturer or an authorised service provider, e.g. when a maintenance service is required."@en ; + samm:see ; + samm:properties ( [ samm:property :roleOfContactPerson; samm:optional true; samm:payloadName "RoleOfContactPerson" ] [ samm:property :nationalCode; samm:optional true; samm:payloadName "NationalCode" ] [ samm:property shared:languages; samm:optional true; samm:payloadName "Languages" ] [ samm:property :timeZone; samm:optional true; samm:payloadName "TimeZone" ] [ samm:property :cityTown; samm:optional true; samm:payloadName "CityTown" ] [ samm:property :company; samm:optional true; samm:payloadName "Company" ] [ samm:property :department; samm:optional true; samm:payloadName "Department" ] [ samm:property :phone; samm:optional true; samm:payloadName "Phone" ] [ samm:property :fax; samm:optional true; samm:payloadName "Fax" ] [ samm:property :email; samm:optional true; samm:payloadName "Email" ] [ samm:property :iPCommunicationChannels; samm:optional true; samm:payloadName "IPCommunicationChannels" ] [ samm:property :street; samm:optional true; samm:payloadName "Street" ] [ samm:property :zipCode; samm:optional true; samm:payloadName "ZipCode" ] [ samm:property :poBox; samm:optional true; samm:payloadName "POBox" ] [ samm:property :zipCodeOfPoBox; samm:optional true; samm:payloadName "ZipCodeOfPOBox" ] [ samm:property :stateCounty; samm:optional true; samm:payloadName "StateCounty" ] [ samm:property :nameOfContact; samm:optional true; samm:payloadName "NameOfContact" ] [ samm:property :firstName; samm:optional true; samm:payloadName "FirstName" ] [ samm:property :middleNames; samm:optional true; samm:payloadName "MiddleNames" ] [ samm:property :title; samm:optional true; samm:payloadName "Title" ] [ samm:property :academicTitle; samm:optional true; samm:payloadName "AcademicTitle" ] [ samm:property :furtherDetailsOfContact; samm:optional true; samm:payloadName "FurtherDetailsOfContact" ] [ samm:property :addressOfAdditionalLink; samm:optional true; samm:payloadName "AddressOfAdditionalLink" ]) . + + +:typeOfCommunication a samm:Property ; + samm:preferredName "type of communication"@en ; + samm:description "Characterization of an IP-based communication channel."@en ; + samm:see ; + samm:characteristic samm-c:Text . + +:PhoneEntity a samm:Entity ; + samm:description "Phone number including type."@en ; + samm:see ; + samm:properties ( [ samm:property :telephoneNumber; samm:payloadName "TelephoneNumber" ] [ samm:property :typeOfTelephone; samm:optional true; samm:payloadName "TYpeOfTelephone" ] [ samm:property :availableTime; samm:optional true; samm:payloadName "AvailableTime" ] ) . + +:addressOfAdditionalLink a samm:Property ; + samm:preferredName "address of additional link"@en ; + samm:description "Web site address where information about the product or contact is given."@en ; + samm:see ; + samm:characteristic samm-c:Text . + +:addressOfAdditionalLinkOfIpCommunicationChannel a samm:Property ; + samm:preferredName "address of additional link"@en ; + samm:description "Web site address where information about the product or contact is given."@en ; + samm:see ; + samm:characteristic samm-c:Text . + +:timeZone a samm:Property ; + samm:preferredName "time zone"@en ; + samm:description "Offsets from Coordinated Universal Time (UTC)\nNote: notation accord. to ISO 8601\nNote: for time in UTC the zone designator “Z” is to be used."@en ; + samm:characteristic samm-c:Text ; + samm:see ; + samm:exampleValue "-12:00" . + +:PhoneCharacteristic a samm-c:SingleEntity ; + samm:dataType :PhoneEntity . + +:company a samm:Property ; + samm:preferredName "company"@en ; + samm:description "Name of the company."@en ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:zipCode a samm:Property ; + samm:preferredName "ZIP code"@en ; + samm:description "ZIP code of address."@en ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:poBox a samm:Property ; + samm:preferredName "P.O. box"@en ; + samm:description "P.O. box number."@en ; + samm:see ; + samm:characteristic samm-c:MultiLanguageText . + +:contactInformation a samm:Property ; + samm:preferredName "Kontaktinformationen des Herstellers"@de ; + samm:preferredName "the contact information of the manufacturer"@en ; + samm:description "Adress-Information des Herstellers."@de ; + samm:description "Address information of the manufacturer."@en ; + samm:see ; + samm:characteristic :ContactInformationCharacteristic . + +:EmailCharacteristic a samm-c:SingleEntity ; + samm:dataType :EmailEntity . + +:IpCommunicationChannelSet a samm-c:Set ; + samm:dataType :IpCommunicationChannelEntity . + +:ContactInformationCharacteristic a samm-c:SingleEntity ; + samm:dataType :ContactInformation . + +:availableTime a samm:Property ; + samm:preferredName "available time"@en ; + samm:description "Specification of the available time window."@en ; + samm:characteristic shared:MultiLanguageTexts . + +:roleOfContactPerson a samm:Property ; + samm:preferredName "Rolle der Kontaktperson"@de ; + samm:preferredName "role of contact person"@en ; + samm:description "Function of a contact person in a process\nenumeration: 0173-1%2307-AAS927%23001 (administrativ contact), 0173-1%2307-AAS928%23001 (commercial contact), 0173-1%2307-AAS929%23001 (other contact), 0173-1%2307-AAS930%23001 (hazardous goods contact), 0173-1%2307-AAS931%23001 (technical contact)\nNote: the above mentioned ECLASS enumeration should be declared as “open” for further addition."@en ; + samm:characteristic samm-c:Text . + +:firstName a samm:Property ; + samm:preferredName "first name"@en ; + samm:description "First name of a contact person."@en ; + samm:see ; + samm:characteristic samm-c:MultiLanguageText . + +:zipCodeOfPoBox a samm:Property ; + samm:preferredName "Postleitzahl"@de ; + samm:preferredName "ZIP code"@en ; + samm:description "ZIP code of address."@en ; + samm:description "Postleitzahl."@de ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:faxNumber a samm:Property ; + samm:preferredName "fax number"@en ; + samm:description "Complete telephone number to be called to reach a business partner's fax machine."@en ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:stateCounty a samm:Property ; + samm:preferredName "state/county"@en ; + samm:preferredName "Bundesland/Region"@de ; + samm:description "Federal state, a part of a state."@en ; + samm:description "Bundesland/Region"@de ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:fax a samm:Property ; + samm:preferredName "Fax"@de ; + samm:preferredName "fax"@en ; + samm:see ; + samm:characteristic :FaxCharacteristic . + +:FaxEntity a samm:Entity ; + samm:properties ( [ samm:property :faxNumber; samm:payloadName "FaxNumber" ] [ samm:property :typeOfFaxNumber; samm:optional true; samm:payloadName "TypeOfFaxNumber" ] ) . + +:department a samm:Property ; + samm:preferredName "department"@en ; + samm:description "Administrative section within an organisation where a business partner is located."@en ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + + +:phone a samm:Property ; + samm:description "Phone number including type."@en ; + samm:characteristic :PhoneCharacteristic . + +:emailAddress a samm:Property ; + samm:preferredName "email address"@en ; + samm:description "Electronic mail address of a business partner."@en ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "email@muster-ag.de" . + +:cityTown a samm:Property ; + samm:preferredName "City"@en ; + samm:preferredName "Ort"@de ; + samm:description "Town or city."@en ; + samm:description "Ort."@de ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:furtherDetailsOfContact a samm:Property ; + samm:description "Additional information of the contact person."@en ; + samm:see ; + samm:characteristic samm-c:MultiLanguageText . + +:availableTimeIpCommunicationChannel a samm:Property ; + samm:preferredName "available time"@en ; + samm:description "Specification of the available time windows."@en ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:EmailEntity a samm:Entity ; + samm:description "E-mail address and encryption method."@en ; + samm:see ; + samm:properties ( [ samm:property :emailAddress; samm:payloadName "EmailAddress" ] [ samm:property :publicKey; samm:optional true; samm:payloadName "PublicKey" ] [ samm:property :typeOfEmailAddress; samm:optional true; samm:payloadName "TypeOfEmailAddress" ] [ samm:property :typeOfPublicKey; samm:optional true; samm:payloadName "TypeOfPublicKey" ] ) . + +:email a samm:Property ; + samm:preferredName "Email"@de ; + samm:preferredName "email"@en ; + samm:description "E-mail address and encryption method."@en ; + samm:see ; + samm:characteristic :EmailCharacteristic . + +:typeOfPublicKey a samm:Property ; + samm:preferredName "type of public key"@en ; + samm:description "Characterization of a public key according to its encryption process."@en ; + samm:see ; + samm:characteristic samm-c:MultiLanguageText . + +:typeOfTelephone a samm:Property ; + samm:description "Characterization of a telephone according to its location or usage.\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS755%23001 (office mobile), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home), 0173-1%2307-AAS759%23001 (private mobile)."@en ; + samm:see ; + samm:characteristic samm-c:Text . + +:nameOfContact a samm:Property ; + samm:preferredName "name of contact"@en ; + samm:characteristic samm-c:MultiLanguageText . + +:telephoneNumber a samm:Property ; + samm:preferredName "Telefonnummer"@de ; + samm:preferredName "telephone number"@en ; + samm:description "Complete telephone number to be called to reach a business partner."@en ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:FaxCharacteristic a samm-c:SingleEntity ; + samm:dataType :FaxEntity . + +:publicKey a samm:Property ; + samm:preferredName "public key"@en ; + samm:description "Public part of an unsymmetrical key pair to sign or encrypt text or messages."@en ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:iPCommunicationChannels a samm:Property ; + samm:preferredName "IP communication channel"@en ; + samm:description "IP-based communication channels, e.g. chat or video call."@en ; + samm:see ; + samm:characteristic :IpCommunicationChannelSet . + +:title a samm:Property ; + samm:preferredName "title"@en ; + samm:description "Common, formal, religious, or other title preceding a contact person's name."@en ; + samm:see ; + samm:characteristic samm-c:MultiLanguageText . + +:IpCommunicationChannelEntity a samm:Entity ; + samm:preferredName "IP Communication Channel"@en ; + samm:description "IP-based communication channels, e.g. chat or video call."@en ; + samm:properties ( [ samm:property :addressOfAdditionalLinkOfIpCommunicationChannel; samm:payloadName "AddressOfAdditionalLink" ] [ samm:property :typeOfCommunication; samm:optional true; samm:payloadName "TypeOfCommunication" ] [ samm:property :availableTimeIpCommunicationChannel; samm:optional true; samm:payloadName "availableTime" ] ) . + +:middleNames a samm:Property ; + samm:preferredName "middle names"@en ; + samm:description "Middle names of contact person."@en ; + samm:see ; + samm:characteristic samm-c:MultiLanguageText . + +:nationalCode a samm:Property ; + samm:preferredName "Länderkürzel"@de ; + samm:preferredName "National code"@en ; + samm:description "Code of a country (Country codes defined accord. to DIN EN ISO 3166-1)."@en ; + samm:description "Länderkürzel."@de ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:typeOfFaxNumber a samm:Property ; + samm:preferredName "type of fax number"@en ; + samm:description "Characterization of the fax according its location or usage\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS758%23001 (home)."@en ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "1" . + +:typeOfEmailAddress a samm:Property ; + samm:preferredName "type of email address"@en ; + samm:description "Characterization of an e-mail address according to its location or usage\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home)."@en ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "0173-1%2307-AAS754%23001" . + +:street a samm:Property ; + samm:preferredName "street"@en ; + samm:preferredName "Straße"@de ; + samm:description "Street name and house number."@en ; + samm:description "Straße und Nummer."@de ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:academicTitle a samm:Property ; + samm:preferredName "academic title"@en ; + samm:description "Academic title preceding a contact person's name."@en ; + samm:see ; + samm:characteristic samm-c:MultiLanguageText . + diff --git a/io.admin-shell.idta.contact_information/1.0.0/ContactInformations.ttl b/io.admin-shell.idta.contact_information/1.0.0/ContactInformations.ttl new file mode 100644 index 0000000..05123d5 --- /dev/null +++ b/io.admin-shell.idta.contact_information/1.0.0/ContactInformations.ttl @@ -0,0 +1,27 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . + +:ContactInformations a samm:Aspect ; + samm:preferredName "test Aspect for Contact Information"@en ; + samm:preferredName "Test-Aspect für Kontaktinformation"@de ; + samm:properties ( :contactInformations ) ; + samm:operations ( ) ; + samm:events ( ) . + +:contactInformations a samm:Property ; + samm:preferredName "Kontaktinformation"@de ; + samm:preferredName "information on contacts"@en ; + samm:description "Collection for various contact information."@en ; + samm:see ; + samm:characteristic :ContactInfomationSet . + +:ContactInfomationSet a samm-c:Set ; + samm:dataType :ContactInformation . + + diff --git a/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.aas.json b/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.aas.json new file mode 100644 index 0000000..ce8bda0 --- /dev/null +++ b/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.aas.json @@ -0,0 +1,2219 @@ +{ + "assetAdministrationShells" : [ { + "modelType" : "AssetAdministrationShell", + "assetInformation" : { + "assetKind" : "Type" + }, + "submodels" : [ { + "keys" : [ { + "type" : "Submodel", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#ContactInformations/submodel" + } ], + "type" : "ModelReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#ContactInformations", + "description" : [ { + "language" : "en", + "text" : "defaultAdminShell" + } ], + "idShort" : "defaultAdminShell" + } ], + "conceptDescriptions" : [ { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "preferredName" : [ { + "language" : "en", + "text" : "test Aspect for Contact Information" + }, { + "language" : "de", + "text" : "Test-Aspect für Kontaktinformation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "ContactInformations" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#ContactInformations", + "category" : "APPLICATION_CLASS", + "displayName" : [ { + "language" : "en", + "text" : "test Aspect for Contact Information" + }, { + "language" : "de", + "text" : "Test-Aspect für Kontaktinformation" + } ], + "idShort" : "ContactInformations" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Function of a contact person in a process\nenumeration: 0173-1%2307-AAS927%23001 (administrativ contact), 0173-1%2307-AAS928%23001 (commercial contact), 0173-1%2307-AAS929%23001 (other contact), 0173-1%2307-AAS930%23001 (hazardous goods contact), 0173-1%2307-AAS931%23001 (technical contact)\nNote: the above mentioned ECLASS enumeration should be declared as “open” for further addition." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" + } ], + "shortName" : [ { + "language" : "en", + "text" : "roleOfContactPerson" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson", + "displayName" : [ { + "language" : "de", + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" + } ], + "idShort" : "roleOfContactPerson" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Länderkürzel." + }, { + "language" : "en", + "text" : "Code of a country (Country codes defined accord. to DIN EN ISO 3166-1)." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" + } ], + "shortName" : [ { + "language" : "en", + "text" : "nationalCode" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode", + "displayName" : [ { + "language" : "de", + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" + } ], + "idShort" : "nationalCode" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "languages" + } ], + "shortName" : [ { + "language" : "en", + "text" : "languages" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#languages", + "idShort" : "languages" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Offsets from Coordinated Universal Time (UTC)\nNote: notation accord. to ISO 8601\nNote: for time in UTC the zone designator “Z” is to be used." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "time zone" + } ], + "shortName" : [ { + "language" : "en", + "text" : "timeZone" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone", + "displayName" : [ { + "language" : "en", + "text" : "time zone" + } ], + "idShort" : "timeZone" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Town or city." + }, { + "language" : "de", + "text" : "Ort." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Ort" + }, { + "language" : "en", + "text" : "City" + } ], + "shortName" : [ { + "language" : "en", + "text" : "cityTown" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown", + "displayName" : [ { + "language" : "de", + "text" : "Ort" + }, { + "language" : "en", + "text" : "City" + } ], + "idShort" : "cityTown" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Name of the company." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "company" + } ], + "shortName" : [ { + "language" : "en", + "text" : "company" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#company", + "displayName" : [ { + "language" : "en", + "text" : "company" + } ], + "idShort" : "company" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Administrative section within an organisation where a business partner is located." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "department" + } ], + "shortName" : [ { + "language" : "en", + "text" : "department" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#department", + "displayName" : [ { + "language" : "en", + "text" : "department" + } ], + "idShort" : "department" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" + } ], + "shortName" : [ { + "language" : "en", + "text" : "telephoneNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber", + "displayName" : [ { + "language" : "en", + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" + } ], + "idShort" : "telephoneNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of a telephone according to its location or usage.\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS755%23001 (office mobile), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home), 0173-1%2307-AAS759%23001 (private mobile)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "typeOfTelephone" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfTelephone" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone", + "idShort" : "typeOfTelephone" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Specification of the available time window." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "available time" + } ], + "shortName" : [ { + "language" : "en", + "text" : "availableTime" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime", + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTime" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Phone number including type." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "phone" + } ], + "shortName" : [ { + "language" : "en", + "text" : "phone" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#phone", + "idShort" : "phone" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner's fax machine." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "fax number" + } ], + "shortName" : [ { + "language" : "en", + "text" : "faxNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber", + "displayName" : [ { + "language" : "en", + "text" : "fax number" + } ], + "idShort" : "faxNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of the fax according its location or usage\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS758%23001 (home)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of fax number" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfFaxNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber", + "displayName" : [ { + "language" : "en", + "text" : "type of fax number" + } ], + "idShort" : "typeOfFaxNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "de", + "text" : "Fax" + }, { + "language" : "en", + "text" : "fax" + } ], + "shortName" : [ { + "language" : "en", + "text" : "fax" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#fax", + "displayName" : [ { + "language" : "de", + "text" : "Fax" + }, { + "language" : "en", + "text" : "fax" + } ], + "idShort" : "fax" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Electronic mail address of a business partner." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "email address" + } ], + "shortName" : [ { + "language" : "en", + "text" : "emailAddress" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress", + "displayName" : [ { + "language" : "en", + "text" : "email address" + } ], + "idShort" : "emailAddress" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Public part of an unsymmetrical key pair to sign or encrypt text or messages." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "public key" + } ], + "shortName" : [ { + "language" : "en", + "text" : "publicKey" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey", + "displayName" : [ { + "language" : "en", + "text" : "public key" + } ], + "idShort" : "publicKey" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of an e-mail address according to its location or usage\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of email address" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfEmailAddress" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress", + "displayName" : [ { + "language" : "en", + "text" : "type of email address" + } ], + "idShort" : "typeOfEmailAddress" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of a public key according to its encryption process." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of public key" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfPublicKey" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey", + "displayName" : [ { + "language" : "en", + "text" : "type of public key" + } ], + "idShort" : "typeOfPublicKey" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "E-mail address and encryption method." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "email" + }, { + "language" : "de", + "text" : "Email" + } ], + "shortName" : [ { + "language" : "en", + "text" : "email" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#email", + "displayName" : [ { + "language" : "en", + "text" : "email" + }, { + "language" : "de", + "text" : "Email" + } ], + "idShort" : "email" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Web site address where information about the product or contact is given." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "shortName" : [ { + "language" : "en", + "text" : "addressOfAdditionalLinkOfIpCommunicationChannel" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLinkOfIpCommunicationChannel" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of an IP-based communication channel." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of communication" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfCommunication" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication", + "displayName" : [ { + "language" : "en", + "text" : "type of communication" + } ], + "idShort" : "typeOfCommunication" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Specification of the available time windows." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "available time" + } ], + "shortName" : [ { + "language" : "en", + "text" : "availableTimeIpCommunicationChannel" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel", + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTimeIpCommunicationChannel" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "IP-based communication channels, e.g. chat or video call." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "shortName" : [ { + "language" : "en", + "text" : "iPCommunicationChannels" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#iPCommunicationChannels", + "displayName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "idShort" : "iPCommunicationChannels" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Straße und Nummer." + }, { + "language" : "en", + "text" : "Street name and house number." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" + } ], + "shortName" : [ { + "language" : "en", + "text" : "street" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#street", + "displayName" : [ { + "language" : "en", + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" + } ], + "idShort" : "street" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "ZIP code of address." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "ZIP code" + } ], + "shortName" : [ { + "language" : "en", + "text" : "zipCode" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode", + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + } ], + "idShort" : "zipCode" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "P.O. box number." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "P.O. box" + } ], + "shortName" : [ { + "language" : "en", + "text" : "poBox" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox", + "displayName" : [ { + "language" : "en", + "text" : "P.O. box" + } ], + "idShort" : "poBox" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "ZIP code of address." + }, { + "language" : "de", + "text" : "Postleitzahl." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" + } ], + "shortName" : [ { + "language" : "en", + "text" : "zipCodeOfPoBox" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox", + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" + } ], + "idShort" : "zipCodeOfPoBox" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Federal state, a part of a state." + }, { + "language" : "de", + "text" : "Bundesland/Region" + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { + "language" : "en", + "text" : "state/county" + } ], + "shortName" : [ { + "language" : "en", + "text" : "stateCounty" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty", + "displayName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { + "language" : "en", + "text" : "state/county" + } ], + "idShort" : "stateCounty" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "name of contact" + } ], + "shortName" : [ { + "language" : "en", + "text" : "nameOfContact" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact", + "displayName" : [ { + "language" : "en", + "text" : "name of contact" + } ], + "idShort" : "nameOfContact" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "First name of a contact person." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "first name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "firstName" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName", + "displayName" : [ { + "language" : "en", + "text" : "first name" + } ], + "idShort" : "firstName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Middle names of contact person." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "middle names" + } ], + "shortName" : [ { + "language" : "en", + "text" : "middleNames" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames", + "displayName" : [ { + "language" : "en", + "text" : "middle names" + } ], + "idShort" : "middleNames" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Common, formal, religious, or other title preceding a contact person's name." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "title" + } ], + "shortName" : [ { + "language" : "en", + "text" : "title" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#title", + "displayName" : [ { + "language" : "en", + "text" : "title" + } ], + "idShort" : "title" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Academic title preceding a contact person's name." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "academic title" + } ], + "shortName" : [ { + "language" : "en", + "text" : "academicTitle" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle", + "displayName" : [ { + "language" : "en", + "text" : "academic title" + } ], + "idShort" : "academicTitle" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Additional information of the contact person." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "furtherDetailsOfContact" + } ], + "shortName" : [ { + "language" : "en", + "text" : "furtherDetailsOfContact" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact", + "idShort" : "furtherDetailsOfContact" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Web site address where information about the product or contact is given." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "shortName" : [ { + "language" : "en", + "text" : "addressOfAdditionalLink" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLink" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Collection for various contact information." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "information on contacts" + }, { + "language" : "de", + "text" : "Kontaktinformation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "contactInformations" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#contactInformations", + "displayName" : [ { + "language" : "en", + "text" : "information on contacts" + }, { + "language" : "de", + "text" : "Kontaktinformation" + } ], + "idShort" : "contactInformations" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#ContactInformations" + } ], + "type" : "ExternalReference" + }, + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#ContactInformations/submodel", + "idShort" : "ContactInformations", + "submodelElements" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#ContactInfomationSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Collection for various contact information." + } ], + "displayName" : [ { + "language" : "en", + "text" : "information on contacts" + }, { + "language" : "de", + "text" : "Kontaktinformation" + } ], + "idShort" : "contactInformations", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ837%23005" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Collection for various contact information." + } ], + "displayName" : [ { + "language" : "en", + "text" : "information on contacts" + }, { + "language" : "de", + "text" : "Kontaktinformation" + } ], + "idShort" : "contactInformations", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" + } ], + "idShort" : "roleOfContactPerson" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO134%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Länderkürzel." + }, { + "language" : "en", + "text" : "Code of a country (Country codes defined accord. to DIN EN ISO 3166-1)." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" + } ], + "idShort" : "nationalCode" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#LanguageSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAN468%23008" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-AAN468-008" + } ], + "type" : "ExternalReference" + } ], + "idShort" : "languages", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#languages" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "languages" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "time zone" + } ], + "idShort" : "timeZone" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO132%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Town or city." + }, { + "language" : "de", + "text" : "Ort." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Ort" + }, { + "language" : "en", + "text" : "City" + } ], + "idShort" : "cityTown" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#company" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAW001%23001" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Name of the company." + } ], + "displayName" : [ { + "language" : "en", + "text" : "company" + } ], + "idShort" : "company" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#department" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO127%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Administrative section within an organisation where a business partner is located." + } ], + "displayName" : [ { + "language" : "en", + "text" : "department" + } ], + "idShort" : "department" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ833%23005" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Phone number including type." + } ], + "idShort" : "phone", + "value" : [ { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO136%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner." + } ], + "displayName" : [ { + "language" : "en", + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" + } ], + "idShort" : "telephoneNumber" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO137%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "idShort" : "typeOfTelephone" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "Specification of the available time window." + } ], + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTime" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ834%23005" + } ], + "type" : "ExternalReference" + } ], + "displayName" : [ { + "language" : "de", + "text" : "Fax" + }, { + "language" : "en", + "text" : "fax" + } ], + "idShort" : "fax", + "value" : [ { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:idi:0173-1%2302-AAO195%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner's fax machine." + } ], + "displayName" : [ { + "language" : "en", + "text" : "fax number" + } ], + "idShort" : "faxNumber" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO196%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "type of fax number" + } ], + "idShort" : "typeOfFaxNumber" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ836%23005" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "E-mail address and encryption method." + } ], + "displayName" : [ { + "language" : "en", + "text" : "email" + }, { + "language" : "de", + "text" : "Email" + } ], + "idShort" : "email", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO198%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "email address" + } ], + "idShort" : "emailAddress" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO200%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Public part of an unsymmetrical key pair to sign or encrypt text or messages." + } ], + "displayName" : [ { + "language" : "en", + "text" : "public key" + } ], + "idShort" : "publicKey" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO199%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "type of email address" + } ], + "idShort" : "typeOfEmailAddress" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO201%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Characterization of a public key according to its encryption process." + } ], + "displayName" : [ { + "language" : "en", + "text" : "type of public key" + } ], + "idShort" : "typeOfPublicKey" + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#IpCommunicationChannelSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "IP-based communication channels, e.g. chat or video call." + } ], + "displayName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "idShort" : "iPCommunicationChannels", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "IP-based communication channels, e.g. chat or video call." + } ], + "displayName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "idShort" : "iPCommunicationChannels", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ326%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLinkOfIpCommunicationChannel" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "type of communication" + } ], + "idShort" : "typeOfCommunication" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Specification of the available time windows." + } ], + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTimeIpCommunicationChannel" + } ] + } ] + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#street" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO128%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Straße und Nummer." + }, { + "language" : "en", + "text" : "Street name and house number." + } ], + "displayName" : [ { + "language" : "en", + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" + } ], + "idShort" : "street" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO129%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "ZIP code of address." + } ], + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + } ], + "idShort" : "zipCode" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO130%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "P.O. box number." + } ], + "displayName" : [ { + "language" : "en", + "text" : "P.O. box" + } ], + "idShort" : "poBox" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO129%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "ZIP code of address." + }, { + "language" : "de", + "text" : "Postleitzahl." + } ], + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" + } ], + "idShort" : "zipCodeOfPoBox" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO133%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Federal state, a part of a state." + }, { + "language" : "de", + "text" : "Bundesland/Region" + } ], + "displayName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { + "language" : "en", + "text" : "state/county" + } ], + "idShort" : "stateCounty" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact" + } ], + "type" : "ExternalReference" + }, + "displayName" : [ { + "language" : "en", + "text" : "name of contact" + } ], + "idShort" : "nameOfContact" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO206%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "First name of a contact person." + } ], + "displayName" : [ { + "language" : "en", + "text" : "first name" + } ], + "idShort" : "firstName" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO207%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Middle names of contact person." + } ], + "displayName" : [ { + "language" : "en", + "text" : "middle names" + } ], + "idShort" : "middleNames" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#title" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO208%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Common, formal, religious, or other title preceding a contact person's name." + } ], + "displayName" : [ { + "language" : "en", + "text" : "title" + } ], + "idShort" : "title" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO209%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Academic title preceding a contact person's name." + } ], + "displayName" : [ { + "language" : "en", + "text" : "academic title" + } ], + "idShort" : "academicTitle" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO210%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Additional information of the contact person." + } ], + "idShort" : "furtherDetailsOfContact" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ326%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLink" + } ] + } ] + } ] + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.aas.xml b/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.aas.xml new file mode 100644 index 0000000..b31a166 --- /dev/null +++ b/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.aas.xml @@ -0,0 +1,3082 @@ + + + + + defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#ContactInformations + + Type + + + + ModelReference + + + Submodel + urn:samm:io.admin-shell.idta.contact_information:1.0.0#ContactInformations/submodel + + + + + + + + + ContactInformations + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#ContactInformations/submodel + Template + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#ContactInformations + + + + + + contactInformations + + + en + information on contacts + + + de + Kontaktinformation + + + + + en + Collection for various contact information. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#ContactInfomationSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations + + + + + false + SubmodelElementCollection + + + contactInformations + + + en + information on contacts + + + de + Kontaktinformation + + + + + en + Collection for various contact information. + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ837%23005 + + + + + + + roleOfContactPerson + + + de + Rolle der Kontaktperson + + + en + role of contact person + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson + + + + xs:string + + + nationalCode + + + de + Länderkürzel + + + en + National code + + + + + de + Länderkürzel. + + + en + Code of a country (Country codes defined accord. to DIN EN ISO 3166-1). + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO134%23002 + + + + + + + languages + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#LanguageSet + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAN468%23008 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-AAN468-008 + + + + + false + SubmodelElementCollection + + + languages + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#languages + + + + xs:string + + + + + timeZone + + + en + time zone + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone + + + + + xs:string + + + cityTown + + + de + Ort + + + en + City + + + + + en + Town or city. + + + de + Ort. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO132%23002 + + + + + + + company + + + en + company + + + + + en + Name of the company. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#company + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAW001%23001 + + + + + + + department + + + en + department + + + + + en + Administrative section within an organisation where a business partner is located. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#department + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO127%23003 + + + + + + + phone + + + en + Phone number including type. + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ833%23005 + + + + + + + telephoneNumber + + + en + telephone number + + + de + Telefonnummer + + + + + en + Complete telephone number to be called to reach a business partner. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO136%23002 + + + + + + + typeOfTelephone + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO137%23003 + + + + + xs:string + + + availableTime + + + en + available time + + + + + en + Specification of the available time window. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime + + + + + + + + fax + + + de + Fax + + + en + fax + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ834%23005 + + + + + + + faxNumber + + + en + fax number + + + + + en + Complete telephone number to be called to reach a business partner's fax machine. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber + + + + + + ExternalReference + + + GlobalReference + urn:idi:0173-1%2302-AAO195%23002 + + + + + + + typeOfFaxNumber + + + en + type of fax number + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO196%23003 + + + + + xs:string + + + + + email + + + en + email + + + de + Email + + + + + en + E-mail address and encryption method. + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ836%23005 + + + + + + + emailAddress + + + en + email address + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO198%23002 + + + + + xs:string + + + publicKey + + + en + public key + + + + + en + Public part of an unsymmetrical key pair to sign or encrypt text or messages. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO200%23002 + + + + + + + typeOfEmailAddress + + + en + type of email address + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO199%23003 + + + + + xs:string + + + typeOfPublicKey + + + en + type of public key + + + + + en + Characterization of a public key according to its encryption process. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO201%23002 + + + + + + + + + iPCommunicationChannels + + + en + IP communication channel + + + + + en + IP-based communication channels, e.g. chat or video call. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#IpCommunicationChannelSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication + + + + + false + SubmodelElementCollection + + + iPCommunicationChannels + + + en + IP communication channel + + + + + en + IP-based communication channels, e.g. chat or video call. + + + + + addressOfAdditionalLinkOfIpCommunicationChannel + + + en + address of additional link + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ326%23002 + + + + + xs:string + + + typeOfCommunication + + + en + type of communication + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication + + + + + xs:string + + + availableTimeIpCommunicationChannel + + + en + available time + + + + + en + Specification of the available time windows. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/ + + + + + + + + + + + street + + + en + street + + + de + Straße + + + + + de + Straße und Nummer. + + + en + Street name and house number. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#street + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO128%23002 + + + + + + + zipCode + + + en + ZIP code + + + + + en + ZIP code of address. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO129%23002 + + + + + + + poBox + + + en + P.O. box + + + + + en + P.O. box number. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO130%23002 + + + + + + + zipCodeOfPoBox + + + en + ZIP code + + + de + Postleitzahl + + + + + en + ZIP code of address. + + + de + Postleitzahl. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO129%23002 + + + + + + + stateCounty + + + de + Bundesland/Region + + + en + state/county + + + + + en + Federal state, a part of a state. + + + de + Bundesland/Region + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO133%23002 + + + + + + + nameOfContact + + + en + name of contact + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact + + + + + + firstName + + + en + first name + + + + + en + First name of a contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO206%23002 + + + + + + + middleNames + + + en + middle names + + + + + en + Middle names of contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO207%23002 + + + + + + + title + + + en + title + + + + + en + Common, formal, religious, or other title preceding a contact person's name. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#title + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO208%23003 + + + + + + + academicTitle + + + en + academic title + + + + + en + Academic title preceding a contact person's name. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO209%23003 + + + + + + + furtherDetailsOfContact + + + en + Additional information of the contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO210%23002 + + + + + + + addressOfAdditionalLink + + + en + address of additional link + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ326%23002 + + + + + xs:string + + + + + + + + + + + APPLICATION_CLASS + ContactInformations + + + en + test Aspect for Contact Information + + + de + Test-Aspect für Kontaktinformation + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#ContactInformations + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + test Aspect for Contact Information + + + de + Test-Aspect für Kontaktinformation + + + + + en + ContactInformations + + + + + + + + + roleOfContactPerson + + + de + Rolle der Kontaktperson + + + en + role of contact person + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Rolle der Kontaktperson + + + en + role of contact person + + + + + en + roleOfContactPerson + + + STRING + + + en + Function of a contact person in a process +enumeration: 0173-1%2307-AAS927%23001 (administrativ contact), 0173-1%2307-AAS928%23001 (commercial contact), 0173-1%2307-AAS929%23001 (other contact), 0173-1%2307-AAS930%23001 (hazardous goods contact), 0173-1%2307-AAS931%23001 (technical contact) +Note: the above mentioned ECLASS enumeration should be declared as “open” for further addition. + + + + + + + + + nationalCode + + + de + Länderkürzel + + + en + National code + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Länderkürzel + + + en + National code + + + + + en + nationalCode + + + STRING + + + de + Länderkürzel. + + + en + Code of a country (Country codes defined accord. to DIN EN ISO 3166-1). + + + + + + + + + languages + urn:samm:io.admin-shell.idta.shared:3.1.0#languages + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + languages + + + + + en + languages + + + STRING + + + + + + + timeZone + + + en + time zone + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + time zone + + + + + en + timeZone + + + STRING + + + en + Offsets from Coordinated Universal Time (UTC) +Note: notation accord. to ISO 8601 +Note: for time in UTC the zone designator “Z” is to be used. + + + + + + + + + cityTown + + + de + Ort + + + en + City + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Ort + + + en + City + + + + + en + cityTown + + + STRING + + + en + Town or city. + + + de + Ort. + + + + + + + + + company + + + en + company + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#company + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + company + + + + + en + company + + + STRING + + + en + Name of the company. + + + + + + + + + department + + + en + department + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#department + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + department + + + + + en + department + + + STRING + + + en + Administrative section within an organisation where a business partner is located. + + + + + + + + + telephoneNumber + + + en + telephone number + + + de + Telefonnummer + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + telephone number + + + de + Telefonnummer + + + + + en + telephoneNumber + + + STRING + + + en + Complete telephone number to be called to reach a business partner. + + + + + + + + + typeOfTelephone + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + typeOfTelephone + + + + + en + typeOfTelephone + + + STRING + + + en + Characterization of a telephone according to its location or usage. +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS755%23001 (office mobile), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home), 0173-1%2307-AAS759%23001 (private mobile). + + + + + + + + + availableTime + + + en + available time + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + available time + + + + + en + availableTime + + + STRING + + + en + Specification of the available time window. + + + + + + + + + phone + urn:samm:io.admin-shell.idta.contact_information:1.0.0#phone + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + phone + + + + + en + phone + + + STRING + + + en + Phone number including type. + + + + + + + + + faxNumber + + + en + fax number + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + fax number + + + + + en + faxNumber + + + STRING + + + en + Complete telephone number to be called to reach a business partner's fax machine. + + + + + + + + + typeOfFaxNumber + + + en + type of fax number + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of fax number + + + + + en + typeOfFaxNumber + + + STRING + + + en + Characterization of the fax according its location or usage +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS758%23001 (home). + + + + + + + + + fax + + + de + Fax + + + en + fax + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#fax + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Fax + + + en + fax + + + + + en + fax + + + STRING + + + + + + + emailAddress + + + en + email address + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + email address + + + + + en + emailAddress + + + STRING + + + en + Electronic mail address of a business partner. + + + + + + + + + publicKey + + + en + public key + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + public key + + + + + en + publicKey + + + STRING + + + en + Public part of an unsymmetrical key pair to sign or encrypt text or messages. + + + + + + + + + typeOfEmailAddress + + + en + type of email address + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of email address + + + + + en + typeOfEmailAddress + + + STRING + + + en + Characterization of an e-mail address according to its location or usage +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home). + + + + + + + + + typeOfPublicKey + + + en + type of public key + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of public key + + + + + en + typeOfPublicKey + + + STRING + + + en + Characterization of a public key according to its encryption process. + + + + + + + + + email + + + en + email + + + de + Email + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#email + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + email + + + de + Email + + + + + en + email + + + STRING + + + en + E-mail address and encryption method. + + + + + + + + + addressOfAdditionalLinkOfIpCommunicationChannel + + + en + address of additional link + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + address of additional link + + + + + en + addressOfAdditionalLinkOfIpCommunicationChannel + + + STRING + + + en + Web site address where information about the product or contact is given. + + + + + + + + + typeOfCommunication + + + en + type of communication + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of communication + + + + + en + typeOfCommunication + + + STRING + + + en + Characterization of an IP-based communication channel. + + + + + + + + + availableTimeIpCommunicationChannel + + + en + available time + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + available time + + + + + en + availableTimeIpCommunicationChannel + + + STRING + + + en + Specification of the available time windows. + + + + + + + + + iPCommunicationChannels + + + en + IP communication channel + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#iPCommunicationChannels + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + IP communication channel + + + + + en + iPCommunicationChannels + + + STRING + + + en + IP-based communication channels, e.g. chat or video call. + + + + + + + + + street + + + en + street + + + de + Straße + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#street + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + street + + + de + Straße + + + + + en + street + + + STRING + + + de + Straße und Nummer. + + + en + Street name and house number. + + + + + + + + + zipCode + + + en + ZIP code + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ZIP code + + + + + en + zipCode + + + STRING + + + en + ZIP code of address. + + + + + + + + + poBox + + + en + P.O. box + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + P.O. box + + + + + en + poBox + + + STRING + + + en + P.O. box number. + + + + + + + + + zipCodeOfPoBox + + + en + ZIP code + + + de + Postleitzahl + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ZIP code + + + de + Postleitzahl + + + + + en + zipCodeOfPoBox + + + STRING + + + en + ZIP code of address. + + + de + Postleitzahl. + + + + + + + + + stateCounty + + + de + Bundesland/Region + + + en + state/county + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Bundesland/Region + + + en + state/county + + + + + en + stateCounty + + + STRING + + + en + Federal state, a part of a state. + + + de + Bundesland/Region + + + + + + + + + nameOfContact + + + en + name of contact + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + name of contact + + + + + en + nameOfContact + + + STRING + + + + + + + firstName + + + en + first name + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + first name + + + + + en + firstName + + + STRING + + + en + First name of a contact person. + + + + + + + + + middleNames + + + en + middle names + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + middle names + + + + + en + middleNames + + + STRING + + + en + Middle names of contact person. + + + + + + + + + title + + + en + title + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#title + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + title + + + + + en + title + + + STRING + + + en + Common, formal, religious, or other title preceding a contact person's name. + + + + + + + + + academicTitle + + + en + academic title + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + academic title + + + + + en + academicTitle + + + STRING + + + en + Academic title preceding a contact person's name. + + + + + + + + + furtherDetailsOfContact + urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + furtherDetailsOfContact + + + + + en + furtherDetailsOfContact + + + STRING + + + en + Additional information of the contact person. + + + + + + + + + addressOfAdditionalLink + + + en + address of additional link + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + address of additional link + + + + + en + addressOfAdditionalLink + + + STRING + + + en + Web site address where information about the product or contact is given. + + + + + + + + + contactInformations + + + en + information on contacts + + + de + Kontaktinformation + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#contactInformations + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + information on contacts + + + de + Kontaktinformation + + + + + en + contactInformations + + + STRING + + + en + Collection for various contact information. + + + + + + + + + diff --git a/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.aasx b/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.aasx new file mode 100644 index 0000000000000000000000000000000000000000..ea2a9f2db63cb393c20eec0caf4ace9abf1619b3 GIT binary patch literal 8604 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 literal 0 HcmV?d00001 diff --git a/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.html b/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.html new file mode 100644 index 0000000..9769599 --- /dev/null +++ b/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.html @@ -0,0 +1,2632 @@ + + + + + + + + + + + + + + Documentation test Aspect for Contact Information + + +
+
+
+
+

Aspect Model test Aspect for Contact Information

+
urn:samm:io.admin-shell.idta.contact_information:1.0.0#ContactInformations
+
+
+
+
+
+
+
+ +
+ + + + +
+

Overview

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

Properties

+
+ +
+ +
+

information on contacts

+
+ +Collection for various contact information. + +
+
Name
+
contactInformations
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
contactInformations
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/zvei/nameplate/1/0/ContactInformations
  • +
+
+
+ +
+
+ + + +
+
+

Entities

+
+ +
+
+

ContactInformation

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

Properties

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

EmailEntity

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

Properties

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

FaxEntity

+
+
+ +
+ +
+

Properties

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

IP Communication Channel

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

Properties

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

PhoneEntity

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

Properties

+
+
+ +
+
telephone number
+
+ +Complete telephone number to be called to reach a business partner. + +
+
Name
+
telephoneNumber
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
TelephoneNumber
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO136%23002
  • +
+
+
+ +
+
+ +
+
typeOfTelephone
+
+ +Characterization of a telephone according to its location or usage. +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS755%23001 (office mobile), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home), 0173-1%2307-AAS759%23001 (private mobile). + +
+
Name
+
typeOfTelephone
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
TYpeOfTelephone
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO137%23003
  • +
+
+
+ +
+
+ +
+
available time
+
+ +Specification of the available time window. + +
+
Name
+
availableTime
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
AvailableTime
+
+ + +
+
+
+ +
+ Third party licenses + +
+ +
+ + +
+ + + \ No newline at end of file diff --git a/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.json b/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.json new file mode 100644 index 0000000..f085bc9 --- /dev/null +++ b/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.json @@ -0,0 +1,85 @@ +{ + "contactInformations" : [ { + "POBox" : { + "en" : "Example multi language string" + }, + "Company" : [ { + "en" : "Example multi language string" + } ], + "Email" : { + "EmailAddress" : "email@muster-ag.de", + "PublicKey" : [ { + "en" : "Example multi language string" + } ], + "TypeOfEmailAddress" : "0173-1%2307-AAS754%23001", + "TypeOfPublicKey" : { + "en" : "Example multi language string" + } + }, + "NameOfContact" : { + "en" : "Example multi language string" + }, + "ZipCode" : [ { + "en" : "Example multi language string" + } ], + "FirstName" : { + "en" : "Example multi language string" + }, + "Title" : { + "en" : "Example multi language string" + }, + "Languages" : [ "en" ], + "AcademicTitle" : { + "en" : "Example multi language string" + }, + "IPCommunicationChannels" : [ { + "TypeOfCommunication" : "RYtGKbgicZaHCBRQDSx", + "availableTime" : [ { + "en" : "Example multi language string" + } ], + "AddressOfAdditionalLink" : "JxkyvRnL" + } ], + "RoleOfContactPerson" : "eOMtThyhVNLWUZNRcBaQKxI", + "TimeZone" : "-12:00", + "Department" : [ { + "en" : "Example multi language string" + } ], + "Phone" : { + "TelephoneNumber" : [ { + "en" : "Example multi language string" + } ], + "TYpeOfTelephone" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "AvailableTime" : [ { + "en" : "Example multi language string" + } ] + }, + "NationalCode" : [ { + "en" : "Example multi language string" + } ], + "FurtherDetailsOfContact" : { + "en" : "Example multi language string" + }, + "AddressOfAdditionalLink" : "VLhpfQGTMDYpsBZxvfBoeygjb", + "Street" : [ { + "en" : "Example multi language string" + } ], + "StateCounty" : [ { + "en" : "Example multi language string" + } ], + "Fax" : { + "TypeOfFaxNumber" : "1", + "FaxNumber" : [ { + "en" : "Example multi language string" + } ] + }, + "CityTown" : [ { + "en" : "Example multi language string" + } ], + "ZipCodeOfPOBox" : [ { + "en" : "Example multi language string" + } ], + "MiddleNames" : { + "en" : "Example multi language string" + } + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.contact_information/README.md b/io.admin-shell.idta.contact_information/README.md new file mode 100644 index 0000000..8dd55d5 --- /dev/null +++ b/io.admin-shell.idta.contact_information/README.md @@ -0,0 +1,39 @@ +# Scope + +This namespace is reserved for the Submodel Template Specification (SMT) IDTA-02002-1-0 Contact Information + +# Changelog +All notable changes to this model will be documented in this section. + +## [1.0.0] - 2005-03-11 + +for changelog see Annex B in [IDTA-02002-1-0](https://industrialdigitaltwin.org/wp-content/uploads/2022/10/IDTA-02002-1-0_Submodel_ContactInformation.pdf) + +Contained Files: + +* ContactInformations.ttl: the aspect model for the SMT, mainly needed for example JSON payload etc., Contact Information typically is just shared and not a stand-alone aspect +* ContactInformation_shared.ttl: shared aspect elements + +Dependencies: + +* urn:samm:io.admin-shell.idta.shared:3.1.0 + + +In the following only deviations from IDTA-02006-3-0 are documented: + +### Added + +* added preferred names. Attention: they are not yet aligned with the names as defined in the IEC CDD dictionary or ECLASS +* added some German descriptions and preferred names + +### Changed + +* ContactInformation/Language needs to be a SML, i.e. modelled as Set +* ContactInformation/IPCommunication needs to be a SML, i.e. modelled as Set +* If same attribute occurred in different elements a suffix was added to the property name (the payload name remains). + Example: ContactInformation/AddressOfAdditionalLink and IPCommunication/AddressOfAdditionalLink, therefore SAMM propoerty name for IPCommunciation is addressOfAdditionalLinkOfIpCommunicationChannel. +* descriptions changed conformant to [SAMM best practices](https://eclipse-esmf.github.io/samm-specification/snapshot/appendix/best-practices.html), i.e. start with captial letter and end with period. No usage of AAS specific terms like SMC. + +### Removed + +-- \ No newline at end of file From b463b5183dc8b0b6d854fe08270da271590f6663 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Tue, 3 Jun 2025 15:36:57 +0200 Subject: [PATCH 03/33] add aspect models for SMT Digital Nameplate --- .../3.0.0/AddressInformation_shared.ttl | 35 + .../3.0.0/Nameplate.ttl | 184 + .../3.0.0/gen/Nameplate.aas.json | 4060 ++++++++++++ .../3.0.0/gen/Nameplate.aas.xml | 5637 +++++++++++++++++ .../3.0.0/gen/Nameplate.aasx | Bin 0 -> 14425 bytes .../3.0.0/gen/Nameplate.html | 4346 +++++++++++++ .../3.0.0/gen/Nameplate.json | 125 + .../README.md | 36 + 8 files changed, 14423 insertions(+) create mode 100644 io.admin-shell.idta.digital_nameplate/3.0.0/AddressInformation_shared.ttl create mode 100644 io.admin-shell.idta.digital_nameplate/3.0.0/Nameplate.ttl create mode 100644 io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.aas.json create mode 100644 io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.aas.xml create mode 100644 io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.aasx create mode 100644 io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.html create mode 100644 io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.json create mode 100644 io.admin-shell.idta.digital_nameplate/README.md diff --git a/io.admin-shell.idta.digital_nameplate/3.0.0/AddressInformation_shared.ttl b/io.admin-shell.idta.digital_nameplate/3.0.0/AddressInformation_shared.ttl new file mode 100644 index 0000000..71d2912 --- /dev/null +++ b/io.admin-shell.idta.digital_nameplate/3.0.0/AddressInformation_shared.ttl @@ -0,0 +1,35 @@ + + + + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix contactInformation: . +@prefix shared: . + + +:addressInformation a samm:Property ; + samm:preferredName "Addresse des Herstellers"@de ; + samm:preferredName "adress of the manufacturer"@en ; + samm:description "Adress-Information des Herstellers."@de ; + samm:description "Address information of the manufacturer."@en ; + samm:see ; + samm:see ; + samm:see ; + samm:see ; + samm:characteristic :AddressInformationCharacteristic . + +:AddressInformationCharacteristic a samm-c:SingleEntity ; + samm:dataType :AdressInformation . + +:AdressInformation a samm:Entity ; + samm:description "Contains information on how to contact the manufacturer or an authorised service provider, e.g. when a maintenance service is required."@en ; + samm:see ; + samm:properties ( [ samm:property contactInformation:roleOfContactPerson; samm:optional true; samm:payloadName "RoleOfContactPerson" ] [ samm:property contactInformation:nationalCode; samm:payloadName "NationalCode" ] [ samm:property shared:languages; samm:optional true; samm:payloadName "Languages" ] [ samm:property contactInformation:timeZone; samm:optional true; samm:payloadName "TimeZone" ] [ samm:property contactInformation:cityTown; samm:payloadName "CityTown" ] [ samm:property contactInformation:company; samm:optional true; samm:payloadName "Company" ] [ samm:property contactInformation:department; samm:optional true; samm:payloadName "Department" ] [ samm:property contactInformation:phone; samm:optional true; samm:payloadName "Phone" ] [ samm:property contactInformation:fax; samm:optional true; samm:payloadName "Fax" ] [ samm:property contactInformation:email; samm:optional true; samm:payloadName "Email" ] [ samm:property contactInformation:iPCommunicationChannels; samm:optional true; samm:payloadName "IPCommunicationChannels" ] [ samm:property contactInformation:street; samm:payloadName "Street" ] [ samm:property contactInformation:zipCode; samm:payloadName "ZipCode" ] [ samm:property contactInformation:poBox; samm:optional true; samm:payloadName "POBox" ] [ samm:property contactInformation:zipCodeOfPoBox; samm:optional true; samm:payloadName "ZipCodeOfPOBox" ] [ samm:property contactInformation:stateCounty; samm:optional true; samm:payloadName "StateCounty" ] [ samm:property contactInformation:nameOfContact; samm:optional true; samm:payloadName "NameOfContact" ] [ samm:property contactInformation:firstName; samm:optional true; samm:payloadName "FirstName" ] [ samm:property contactInformation:middleNames; samm:optional true; samm:payloadName "MiddleNames" ] [ samm:property contactInformation:title; samm:optional true; samm:payloadName "Title" ] [ samm:property contactInformation:academicTitle; samm:optional true; samm:payloadName "AcademicTitle" ] [ samm:property contactInformation:furtherDetailsOfContact; samm:optional true; samm:payloadName "FurtherDetailsOfContact" ] [ samm:property contactInformation:addressOfAdditionalLink; samm:optional true; samm:payloadName "AddressOfAdditionalLink" ]) . + diff --git a/io.admin-shell.idta.digital_nameplate/3.0.0/Nameplate.ttl b/io.admin-shell.idta.digital_nameplate/3.0.0/Nameplate.ttl new file mode 100644 index 0000000..a9566ce --- /dev/null +++ b/io.admin-shell.idta.digital_nameplate/3.0.0/Nameplate.ttl @@ -0,0 +1,184 @@ + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix contactInformation: . +@prefix shared: . + +:Nameplate a samm:Aspect ; + samm:preferredName "nameplate"@en ; + samm:preferredName "Typenschild"@de ; + samm:description "Contains the nameplate information attached to the product."@en ; + samm:description "Enthält die Information zum Typenschild des Produkts."@de ; + samm:properties ( [ samm:property :uriOfTheProduct; samm:payloadName "URIOfTheProduct" ] [ samm:property :manufacturerName; samm:payloadName "ManufacturerName" ] [ samm:property :manufacturerProductDesignation; samm:payloadName "ManufacturerProductDesignation" ] [ samm:property :manufacturerProductFamily; samm:optional true; samm:payloadName "ManufacturerProductFamily" ] [ samm:property :manufacturerProductType; samm:optional true; samm:payloadName "ManufacturerProductType" ] [ samm:property :orderCodeOfManufacturer; samm:payloadName "OrderCodeOfManufacturer" ] [ samm:property :productArticleNumberOfManufacturer; samm:optional true; samm:payloadName "ProductArticleNumberOfManufacturer" ] [ samm:property :addressInformation; samm:payloadName "AddressInformation" ] [ samm:property :serialNumber; samm:optional true; samm:payloadName "SerialNumber" ] [ samm:property :yearOfConstruction; samm:payloadName "YearOfConstruction" ] [ samm:property :dateOfManufacture; samm:optional true; samm:payloadName "DateOfManufacture" ] [ samm:property :logoCompany; samm:optional true; samm:payloadName "LogoCompany" ] [ samm:property :hardwareVersion; samm:optional true; samm:payloadName "HardwareVersion" ] [ samm:property :firmwareVersion; samm:optional true; samm:payloadName "FirmwareVersion" ] [ samm:property :softwareVersion; samm:optional true; samm:payloadName "SoftwareVersion" ] [ samm:property :markings; samm:optional true; samm:payloadName "Markings" ] [ samm:property :manufacturerProductRoot; samm:optional true; samm:payloadName "ManufacturerProductRoot" ] [ samm:property :countryOfOrigin; samm:optional true; samm:payloadName "CountryOfOrigin" ] [ samm:property :uniqueFacilityIdentifier; samm:optional true ] ) ; + samm:operations ( ) ; + samm:events ( ) ; + samm:see . + +:uriOfTheProduct a samm:Property ; + samm:preferredName "URI des Produkts"@de ; + samm:preferredName "URI of the product"@en ; + samm:description "Unique global identification of the product using an universal resource identifier (URI)."@en ; + samm:description "Global eindeutige Identifikation des Produkts."@de ; + samm:see ; + samm:see ; + samm:characteristic :Uri ; + samm:exampleValue "https://dc-qr.com/?m=R123456789"^^xsd:anyURI . + +:manufacturerName a samm:Property ; + samm:preferredName "manufacturer name"@en ; + samm:preferredName "Herstellername"@de ; + samm:description "Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation."@en ; + samm:description "Name des Herstellers."@de ; + samm:see ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:manufacturerProductDesignation a samm:Property ; + samm:preferredName "Produktbezeichnung"@de ; + samm:preferredName "manufacturer product designation"@en ; + samm:description "Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy."@en ; + samm:description "Bezeichnung des Produkts."@de ; + samm:see ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:manufacturerProductRoot a samm:Property ; + samm:preferredName "manufacturer Product Root"@en ; + samm:description "Top level of a 3 level manufacturer specific product hierarchy."@en ; + samm:see ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:manufacturerProductFamily a samm:Property ; + samm:preferredName "manufacturer product family"@en ; + samm:preferredName "Produktfamilie"@de ; + samm:description "Produktfamilie des Produkts."@de ; + samm:description "2nd level of a 3 level manufacturer specific product hierarchy."@en ; + samm:see ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:manufacturerProductType a samm:Property ; + samm:preferredName "Produktausprägungen"@de ; + samm:preferredName "manufacturer product type"@en ; + samm:description "Ausprägung für das Produkt, um unterschiedliche Einzelprodukte einer Produktfamilie zu unterscheiden."@de ; + samm:description "Characteristic to differentiate between different products of a product family or special variants."@en ; + samm:see ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:orderCodeOfManufacturer a samm:Property ; + samm:preferredName "Bestellcode des Produkts"@de ; + samm:preferredName "order code for the product"@en ; + samm:description "Eindeutige Zahlen- und Buchstabenkombination um das Produkt eindeutig für die Bestellung zu identifizieren."@de ; + samm:description "Unique combination of numbers and letters used to identify the device for ordering."@en ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text . + +:productArticleNumberOfManufacturer a samm:Property ; + samm:preferredName "Artikelnummer des Produkts"@de ; + samm:preferredName "product article number"@en ; + samm:description "Eindeutige Artikelnummer des Herstellers."@de ; + samm:description "Unique product identifier of the manufacturer."@en ; + samm:see ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:serialNumber a samm:Property ; + samm:preferredName "Seriennummer"@de ; + samm:preferredName "serial number"@en ; + samm:description "Die Seriennummer des Produkts."@de ; + samm:description "Unique combination of numbers and letters used to identify the device once it has been manufactured."@en ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "A12345-X75EN" . + +:yearOfConstruction a samm:Property ; + samm:preferredName "year of construction"@en ; + samm:preferredName "Konstruktionsjahr"@de ; + samm:description "Year in which the manufacturing process is completed."@en ; + samm:description "Das Jahr, in dem das Produkt fertig gestellt wurde."@de ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "2009" . + +:dateOfManufacture a samm:Property ; + samm:preferredName "date of manufacture"@en ; + samm:preferredName "Herstelldatum"@de ; + samm:description "Date when an item was manufactured-"@en ; + samm:description "Datum, zu dem das Produkt hergestellt wurde."@de ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "2009-01-01" . + +:hardwareVersion a samm:Property ; + samm:preferredName "hardware version"@en ; + samm:preferredName "Hardwareversion"@de ; + samm:description "Version of the hardware supplied with the device."@en ; + samm:description "Version der Hardware."@de ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "AS1" . + +:firmwareVersion a samm:Property ; + samm:preferredName "firmware version"@en ; + samm:preferredName "Firmwareversion"@de ; + samm:description "Version of the firmware supplied with the device."@en ; + samm:description "Version der Firmware."@de ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "FS1" . + +:softwareVersion a samm:Property ; + samm:preferredName "software version"@en ; + samm:preferredName "Softwareversion"@de ; + samm:description "Version of the software used by the device."@en ; + samm:description "Version der Software."@de ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "SF1" . + +:markings a samm:Property ; + samm:preferredName "markings"@en ; + samm:preferredName "Kennzeichnungen"@de ; + samm:description "Produktkennzeichnungen"@de ; + samm:description "Markings of the product. Note: CE marking is declared as mandatory according to EU Blue Guide."@en ; + samm:characteristic shared:Markings . + +:countryOfOrigin a samm:Property ; + samm:preferredName "country of Origin"@en ; + samm:description "Country where the product was manufactured. Note: Country codes defined accord. to DIN EN ISO 3166-1 alpha-2 codes."@en ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text . + +:uniqueFacilityIdentifier a samm:Property ; + samm:preferredName "unique Identifier of a facility"@en ; + samm:description "Unique string of characters for the identification of locations or buildings involved in a product’s value chain or used by actors involved in a product’s value chain."@en ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "987654321" . + +:logoCompany a samm:Property ; + samm:preferredName "Firmenlogo"@de ; + samm:preferredName "company logo"@en ; + samm:description "Das Firmenlogo des Produkts."@de ; + samm:description "A graphic mark used to represent a company, an organisation or a product."@en ; + samm:characteristic samm-c:ResourcePath . + +:Uri a samm:Characteristic ; + samm:dataType xsd:anyURI . + diff --git a/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.aas.json b/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.aas.json new file mode 100644 index 0000000..321a843 --- /dev/null +++ b/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.aas.json @@ -0,0 +1,4060 @@ +{ + "assetAdministrationShells" : [ { + "modelType" : "AssetAdministrationShell", + "assetInformation" : { + "assetKind" : "Type" + }, + "submodels" : [ { + "keys" : [ { + "type" : "Submodel", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#Nameplate/submodel" + } ], + "type" : "ModelReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#Nameplate", + "description" : [ { + "language" : "en", + "text" : "defaultAdminShell" + } ], + "idShort" : "defaultAdminShell" + } ], + "conceptDescriptions" : [ { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "definition" : [ { + "language" : "de", + "text" : "Enthält die Information zum Typenschild des Produkts." + }, { + "language" : "en", + "text" : "Contains the nameplate information attached to the product." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Typenschild" + }, { + "language" : "en", + "text" : "nameplate" + } ], + "shortName" : [ { + "language" : "en", + "text" : "Nameplate" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#Nameplate", + "category" : "APPLICATION_CLASS", + "description" : [ { + "language" : "de", + "text" : "Enthält die Information zum Typenschild des Produkts." + }, { + "language" : "en", + "text" : "Contains the nameplate information attached to the product." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Typenschild" + }, { + "language" : "en", + "text" : "nameplate" + } ], + "idShort" : "Nameplate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Global eindeutige Identifikation des Produkts." + }, { + "language" : "en", + "text" : "Unique global identification of the product using an universal resource identifier (URI)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "URI of the product" + }, { + "language" : "de", + "text" : "URI des Produkts" + } ], + "shortName" : [ { + "language" : "en", + "text" : "uriOfTheProduct" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#uriOfTheProduct", + "displayName" : [ { + "language" : "en", + "text" : "URI of the product" + }, { + "language" : "de", + "text" : "URI des Produkts" + } ], + "idShort" : "uriOfTheProduct" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Name des Herstellers." + }, { + "language" : "en", + "text" : "Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Herstellername" + }, { + "language" : "en", + "text" : "manufacturer name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerName" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerName", + "displayName" : [ { + "language" : "de", + "text" : "Herstellername" + }, { + "language" : "en", + "text" : "manufacturer name" + } ], + "idShort" : "manufacturerName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Bezeichnung des Produkts." + }, { + "language" : "en", + "text" : "Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Produktbezeichnung" + }, { + "language" : "en", + "text" : "manufacturer product designation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerProductDesignation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductDesignation", + "displayName" : [ { + "language" : "de", + "text" : "Produktbezeichnung" + }, { + "language" : "en", + "text" : "manufacturer product designation" + } ], + "idShort" : "manufacturerProductDesignation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "2nd level of a 3 level manufacturer specific product hierarchy." + }, { + "language" : "de", + "text" : "Produktfamilie des Produkts." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "manufacturer product family" + }, { + "language" : "de", + "text" : "Produktfamilie" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerProductFamily" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductFamily", + "displayName" : [ { + "language" : "en", + "text" : "manufacturer product family" + }, { + "language" : "de", + "text" : "Produktfamilie" + } ], + "idShort" : "manufacturerProductFamily" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characteristic to differentiate between different products of a product family or special variants." + }, { + "language" : "de", + "text" : "Ausprägung für das Produkt, um unterschiedliche Einzelprodukte einer Produktfamilie zu unterscheiden." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "manufacturer product type" + }, { + "language" : "de", + "text" : "Produktausprägungen" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerProductType" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductType", + "displayName" : [ { + "language" : "en", + "text" : "manufacturer product type" + }, { + "language" : "de", + "text" : "Produktausprägungen" + } ], + "idShort" : "manufacturerProductType" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Eindeutige Zahlen- und Buchstabenkombination um das Produkt eindeutig für die Bestellung zu identifizieren." + }, { + "language" : "en", + "text" : "Unique combination of numbers and letters used to identify the device for ordering." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "order code for the product" + }, { + "language" : "de", + "text" : "Bestellcode des Produkts" + } ], + "shortName" : [ { + "language" : "en", + "text" : "orderCodeOfManufacturer" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#orderCodeOfManufacturer", + "displayName" : [ { + "language" : "en", + "text" : "order code for the product" + }, { + "language" : "de", + "text" : "Bestellcode des Produkts" + } ], + "idShort" : "orderCodeOfManufacturer" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Unique product identifier of the manufacturer." + }, { + "language" : "de", + "text" : "Eindeutige Artikelnummer des Herstellers." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product article number" + }, { + "language" : "de", + "text" : "Artikelnummer des Produkts" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productArticleNumberOfManufacturer" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#productArticleNumberOfManufacturer", + "displayName" : [ { + "language" : "en", + "text" : "product article number" + }, { + "language" : "de", + "text" : "Artikelnummer des Produkts" + } ], + "idShort" : "productArticleNumberOfManufacturer" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Function of a contact person in a process\nenumeration: 0173-1%2307-AAS927%23001 (administrativ contact), 0173-1%2307-AAS928%23001 (commercial contact), 0173-1%2307-AAS929%23001 (other contact), 0173-1%2307-AAS930%23001 (hazardous goods contact), 0173-1%2307-AAS931%23001 (technical contact)\nNote: the above mentioned ECLASS enumeration should be declared as “open” for further addition." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" + } ], + "shortName" : [ { + "language" : "en", + "text" : "roleOfContactPerson" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson", + "displayName" : [ { + "language" : "de", + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" + } ], + "idShort" : "roleOfContactPerson" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Länderkürzel." + }, { + "language" : "en", + "text" : "Code of a country (Country codes defined accord. to DIN EN ISO 3166-1)." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" + } ], + "shortName" : [ { + "language" : "en", + "text" : "nationalCode" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode", + "displayName" : [ { + "language" : "de", + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" + } ], + "idShort" : "nationalCode" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "languages" + } ], + "shortName" : [ { + "language" : "en", + "text" : "languages" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#languages", + "idShort" : "languages" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Offsets from Coordinated Universal Time (UTC)\nNote: notation accord. to ISO 8601\nNote: for time in UTC the zone designator “Z” is to be used." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "time zone" + } ], + "shortName" : [ { + "language" : "en", + "text" : "timeZone" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone", + "displayName" : [ { + "language" : "en", + "text" : "time zone" + } ], + "idShort" : "timeZone" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Town or city." + }, { + "language" : "de", + "text" : "Ort." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Ort" + }, { + "language" : "en", + "text" : "City" + } ], + "shortName" : [ { + "language" : "en", + "text" : "cityTown" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown", + "displayName" : [ { + "language" : "de", + "text" : "Ort" + }, { + "language" : "en", + "text" : "City" + } ], + "idShort" : "cityTown" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Name of the company." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "company" + } ], + "shortName" : [ { + "language" : "en", + "text" : "company" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#company", + "displayName" : [ { + "language" : "en", + "text" : "company" + } ], + "idShort" : "company" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Administrative section within an organisation where a business partner is located." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "department" + } ], + "shortName" : [ { + "language" : "en", + "text" : "department" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#department", + "displayName" : [ { + "language" : "en", + "text" : "department" + } ], + "idShort" : "department" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" + } ], + "shortName" : [ { + "language" : "en", + "text" : "telephoneNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber", + "displayName" : [ { + "language" : "en", + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" + } ], + "idShort" : "telephoneNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of a telephone according to its location or usage.\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS755%23001 (office mobile), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home), 0173-1%2307-AAS759%23001 (private mobile)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "typeOfTelephone" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfTelephone" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone", + "idShort" : "typeOfTelephone" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Specification of the available time window." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "available time" + } ], + "shortName" : [ { + "language" : "en", + "text" : "availableTime" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime", + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTime" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Phone number including type." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "phone" + } ], + "shortName" : [ { + "language" : "en", + "text" : "phone" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#phone", + "idShort" : "phone" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner's fax machine." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "fax number" + } ], + "shortName" : [ { + "language" : "en", + "text" : "faxNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber", + "displayName" : [ { + "language" : "en", + "text" : "fax number" + } ], + "idShort" : "faxNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of the fax according its location or usage\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS758%23001 (home)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of fax number" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfFaxNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber", + "displayName" : [ { + "language" : "en", + "text" : "type of fax number" + } ], + "idShort" : "typeOfFaxNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "de", + "text" : "Fax" + }, { + "language" : "en", + "text" : "fax" + } ], + "shortName" : [ { + "language" : "en", + "text" : "fax" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#fax", + "displayName" : [ { + "language" : "de", + "text" : "Fax" + }, { + "language" : "en", + "text" : "fax" + } ], + "idShort" : "fax" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Electronic mail address of a business partner." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "email address" + } ], + "shortName" : [ { + "language" : "en", + "text" : "emailAddress" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress", + "displayName" : [ { + "language" : "en", + "text" : "email address" + } ], + "idShort" : "emailAddress" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Public part of an unsymmetrical key pair to sign or encrypt text or messages." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "public key" + } ], + "shortName" : [ { + "language" : "en", + "text" : "publicKey" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey", + "displayName" : [ { + "language" : "en", + "text" : "public key" + } ], + "idShort" : "publicKey" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of an e-mail address according to its location or usage\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of email address" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfEmailAddress" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress", + "displayName" : [ { + "language" : "en", + "text" : "type of email address" + } ], + "idShort" : "typeOfEmailAddress" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of a public key according to its encryption process." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of public key" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfPublicKey" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey", + "displayName" : [ { + "language" : "en", + "text" : "type of public key" + } ], + "idShort" : "typeOfPublicKey" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "E-mail address and encryption method." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "email" + }, { + "language" : "de", + "text" : "Email" + } ], + "shortName" : [ { + "language" : "en", + "text" : "email" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#email", + "displayName" : [ { + "language" : "en", + "text" : "email" + }, { + "language" : "de", + "text" : "Email" + } ], + "idShort" : "email" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Web site address where information about the product or contact is given." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "shortName" : [ { + "language" : "en", + "text" : "addressOfAdditionalLinkOfIpCommunicationChannel" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLinkOfIpCommunicationChannel" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of an IP-based communication channel." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of communication" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfCommunication" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication", + "displayName" : [ { + "language" : "en", + "text" : "type of communication" + } ], + "idShort" : "typeOfCommunication" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Specification of the available time windows." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "available time" + } ], + "shortName" : [ { + "language" : "en", + "text" : "availableTimeIpCommunicationChannel" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel", + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTimeIpCommunicationChannel" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "IP-based communication channels, e.g. chat or video call." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "shortName" : [ { + "language" : "en", + "text" : "iPCommunicationChannels" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#iPCommunicationChannels", + "displayName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "idShort" : "iPCommunicationChannels" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Straße und Nummer." + }, { + "language" : "en", + "text" : "Street name and house number." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" + } ], + "shortName" : [ { + "language" : "en", + "text" : "street" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#street", + "displayName" : [ { + "language" : "en", + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" + } ], + "idShort" : "street" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "ZIP code of address." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "ZIP code" + } ], + "shortName" : [ { + "language" : "en", + "text" : "zipCode" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode", + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + } ], + "idShort" : "zipCode" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "P.O. box number." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "P.O. box" + } ], + "shortName" : [ { + "language" : "en", + "text" : "poBox" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox", + "displayName" : [ { + "language" : "en", + "text" : "P.O. box" + } ], + "idShort" : "poBox" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "ZIP code of address." + }, { + "language" : "de", + "text" : "Postleitzahl." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" + } ], + "shortName" : [ { + "language" : "en", + "text" : "zipCodeOfPoBox" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox", + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" + } ], + "idShort" : "zipCodeOfPoBox" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Federal state, a part of a state." + }, { + "language" : "de", + "text" : "Bundesland/Region" + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { + "language" : "en", + "text" : "state/county" + } ], + "shortName" : [ { + "language" : "en", + "text" : "stateCounty" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty", + "displayName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { + "language" : "en", + "text" : "state/county" + } ], + "idShort" : "stateCounty" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "name of contact" + } ], + "shortName" : [ { + "language" : "en", + "text" : "nameOfContact" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact", + "displayName" : [ { + "language" : "en", + "text" : "name of contact" + } ], + "idShort" : "nameOfContact" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "First name of a contact person." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "first name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "firstName" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName", + "displayName" : [ { + "language" : "en", + "text" : "first name" + } ], + "idShort" : "firstName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Middle names of contact person." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "middle names" + } ], + "shortName" : [ { + "language" : "en", + "text" : "middleNames" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames", + "displayName" : [ { + "language" : "en", + "text" : "middle names" + } ], + "idShort" : "middleNames" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Common, formal, religious, or other title preceding a contact person's name." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "title" + } ], + "shortName" : [ { + "language" : "en", + "text" : "title" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#title", + "displayName" : [ { + "language" : "en", + "text" : "title" + } ], + "idShort" : "title" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Academic title preceding a contact person's name." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "academic title" + } ], + "shortName" : [ { + "language" : "en", + "text" : "academicTitle" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle", + "displayName" : [ { + "language" : "en", + "text" : "academic title" + } ], + "idShort" : "academicTitle" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Additional information of the contact person." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "furtherDetailsOfContact" + } ], + "shortName" : [ { + "language" : "en", + "text" : "furtherDetailsOfContact" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact", + "idShort" : "furtherDetailsOfContact" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Web site address where information about the product or contact is given." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "shortName" : [ { + "language" : "en", + "text" : "addressOfAdditionalLink" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLink" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Address information of the manufacturer." + }, { + "language" : "de", + "text" : "Adress-Information des Herstellers." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Addresse des Herstellers" + }, { + "language" : "en", + "text" : "adress of the manufacturer" + } ], + "shortName" : [ { + "language" : "en", + "text" : "addressInformation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#addressInformation", + "displayName" : [ { + "language" : "de", + "text" : "Addresse des Herstellers" + }, { + "language" : "en", + "text" : "adress of the manufacturer" + } ], + "idShort" : "addressInformation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Unique combination of numbers and letters used to identify the device once it has been manufactured." + }, { + "language" : "de", + "text" : "Die Seriennummer des Produkts." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Seriennummer" + }, { + "language" : "en", + "text" : "serial number" + } ], + "shortName" : [ { + "language" : "en", + "text" : "serialNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#serialNumber", + "displayName" : [ { + "language" : "de", + "text" : "Seriennummer" + }, { + "language" : "en", + "text" : "serial number" + } ], + "idShort" : "serialNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Year in which the manufacturing process is completed." + }, { + "language" : "de", + "text" : "Das Jahr, in dem das Produkt fertig gestellt wurde." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "year of construction" + }, { + "language" : "de", + "text" : "Konstruktionsjahr" + } ], + "shortName" : [ { + "language" : "en", + "text" : "yearOfConstruction" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#yearOfConstruction", + "displayName" : [ { + "language" : "en", + "text" : "year of construction" + }, { + "language" : "de", + "text" : "Konstruktionsjahr" + } ], + "idShort" : "yearOfConstruction" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Datum, zu dem das Produkt hergestellt wurde." + }, { + "language" : "en", + "text" : "Date when an item was manufactured-" + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Herstelldatum" + }, { + "language" : "en", + "text" : "date of manufacture" + } ], + "shortName" : [ { + "language" : "en", + "text" : "dateOfManufacture" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#dateOfManufacture", + "displayName" : [ { + "language" : "de", + "text" : "Herstelldatum" + }, { + "language" : "en", + "text" : "date of manufacture" + } ], + "idShort" : "dateOfManufacture" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Das Firmenlogo des Produkts." + }, { + "language" : "en", + "text" : "A graphic mark used to represent a company, an organisation or a product." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "company logo" + }, { + "language" : "de", + "text" : "Firmenlogo" + } ], + "shortName" : [ { + "language" : "en", + "text" : "logoCompany" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#logoCompany", + "displayName" : [ { + "language" : "en", + "text" : "company logo" + }, { + "language" : "de", + "text" : "Firmenlogo" + } ], + "idShort" : "logoCompany" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Version der Hardware." + }, { + "language" : "en", + "text" : "Version of the hardware supplied with the device." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Hardwareversion" + }, { + "language" : "en", + "text" : "hardware version" + } ], + "shortName" : [ { + "language" : "en", + "text" : "hardwareVersion" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#hardwareVersion", + "displayName" : [ { + "language" : "de", + "text" : "Hardwareversion" + }, { + "language" : "en", + "text" : "hardware version" + } ], + "idShort" : "hardwareVersion" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Version der Firmware." + }, { + "language" : "en", + "text" : "Version of the firmware supplied with the device." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "firmware version" + }, { + "language" : "de", + "text" : "Firmwareversion" + } ], + "shortName" : [ { + "language" : "en", + "text" : "firmwareVersion" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#firmwareVersion", + "displayName" : [ { + "language" : "en", + "text" : "firmware version" + }, { + "language" : "de", + "text" : "Firmwareversion" + } ], + "idShort" : "firmwareVersion" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Version der Software." + }, { + "language" : "en", + "text" : "Version of the software used by the device." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Softwareversion" + }, { + "language" : "en", + "text" : "software version" + } ], + "shortName" : [ { + "language" : "en", + "text" : "softwareVersion" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#softwareVersion", + "displayName" : [ { + "language" : "de", + "text" : "Softwareversion" + }, { + "language" : "en", + "text" : "software version" + } ], + "idShort" : "softwareVersion" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Common name of the marking." + }, { + "language" : "de", + "text" : "IRDI der Kennzeichnung." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "marking IRDI" + }, { + "language" : "de", + "text" : "Kennzeichnungsname (IRDI)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "markingName" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#markingName", + "displayName" : [ { + "language" : "en", + "text" : "marking IRDI" + }, { + "language" : "de", + "text" : "Kennzeichnungsname (IRDI)" + } ], + "idShort" : "markingName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Alphanumeric character sequence identifying a certificate or approval." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "designation of Certificate or Approval." + } ], + "shortName" : [ { + "language" : "en", + "text" : "designationOfCertificateOrApproval" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#designationOfCertificateOrApproval", + "displayName" : [ { + "language" : "en", + "text" : "designation of Certificate or Approval." + } ], + "idShort" : "designationOfCertificateOrApproval" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Datum zu welchem die Kennzeichnung ausgestellt wurde." + }, { + "language" : "en", + "text" : "Date, at which the specified certificate is issued. Note: format by lexical representation: CCYY-MM-DD. Note: to be specified to the day." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "issue date" + }, { + "language" : "de", + "text" : "Ausstelldatum" + } ], + "shortName" : [ { + "language" : "en", + "text" : "issueDate" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#issueDate", + "displayName" : [ { + "language" : "en", + "text" : "issue date" + }, { + "language" : "de", + "text" : "Ausstelldatum" + } ], + "idShort" : "issueDate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Date, at which the specified certificate expires. Note: format by lexical representation: CCYY-MM-DD. Note: to be specified to the day." + }, { + "language" : "de", + "text" : "Datum zu welchem die Kennzeichnung abläuft." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "expiry date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "shortName" : [ { + "language" : "en", + "text" : "expiryDate" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#expiryDate", + "displayName" : [ { + "language" : "en", + "text" : "expiry date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "idShort" : "expiryDate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Path and name of the file (with file extension).\n\nThe path can be absolute or relative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "resourceValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "resourceValue" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue", + "idShort" : "resourceValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Content type of the content of the file." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "contentType" + } ], + "shortName" : [ { + "language" : "en", + "text" : "contentType" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType", + "idShort" : "contentType" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Conformity symbol of the marking." + }, { + "language" : "de", + "text" : "Das Symbol für Konformität der Kennzeichnung." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "marking file" + }, { + "language" : "de", + "text" : "Kennzeichnungsbild" + } ], + "shortName" : [ { + "language" : "en", + "text" : "markingFile" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#markingFile", + "displayName" : [ { + "language" : "en", + "text" : "marking file" + }, { + "language" : "de", + "text" : "Kennzeichnungsbild" + } ], + "idShort" : "markingFile" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Zusätzlicher sprechender Text für die Kennzeichnung." + }, { + "language" : "en", + "text" : "Where applicable, additional information on the marking in plain text, e.g. the ID-number of the notified body involved in the conformity process." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "zusätzlicher Text" + }, { + "language" : "en", + "text" : "additional text" + } ], + "shortName" : [ { + "language" : "en", + "text" : "markingAdditionalText" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#markingAdditionalText", + "displayName" : [ { + "language" : "de", + "text" : "zusätzlicher Text" + }, { + "language" : "en", + "text" : "additional text" + } ], + "idShort" : "markingAdditionalText" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Produktkennzeichnungen" + }, { + "language" : "en", + "text" : "Markings of the product. Note: CE marking is declared as mandatory according to EU Blue Guide." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Kennzeichnungen" + }, { + "language" : "en", + "text" : "markings" + } ], + "shortName" : [ { + "language" : "en", + "text" : "markings" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#markings", + "displayName" : [ { + "language" : "de", + "text" : "Kennzeichnungen" + }, { + "language" : "en", + "text" : "markings" + } ], + "idShort" : "markings" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Top level of a 3 level manufacturer specific product hierarchy." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "manufacturer Product Root" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerProductRoot" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductRoot", + "displayName" : [ { + "language" : "en", + "text" : "manufacturer Product Root" + } ], + "idShort" : "manufacturerProductRoot" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Country where the product was manufactured. Note: Country codes defined accord. to DIN EN ISO 3166-1 alpha-2 codes." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "country of Origin" + } ], + "shortName" : [ { + "language" : "en", + "text" : "countryOfOrigin" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#countryOfOrigin", + "displayName" : [ { + "language" : "en", + "text" : "country of Origin" + } ], + "idShort" : "countryOfOrigin" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Unique string of characters for the identification of locations or buildings involved in a product’s value chain or used by actors involved in a product’s value chain." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "unique Identifier of a facility" + } ], + "shortName" : [ { + "language" : "en", + "text" : "uniqueFacilityIdentifier" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#uniqueFacilityIdentifier", + "displayName" : [ { + "language" : "en", + "text" : "unique Identifier of a facility" + } ], + "idShort" : "uniqueFacilityIdentifier" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#Nameplate" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/nameplate/3/0/Nameplate" + } ], + "type" : "ExternalReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#Nameplate/submodel", + "description" : [ { + "language" : "de", + "text" : "Enthält die Information zum Typenschild des Produkts." + }, { + "language" : "en", + "text" : "Contains the nameplate information attached to the product." + } ], + "idShort" : "Nameplate", + "submodelElements" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#uriOfTheProduct" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABN590%23002" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABH173%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:anyURI", + "displayName" : [ { + "language" : "en", + "text" : "URI of the product" + }, { + "language" : "de", + "text" : "URI des Produkts" + } ], + "idShort" : "uriOfTheProduct" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABA565%23009" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO677%23004" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Name des Herstellers." + }, { + "language" : "en", + "text" : "Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Herstellername" + }, { + "language" : "en", + "text" : "manufacturer name" + } ], + "idShort" : "manufacturerName" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductDesignation" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABA567%23009" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAW338%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Bezeichnung des Produkts." + }, { + "language" : "en", + "text" : "Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Produktbezeichnung" + }, { + "language" : "en", + "text" : "manufacturer product designation" + } ], + "idShort" : "manufacturerProductDesignation" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductFamily" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAU731%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABP464%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "2nd level of a 3 level manufacturer specific product hierarchy." + }, { + "language" : "de", + "text" : "Produktfamilie des Produkts." + } ], + "displayName" : [ { + "language" : "en", + "text" : "manufacturer product family" + }, { + "language" : "de", + "text" : "Produktfamilie" + } ], + "idShort" : "manufacturerProductFamily" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductType" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABA300%23008" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO057%23004" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Characteristic to differentiate between different products of a product family or special variants." + }, { + "language" : "de", + "text" : "Ausprägung für das Produkt, um unterschiedliche Einzelprodukte einer Produktfamilie zu unterscheiden." + } ], + "displayName" : [ { + "language" : "en", + "text" : "manufacturer product type" + }, { + "language" : "de", + "text" : "Produktausprägungen" + } ], + "idShort" : "manufacturerProductType" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#orderCodeOfManufacturer" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABA950%23008" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO227%23004" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "order code for the product" + }, { + "language" : "de", + "text" : "Bestellcode des Produkts" + } ], + "idShort" : "orderCodeOfManufacturer" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#productArticleNumberOfManufacturer" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABA581%23007" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO676%23005" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Unique product identifier of the manufacturer." + }, { + "language" : "de", + "text" : "Eindeutige Artikelnummer des Herstellers." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product article number" + }, { + "language" : "de", + "text" : "Artikelnummer des Produkts" + } ], + "idShort" : "productArticleNumberOfManufacturer" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61360_7#AAS002#001" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-AAQ837#008/0173-1#01-ADR448#008" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ837%23005" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://adminshell.io/zvei/nameplate/1/0/ContactInformations/AddressInformation" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/smt-dropin/smt-dropin-use/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Address information of the manufacturer." + }, { + "language" : "de", + "text" : "Adress-Information des Herstellers." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Addresse des Herstellers" + }, { + "language" : "en", + "text" : "adress of the manufacturer" + } ], + "idShort" : "addressInformation", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" + } ], + "idShort" : "roleOfContactPerson" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO134%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Länderkürzel." + }, { + "language" : "en", + "text" : "Code of a country (Country codes defined accord. to DIN EN ISO 3166-1)." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" + } ], + "idShort" : "nationalCode" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#LanguageSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAN468%23008" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-AAN468-008" + } ], + "type" : "ExternalReference" + } ], + "idShort" : "languages", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#languages" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "languages" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "time zone" + } ], + "idShort" : "timeZone" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO132%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Town or city." + }, { + "language" : "de", + "text" : "Ort." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Ort" + }, { + "language" : "en", + "text" : "City" + } ], + "idShort" : "cityTown" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#company" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAW001%23001" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Name of the company." + } ], + "displayName" : [ { + "language" : "en", + "text" : "company" + } ], + "idShort" : "company" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#department" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO127%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Administrative section within an organisation where a business partner is located." + } ], + "displayName" : [ { + "language" : "en", + "text" : "department" + } ], + "idShort" : "department" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ833%23005" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Phone number including type." + } ], + "idShort" : "phone", + "value" : [ { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO136%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner." + } ], + "displayName" : [ { + "language" : "en", + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" + } ], + "idShort" : "telephoneNumber" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO137%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "idShort" : "typeOfTelephone" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "Specification of the available time window." + } ], + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTime" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ834%23005" + } ], + "type" : "ExternalReference" + } ], + "displayName" : [ { + "language" : "de", + "text" : "Fax" + }, { + "language" : "en", + "text" : "fax" + } ], + "idShort" : "fax", + "value" : [ { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:idi:0173-1%2302-AAO195%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner's fax machine." + } ], + "displayName" : [ { + "language" : "en", + "text" : "fax number" + } ], + "idShort" : "faxNumber" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO196%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "type of fax number" + } ], + "idShort" : "typeOfFaxNumber" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ836%23005" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "E-mail address and encryption method." + } ], + "displayName" : [ { + "language" : "en", + "text" : "email" + }, { + "language" : "de", + "text" : "Email" + } ], + "idShort" : "email", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO198%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "email address" + } ], + "idShort" : "emailAddress" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO200%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Public part of an unsymmetrical key pair to sign or encrypt text or messages." + } ], + "displayName" : [ { + "language" : "en", + "text" : "public key" + } ], + "idShort" : "publicKey" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO199%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "type of email address" + } ], + "idShort" : "typeOfEmailAddress" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO201%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Characterization of a public key according to its encryption process." + } ], + "displayName" : [ { + "language" : "en", + "text" : "type of public key" + } ], + "idShort" : "typeOfPublicKey" + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#IpCommunicationChannelSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "IP-based communication channels, e.g. chat or video call." + } ], + "displayName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "idShort" : "iPCommunicationChannels", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "IP-based communication channels, e.g. chat or video call." + } ], + "displayName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "idShort" : "iPCommunicationChannels", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ326%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLinkOfIpCommunicationChannel" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "type of communication" + } ], + "idShort" : "typeOfCommunication" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Specification of the available time windows." + } ], + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTimeIpCommunicationChannel" + } ] + } ] + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#street" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO128%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Straße und Nummer." + }, { + "language" : "en", + "text" : "Street name and house number." + } ], + "displayName" : [ { + "language" : "en", + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" + } ], + "idShort" : "street" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO129%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "ZIP code of address." + } ], + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + } ], + "idShort" : "zipCode" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO130%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "P.O. box number." + } ], + "displayName" : [ { + "language" : "en", + "text" : "P.O. box" + } ], + "idShort" : "poBox" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO129%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "ZIP code of address." + }, { + "language" : "de", + "text" : "Postleitzahl." + } ], + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" + } ], + "idShort" : "zipCodeOfPoBox" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO133%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Federal state, a part of a state." + }, { + "language" : "de", + "text" : "Bundesland/Region" + } ], + "displayName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { + "language" : "en", + "text" : "state/county" + } ], + "idShort" : "stateCounty" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact" + } ], + "type" : "ExternalReference" + }, + "displayName" : [ { + "language" : "en", + "text" : "name of contact" + } ], + "idShort" : "nameOfContact" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO206%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "First name of a contact person." + } ], + "displayName" : [ { + "language" : "en", + "text" : "first name" + } ], + "idShort" : "firstName" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO207%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Middle names of contact person." + } ], + "displayName" : [ { + "language" : "en", + "text" : "middle names" + } ], + "idShort" : "middleNames" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#title" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO208%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Common, formal, religious, or other title preceding a contact person's name." + } ], + "displayName" : [ { + "language" : "en", + "text" : "title" + } ], + "idShort" : "title" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO209%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Academic title preceding a contact person's name." + } ], + "displayName" : [ { + "language" : "en", + "text" : "academic title" + } ], + "idShort" : "academicTitle" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO210%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Additional information of the contact person." + } ], + "idShort" : "furtherDetailsOfContact" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ326%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLink" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#serialNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAM556%23004" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABA951%23009" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Seriennummer" + }, { + "language" : "en", + "text" : "serial number" + } ], + "idShort" : "serialNumber" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#yearOfConstruction" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAP906%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABP000%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "year of construction" + }, { + "language" : "de", + "text" : "Konstruktionsjahr" + } ], + "idShort" : "yearOfConstruction" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#dateOfManufacture" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAR972%23004" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABB757%23007" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Herstelldatum" + }, { + "language" : "en", + "text" : "date of manufacture" + } ], + "idShort" : "dateOfManufacture" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#logoCompany" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "displayName" : [ { + "language" : "en", + "text" : "company logo" + }, { + "language" : "de", + "text" : "Firmenlogo" + } ], + "idShort" : "logoCompany" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#hardwareVersion" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABA926%23008" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAN270%23004" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Hardwareversion" + }, { + "language" : "en", + "text" : "hardware version" + } ], + "idShort" : "hardwareVersion" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#firmwareVersion" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABA302%23006" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAM985%23004" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "firmware version" + }, { + "language" : "de", + "text" : "Firmwareversion" + } ], + "idShort" : "firmwareVersion" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#softwareVersion" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAM737%23004" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABA601%23008" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Softwareversion" + }, { + "language" : "en", + "text" : "software version" + } ], + "idShort" : "softwareVersion" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#Markings" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61360_7%23AAS006%23001" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Produktkennzeichnungen" + }, { + "language" : "en", + "text" : "Markings of the product. Note: CE marking is declared as mandatory according to EU Blue Guide." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Kennzeichnungen" + }, { + "language" : "en", + "text" : "markings" + } ], + "idShort" : "markings", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61360_7%23AAS009%23001" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Produktkennzeichnungen" + }, { + "language" : "en", + "text" : "Markings of the product. Note: CE marking is declared as mandatory according to EU Blue Guide." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Kennzeichnungen" + }, { + "language" : "en", + "text" : "markings" + } ], + "idShort" : "markings", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#markingName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABA231%23009" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingName" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "marking IRDI" + }, { + "language" : "de", + "text" : "Kennzeichnungsname (IRDI)" + } ], + "idShort" : "markingName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#designationOfCertificateOrApproval" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABH783%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "designation of Certificate or Approval." + } ], + "idShort" : "designationOfCertificateOrApproval" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#issueDate" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/IssueDate" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:date", + "displayName" : [ { + "language" : "en", + "text" : "issue date" + }, { + "language" : "de", + "text" : "Ausstelldatum" + } ], + "idShort" : "issueDate" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#expiryDate" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExpiryDate" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:date", + "displayName" : [ { + "language" : "en", + "text" : "expiry date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "idShort" : "expiryDate" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/File" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingFile" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Conformity symbol of the marking." + }, { + "language" : "de", + "text" : "Das Symbol für Konformität der Kennzeichnung." + } ], + "displayName" : [ { + "language" : "en", + "text" : "marking file" + }, { + "language" : "de", + "text" : "Kennzeichnungsbild" + } ], + "idShort" : "markingFile", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "resourceValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "contentType" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#markingAdditionalText" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABI192%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingAdditionalText" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABB146%23007" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "zusätzlicher Text" + }, { + "language" : "en", + "text" : "additional text" + } ], + "idShort" : "markingAdditionalText" + } ] + } ] + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductRoot" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61360_7%23AAS011%23001" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAU732%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Top level of a 3 level manufacturer specific product hierarchy." + } ], + "displayName" : [ { + "language" : "en", + "text" : "manufacturer Product Root" + } ], + "idShort" : "manufacturerProductRoot" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#countryOfOrigin" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0112/2///61987%23ABP462%23001" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO259%23007" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "country of Origin" + } ], + "idShort" : "countryOfOrigin" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#uniqueFacilityIdentifier" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://adminshell.io/idta/nameplate/3/0/UniqueFacilityIdentifier" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "unique Identifier of a facility" + } ], + "idShort" : "uniqueFacilityIdentifier" + } ] + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.aas.xml b/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.aas.xml new file mode 100644 index 0000000..aecce8e --- /dev/null +++ b/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.aas.xml @@ -0,0 +1,5637 @@ + + + + + defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#Nameplate + + Type + + + + ModelReference + + + Submodel + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#Nameplate/submodel + + + + + + + + + Nameplate + + + de + Enthält die Information zum Typenschild des Produkts. + + + en + Contains the nameplate information attached to the product. + + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#Nameplate/submodel + Template + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#Nameplate + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/nameplate/3/0/Nameplate + + + + + + + uriOfTheProduct + + + en + URI of the product + + + de + URI des Produkts + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#uriOfTheProduct + + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABN590%23002 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABH173%23003 + + + + + xs:anyURI + + + manufacturerName + + + de + Herstellername + + + en + manufacturer name + + + + + de + Name des Herstellers. + + + en + Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerName + + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABA565%23009 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO677%23004 + + + + + + + manufacturerProductDesignation + + + de + Produktbezeichnung + + + en + manufacturer product designation + + + + + de + Bezeichnung des Produkts. + + + en + Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductDesignation + + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABA567%23009 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAW338%23003 + + + + + + + manufacturerProductFamily + + + en + manufacturer product family + + + de + Produktfamilie + + + + + en + 2nd level of a 3 level manufacturer specific product hierarchy. + + + de + Produktfamilie des Produkts. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductFamily + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAU731%23003 + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABP464%23002 + + + + + + + manufacturerProductType + + + en + manufacturer product type + + + de + Produktausprägungen + + + + + en + Characteristic to differentiate between different products of a product family or special variants. + + + de + Ausprägung für das Produkt, um unterschiedliche Einzelprodukte einer Produktfamilie zu unterscheiden. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductType + + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABA300%23008 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO057%23004 + + + + + + + orderCodeOfManufacturer + + + en + order code for the product + + + de + Bestellcode des Produkts + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#orderCodeOfManufacturer + + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABA950%23008 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO227%23004 + + + + + xs:string + + + productArticleNumberOfManufacturer + + + en + product article number + + + de + Artikelnummer des Produkts + + + + + en + Unique product identifier of the manufacturer. + + + de + Eindeutige Artikelnummer des Herstellers. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#productArticleNumberOfManufacturer + + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABA581%23007 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO676%23005 + + + + + + + addressInformation + + + de + Addresse des Herstellers + + + en + adress of the manufacturer + + + + + en + Address information of the manufacturer. + + + de + Adress-Information des Herstellers. + + + + + ExternalReference + + + GlobalReference + 0112/2///61360_7#AAS002#001 + + + + + ExternalReference + + + GlobalReference + 0173-1#02-AAQ837#008/0173-1#01-ADR448#008 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ837%23005 + + + + + ExternalReference + + + GlobalReference + https://adminshell.io/zvei/nameplate/1/0/ContactInformations/AddressInformation + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/smt-dropin/smt-dropin-use/1/0 + + + + + + + roleOfContactPerson + + + de + Rolle der Kontaktperson + + + en + role of contact person + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson + + + + xs:string + + + nationalCode + + + de + Länderkürzel + + + en + National code + + + + + de + Länderkürzel. + + + en + Code of a country (Country codes defined accord. to DIN EN ISO 3166-1). + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO134%23002 + + + + + + + languages + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#LanguageSet + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAN468%23008 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-AAN468-008 + + + + + false + SubmodelElementCollection + + + languages + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#languages + + + + xs:string + + + + + timeZone + + + en + time zone + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone + + + + + xs:string + + + cityTown + + + de + Ort + + + en + City + + + + + en + Town or city. + + + de + Ort. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO132%23002 + + + + + + + company + + + en + company + + + + + en + Name of the company. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#company + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAW001%23001 + + + + + + + department + + + en + department + + + + + en + Administrative section within an organisation where a business partner is located. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#department + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO127%23003 + + + + + + + phone + + + en + Phone number including type. + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ833%23005 + + + + + + + telephoneNumber + + + en + telephone number + + + de + Telefonnummer + + + + + en + Complete telephone number to be called to reach a business partner. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO136%23002 + + + + + + + typeOfTelephone + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO137%23003 + + + + + xs:string + + + availableTime + + + en + available time + + + + + en + Specification of the available time window. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime + + + + + + + + fax + + + de + Fax + + + en + fax + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ834%23005 + + + + + + + faxNumber + + + en + fax number + + + + + en + Complete telephone number to be called to reach a business partner's fax machine. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber + + + + + + ExternalReference + + + GlobalReference + urn:idi:0173-1%2302-AAO195%23002 + + + + + + + typeOfFaxNumber + + + en + type of fax number + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO196%23003 + + + + + xs:string + + + + + email + + + en + email + + + de + Email + + + + + en + E-mail address and encryption method. + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ836%23005 + + + + + + + emailAddress + + + en + email address + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO198%23002 + + + + + xs:string + + + publicKey + + + en + public key + + + + + en + Public part of an unsymmetrical key pair to sign or encrypt text or messages. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO200%23002 + + + + + + + typeOfEmailAddress + + + en + type of email address + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO199%23003 + + + + + xs:string + + + typeOfPublicKey + + + en + type of public key + + + + + en + Characterization of a public key according to its encryption process. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO201%23002 + + + + + + + + + iPCommunicationChannels + + + en + IP communication channel + + + + + en + IP-based communication channels, e.g. chat or video call. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#IpCommunicationChannelSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication + + + + + false + SubmodelElementCollection + + + iPCommunicationChannels + + + en + IP communication channel + + + + + en + IP-based communication channels, e.g. chat or video call. + + + + + addressOfAdditionalLinkOfIpCommunicationChannel + + + en + address of additional link + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ326%23002 + + + + + xs:string + + + typeOfCommunication + + + en + type of communication + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication + + + + + xs:string + + + availableTimeIpCommunicationChannel + + + en + available time + + + + + en + Specification of the available time windows. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/ + + + + + + + + + + + street + + + en + street + + + de + Straße + + + + + de + Straße und Nummer. + + + en + Street name and house number. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#street + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO128%23002 + + + + + + + zipCode + + + en + ZIP code + + + + + en + ZIP code of address. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO129%23002 + + + + + + + poBox + + + en + P.O. box + + + + + en + P.O. box number. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO130%23002 + + + + + + + zipCodeOfPoBox + + + en + ZIP code + + + de + Postleitzahl + + + + + en + ZIP code of address. + + + de + Postleitzahl. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO129%23002 + + + + + + + stateCounty + + + de + Bundesland/Region + + + en + state/county + + + + + en + Federal state, a part of a state. + + + de + Bundesland/Region + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO133%23002 + + + + + + + nameOfContact + + + en + name of contact + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact + + + + + + firstName + + + en + first name + + + + + en + First name of a contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO206%23002 + + + + + + + middleNames + + + en + middle names + + + + + en + Middle names of contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO207%23002 + + + + + + + title + + + en + title + + + + + en + Common, formal, religious, or other title preceding a contact person's name. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#title + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO208%23003 + + + + + + + academicTitle + + + en + academic title + + + + + en + Academic title preceding a contact person's name. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO209%23003 + + + + + + + furtherDetailsOfContact + + + en + Additional information of the contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO210%23002 + + + + + + + addressOfAdditionalLink + + + en + address of additional link + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ326%23002 + + + + + xs:string + + + + + serialNumber + + + de + Seriennummer + + + en + serial number + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#serialNumber + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAM556%23004 + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABA951%23009 + + + + + xs:string + + + yearOfConstruction + + + en + year of construction + + + de + Konstruktionsjahr + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#yearOfConstruction + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAP906%23003 + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABP000%23002 + + + + + xs:string + + + dateOfManufacture + + + de + Herstelldatum + + + en + date of manufacture + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#dateOfManufacture + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAR972%23004 + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABB757%23007 + + + + + xs:string + + + logoCompany + + + en + company logo + + + de + Firmenlogo + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#logoCompany + + + + xs:anyURI + + + hardwareVersion + + + de + Hardwareversion + + + en + hardware version + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#hardwareVersion + + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABA926%23008 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAN270%23004 + + + + + xs:string + + + firmwareVersion + + + en + firmware version + + + de + Firmwareversion + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#firmwareVersion + + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABA302%23006 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAM985%23004 + + + + + xs:string + + + softwareVersion + + + de + Softwareversion + + + en + software version + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#softwareVersion + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAM737%23004 + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABA601%23008 + + + + + xs:string + + + markings + + + de + Kennzeichnungen + + + en + markings + + + + + de + Produktkennzeichnungen + + + en + Markings of the product. Note: CE marking is declared as mandatory according to EU Blue Guide. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#Markings + + + + + + ExternalReference + + + GlobalReference + 0112/2///61360_7%23AAS006%23001 + + + + + false + SubmodelElementCollection + + + markings + + + de + Kennzeichnungen + + + en + markings + + + + + de + Produktkennzeichnungen + + + en + Markings of the product. Note: CE marking is declared as mandatory according to EU Blue Guide. + + + + + ExternalReference + + + GlobalReference + 0112/2///61360_7%23AAS009%23001 + + + + + + + markingName + + + en + marking IRDI + + + de + Kennzeichnungsname (IRDI) + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#markingName + + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABA231%23009 + + + + + ExternalReference + + + GlobalReference + urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingName + + + + + xs:string + + + designationOfCertificateOrApproval + + + en + designation of Certificate or Approval. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#designationOfCertificateOrApproval + + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABH783%23003 + + + + + xs:string + + + issueDate + + + en + issue date + + + de + Ausstelldatum + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#issueDate + + + + + + ExternalReference + + + GlobalReference + urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/IssueDate + + + + + xs:date + + + expiryDate + + + en + expiry date + + + de + Ablaufdatum + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#expiryDate + + + + + + ExternalReference + + + GlobalReference + urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExpiryDate + + + + + xs:date + + + markingFile + + + en + marking file + + + de + Kennzeichnungsbild + + + + + en + Conformity symbol of the marking. + + + de + Das Symbol für Konformität der Kennzeichnung. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/File + + + + + ExternalReference + + + GlobalReference + urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingFile + + + + + + + resourceValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + xs:anyURI + + + contentType + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + xs:string + + + + + markingAdditionalText + + + de + zusätzlicher Text + + + en + additional text + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#markingAdditionalText + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABI192%23003 + + + + + ExternalReference + + + GlobalReference + urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingAdditionalText + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABB146%23007 + + + + + xs:string + + + + + + + manufacturerProductRoot + + + en + manufacturer Product Root + + + + + en + Top level of a 3 level manufacturer specific product hierarchy. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductRoot + + + + + + ExternalReference + + + GlobalReference + 0112/2///61360_7%23AAS011%23001 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAU732%23003 + + + + + + + countryOfOrigin + + + en + country of Origin + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#countryOfOrigin + + + + + + ExternalReference + + + GlobalReference + 0112/2///61987%23ABP462%23001 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO259%23007 + + + + + xs:string + + + uniqueFacilityIdentifier + + + en + unique Identifier of a facility + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#uniqueFacilityIdentifier + + + + + + ExternalReference + + + GlobalReference + https://adminshell.io/idta/nameplate/3/0/UniqueFacilityIdentifier + + + + + xs:string + + + + + + + APPLICATION_CLASS + Nameplate + + + de + Typenschild + + + en + nameplate + + + + + de + Enthält die Information zum Typenschild des Produkts. + + + en + Contains the nameplate information attached to the product. + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#Nameplate + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Typenschild + + + en + nameplate + + + + + en + Nameplate + + + + + de + Enthält die Information zum Typenschild des Produkts. + + + en + Contains the nameplate information attached to the product. + + + + + + + + + uriOfTheProduct + + + en + URI of the product + + + de + URI des Produkts + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#uriOfTheProduct + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + URI of the product + + + de + URI des Produkts + + + + + en + uriOfTheProduct + + + STRING + + + de + Global eindeutige Identifikation des Produkts. + + + en + Unique global identification of the product using an universal resource identifier (URI). + + + + + + + + + manufacturerName + + + de + Herstellername + + + en + manufacturer name + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Herstellername + + + en + manufacturer name + + + + + en + manufacturerName + + + STRING + + + de + Name des Herstellers. + + + en + Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation. + + + + + + + + + manufacturerProductDesignation + + + de + Produktbezeichnung + + + en + manufacturer product designation + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductDesignation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Produktbezeichnung + + + en + manufacturer product designation + + + + + en + manufacturerProductDesignation + + + STRING + + + de + Bezeichnung des Produkts. + + + en + Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy. + + + + + + + + + manufacturerProductFamily + + + en + manufacturer product family + + + de + Produktfamilie + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductFamily + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + manufacturer product family + + + de + Produktfamilie + + + + + en + manufacturerProductFamily + + + STRING + + + en + 2nd level of a 3 level manufacturer specific product hierarchy. + + + de + Produktfamilie des Produkts. + + + + + + + + + manufacturerProductType + + + en + manufacturer product type + + + de + Produktausprägungen + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + manufacturer product type + + + de + Produktausprägungen + + + + + en + manufacturerProductType + + + STRING + + + en + Characteristic to differentiate between different products of a product family or special variants. + + + de + Ausprägung für das Produkt, um unterschiedliche Einzelprodukte einer Produktfamilie zu unterscheiden. + + + + + + + + + orderCodeOfManufacturer + + + en + order code for the product + + + de + Bestellcode des Produkts + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#orderCodeOfManufacturer + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + order code for the product + + + de + Bestellcode des Produkts + + + + + en + orderCodeOfManufacturer + + + STRING + + + de + Eindeutige Zahlen- und Buchstabenkombination um das Produkt eindeutig für die Bestellung zu identifizieren. + + + en + Unique combination of numbers and letters used to identify the device for ordering. + + + + + + + + + productArticleNumberOfManufacturer + + + en + product article number + + + de + Artikelnummer des Produkts + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#productArticleNumberOfManufacturer + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product article number + + + de + Artikelnummer des Produkts + + + + + en + productArticleNumberOfManufacturer + + + STRING + + + en + Unique product identifier of the manufacturer. + + + de + Eindeutige Artikelnummer des Herstellers. + + + + + + + + + roleOfContactPerson + + + de + Rolle der Kontaktperson + + + en + role of contact person + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Rolle der Kontaktperson + + + en + role of contact person + + + + + en + roleOfContactPerson + + + STRING + + + en + Function of a contact person in a process +enumeration: 0173-1%2307-AAS927%23001 (administrativ contact), 0173-1%2307-AAS928%23001 (commercial contact), 0173-1%2307-AAS929%23001 (other contact), 0173-1%2307-AAS930%23001 (hazardous goods contact), 0173-1%2307-AAS931%23001 (technical contact) +Note: the above mentioned ECLASS enumeration should be declared as “open” for further addition. + + + + + + + + + nationalCode + + + de + Länderkürzel + + + en + National code + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Länderkürzel + + + en + National code + + + + + en + nationalCode + + + STRING + + + de + Länderkürzel. + + + en + Code of a country (Country codes defined accord. to DIN EN ISO 3166-1). + + + + + + + + + languages + urn:samm:io.admin-shell.idta.shared:3.1.0#languages + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + languages + + + + + en + languages + + + STRING + + + + + + + timeZone + + + en + time zone + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + time zone + + + + + en + timeZone + + + STRING + + + en + Offsets from Coordinated Universal Time (UTC) +Note: notation accord. to ISO 8601 +Note: for time in UTC the zone designator “Z” is to be used. + + + + + + + + + cityTown + + + de + Ort + + + en + City + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Ort + + + en + City + + + + + en + cityTown + + + STRING + + + en + Town or city. + + + de + Ort. + + + + + + + + + company + + + en + company + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#company + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + company + + + + + en + company + + + STRING + + + en + Name of the company. + + + + + + + + + department + + + en + department + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#department + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + department + + + + + en + department + + + STRING + + + en + Administrative section within an organisation where a business partner is located. + + + + + + + + + telephoneNumber + + + en + telephone number + + + de + Telefonnummer + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + telephone number + + + de + Telefonnummer + + + + + en + telephoneNumber + + + STRING + + + en + Complete telephone number to be called to reach a business partner. + + + + + + + + + typeOfTelephone + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + typeOfTelephone + + + + + en + typeOfTelephone + + + STRING + + + en + Characterization of a telephone according to its location or usage. +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS755%23001 (office mobile), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home), 0173-1%2307-AAS759%23001 (private mobile). + + + + + + + + + availableTime + + + en + available time + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + available time + + + + + en + availableTime + + + STRING + + + en + Specification of the available time window. + + + + + + + + + phone + urn:samm:io.admin-shell.idta.contact_information:1.0.0#phone + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + phone + + + + + en + phone + + + STRING + + + en + Phone number including type. + + + + + + + + + faxNumber + + + en + fax number + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + fax number + + + + + en + faxNumber + + + STRING + + + en + Complete telephone number to be called to reach a business partner's fax machine. + + + + + + + + + typeOfFaxNumber + + + en + type of fax number + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of fax number + + + + + en + typeOfFaxNumber + + + STRING + + + en + Characterization of the fax according its location or usage +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS758%23001 (home). + + + + + + + + + fax + + + de + Fax + + + en + fax + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#fax + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Fax + + + en + fax + + + + + en + fax + + + STRING + + + + + + + emailAddress + + + en + email address + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + email address + + + + + en + emailAddress + + + STRING + + + en + Electronic mail address of a business partner. + + + + + + + + + publicKey + + + en + public key + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + public key + + + + + en + publicKey + + + STRING + + + en + Public part of an unsymmetrical key pair to sign or encrypt text or messages. + + + + + + + + + typeOfEmailAddress + + + en + type of email address + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of email address + + + + + en + typeOfEmailAddress + + + STRING + + + en + Characterization of an e-mail address according to its location or usage +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home). + + + + + + + + + typeOfPublicKey + + + en + type of public key + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of public key + + + + + en + typeOfPublicKey + + + STRING + + + en + Characterization of a public key according to its encryption process. + + + + + + + + + email + + + en + email + + + de + Email + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#email + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + email + + + de + Email + + + + + en + email + + + STRING + + + en + E-mail address and encryption method. + + + + + + + + + addressOfAdditionalLinkOfIpCommunicationChannel + + + en + address of additional link + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + address of additional link + + + + + en + addressOfAdditionalLinkOfIpCommunicationChannel + + + STRING + + + en + Web site address where information about the product or contact is given. + + + + + + + + + typeOfCommunication + + + en + type of communication + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of communication + + + + + en + typeOfCommunication + + + STRING + + + en + Characterization of an IP-based communication channel. + + + + + + + + + availableTimeIpCommunicationChannel + + + en + available time + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + available time + + + + + en + availableTimeIpCommunicationChannel + + + STRING + + + en + Specification of the available time windows. + + + + + + + + + iPCommunicationChannels + + + en + IP communication channel + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#iPCommunicationChannels + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + IP communication channel + + + + + en + iPCommunicationChannels + + + STRING + + + en + IP-based communication channels, e.g. chat or video call. + + + + + + + + + street + + + en + street + + + de + Straße + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#street + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + street + + + de + Straße + + + + + en + street + + + STRING + + + de + Straße und Nummer. + + + en + Street name and house number. + + + + + + + + + zipCode + + + en + ZIP code + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ZIP code + + + + + en + zipCode + + + STRING + + + en + ZIP code of address. + + + + + + + + + poBox + + + en + P.O. box + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + P.O. box + + + + + en + poBox + + + STRING + + + en + P.O. box number. + + + + + + + + + zipCodeOfPoBox + + + en + ZIP code + + + de + Postleitzahl + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ZIP code + + + de + Postleitzahl + + + + + en + zipCodeOfPoBox + + + STRING + + + en + ZIP code of address. + + + de + Postleitzahl. + + + + + + + + + stateCounty + + + de + Bundesland/Region + + + en + state/county + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Bundesland/Region + + + en + state/county + + + + + en + stateCounty + + + STRING + + + en + Federal state, a part of a state. + + + de + Bundesland/Region + + + + + + + + + nameOfContact + + + en + name of contact + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + name of contact + + + + + en + nameOfContact + + + STRING + + + + + + + firstName + + + en + first name + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + first name + + + + + en + firstName + + + STRING + + + en + First name of a contact person. + + + + + + + + + middleNames + + + en + middle names + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + middle names + + + + + en + middleNames + + + STRING + + + en + Middle names of contact person. + + + + + + + + + title + + + en + title + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#title + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + title + + + + + en + title + + + STRING + + + en + Common, formal, religious, or other title preceding a contact person's name. + + + + + + + + + academicTitle + + + en + academic title + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + academic title + + + + + en + academicTitle + + + STRING + + + en + Academic title preceding a contact person's name. + + + + + + + + + furtherDetailsOfContact + urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + furtherDetailsOfContact + + + + + en + furtherDetailsOfContact + + + STRING + + + en + Additional information of the contact person. + + + + + + + + + addressOfAdditionalLink + + + en + address of additional link + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + address of additional link + + + + + en + addressOfAdditionalLink + + + STRING + + + en + Web site address where information about the product or contact is given. + + + + + + + + + addressInformation + + + de + Addresse des Herstellers + + + en + adress of the manufacturer + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#addressInformation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Addresse des Herstellers + + + en + adress of the manufacturer + + + + + en + addressInformation + + + STRING + + + en + Address information of the manufacturer. + + + de + Adress-Information des Herstellers. + + + + + + + + + serialNumber + + + de + Seriennummer + + + en + serial number + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#serialNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Seriennummer + + + en + serial number + + + + + en + serialNumber + + + STRING + + + en + Unique combination of numbers and letters used to identify the device once it has been manufactured. + + + de + Die Seriennummer des Produkts. + + + + + + + + + yearOfConstruction + + + en + year of construction + + + de + Konstruktionsjahr + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#yearOfConstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + year of construction + + + de + Konstruktionsjahr + + + + + en + yearOfConstruction + + + STRING + + + en + Year in which the manufacturing process is completed. + + + de + Das Jahr, in dem das Produkt fertig gestellt wurde. + + + + + + + + + dateOfManufacture + + + de + Herstelldatum + + + en + date of manufacture + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#dateOfManufacture + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Herstelldatum + + + en + date of manufacture + + + + + en + dateOfManufacture + + + STRING + + + de + Datum, zu dem das Produkt hergestellt wurde. + + + en + Date when an item was manufactured- + + + + + + + + + logoCompany + + + en + company logo + + + de + Firmenlogo + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#logoCompany + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + company logo + + + de + Firmenlogo + + + + + en + logoCompany + + + STRING + + + de + Das Firmenlogo des Produkts. + + + en + A graphic mark used to represent a company, an organisation or a product. + + + + + + + + + hardwareVersion + + + de + Hardwareversion + + + en + hardware version + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#hardwareVersion + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Hardwareversion + + + en + hardware version + + + + + en + hardwareVersion + + + STRING + + + de + Version der Hardware. + + + en + Version of the hardware supplied with the device. + + + + + + + + + firmwareVersion + + + en + firmware version + + + de + Firmwareversion + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#firmwareVersion + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + firmware version + + + de + Firmwareversion + + + + + en + firmwareVersion + + + STRING + + + de + Version der Firmware. + + + en + Version of the firmware supplied with the device. + + + + + + + + + softwareVersion + + + de + Softwareversion + + + en + software version + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#softwareVersion + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Softwareversion + + + en + software version + + + + + en + softwareVersion + + + STRING + + + de + Version der Software. + + + en + Version of the software used by the device. + + + + + + + + + markingName + + + en + marking IRDI + + + de + Kennzeichnungsname (IRDI) + + + urn:samm:io.admin-shell.idta.shared:3.1.0#markingName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + marking IRDI + + + de + Kennzeichnungsname (IRDI) + + + + + en + markingName + + + STRING + + + en + Common name of the marking. + + + de + IRDI der Kennzeichnung. + + + + + + + + + designationOfCertificateOrApproval + + + en + designation of Certificate or Approval. + + + urn:samm:io.admin-shell.idta.shared:3.1.0#designationOfCertificateOrApproval + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + designation of Certificate or Approval. + + + + + en + designationOfCertificateOrApproval + + + STRING + + + en + Alphanumeric character sequence identifying a certificate or approval. + + + + + + + + + issueDate + + + en + issue date + + + de + Ausstelldatum + + + urn:samm:io.admin-shell.idta.shared:3.1.0#issueDate + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + issue date + + + de + Ausstelldatum + + + + + en + issueDate + + + STRING + + + de + Datum zu welchem die Kennzeichnung ausgestellt wurde. + + + en + Date, at which the specified certificate is issued. Note: format by lexical representation: CCYY-MM-DD. Note: to be specified to the day. + + + + + + + + + expiryDate + + + en + expiry date + + + de + Ablaufdatum + + + urn:samm:io.admin-shell.idta.shared:3.1.0#expiryDate + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + expiry date + + + de + Ablaufdatum + + + + + en + expiryDate + + + STRING + + + en + Date, at which the specified certificate expires. Note: format by lexical representation: CCYY-MM-DD. Note: to be specified to the day. + + + de + Datum zu welchem die Kennzeichnung abläuft. + + + + + + + + + resourceValue + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + resourceValue + + + + + en + resourceValue + + + STRING + + + en + Path and name of the file (with file extension). + +The path can be absolute or relative. + + + + + + + + + contentType + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + contentType + + + + + en + contentType + + + STRING + + + en + Content type of the content of the file. + + + + + + + + + markingFile + + + en + marking file + + + de + Kennzeichnungsbild + + + urn:samm:io.admin-shell.idta.shared:3.1.0#markingFile + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + marking file + + + de + Kennzeichnungsbild + + + + + en + markingFile + + + STRING + + + en + Conformity symbol of the marking. + + + de + Das Symbol für Konformität der Kennzeichnung. + + + + + + + + + markingAdditionalText + + + de + zusätzlicher Text + + + en + additional text + + + urn:samm:io.admin-shell.idta.shared:3.1.0#markingAdditionalText + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + zusätzlicher Text + + + en + additional text + + + + + en + markingAdditionalText + + + STRING + + + de + Zusätzlicher sprechender Text für die Kennzeichnung. + + + en + Where applicable, additional information on the marking in plain text, e.g. the ID-number of the notified body involved in the conformity process. + + + + + + + + + markings + + + de + Kennzeichnungen + + + en + markings + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#markings + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Kennzeichnungen + + + en + markings + + + + + en + markings + + + STRING + + + de + Produktkennzeichnungen + + + en + Markings of the product. Note: CE marking is declared as mandatory according to EU Blue Guide. + + + + + + + + + manufacturerProductRoot + + + en + manufacturer Product Root + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#manufacturerProductRoot + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + manufacturer Product Root + + + + + en + manufacturerProductRoot + + + STRING + + + en + Top level of a 3 level manufacturer specific product hierarchy. + + + + + + + + + countryOfOrigin + + + en + country of Origin + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#countryOfOrigin + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + country of Origin + + + + + en + countryOfOrigin + + + STRING + + + en + Country where the product was manufactured. Note: Country codes defined accord. to DIN EN ISO 3166-1 alpha-2 codes. + + + + + + + + + uniqueFacilityIdentifier + + + en + unique Identifier of a facility + + + urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#uniqueFacilityIdentifier + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + unique Identifier of a facility + + + + + en + uniqueFacilityIdentifier + + + STRING + + + en + Unique string of characters for the identification of locations or buildings involved in a product’s value chain or used by actors involved in a product’s value chain. + + + + + + + + + diff --git a/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.aasx b/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.aasx new file mode 100644 index 0000000000000000000000000000000000000000..34f2c9d0f2500203fd21902b676c1798a96a0be9 GIT binary patch literal 14425 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 + + + + + + + + + + + + Documentation nameplate + + +
+
+
+
+

Aspect Model nameplate

+
urn:samm:io.admin-shell.idta.digital_nameplate:3.0.0#Nameplate
+
+
+
+
+
+
+
+ +
+ + +
+ Contains the nameplate information attached to the product. +
+ + +
+

Overview

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

Properties

+
+ +
+ +
+

URI of the product

+
+ +Unique global identification of the product using an universal resource identifier (URI). + +
+
Name
+
uriOfTheProduct
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
https://dc-qr.com/?m=R123456789
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
URIOfTheProduct
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABN590%23002
  • +
+
    +
  • urn:irdi:0173-1%2302-ABH173%23003
  • +
+
+
+ +
+
+ +
+

adress of the manufacturer

+
+ +Address information of the manufacturer. + +
+
Name
+
addressInformation
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
AddressInformation
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/smt-dropin/smt-dropin-use/1/0
  • +
+
    +
  • https://adminshell.io/zvei/nameplate/1/0/ContactInformations/AddressInformation
  • +
+
    +
  • urn:irdi:0112/2///61360_7#AAS002#001
  • +
+
    +
  • urn:irdi:0173-1#02-AAQ837#008/0173-1#01-ADR448#008
  • +
+
+
+ +
+
+ +
+

company logo

+
+ +A graphic mark used to represent a company, an organisation or a product. + +
+
Name
+
logoCompany
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
LogoCompany
+
+ + +
+
+ +
+

country of Origin

+
+ +Country where the product was manufactured. Note: Country codes defined accord. to DIN EN ISO 3166-1 alpha-2 codes. + +
+
Name
+
countryOfOrigin
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
CountryOfOrigin
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABP462%23001
  • +
+
    +
  • urn:irdi:0173-1%2302-AAO259%23007
  • +
+
+
+ +
+
+ +
+

date of manufacture

+
+ +Date when an item was manufactured- + +
+
Name
+
dateOfManufacture
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
2009-01-01
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
DateOfManufacture
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABB757%23007
  • +
+
    +
  • urn:irdi:0173-1%2302-AAR972%23004
  • +
+
+
+ +
+
+ +
+

firmware version

+
+ +Version of the firmware supplied with the device. + +
+
Name
+
firmwareVersion
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
FS1
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
FirmwareVersion
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABA302%23006
  • +
+
    +
  • urn:irdi:0173-1%2302-AAM985%23004
  • +
+
+
+ +
+
+ +
+

hardware version

+
+ +Version of the hardware supplied with the device. + +
+
Name
+
hardwareVersion
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
AS1
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
HardwareVersion
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABA926%23008
  • +
+
    +
  • urn:irdi:0173-1%2302-AAN270%23004
  • +
+
+
+ +
+
+ +
+

manufacturer Product Root

+
+ +Top level of a 3 level manufacturer specific product hierarchy. + +
+
Name
+
manufacturerProductRoot
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerProductRoot
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61360_7%23AAS011%23001
  • +
+
    +
  • urn:irdi:0173-1%2302-AAU732%23003
  • +
+
+
+ +
+
+ +
+

manufacturer name

+
+ +Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation. + +
+
Name
+
manufacturerName
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerName
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABA565%23009
  • +
+
    +
  • urn:irdi:0173-1%2302-AAO677%23004
  • +
+
+
+ +
+
+ +
+

manufacturer product designation

+
+ +Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy. + +
+
Name
+
manufacturerProductDesignation
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerProductDesignation
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABA567%23009
  • +
+
    +
  • urn:irdi:0173-1%2302-AAW338%23003
  • +
+
+
+ +
+
+ +
+

manufacturer product family

+
+ +2nd level of a 3 level manufacturer specific product hierarchy. + +
+
Name
+
manufacturerProductFamily
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerProductFamily
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABP464%23002
  • +
+
    +
  • urn:irdi:0173-1%2302-AAU731%23003
  • +
+
+
+ +
+
+ +
+

manufacturer product type

+
+ +Characteristic to differentiate between different products of a product family or special variants. + +
+
Name
+
manufacturerProductType
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerProductType
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABA300%23008
  • +
+
    +
  • urn:irdi:0173-1%2302-AAO057%23004
  • +
+
+
+ +
+
+ +
+

markings

+
+ +Markings of the product. Note: CE marking is declared as mandatory according to EU Blue Guide. + +
+
Name
+
markings
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+
+
+ Reference +
+
    +
  • urn:irdi:0112/2///61360_7%23AAS006%23001
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Markings
+
+ + +
+
+ +
+

order code for the product

+
+ +Unique combination of numbers and letters used to identify the device for ordering. + +
+
Name
+
orderCodeOfManufacturer
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
OrderCodeOfManufacturer
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABA950%23008
  • +
+
    +
  • urn:irdi:0173-1%2302-AAO227%23004
  • +
+
+
+ +
+
+ +
+

product article number

+
+ +Unique product identifier of the manufacturer. + +
+
Name
+
productArticleNumberOfManufacturer
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ProductArticleNumberOfManufacturer
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABA581%23007
  • +
+
    +
  • urn:irdi:0173-1%2302-AAO676%23005
  • +
+
+
+ +
+
+ +
+

serial number

+
+ +Unique combination of numbers and letters used to identify the device once it has been manufactured. + +
+
Name
+
serialNumber
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
A12345-X75EN
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
SerialNumber
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABA951%23009
  • +
+
    +
  • urn:irdi:0173-1%2302-AAM556%23004
  • +
+
+
+ +
+
+ +
+

software version

+
+ +Version of the software used by the device. + +
+
Name
+
softwareVersion
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
SF1
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
SoftwareVersion
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABA601%23008
  • +
+
    +
  • urn:irdi:0173-1%2302-AAM737%23004
  • +
+
+
+ +
+
+ +
+

unique Identifier of a facility

+
+ +Unique string of characters for the identification of locations or buildings involved in a product’s value chain or used by actors involved in a product’s value chain. + +
+
Name
+
uniqueFacilityIdentifier
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
987654321
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
uniqueFacilityIdentifier
+
+ +
+
Reference
+
+
    +
  • https://adminshell.io/idta/nameplate/3/0/UniqueFacilityIdentifier
  • +
+
+
+ +
+
+ +
+

year of construction

+
+ +Year in which the manufacturing process is completed. + +
+
Name
+
yearOfConstruction
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
2009
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
YearOfConstruction
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABP000%23002
  • +
+
    +
  • urn:irdi:0173-1%2302-AAP906%23003
  • +
+
+
+ +
+
+ + + +
+
+

Entities

+
+ +
+
+

AdressInformation

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

Properties

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

EmailEntity

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

Properties

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

FaxEntity

+
+
+ +
+ +
+

Properties

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

IP Communication Channel

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

Properties

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

PhoneEntity

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

Properties

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

file with content type

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

Properties

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

single marking information. Note: CE marking is declared as mandatory according to the Blue Guide of the EU-Commission

+
+
+ +
+
+ Reference +
+
    +
  • urn:irdi:0112/2///61360_7%23AAS009%23001
  • +
+
+
+ +
+

Properties

+
+
+ +
+
marking IRDI
+
+ +Common name of the marking. + +
+
Name
+
markingName
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
0173-1%2307-DAA603%23004
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
MarkingName
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABA231%23009
  • +
+
    +
  • urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingName
  • +
+
+
+ +
+
+ +
+
designation of Certificate or Approval.
+
+ +Alphanumeric character sequence identifying a certificate or approval. + +
+
Name
+
designationOfCertificateOrApproval
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
KEMA99IECE X1105/128
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
designationOfCertificateOrApproval
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABH783%23003
  • +
+
+
+ +
+
+ +
+
issue date
+
+ +Date, at which the specified certificate is issued. Note: format by lexical representation: CCYY-MM-DD. Note: to be specified to the day. + +
+
Name
+
issueDate
+
+ + + +
+
Characteristic
+
+ +
+
+ +
+
Example
+
2022-01-01
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
IssueDate
+
+ +
+
Reference
+
+
    +
  • urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/IssueDate
  • +
+
+
+ +
+
+ +
+
expiry date
+
+ +Date, at which the specified certificate expires. Note: format by lexical representation: CCYY-MM-DD. Note: to be specified to the day. + +
+
Name
+
expiryDate
+
+ + + +
+
Characteristic
+
+ +
+
+ +
+
Example
+
2022-01-01
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ExpiryDate
+
+ +
+
Reference
+
+
    +
  • urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExpiryDate
  • +
+
+
+ +
+
+ +
+
marking file
+
+ +Conformity symbol of the marking. + +
+
Name
+
markingFile
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
MarkingFile
+
+ +
+
Reference
+
+
    +
  • urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingFile
  • +
+
+
+ +
+
+ +
+
additional text
+
+ +Where applicable, additional information on the marking in plain text, e.g. the ID-number of the notified body involved in the conformity process. + +
+
Name
+
markingAdditionalText
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
0044
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
MarkingAdditionalText
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0112/2///61987%23ABB146%23007
  • +
+
    +
  • urn:irdi:0173-1%2302-ABI192%23003
  • +
+
    +
  • urn:iri:https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingAdditionalText
  • +
+
+
+ +
+
+
+ +
+ Third party licenses + +
+ +
+ + +
+ + + \ No newline at end of file diff --git a/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.json b/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.json new file mode 100644 index 0000000..efb5cef --- /dev/null +++ b/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.json @@ -0,0 +1,125 @@ +{ + "ProductArticleNumberOfManufacturer" : [ { + "en" : "Example multi language string" + } ], + "uniqueFacilityIdentifier" : "987654321", + "ManufacturerName" : [ { + "en" : "Example multi language string" + } ], + "AddressInformation" : { + "POBox" : { + "en" : "Example multi language string" + }, + "Company" : [ { + "en" : "Example multi language string" + } ], + "Email" : { + "EmailAddress" : "email@muster-ag.de", + "PublicKey" : [ { + "en" : "Example multi language string" + } ], + "TypeOfEmailAddress" : "0173-1%2307-AAS754%23001", + "TypeOfPublicKey" : { + "en" : "Example multi language string" + } + }, + "NameOfContact" : { + "en" : "Example multi language string" + }, + "ZipCode" : [ { + "en" : "Example multi language string" + } ], + "FirstName" : { + "en" : "Example multi language string" + }, + "Title" : { + "en" : "Example multi language string" + }, + "Languages" : [ "en" ], + "AcademicTitle" : { + "en" : "Example multi language string" + }, + "IPCommunicationChannels" : [ { + "TypeOfCommunication" : "VLhpfQGTMDYpsBZxvfBoeygjb", + "availableTime" : [ { + "en" : "Example multi language string" + } ], + "AddressOfAdditionalLink" : "RYtGKbgicZaHCBRQDSx" + } ], + "RoleOfContactPerson" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "TimeZone" : "-12:00", + "Department" : [ { + "en" : "Example multi language string" + } ], + "Phone" : { + "TelephoneNumber" : [ { + "en" : "Example multi language string" + } ], + "TYpeOfTelephone" : "JxkyvRnL", + "AvailableTime" : [ { + "en" : "Example multi language string" + } ] + }, + "NationalCode" : [ { + "en" : "Example multi language string" + } ], + "FurtherDetailsOfContact" : { + "en" : "Example multi language string" + }, + "AddressOfAdditionalLink" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", + "Street" : [ { + "en" : "Example multi language string" + } ], + "StateCounty" : [ { + "en" : "Example multi language string" + } ], + "Fax" : { + "TypeOfFaxNumber" : "1", + "FaxNumber" : [ { + "en" : "Example multi language string" + } ] + }, + "CityTown" : [ { + "en" : "Example multi language string" + } ], + "ZipCodeOfPOBox" : [ { + "en" : "Example multi language string" + } ], + "MiddleNames" : { + "en" : "Example multi language string" + } + }, + "OrderCodeOfManufacturer" : "eOMtThyhVNLWUZNRcBaQKxI", + "CountryOfOrigin" : "dpHYZGhtgdntugzvvKAXLhM", + "YearOfConstruction" : "2009", + "Markings" : [ { + "MarkingName" : "0173-1%2307-DAA603%23004", + "IssueDate" : "2022-01-01", + "ExpiryDate" : "2022-01-01", + "designationOfCertificateOrApproval" : "KEMA99IECE X1105/128", + "MarkingFile" : { + "value" : "https://example.com/SafetyInstructions.pdf", + "contentType" : "application/pdf" + }, + "MarkingAdditionalText" : "0044" + } ], + "ManufacturerProductType" : [ { + "en" : "Example multi language string" + } ], + "HardwareVersion" : "AS1", + "FirmwareVersion" : "FS1", + "ManufacturerProductFamily" : [ { + "en" : "Example multi language string" + } ], + "SoftwareVersion" : "SF1", + "ManufacturerProductRoot" : [ { + "en" : "Example multi language string" + } ], + "SerialNumber" : "A12345-X75EN", + "URIOfTheProduct" : "https://dc-qr.com/?m=R123456789", + "ManufacturerProductDesignation" : [ { + "en" : "Example multi language string" + } ], + "LogoCompany" : "telnet://192.0.2.16:80/", + "DateOfManufacture" : "2009-01-01" +} \ No newline at end of file diff --git a/io.admin-shell.idta.digital_nameplate/README.md b/io.admin-shell.idta.digital_nameplate/README.md new file mode 100644 index 0000000..109ffff --- /dev/null +++ b/io.admin-shell.idta.digital_nameplate/README.md @@ -0,0 +1,36 @@ +# Scope + +This namespace is reserved for the Submodel Template Specification (SMT) IDTA-02006 Digital Nameplate + +# Changelog +All notable changes to this model will be documented in this section. + +## [3.0.0] - 2005-03-11 + +for changelog see Annex B in [IDTA-02006-3-0](https://industrialdigitaltwin.org/en/wp-content/uploads/sites/2/2024/11/IDTA-02006-3-0_Submodel_Digital-Nameplate.pdf) + +Contained Files: + +* Nameplate.ttl: the aspect model for the SMT +* AddressInformtion_shared.ttl: ContactInformation with properties defined as mandatory as per SMT IDTA-02006-3-0 + +Dependencies: + +* urn:samm:io.admin-shell.idta.contact_information:3.0.0 +* urn:samm:io.admin-shell.idta.shared:3.1.0 + + +In the following only deviations from IDTA-02006-3-0 are documented: + +### Added + +* added preferred names. Attention: they are not yet aligned with the names as defined in the IEC CDD dictionary or ECLASS +* added some German descriptions and preferred names + +### Changed + +* descriptions changed conformant to [SAMM best practices](https://eclipse-esmf.github.io/samm-specification/snapshot/appendix/best-practices.html), i.e. start with captial letter and end with period. + +### Removed + +* SMT attribute _Nameplate/AssetSpecificProperties_ is not contained since it is generic: if needed the property can be added with defined SAMM properties as needed. \ No newline at end of file From 9b1f08a1e4e832cc522b1f12adaf40889c8ca039 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Tue, 3 Jun 2025 15:37:37 +0200 Subject: [PATCH 04/33] add aspect model for SMT Generic Technical DAta --- .../1.0.0/TechnicalData.ttl | 31 + .../1.0.0/gen/TechnicalDataGeneric.aas.json | 981 ++++++++++++ .../1.0.0/gen/TechnicalDataGeneric.aas.xml | 1363 +++++++++++++++++ .../1.0.0/gen/TechnicalDataGeneric.aasx | Bin 0 -> 5864 bytes .../1.0.0/gen/TechnicalDataGeneric.html | 1317 ++++++++++++++++ .../1.0.0/gen/TechnicalDataGeneric.json | 22 + .../1.0.0/technicalProperties_generic.ttl | 24 + .../README.md | 122 ++ 8 files changed, 3860 insertions(+) create mode 100644 io.admin-shell.idta.generic.technical_data/1.0.0/TechnicalData.ttl create mode 100644 io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.aas.json create mode 100644 io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.aas.xml create mode 100644 io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.aasx create mode 100644 io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.html create mode 100644 io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.json create mode 100644 io.admin-shell.idta.generic.technical_data/1.0.0/technicalProperties_generic.ttl create mode 100644 io.admin-shell.idta.generic.technical_data/README.md diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/TechnicalData.ttl b/io.admin-shell.idta.generic.technical_data/1.0.0/TechnicalData.ttl new file mode 100644 index 0000000..a85d434 --- /dev/null +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/TechnicalData.ttl @@ -0,0 +1,31 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix shared: . +@prefix nameplate: . +@prefix samm-u: . + +:TechnicalData a samm:Aspect ; + samm:description "Technical data of the asset and associated product classificatons."@en ; + samm:see ; + samm:properties ( [ samm:property :furtherInformation; samm:optional true ] :technicalProperties [ samm:property :productClassifications; samm:optional true ] :generalInformation ) ; + samm:operations ( ) ; + samm:events ( ) . + + +:generalInformation a samm:Property ; + samm:preferredName "general information"@en ; + samm:description "General information, for example ordering and manufacturer information."@en ; + samm:see ; + samm:characteristic :GeneralInformationCharacteristic . + +:GeneralInformationCharacteristic a samm-c:SingleEntity ; + samm:dataType :GeneralInformationEntity . + + + diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.aas.json b/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.aas.json new file mode 100644 index 0000000..5f93f84 --- /dev/null +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.aas.json @@ -0,0 +1,981 @@ +{ + "assetAdministrationShells" : [ { + "modelType" : "AssetAdministrationShell", + "assetInformation" : { + "assetKind" : "Type" + }, + "submodels" : [ { + "keys" : [ { + "type" : "Submodel", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData/submodel" + } ], + "type" : "ModelReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData", + "description" : [ { + "language" : "en", + "text" : "defaultAdminShell" + } ], + "idShort" : "defaultAdminShell" + } ], + "conceptDescriptions" : [ { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "definition" : [ { + "language" : "en", + "text" : "Technical data of the asset and associated product classificatons." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "TechnicalData" + } ], + "shortName" : [ { + "language" : "en", + "text" : "TechnicalData" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData", + "category" : "APPLICATION_CLASS", + "description" : [ { + "language" : "en", + "text" : "Technical data of the asset and associated product classificatons." + } ], + "idShort" : "TechnicalData" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Further information on the product, the validity of the information provided and this data record." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "furtherInformation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "furtherInformation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#furtherInformation", + "idShort" : "furtherInformation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Technical and product properties. Individual Characteristics that describe the product and its technical properties." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "technicalProperties" + } ], + "shortName" : [ { + "language" : "en", + "text" : "technicalProperties" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#technicalProperties", + "idShort" : "technicalProperties" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Common name of the classification system.\nNote: Examples for common names for classification systems are \"ECLASS\" or \"IEC CDD\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product classification system" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productClassificationSystem" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassificationSystem", + "displayName" : [ { + "language" : "en", + "text" : "product classification system" + } ], + "idShort" : "productClassificationSystem" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Common version identifier of the used classification system, in order to distinguish different version of the property dictionary.\nNote: Casing is to be ignored." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "classification system version" + } ], + "shortName" : [ { + "language" : "en", + "text" : "classificationSystemVersion" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#classificationSystemVersion", + "displayName" : [ { + "language" : "en", + "text" : "classification system version" + } ], + "idShort" : "classificationSystemVersion" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Class of the associated product or industrial equipment in the classification system. According to the notation of the system.\nNote: Ideally, the Property/valueId is used to reference the IRI/ IRDI of the product class." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product class ID" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productClassId" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassId", + "displayName" : [ { + "language" : "en", + "text" : "product class ID" + } ], + "idShort" : "productClassId" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Product classifications by association with product classes in common classification systems." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product classifications" + }, { + "language" : "de", + "text" : "Produkt-Klassifikationen" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productClassifications" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassifications", + "displayName" : [ { + "language" : "en", + "text" : "product classifications" + }, { + "language" : "de", + "text" : "Produkt-Klassifikationen" + } ], + "idShort" : "productClassifications" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Name des Herstellers." + }, { + "language" : "en", + "text" : "Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Herstellername" + }, { + "language" : "en", + "text" : "manufacturer name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerName" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerName", + "displayName" : [ { + "language" : "de", + "text" : "Herstellername" + }, { + "language" : "en", + "text" : "manufacturer name" + } ], + "idShort" : "manufacturerName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Das Firmenlogo des Produkts." + }, { + "language" : "en", + "text" : "A graphic mark used to represent a company, an organisation or a product." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "company logo" + }, { + "language" : "de", + "text" : "Firmenlogo" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerLogo" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerLogo", + "displayName" : [ { + "language" : "en", + "text" : "company logo" + }, { + "language" : "de", + "text" : "Firmenlogo" + } ], + "idShort" : "manufacturerLogo" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Bezeichnung des Produkts." + }, { + "language" : "en", + "text" : "Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Produktbezeichnung" + }, { + "language" : "en", + "text" : "manufacturer product designation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerProductDesignation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerProductDesignation", + "displayName" : [ { + "language" : "de", + "text" : "Produktbezeichnung" + }, { + "language" : "en", + "text" : "manufacturer product designation" + } ], + "idShort" : "manufacturerProductDesignation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Unique product identifier of the manufacturer Note: The manufacturer article number is represented as a string, although often a numerical ID." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "article number of the product" + }, { + "language" : "de", + "text" : "Artikelnummer des Produkts" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerArticleNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerArticleNumber", + "displayName" : [ { + "language" : "en", + "text" : "article number of the product" + }, { + "language" : "de", + "text" : "Artikelnummer des Produkts" + } ], + "idShort" : "manufacturerArticleNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Eindeutige Zahlen- und Buchstabenkombination um das Produkt eindeutig für die Bestellung zu identifizieren." + }, { + "language" : "en", + "text" : "Unique combination of numbers and letters used to identify the device for ordering." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "order code for the product" + }, { + "language" : "de", + "text" : "Bestellcode des Produkts" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerOrderCode" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerOrderCode", + "displayName" : [ { + "language" : "en", + "text" : "order code for the product" + }, { + "language" : "de", + "text" : "Bestellcode des Produkts" + } ], + "idShort" : "manufacturerOrderCode" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Path and name of the file (with file extension).\n\nThe path can be absolute or relative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "resourceValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "resourceValue" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue", + "idShort" : "resourceValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Content type of the content of the file." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "contentType" + } ], + "shortName" : [ { + "language" : "en", + "text" : "contentType" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType", + "idShort" : "contentType" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Image files for associated product provided in common format (.png, .jpg)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product images" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productImages" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productImages", + "displayName" : [ { + "language" : "en", + "text" : "product images" + } ], + "idShort" : "productImages" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "General information, for example ordering and manufacturer information." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "general information" + } ], + "shortName" : [ { + "language" : "en", + "text" : "generalInformation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#generalInformation", + "displayName" : [ { + "language" : "en", + "text" : "general information" + } ], + "idShort" : "generalInformation" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/Submodel/1/2" + } ], + "type" : "ExternalReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData/submodel", + "description" : [ { + "language" : "en", + "text" : "Technical data of the asset and associated product classificatons." + } ], + "idShort" : "TechnicalData", + "submodelElements" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Further information on the product, the validity of the information provided and this data record." + } ], + "idShort" : "furtherInformation" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/TechnicalProperties/1/1" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Technical and product properties. Individual Characteristics that describe the product and its technical properties." + } ], + "idShort" : "technicalProperties" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#ProductClassificationSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/ProductClassifications/1/1" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Product classifications by association with product classes in common classification systems." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product classifications" + }, { + "language" : "de", + "text" : "Produkt-Klassifikationen" + } ], + "idShort" : "productClassifications", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI502-003/0173-1-01-AHF581-003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-ABI502#003/0173-1#01-AHF581#003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Product classifications by association with product classes in common classification systems." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product classifications" + }, { + "language" : "de", + "text" : "Produkt-Klassifikationen" + } ], + "idShort" : "productClassifications", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassificationSystem" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/ProductClassificationSystem/1/1" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "product classification system" + } ], + "idShort" : "productClassificationSystem" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#classificationSystemVersion" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/ClassificationSystemVersion/1/1" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "classification system version" + } ], + "idShort" : "classificationSystemVersion" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassId" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/ProductClassId/1/1" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "product class ID" + } ], + "idShort" : "productClassId" + } ] + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/GeneralInformation/1/1" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "General information, for example ordering and manufacturer information." + } ], + "displayName" : [ { + "language" : "en", + "text" : "general information" + } ], + "idShort" : "generalInformation", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO677%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Herstellername" + }, { + "language" : "en", + "text" : "manufacturer name" + } ], + "idShort" : "manufacturerName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerLogo" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/ManufacturerLogo/1/1" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:anyURI", + "displayName" : [ { + "language" : "en", + "text" : "company logo" + }, { + "language" : "de", + "text" : "Firmenlogo" + } ], + "idShort" : "manufacturerLogo" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerProductDesignation" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAW338%23001" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Bezeichnung des Produkts." + }, { + "language" : "en", + "text" : "Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Produktbezeichnung" + }, { + "language" : "en", + "text" : "manufacturer product designation" + } ], + "idShort" : "manufacturerProductDesignation" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerArticleNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO676%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "article number of the product" + }, { + "language" : "de", + "text" : "Artikelnummer des Produkts" + } ], + "idShort" : "manufacturerArticleNumber" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerOrderCode" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO227%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "order code for the product" + }, { + "language" : "de", + "text" : "Bestellcode des Produkts" + } ], + "idShort" : "manufacturerOrderCode" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#ProductImageSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/ProductImages/1/1" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Image files for associated product provided in common format (.png, .jpg)." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product images" + } ], + "idShort" : "productImages", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/File" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Image files for associated product provided in common format (.png, .jpg)." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product images" + } ], + "idShort" : "productImages", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "resourceValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "contentType" + } ] + } ] + } ] + } ] + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.aas.xml b/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.aas.xml new file mode 100644 index 0000000..618d913 --- /dev/null +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.aas.xml @@ -0,0 +1,1363 @@ + + + + + defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData + + Type + + + + ModelReference + + + Submodel + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData/submodel + + + + + + + + + TechnicalData + + + en + Technical data of the asset and associated product classificatons. + + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData/submodel + Template + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/Submodel/1/2 + + + + + + + furtherInformation + + + en + Further information on the product, the validity of the information provided and this data record. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1 + + + + + + + technicalProperties + + + en + Technical and product properties. Individual Characteristics that describe the product and its technical properties. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/TechnicalProperties/1/1 + + + + + + + productClassifications + + + en + product classifications + + + de + Produkt-Klassifikationen + + + + + en + Product classifications by association with product classes in common classification systems. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#ProductClassificationSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/ProductClassifications/1/1 + + + + + false + SubmodelElementCollection + + + productClassifications + + + en + product classifications + + + de + Produkt-Klassifikationen + + + + + en + Product classifications by association with product classes in common classification systems. + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABI502-003/0173-1-01-AHF581-003 + + + + + ExternalReference + + + GlobalReference + 0173-1#02-ABI502#003/0173-1#01-AHF581#003 + + + + + + + productClassificationSystem + + + en + product classification system + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassificationSystem + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/ProductClassificationSystem/1/1 + + + + + xs:string + + + classificationSystemVersion + + + en + classification system version + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#classificationSystemVersion + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/ClassificationSystemVersion/1/1 + + + + + xs:string + + + productClassId + + + en + product class ID + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassId + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/ProductClassId/1/1 + + + + + xs:string + + + + + + + generalInformation + + + en + general information + + + + + en + General information, for example ordering and manufacturer information. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/GeneralInformation/1/1 + + + + + + + manufacturerName + + + de + Herstellername + + + en + manufacturer name + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerName + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO677%23002 + + + + + xs:string + + + manufacturerLogo + + + en + company logo + + + de + Firmenlogo + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerLogo + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/ManufacturerLogo/1/1 + + + + + xs:anyURI + + + manufacturerProductDesignation + + + de + Produktbezeichnung + + + en + manufacturer product designation + + + + + de + Bezeichnung des Produkts. + + + en + Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerProductDesignation + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAW338%23001 + + + + + + + manufacturerArticleNumber + + + en + article number of the product + + + de + Artikelnummer des Produkts + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerArticleNumber + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO676%23003 + + + + + xs:string + + + manufacturerOrderCode + + + en + order code for the product + + + de + Bestellcode des Produkts + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerOrderCode + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO227%23002 + + + + + xs:string + + + productImages + + + en + product images + + + + + en + Image files for associated product provided in common format (.png, .jpg). + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#ProductImageSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/ProductImages/1/1 + + + + + false + SubmodelElementCollection + + + productImages + + + en + product images + + + + + en + Image files for associated product provided in common format (.png, .jpg). + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/File + + + + + + + resourceValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + xs:anyURI + + + contentType + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + xs:string + + + + + + + + + + + + + APPLICATION_CLASS + TechnicalData + + + en + Technical data of the asset and associated product classificatons. + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + TechnicalData + + + + + en + TechnicalData + + + + + en + Technical data of the asset and associated product classificatons. + + + + + + + + + furtherInformation + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#furtherInformation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + furtherInformation + + + + + en + furtherInformation + + + STRING + + + en + Further information on the product, the validity of the information provided and this data record. + + + + + + + + + technicalProperties + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#technicalProperties + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + technicalProperties + + + + + en + technicalProperties + + + STRING + + + en + Technical and product properties. Individual Characteristics that describe the product and its technical properties. + + + + + + + + + productClassificationSystem + + + en + product classification system + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassificationSystem + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product classification system + + + + + en + productClassificationSystem + + + STRING + + + en + Common name of the classification system. +Note: Examples for common names for classification systems are "ECLASS" or "IEC CDD". + + + + + + + + + classificationSystemVersion + + + en + classification system version + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#classificationSystemVersion + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + classification system version + + + + + en + classificationSystemVersion + + + STRING + + + en + Common version identifier of the used classification system, in order to distinguish different version of the property dictionary. +Note: Casing is to be ignored. + + + + + + + + + productClassId + + + en + product class ID + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassId + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product class ID + + + + + en + productClassId + + + STRING + + + en + Class of the associated product or industrial equipment in the classification system. According to the notation of the system. +Note: Ideally, the Property/valueId is used to reference the IRI/ IRDI of the product class. + + + + + + + + + productClassifications + + + en + product classifications + + + de + Produkt-Klassifikationen + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassifications + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product classifications + + + de + Produkt-Klassifikationen + + + + + en + productClassifications + + + STRING + + + en + Product classifications by association with product classes in common classification systems. + + + + + + + + + manufacturerName + + + de + Herstellername + + + en + manufacturer name + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Herstellername + + + en + manufacturer name + + + + + en + manufacturerName + + + STRING + + + de + Name des Herstellers. + + + en + Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation. + + + + + + + + + manufacturerLogo + + + en + company logo + + + de + Firmenlogo + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerLogo + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + company logo + + + de + Firmenlogo + + + + + en + manufacturerLogo + + + STRING + + + de + Das Firmenlogo des Produkts. + + + en + A graphic mark used to represent a company, an organisation or a product. + + + + + + + + + manufacturerProductDesignation + + + de + Produktbezeichnung + + + en + manufacturer product designation + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerProductDesignation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Produktbezeichnung + + + en + manufacturer product designation + + + + + en + manufacturerProductDesignation + + + STRING + + + de + Bezeichnung des Produkts. + + + en + Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy. + + + + + + + + + manufacturerArticleNumber + + + en + article number of the product + + + de + Artikelnummer des Produkts + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerArticleNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + article number of the product + + + de + Artikelnummer des Produkts + + + + + en + manufacturerArticleNumber + + + STRING + + + en + Unique product identifier of the manufacturer Note: The manufacturer article number is represented as a string, although often a numerical ID. + + + + + + + + + manufacturerOrderCode + + + en + order code for the product + + + de + Bestellcode des Produkts + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerOrderCode + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + order code for the product + + + de + Bestellcode des Produkts + + + + + en + manufacturerOrderCode + + + STRING + + + de + Eindeutige Zahlen- und Buchstabenkombination um das Produkt eindeutig für die Bestellung zu identifizieren. + + + en + Unique combination of numbers and letters used to identify the device for ordering. + + + + + + + + + resourceValue + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + resourceValue + + + + + en + resourceValue + + + STRING + + + en + Path and name of the file (with file extension). + +The path can be absolute or relative. + + + + + + + + + contentType + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + contentType + + + + + en + contentType + + + STRING + + + en + Content type of the content of the file. + + + + + + + + + productImages + + + en + product images + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productImages + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product images + + + + + en + productImages + + + STRING + + + en + Image files for associated product provided in common format (.png, .jpg). + + + + + + + + + generalInformation + + + en + general information + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#generalInformation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + general information + + + + + en + generalInformation + + + STRING + + + en + General information, for example ordering and manufacturer information. + + + + + + + + + diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.aasx b/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.aasx new file mode 100644 index 0000000000000000000000000000000000000000..65ace8120bd9c09aaa403ac5d38bbec92e756569 GIT binary patch literal 5864 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 Hg@FG9{kean literal 0 HcmV?d00001 diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.html b/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.html new file mode 100644 index 0000000..39d91f6 --- /dev/null +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.html @@ -0,0 +1,1317 @@ + + + + + + + + + + + + + + Documentation TechnicalData + + +
+
+
+
+

Aspect Model TechnicalData

+
urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData
+
+
+
+
+
+
+
+ +
+ + +
+ Technical data of the asset and associated product classificatons. +
+ + +
+

Overview

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

Properties

+
+ +
+ +
+

furtherInformation

+
+ +Further information on the product, the validity of the information provided and this data record. + +
+
Name
+
furtherInformation
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
furtherInformation
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1
  • +
+
+
+ +
+
+ +
+

general information

+
+ +General information, for example ordering and manufacturer information. + +
+
Name
+
generalInformation
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
generalInformation
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/ZVEI/TechnicalData/GeneralInformation/1/1
  • +
+
+
+ +
+
+ +
+

product classifications

+
+ +Product classifications by association with product classes in common classification systems. + +
+
Name
+
productClassifications
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
productClassifications
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/ZVEI/TechnicalData/ProductClassifications/1/1
  • +
+
+
+ +
+
+ +
+

technicalProperties

+
+ +Technical and product properties. Individual Characteristics that describe the product and its technical properties. + +
+
Name
+
technicalProperties
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
technicalProperties
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/ZVEI/TechnicalData/TechnicalProperties/1/1
  • +
+
+
+ +
+
+ + + +
+
+

Entities

+
+ +
+
+

FurtherInformationEntity

+
+
+ +
+ +
+

Properties

+
+
+
+
+

GeneralInformationEntity

+
+
+ +
+
+ Reference +
+
    +
  • https://admin-shell.io/ZVEI/TechnicalData/GeneralInformation/1/1
  • +
+
+
+ +
+

Properties

+
+
+ +
+
manufacturer name
+
+ +Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation. + +
+
Name
+
manufacturerName
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerName
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO677%23002
  • +
+
+
+ +
+
+ +
+
company logo
+
+ +A graphic mark used to represent a company, an organisation or a product. + +
+
Name
+
manufacturerLogo
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerLogo
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/ZVEI/TechnicalData/ManufacturerLogo/1/1
  • +
+
+
+ +
+
+ +
+
manufacturer product designation
+
+ +Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy. + +
+
Name
+
manufacturerProductDesignation
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerProductDesignation
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAW338%23001
  • +
+
+
+ +
+
+ +
+
article number of the product
+
+ +Unique product identifier of the manufacturer Note: The manufacturer article number is represented as a string, although often a numerical ID. + +
+
Name
+
manufacturerArticleNumber
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerArticleNumber
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO676%23003
  • +
+
+
+ +
+
+ +
+
order code for the product
+
+ +Unique combination of numbers and letters used to identify the device for ordering. + +
+
Name
+
manufacturerOrderCode
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerOrderCode
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO227%23002
  • +
+
+
+ +
+
+ +
+
product images
+
+ +Image files for associated product provided in common format (.png, .jpg). + +
+
Name
+
productImages
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ProductImages
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/ZVEI/TechnicalData/ProductImages/1/1
  • +
+
+
+ +
+
+
+
+

TechnicalPropertiesEntity

+
+
+ +
+ +
+

Properties

+
+
+
+
+

file with content type

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

Properties

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

product classification entity

+
+
+ Single product classification item by association with product class in a particular classification system or property dictionary. +
+
+ Reference +
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABI502-003/0173-1-01-AHF581-003
  • +
+
    +
  • urn:irdi:0173-1#02-ABI502#003/0173-1#01-AHF581#003
  • +
+
+
+ +
+

Properties

+
+
+ +
+
product classification system
+
+ +Common name of the classification system. +Note: Examples for common names for classification systems are "ECLASS" or "IEC CDD". + +
+
Name
+
productClassificationSystem
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
ECLASS
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ProductClassificationSystem
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/ZVEI/TechnicalData/ProductClassificationSystem/1/1
  • +
+
+
+ +
+
+ +
+
classification system version
+
+ +Common version identifier of the used classification system, in order to distinguish different version of the property dictionary. +Note: Casing is to be ignored. + +
+
Name
+
classificationSystemVersion
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
9.0 (BASIC)
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ClassificationSystemVersion
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/ZVEI/TechnicalData/ClassificationSystemVersion/1/1
  • +
+
+
+ +
+
+ +
+
product class ID
+
+ +Class of the associated product or industrial equipment in the classification system. According to the notation of the system. +Note: Ideally, the Property/valueId is used to reference the IRI/ IRDI of the product class. + +
+
Name
+
productClassId
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
27-01-88-77
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ProductClassId
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/ZVEI/TechnicalData/ProductClassId/1/1
  • +
+
+
+ +
+
+
+ +
+ Third party licenses + +
+ +
+ + +
+ + + \ No newline at end of file diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.json b/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.json new file mode 100644 index 0000000..d939ee7 --- /dev/null +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.json @@ -0,0 +1,22 @@ +{ + "furtherInformation" : { }, + "technicalProperties" : { }, + "productClassifications" : [ { + "ProductClassificationSystem" : "ECLASS", + "ClassificationSystemVersion" : "9.0 (BASIC)", + "ProductClassId" : "27-01-88-77" + } ], + "generalInformation" : { + "ManufacturerOrderCode" : "JxkyvRnL", + "ManufacturerLogo" : "telnet://192.0.2.16:80/", + "ManufacturerArticleNumber" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "ManufacturerName" : "eOMtThyhVNLWUZNRcBaQKxI", + "ProductImages" : [ { + "value" : "https://example.com/SafetyInstructions.pdf", + "contentType" : "application/pdf" + } ], + "ManufacturerProductDesignation" : [ { + "en" : "Example multi language string" + } ] + } +} \ No newline at end of file diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/technicalProperties_generic.ttl b/io.admin-shell.idta.generic.technical_data/1.0.0/technicalProperties_generic.ttl new file mode 100644 index 0000000..2d38944 --- /dev/null +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/technicalProperties_generic.ttl @@ -0,0 +1,24 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix samm-u: . + +:technicalProperties a samm:Property ; + samm:description "Technical and product properties. Individual Characteristics that describe the product and its technical properties."@en ; + samm:see ; + samm:characteristic :TechnicalPropertiesCharacteristic . + +:TechnicalPropertiesCharacteristic a samm-c:SingleEntity ; + samm:dataType :TechnicalPropertiesEntity . + +:TechnicalPropertiesEntity a samm:Entity ; + samm:properties ( ) . + + + + diff --git a/io.admin-shell.idta.generic.technical_data/README.md b/io.admin-shell.idta.generic.technical_data/README.md new file mode 100644 index 0000000..fd32919 --- /dev/null +++ b/io.admin-shell.idta.generic.technical_data/README.md @@ -0,0 +1,122 @@ +# Scope + +This namespace is reserved for the Submodel Template Specification (SMT) [IDTA-02003 Generic Frame for Technical Data for Industrial Equipment in Manufacturing](https://industrialdigitaltwin.org/wp-content/uploads/2022/10/IDTA-02003-1-2_Submodel_TechnicalData.pdf) + +Namespace: urn:samm:io.admin-shell.idta.generic.technical_data + +# General + +The folder "gen" for each version contains sammple JSON files generated for the aspect model(s) +The folder "input" contains source files like .aasx or the submodel template specification itself + +# Changelog +All notable changes to this model will be documented in this section. + +## [1.2.0] - 2005-03-11 + +Contained Files: + +* TechnicalData.ttl: the aspect model for the SMT : the _see_ attribute needs to be extended to include the ID of the concrete technical data SMT derived from this generic SMT + +* furtherInformation_generic.ttl : this file needs to be substituted when deriving a concrete techncial data SMT from this generic SMT +* technicalProperties_generic.ttl : this file needs to be substituted when deriving a concrete techncial data SMT from this generic SMT +* generalInformation_shared.ttl : as defined in SMT IDTA-02003, probably to be substituted by the entity in generalInformation_nameplate_shared.ttl +* generalInformation_nameplate_shared.ttl : this file is identical to generalInformation_shared but reused the corresponding properties form SMT Nameplate 3.0.0 +* productImages_shared.ttl : property for a set of product images +* productClassifications_shared.ttl + + +Dependencies: + +* urn:samm:io.admin-shell.idta.nameplate:3.0.0# - if generalInformation_nameplate_shared.ttl is used +* urn:samm:io.admin-shell.idta.shared:3.1.0# + + +In the following only deviations from IDTA-02003-3-0 are documented: + +### Added + +* add some German preferred names or descriptions + + +### Changed + +* properties from Nameplate were used for SMC _GeneralInformation_ except for the new _productImage_ and payload name was adapted if differing from SMT Digital Nameplate 3.0 +* _ProductImage_ was mapped to a SAMM property _productImages_ since it is 0..*. The semanticId was changed from https://admin-shell.io/ZVEI/TechnicalData/ProductImage/1/1 to ]https://admin-shell.io/ZVEI/TechnicalData/ProductImages/1/1 + + +### Removed + +-- + + +### Example for Usage + +Technical Data is a generic template, i.e. it not intended for data exchange as is. The properties for the technical data need to be added. + +This is how a specific technical data SMT can be created based on this generic one: + +file "TechnicalData.ttl" with the aspect. The aspect has the same name as the original one. This file can just be copied without any change. In this case the property "furtherInformation" is omitted since it is optional and not needed for this example. + +``` +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix generic: . +@prefix nameplate: . +@prefix samm-u: . +@prefix shared: . + +:TechnicalData a samm:Aspect ; + samm:preferredName "technical properties"@en ; + samm:description "Technical data of the Battery Pass."@en ; + samm:see ; + samm:properties ( :technicalProperties [ samm:property generic:productClassifications; samm:optional true ] generic:generalInformation ) ; + samm:operations ( ) ; + samm:events ( ) . + +:technicalProperties a samm:Property ; + samm:preferredName "technical properties"@en ; + samm:description "Technical and product properties. Individual Characteristics that describe the product and its technical properties."@en ; + samm:see ; + samm:characteristic :TechnicalPropertiesCharacteristic . +``` + +and a second file defining the specific technical properties for the product under consideration. In this example a property "addYourProperty" is added to "technicalProperties" with type "Text". + +``` +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix generic: . +@prefix nameplate: . +@prefix samm-u: . +@prefix shared: . + +:TechnicalPropertiesCharacteristic a samm-c:SingleEntity ; + samm:preferredName "technical properties"@en ; + samm:description "Technical data of the Battery Pass."@en ; + samm:dataType :TechnicalPropertiesEntity . + +:TechnicalPropertiesEntity a samm:Entity ; + samm:preferredName "technical properties"@en ; + samm:description "property describing technical capabilities of your product"@en ; + samm:properties ( :addYourProperty ) . + +:addYourProperty a samm:Property ; + samm:preferredName "my property"@en ; + samm:description "technical property of your product"@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "example property value" . + +``` \ No newline at end of file From adf28666b64ea31cf74e3b27a7cf63d6b0791348 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Tue, 3 Jun 2025 15:38:05 +0200 Subject: [PATCH 05/33] add aspect model for SMT Handover Documentation --- .../2.0.0/HandoverDocumentation.ttl | 285 ++ .../2.0.0/Organization_shared.ttl | 31 + .../2.0.0/gen/HandoverDocumentation.aas.json | 2990 ++++++++++++ .../2.0.0/gen/HandoverDocumentation.aas.xml | 4165 +++++++++++++++++ .../2.0.0/gen/HandoverDocumentation.aasx | Bin 0 -> 13857 bytes .../2.0.0/gen/HandoverDocumentation.html | 3006 ++++++++++++ .../2.0.0/gen/HandoverDocumentation.json | 80 + .../README.md | 35 + 8 files changed, 10592 insertions(+) create mode 100644 io.admin-shell.idta.handover_documentation/2.0.0/HandoverDocumentation.ttl create mode 100644 io.admin-shell.idta.handover_documentation/2.0.0/Organization_shared.ttl create mode 100644 io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.json create mode 100644 io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.xml create mode 100644 io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aasx create mode 100644 io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.html create mode 100644 io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.json create mode 100644 io.admin-shell.idta.handover_documentation/README.md diff --git a/io.admin-shell.idta.handover_documentation/2.0.0/HandoverDocumentation.ttl b/io.admin-shell.idta.handover_documentation/2.0.0/HandoverDocumentation.ttl new file mode 100644 index 0000000..6ce50f0 --- /dev/null +++ b/io.admin-shell.idta.handover_documentation/2.0.0/HandoverDocumentation.ttl @@ -0,0 +1,285 @@ + + + + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix shared: . + +:HandoverDocumentation a samm:Aspect ; + samm:preferredName "handover documentation"@en ; + samm:preferredName "Übergabe-Dokumentation"@de ; + samm:description "Handover Documentation defines a set meta data for the handover of documentation from the manufacturer to the operator for industrial equipment."@en ; + samm:description "Enthält alle wichtigen Dokumente für den Kunden."@de ; + samm:see ; + samm:see ; + samm:properties ( [ samm:property :documents; samm:payloadName "Documents" ] [ samm:property :entities; samm:optional true; samm:payloadName "Entities" ] ) ; + samm:operations ( ) ; + samm:events ( ) . + +:documents a samm:Property ; + samm:preferredName "documents"@en ; + samm:preferredName "Dokumente"@de ; + samm:description "A set of relevant documents to hand over to customers for documentation purposes."@en ; + samm:see ; + samm:see ; + samm:characteristic :DocumentSet . + +:entities a samm:Property ; + samm:preferredName "entities for documentation"@en ; + samm:preferredName "Einheiten für Dokumentation"@de ; + samm:description "States that the described Entity is an important entity for documentation of the superordinate Asset of the Asset Administration Shell.\nNote: typically, such Entities are well-identified sub-parts of the Asset, such as supplier parts delivered to the manufacturer of the Asset.\nNote: these Entities are the target of the 'DocumentedEntity'-ReferenceElements of the particular Documents contained in this Submodel. This mechanism substitutes the ObjectId-provision of VDI 2770 (see section 2.2).\nNote: if the described Entity has an own Asset Administration Shell, the SelfManaged-flag and AssetId-reference of the Entity shall be set accordingly."@en ; + samm:see ; + samm:characteristic :EntitySet . + +:DocumentSet a samm-c:Set ; + samm:see ; + samm:dataType :DocumentEntity . + +:EntitySet a samm-c:Set ; + samm:description "Set of entities representing an asset."@en ; + samm:dataType shared:AasEntityType . + +:DocumentEntity a samm:Entity ; + samm:properties ( [ samm:property :documentIds; samm:payloadName "DocumentIds" ] [ samm:property :documentClassifications; samm:payloadName "DocumentClassifications" ] [ samm:property :documentVersions; samm:optional true; samm:payloadName "DocumentVersions" ] ) ; + samm:description "A single handover document."@en ; + samm:see <0173-1%2302-ABI500%23003/0173-1%2301-AHF579%23003> ; + samm:see . + +:documentIds a samm:Property ; + samm:preferredName "document IDs"@en ; + samm:preferredName "Dokumentennummern"@de ; + samm:description "Set of document identifiers for the Document. One ID in this collection should be used as a preferred ID (see isPrimary)."@en ; + samm:description "Menge von Dokumentennummern."@de ; + samm:see <0173-1%2302-ABI501%23003> ; + samm:see ; + samm:characteristic :DocumentIdSet . + +:documentClassifications a samm:Property ; + samm:preferredName "document classifications"@en ; + samm:preferredName "Dokumenten-Klassifikationen"@de ; + samm:description "Set of information for describing the classification of the Document according to ClassificationSystems.\nConstraint: at least one classification according to VDI 2770 shall be provided."@en ; + samm:description "Liste der Klassifikationen der Dokumente."@de ; + samm:see <0173-1%2302-ABI502%23003> ; + samm:see ; + samm:characteristic :DocumentClassificationSet . + +:documentVersions a samm:Property ; + samm:preferredName "document versions"@en ; + samm:preferredName "Dokumenten-Versionen"@de ; + samm:description "Information elements of individual VDI 2770 DocumentVersion entities.\nNote: at the time of handover, this collection shall include at least one DocumentVersion."@en ; + samm:description "Liste der Dokument-Versionen."@de ; + samm:see <0173-1%2302-ABI503%23003> ; + samm:see ; + samm:characteristic :DocumentVersion . + +:DocumentIdSet a samm-c:Set ; + samm:preferredName "specification of Document IDs"@en ; + samm:preferredName "Spezifikation von Dokumentennummern"@de ; + samm:description "Set of the IDs of the documents."@en ; + samm:description "Menge von Dokumentennummern."@de ; + samm:dataType :DocumentIdEntity . + +:DocumentClassificationSet a samm-c:Set ; + samm:dataType :DocumentClassificationEntity . + +:DocumentVersion a samm-c:Set ; + samm:dataType :DocumentVersionEntity . + +:ReferenceSet a samm-c:Set ; + samm:preferredName "set of references"@en ; + samm:dataType shared:ReferenceEntity . + +:DocumentIdEntity a samm:Entity ; + samm:preferredName "Dokumentennummer Entity"@de ; + samm:preferredName "document ID entity"@en ; + samm:description "Spezifikation einer Dokumentennummer."@de ; + samm:description "Specification of a document ID."@en ; + samm:see ; + samm:see ; + samm:properties ( [ samm:property :documentDomainId; samm:payloadName "DocumentDomainId" ] [ samm:property :documentIdentifier; samm:payloadName "DocumentIdentifier" ] [ samm:property :documentIsPrimary; samm:optional true; samm:payloadName "DocumentIsPrimary" ] ) . + +:DocumentClassificationEntity a samm:Entity ; + samm:preferredName "Dokumenten-Klassifikation Entity"@de ; + samm:preferredName "document classification entity"@en ; + samm:see ; + samm:see ; + samm:properties ( [ samm:property :classId; samm:payloadName "ClassId" ] [ samm:property :className; samm:payloadName "ClassName" ] [ samm:property :classificationSystem; samm:payloadName "ClassificationSystem" ] ) . + +:DocumentVersionEntity a samm:Entity ; + samm:preferredName "Dokumenten-Version Entity"@de ; + samm:preferredName "document version entity"@en ; + samm:see ; + samm:properties ( [ samm:property shared:languages; samm:payloadName "Languages" ] [ samm:property :version; samm:payloadName "Version" ] [ samm:property :title; samm:payloadName "Title" ] [ samm:property :subtitle; samm:optional true; samm:payloadName "SubTitle" ] [ samm:property :description; samm:payloadName "Description" ] [ samm:property :keywords; samm:payloadName "KeyWords" ] [ samm:property :statusSetDate; samm:payloadName "StatusSetDate" ] [ samm:property :statusValue; samm:payloadName "StatusValue" ] [ samm:property :organizationName; samm:payloadName "OrganizationShortName" ] [ samm:property :organizationOfficialName; samm:payloadName "OrganizationOfficialName" ] [ samm:property :refersToEntities; samm:optional true; samm:payloadName "RefersToEntities" ] [ samm:property :basedOnReferences; samm:optional true; samm:payloadName "BasedOnReferences" ] [ samm:property :translationOfEntities; samm:optional true; samm:payloadName "TranslationOfEntities" ] [ samm:property :digitalFiles; samm:payloadName "DigitalFiles" ] [ samm:property :previewFile; samm:optional true; samm:payloadName "PreviewFile" ] ) ; + samm:see ; + samm:see . + +:documentDomainId a samm:Property ; + samm:preferredName "document domain ID"@en ; + samm:preferredName "Dokument-Domänen-ID"@de ; + samm:description "Identification of the domain in which the given DocumentId is unique. The domain ID can e.g., be the name or acronym of the providing organisation."@en ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "1213455566" . + +:documentIdentifier a samm:Property ; + samm:preferredName "Dokumentennummer"@de ; + samm:preferredName "document identifier (ID)"@en ; + samm:description "Alphanumerische Zeichenfolge, die ein Dokument eindeutig identifiziert."@de ; + samm:description "Alphanumeric character sequence uniquely identifying a document."@en ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "XF90-884" . + +:documentIsPrimary a samm:Property ; + samm:preferredName "document is primary"@en ; + samm:preferredName "Dokument ist primär"@de ; + samm:description "Flag indicating that a DocumentId within a collection of at least two DocumentId`s is the 'primary' identifier for the document. This is the preferred ID of the document (commonly from the point of view of the owner of the asset)."@en ; + samm:description "Flag, das angibt, dass eine DocumentId innerhalb einer Sammlung von mindestens zwei DocumentIds die 'primäre' Kennung für das Dokument ist. Dies ist die bevorzugte ID des Dokuments (üblicherweise aus Sicht des Eigentümers des Assets)."@de ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Boolean ; + samm:exampleValue true . + +:classId a samm:Property ; + samm:preferredName "Klassenidentifikator"@de ; + samm:preferredName "class identifier"@en ; + samm:description "Eindeutige ID der Dokumentenklasse innerhalb eines Klassifikationsystems."@de ; + samm:description "Unique ID of the document class within a classficationsystem."@en ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:see ; + samm:see ; + samm:exampleValue "03-02" . + +:className a samm:Property ; + samm:preferredName "Klassifikations-Name"@de ; + samm:preferredName "classification name"@en ; + samm:description "Dokumententyp."@de ; + samm:description "Type of document."@en ; + samm:see ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:classificationSystem a samm:Property ; + samm:preferredName "Klassifikationssystem"@de ; + samm:preferredName "classification system"@en ; + samm:description "Charakterisierung eines Dokuments bezüglich des Zwecks oder der Information, die es beinhaltet."@de ; + samm:description "Classification of a document according to its purpose or the information it contains."@en ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "VDI2770 Blatt 1:2020" . + + +:version a samm:Property ; + samm:preferredName "Dokumentenversion"@de ; + samm:preferredName "document version"@en ; + samm:description "Eindeutige Version dieses Dokuments."@de ; + samm:description "Identifier of the version of this document."@en ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "V1.2" . + +:title a samm:Property ; + samm:preferredName "Titel"@de ; + samm:preferredName "title"@en ; + samm:description "Titel dieses Dokuments."@de ; + samm:description "Title of this document."@en ; + samm:see ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:description a samm:Property ; + samm:preferredName "Dokumentenbeschreibung"@de ; + samm:preferredName "summary"@en ; + samm:description "Klartext, der den Inhalt des Dokuments kennzeichnet."@de ; + samm:description "Plain text characterizing the content of the document."@en ; + samm:see ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:keywords a samm:Property ; + samm:preferredName "Stichworte"@de ; + samm:preferredName "keywords"@en ; + samm:description "Stichworte, die dieses Dokument beschreiben."@de ; + samm:description "Keywords that describe this document."@en ; + samm:see ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:statusValue a samm:Property ; + samm:preferredName "Status"@de ; + samm:preferredName "status"@en ; + samm:description "Jede Dokumentversion repräsentiert einen Zeitpunkt im Dokumentlebenszyklus. Dieser Statuswert bezieht sich auf die Meilensteine im Dokumentenlebenszyklus. Für die Anwendung dieser Richtlinie sollten die folgenden zwei Werte verwendet werden: InReview (in Überprüfung), Released (freigegeben)."@de ; + samm:description "Each document version represents a point in time in the document life cycle. This status value refers to the milestones in the document life cycle. The following two values should be used for the application of this guideline: InReview (under review), Released (released)."@en ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Released" . + +:statusSetDate a samm:Property ; + samm:preferredName "Datum der Einstellung des Dokumentenstatus"@de ; + samm:preferredName "document status set date"@en ; + samm:description "Datum, an dem der Dokumentenstatus gesetzt wurde."@de ; + samm:description "Date when the document status was set."@en ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Timestamp ; + samm:exampleValue "2020-02-06"^^xsd:dateTime . + +:digitalFiles a samm:Property ; + samm:preferredName "digital files"@en ; + samm:description "MIME-Type, file name and file contents\n\nConstraint: at least one PDF/A file type shall be provided.\nNote: each DigitalFile represents the same content or Document version, but can be provided in different technical formats (PDF, PDFA, html, etc.) or by a link."@en ; + samm:see ; + samm:see ; + samm:characteristic :FileSet . + +:previewFile a samm:Property ; + samm:preferredName "Vorschaudatei"@de ; + samm:preferredName "preview file"@en ; + samm:description "Liefert ein Vorschaubild der DocumentVersion, z.B. erste Seite, in einem gängigen Bildformat und niedriger Auflösung."@de ; + samm:description "Provides a preview image of the Document Version, e.g. first page, in a commonly used image format and low resolution."@en ; + samm:see ; + samm:see ; + samm:characteristic shared:FileWithContentType . + +:basedOnReferences a samm:Property ; + samm:preferredName "based on references"@en ; + samm:description "Forms a based on-relationship to another document or document version. Typically states, that the content of the document bases on another document (e.g. specification requirements). Both have a strong relationship\n\nConstraint: reference targets a 'Document' or a 'DocumentVersion'."@en ; + samm:see ; + samm:see ; + samm:characteristic :ReferenceSet . + +:translationOfEntities a samm:Property ; + samm:description "Forms a translation of-relationship to another document or document version. Both have a strong relationship\n\nConstraint: the (language-independent) content must be identical in both Documents or DocumentVersions.\n\nConstraint: reference targets a 'Document' or a 'DocumentVersion'."@en ; + samm:see ; + samm:see ; + samm:characteristic :ReferenceSet . + +:refersToEntities a samm:Property ; + samm:description "Forms a generic refers to-relationship to another document or document version. They have a loose relationship\n\nConstraint: reference targets a 'Document' or a 'DocumentVersion'."@en ; + samm:see ; + samm:see ; + samm:characteristic :ReferenceSet . + +:subtitle a samm:Property ; + samm:preferredName "Untertitel"@de ; + samm:preferredName "subtitle"@en ; + samm:description "Denotes the focus of the document and has a referential or communicative function, which is to refer to the content, subject matter or theme of the document\nConstraint: for each language-dependent Title, a Summary and at least one KeyWord shall exist for the given language."@en ; + samm:see ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:FileSet a samm-c:Set ; + samm-c:elementCharacteristic shared:FileWithContentType . + diff --git a/io.admin-shell.idta.handover_documentation/2.0.0/Organization_shared.ttl b/io.admin-shell.idta.handover_documentation/2.0.0/Organization_shared.ttl new file mode 100644 index 0000000..9f04687 --- /dev/null +++ b/io.admin-shell.idta.handover_documentation/2.0.0/Organization_shared.ttl @@ -0,0 +1,31 @@ + + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . + +:organizationOfficialName a samm:Property ; + samm:preferredName "Offizieller Organisationsname"@de ; + samm:preferredName "organization official name"@en ; + samm:description "Offizieller Name der Organisation."@de ; + samm:description "Official name of the organization."@en ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Example company Ltd." . + +:organizationName a samm:Property ; + samm:preferredName "Organisationsname"@de ; + samm:preferredName "organization name"@en ; + samm:description "Organisationsname in Kurzform."@de ; + samm:description "Organization name in short form."@en ; + samm:see ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Example company" . + diff --git a/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.json b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.json new file mode 100644 index 0000000..f6d95dc --- /dev/null +++ b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.json @@ -0,0 +1,2990 @@ +{ + "assetAdministrationShells" : [ { + "modelType" : "AssetAdministrationShell", + "assetInformation" : { + "assetKind" : "Type" + }, + "submodels" : [ { + "keys" : [ { + "type" : "Submodel", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#HandoverDocumentation/submodel" + } ], + "type" : "ModelReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#HandoverDocumentation", + "description" : [ { + "language" : "en", + "text" : "defaultAdminShell" + } ], + "idShort" : "defaultAdminShell" + } ], + "conceptDescriptions" : [ { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "definition" : [ { + "language" : "de", + "text" : "Enthält alle wichtigen Dokumente für den Kunden." + }, { + "language" : "en", + "text" : "Handover Documentation defines a set meta data for the handover of documentation from the manufacturer to the operator for industrial equipment." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "handover documentation" + }, { + "language" : "de", + "text" : "Übergabe-Dokumentation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "HandoverDocumentation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#HandoverDocumentation", + "category" : "APPLICATION_CLASS", + "description" : [ { + "language" : "de", + "text" : "Enthält alle wichtigen Dokumente für den Kunden." + }, { + "language" : "en", + "text" : "Handover Documentation defines a set meta data for the handover of documentation from the manufacturer to the operator for industrial equipment." + } ], + "displayName" : [ { + "language" : "en", + "text" : "handover documentation" + }, { + "language" : "de", + "text" : "Übergabe-Dokumentation" + } ], + "idShort" : "HandoverDocumentation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Identification of the domain in which the given DocumentId is unique. The domain ID can e.g., be the name or acronym of the providing organisation." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "document domain ID" + }, { + "language" : "de", + "text" : "Dokument-Domänen-ID" + } ], + "shortName" : [ { + "language" : "en", + "text" : "documentDomainId" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentDomainId", + "displayName" : [ { + "language" : "en", + "text" : "document domain ID" + }, { + "language" : "de", + "text" : "Dokument-Domänen-ID" + } ], + "idShort" : "documentDomainId" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Alphanumerische Zeichenfolge, die ein Dokument eindeutig identifiziert." + }, { + "language" : "en", + "text" : "Alphanumeric character sequence uniquely identifying a document." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Dokumentennummer" + }, { + "language" : "en", + "text" : "document identifier (ID)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "documentIdentifier" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentIdentifier", + "displayName" : [ { + "language" : "de", + "text" : "Dokumentennummer" + }, { + "language" : "en", + "text" : "document identifier (ID)" + } ], + "idShort" : "documentIdentifier" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "BOOLEAN", + "definition" : [ { + "language" : "en", + "text" : "Flag indicating that a DocumentId within a collection of at least two DocumentId`s is the 'primary' identifier for the document. This is the preferred ID of the document (commonly from the point of view of the owner of the asset)." + }, { + "language" : "de", + "text" : "Flag, das angibt, dass eine DocumentId innerhalb einer Sammlung von mindestens zwei DocumentIds die 'primäre' Kennung für das Dokument ist. Dies ist die bevorzugte ID des Dokuments (üblicherweise aus Sicht des Eigentümers des Assets)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "document is primary" + }, { + "language" : "de", + "text" : "Dokument ist primär" + } ], + "shortName" : [ { + "language" : "en", + "text" : "documentIsPrimary" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentIsPrimary", + "displayName" : [ { + "language" : "en", + "text" : "document is primary" + }, { + "language" : "de", + "text" : "Dokument ist primär" + } ], + "idShort" : "documentIsPrimary" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Menge von Dokumentennummern." + }, { + "language" : "en", + "text" : "Set of document identifiers for the Document. One ID in this collection should be used as a preferred ID (see isPrimary)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "document IDs" + }, { + "language" : "de", + "text" : "Dokumentennummern" + } ], + "shortName" : [ { + "language" : "en", + "text" : "documentIds" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentIds", + "displayName" : [ { + "language" : "en", + "text" : "document IDs" + }, { + "language" : "de", + "text" : "Dokumentennummern" + } ], + "idShort" : "documentIds" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Eindeutige ID der Dokumentenklasse innerhalb eines Klassifikationsystems." + }, { + "language" : "en", + "text" : "Unique ID of the document class within a classficationsystem." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Klassenidentifikator" + }, { + "language" : "en", + "text" : "class identifier" + } ], + "shortName" : [ { + "language" : "en", + "text" : "classId" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#classId", + "displayName" : [ { + "language" : "de", + "text" : "Klassenidentifikator" + }, { + "language" : "en", + "text" : "class identifier" + } ], + "idShort" : "classId" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Dokumententyp." + }, { + "language" : "en", + "text" : "Type of document." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Klassifikations-Name" + }, { + "language" : "en", + "text" : "classification name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "className" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#className", + "displayName" : [ { + "language" : "de", + "text" : "Klassifikations-Name" + }, { + "language" : "en", + "text" : "classification name" + } ], + "idShort" : "className" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Classification of a document according to its purpose or the information it contains." + }, { + "language" : "de", + "text" : "Charakterisierung eines Dokuments bezüglich des Zwecks oder der Information, die es beinhaltet." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "classification system" + }, { + "language" : "de", + "text" : "Klassifikationssystem" + } ], + "shortName" : [ { + "language" : "en", + "text" : "classificationSystem" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#classificationSystem", + "displayName" : [ { + "language" : "en", + "text" : "classification system" + }, { + "language" : "de", + "text" : "Klassifikationssystem" + } ], + "idShort" : "classificationSystem" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Liste der Klassifikationen der Dokumente." + }, { + "language" : "en", + "text" : "Set of information for describing the classification of the Document according to ClassificationSystems.\nConstraint: at least one classification according to VDI 2770 shall be provided." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "document classifications" + }, { + "language" : "de", + "text" : "Dokumenten-Klassifikationen" + } ], + "shortName" : [ { + "language" : "en", + "text" : "documentClassifications" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentClassifications", + "displayName" : [ { + "language" : "en", + "text" : "document classifications" + }, { + "language" : "de", + "text" : "Dokumenten-Klassifikationen" + } ], + "idShort" : "documentClassifications" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "languages" + } ], + "shortName" : [ { + "language" : "en", + "text" : "languages" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#languages", + "idShort" : "languages" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Eindeutige Version dieses Dokuments." + }, { + "language" : "en", + "text" : "Identifier of the version of this document." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Dokumentenversion" + }, { + "language" : "en", + "text" : "document version" + } ], + "shortName" : [ { + "language" : "en", + "text" : "version" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#version", + "displayName" : [ { + "language" : "de", + "text" : "Dokumentenversion" + }, { + "language" : "en", + "text" : "document version" + } ], + "idShort" : "version" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Title of this document." + }, { + "language" : "de", + "text" : "Titel dieses Dokuments." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "title" + }, { + "language" : "de", + "text" : "Titel" + } ], + "shortName" : [ { + "language" : "en", + "text" : "title" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#title", + "displayName" : [ { + "language" : "en", + "text" : "title" + }, { + "language" : "de", + "text" : "Titel" + } ], + "idShort" : "title" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Denotes the focus of the document and has a referential or communicative function, which is to refer to the content, subject matter or theme of the document\nConstraint: for each language-dependent Title, a Summary and at least one KeyWord shall exist for the given language." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "subtitle" + }, { + "language" : "de", + "text" : "Untertitel" + } ], + "shortName" : [ { + "language" : "en", + "text" : "subtitle" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#subtitle", + "displayName" : [ { + "language" : "en", + "text" : "subtitle" + }, { + "language" : "de", + "text" : "Untertitel" + } ], + "idShort" : "subtitle" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Plain text characterizing the content of the document." + }, { + "language" : "de", + "text" : "Klartext, der den Inhalt des Dokuments kennzeichnet." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Dokumentenbeschreibung" + }, { + "language" : "en", + "text" : "summary" + } ], + "shortName" : [ { + "language" : "en", + "text" : "description" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#description", + "displayName" : [ { + "language" : "de", + "text" : "Dokumentenbeschreibung" + }, { + "language" : "en", + "text" : "summary" + } ], + "idShort" : "description" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Keywords that describe this document." + }, { + "language" : "de", + "text" : "Stichworte, die dieses Dokument beschreiben." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "keywords" + }, { + "language" : "de", + "text" : "Stichworte" + } ], + "shortName" : [ { + "language" : "en", + "text" : "keywords" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#keywords", + "displayName" : [ { + "language" : "en", + "text" : "keywords" + }, { + "language" : "de", + "text" : "Stichworte" + } ], + "idShort" : "keywords" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Date when the document status was set." + }, { + "language" : "de", + "text" : "Datum, an dem der Dokumentenstatus gesetzt wurde." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "document status set date" + }, { + "language" : "de", + "text" : "Datum der Einstellung des Dokumentenstatus" + } ], + "shortName" : [ { + "language" : "en", + "text" : "statusSetDate" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#statusSetDate", + "displayName" : [ { + "language" : "en", + "text" : "document status set date" + }, { + "language" : "de", + "text" : "Datum der Einstellung des Dokumentenstatus" + } ], + "idShort" : "statusSetDate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Jede Dokumentversion repräsentiert einen Zeitpunkt im Dokumentlebenszyklus. Dieser Statuswert bezieht sich auf die Meilensteine im Dokumentenlebenszyklus. Für die Anwendung dieser Richtlinie sollten die folgenden zwei Werte verwendet werden: InReview (in Überprüfung), Released (freigegeben)." + }, { + "language" : "en", + "text" : "Each document version represents a point in time in the document life cycle. This status value refers to the milestones in the document life cycle. The following two values should be used for the application of this guideline: InReview (under review), Released (released)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "status" + }, { + "language" : "de", + "text" : "Status" + } ], + "shortName" : [ { + "language" : "en", + "text" : "statusValue" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#statusValue", + "displayName" : [ { + "language" : "en", + "text" : "status" + }, { + "language" : "de", + "text" : "Status" + } ], + "idShort" : "statusValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Organization name in short form." + }, { + "language" : "de", + "text" : "Organisationsname in Kurzform." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Organisationsname" + }, { + "language" : "en", + "text" : "organization name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "organizationName" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#organizationName", + "displayName" : [ { + "language" : "de", + "text" : "Organisationsname" + }, { + "language" : "en", + "text" : "organization name" + } ], + "idShort" : "organizationName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Offizieller Name der Organisation." + }, { + "language" : "en", + "text" : "Official name of the organization." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "organization official name" + }, { + "language" : "de", + "text" : "Offizieller Organisationsname" + } ], + "shortName" : [ { + "language" : "en", + "text" : "organizationOfficialName" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#organizationOfficialName", + "displayName" : [ { + "language" : "en", + "text" : "organization official name" + }, { + "language" : "de", + "text" : "Offizieller Organisationsname" + } ], + "idShort" : "organizationOfficialName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "key" + } ], + "shortName" : [ { + "language" : "en", + "text" : "key" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#key", + "idShort" : "key" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "keyValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "keyValue" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue", + "idShort" : "keyValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "keys" + } ], + "shortName" : [ { + "language" : "en", + "text" : "keys" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#keys", + "idShort" : "keys" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "type" + } ], + "shortName" : [ { + "language" : "en", + "text" : "type" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "ModelReference", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#KeyReferenceTypesEnum:_ModelReferencec39fcf3b" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ExternalReference", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#KeyReferenceTypesEnum:_ExternalReferencedf5750a7" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#type", + "idShort" : "type" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Forms a generic refers to-relationship to another document or document version. They have a loose relationship\n\nConstraint: reference targets a 'Document' or a 'DocumentVersion'." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "refersToEntities" + } ], + "shortName" : [ { + "language" : "en", + "text" : "refersToEntities" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#refersToEntities", + "idShort" : "refersToEntities" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Forms a based on-relationship to another document or document version. Typically states, that the content of the document bases on another document (e.g. specification requirements). Both have a strong relationship\n\nConstraint: reference targets a 'Document' or a 'DocumentVersion'." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "based on references" + } ], + "shortName" : [ { + "language" : "en", + "text" : "basedOnReferences" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#basedOnReferences", + "displayName" : [ { + "language" : "en", + "text" : "based on references" + } ], + "idShort" : "basedOnReferences" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Forms a translation of-relationship to another document or document version. Both have a strong relationship\n\nConstraint: the (language-independent) content must be identical in both Documents or DocumentVersions.\n\nConstraint: reference targets a 'Document' or a 'DocumentVersion'." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "translationOfEntities" + } ], + "shortName" : [ { + "language" : "en", + "text" : "translationOfEntities" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#translationOfEntities", + "idShort" : "translationOfEntities" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Path and name of the file (with file extension).\n\nThe path can be absolute or relative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "resourceValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "resourceValue" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue", + "idShort" : "resourceValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Content type of the content of the file." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "contentType" + } ], + "shortName" : [ { + "language" : "en", + "text" : "contentType" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType", + "idShort" : "contentType" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "MIME-Type, file name and file contents\n\nConstraint: at least one PDF/A file type shall be provided.\nNote: each DigitalFile represents the same content or Document version, but can be provided in different technical formats (PDF, PDFA, html, etc.) or by a link." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "digital files" + } ], + "shortName" : [ { + "language" : "en", + "text" : "digitalFiles" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#digitalFiles", + "displayName" : [ { + "language" : "en", + "text" : "digital files" + } ], + "idShort" : "digitalFiles" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Provides a preview image of the Document Version, e.g. first page, in a commonly used image format and low resolution." + }, { + "language" : "de", + "text" : "Liefert ein Vorschaubild der DocumentVersion, z.B. erste Seite, in einem gängigen Bildformat und niedriger Auflösung." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Vorschaudatei" + }, { + "language" : "en", + "text" : "preview file" + } ], + "shortName" : [ { + "language" : "en", + "text" : "previewFile" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#previewFile", + "displayName" : [ { + "language" : "de", + "text" : "Vorschaudatei" + }, { + "language" : "en", + "text" : "preview file" + } ], + "idShort" : "previewFile" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Information elements of individual VDI 2770 DocumentVersion entities.\nNote: at the time of handover, this collection shall include at least one DocumentVersion." + }, { + "language" : "de", + "text" : "Liste der Dokument-Versionen." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "document versions" + }, { + "language" : "de", + "text" : "Dokumenten-Versionen" + } ], + "shortName" : [ { + "language" : "en", + "text" : "documentVersions" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentVersions", + "displayName" : [ { + "language" : "en", + "text" : "document versions" + }, { + "language" : "de", + "text" : "Dokumenten-Versionen" + } ], + "idShort" : "documentVersions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "A set of relevant documents to hand over to customers for documentation purposes." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Dokumente" + }, { + "language" : "en", + "text" : "documents" + } ], + "shortName" : [ { + "language" : "en", + "text" : "documents" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documents", + "displayName" : [ { + "language" : "de", + "text" : "Dokumente" + }, { + "language" : "en", + "text" : "documents" + } ], + "idShort" : "documents" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "The unique ID of the (external) subject the specific asset ID value belongs to or has meaning to." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "external subject ID" + } ], + "shortName" : [ { + "language" : "en", + "text" : "externalSubjectId" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#externalSubjectId", + "displayName" : [ { + "language" : "en", + "text" : "external subject ID" + } ], + "idShort" : "externalSubjectId" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "The value of the specific asset identifier with the corresponding name." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "value" + } ], + "shortName" : [ { + "language" : "en", + "text" : "specificAssetIdValue" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdValue", + "displayName" : [ { + "language" : "en", + "text" : "value" + } ], + "idShort" : "specificAssetIdValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Name of the asset identifier." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "specificAssetIdName" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdName", + "displayName" : [ { + "language" : "en", + "text" : "name" + } ], + "idShort" : "specificAssetIdName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "specific asset ID" + } ], + "shortName" : [ { + "language" : "en", + "text" : "specificAssetIds" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIds", + "displayName" : [ { + "language" : "en", + "text" : "specific asset ID" + } ], + "idShort" : "specificAssetIds" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Globally unique identifier of an asset." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "global asset ID" + } ], + "shortName" : [ { + "language" : "en", + "text" : "globalAssetId" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#globalAssetId", + "displayName" : [ { + "language" : "en", + "text" : "global asset ID" + } ], + "idShort" : "globalAssetId" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "entity type" + } ], + "shortName" : [ { + "language" : "en", + "text" : "entityType" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "SelfManagedEntity", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#EntityType:_SelfManagedEntity3d75be6a" + } ], + "type" : "ModelReference" + } + }, { + "value" : "CoManagedEntity", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#EntityType:_CoManagedEntity6ad452f3" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#entityType", + "displayName" : [ { + "language" : "en", + "text" : "entity type" + } ], + "idShort" : "entityType" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "States that the described Entity is an important entity for documentation of the superordinate Asset of the Asset Administration Shell.\nNote: typically, such Entities are well-identified sub-parts of the Asset, such as supplier parts delivered to the manufacturer of the Asset.\nNote: these Entities are the target of the 'DocumentedEntity'-ReferenceElements of the particular Documents contained in this Submodel. This mechanism substitutes the ObjectId-provision of VDI 2770 (see section 2.2).\nNote: if the described Entity has an own Asset Administration Shell, the SelfManaged-flag and AssetId-reference of the Entity shall be set accordingly." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Einheiten für Dokumentation" + }, { + "language" : "en", + "text" : "entities for documentation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "entities" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#entities", + "displayName" : [ { + "language" : "de", + "text" : "Einheiten für Dokumentation" + }, { + "language" : "en", + "text" : "entities for documentation" + } ], + "idShort" : "entities" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#HandoverDocumentation" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-01-AHF578-003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2301-AHF578%23003" + } ], + "type" : "ExternalReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#HandoverDocumentation/submodel", + "description" : [ { + "language" : "de", + "text" : "Enthält alle wichtigen Dokumente für den Kunden." + }, { + "language" : "en", + "text" : "Handover Documentation defines a set meta data for the handover of documentation from the manufacturer to the operator for industrial equipment." + } ], + "idShort" : "HandoverDocumentation", + "submodelElements" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#DocumentSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI500-003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/vdi/2770/1/0/EntityForDocumentation" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABI500%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "A set of relevant documents to hand over to customers for documentation purposes." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Dokumente" + }, { + "language" : "en", + "text" : "documents" + } ], + "idShort" : "documents", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI500%23003/0173-1%2301-AHF579%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI500-003/0173-1-01-AHF579-003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "A set of relevant documents to hand over to customers for documentation purposes." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Dokumente" + }, { + "language" : "en", + "text" : "documents" + } ], + "idShort" : "documents", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#DocumentIdSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI501-003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI501%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Menge von Dokumentennummern." + }, { + "language" : "en", + "text" : "Set of document identifiers for the Document. One ID in this collection should be used as a preferred ID (see isPrimary)." + } ], + "displayName" : [ { + "language" : "en", + "text" : "document IDs" + }, { + "language" : "de", + "text" : "Dokumentennummern" + } ], + "idShort" : "documentIds", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI501-003/0173-1-01-AHF580-003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABI500%23003/0173-1%2301-AHF579%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Menge von Dokumentennummern." + }, { + "language" : "en", + "text" : "Set of document identifiers for the Document. One ID in this collection should be used as a preferred ID (see isPrimary)." + } ], + "displayName" : [ { + "language" : "en", + "text" : "document IDs" + }, { + "language" : "de", + "text" : "Dokumentennummern" + } ], + "idShort" : "documentIds", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentDomainId" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABH994-003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABH994%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "document domain ID" + }, { + "language" : "de", + "text" : "Dokument-Domänen-ID" + } ], + "idShort" : "documentDomainId" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentIdentifier" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-AAO099-004" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO099%23004" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Dokumentennummer" + }, { + "language" : "en", + "text" : "document identifier (ID)" + } ], + "idShort" : "documentIdentifier" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentIsPrimary" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABH995%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABH995-003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:boolean", + "displayName" : [ { + "language" : "en", + "text" : "document is primary" + }, { + "language" : "de", + "text" : "Dokument ist primär" + } ], + "idShort" : "documentIsPrimary" + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#DocumentClassificationSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI502%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI502-003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Liste der Klassifikationen der Dokumente." + }, { + "language" : "en", + "text" : "Set of information for describing the classification of the Document according to ClassificationSystems.\nConstraint: at least one classification according to VDI 2770 shall be provided." + } ], + "displayName" : [ { + "language" : "en", + "text" : "document classifications" + }, { + "language" : "de", + "text" : "Dokumenten-Klassifikationen" + } ], + "idShort" : "documentClassifications", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI502-003/0173-1-01-AHF581-003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABI502%23003/0173-1%2301-AHF581%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Liste der Klassifikationen der Dokumente." + }, { + "language" : "en", + "text" : "Set of information for describing the classification of the Document according to ClassificationSystems.\nConstraint: at least one classification according to VDI 2770 shall be provided." + } ], + "displayName" : [ { + "language" : "en", + "text" : "document classifications" + }, { + "language" : "de", + "text" : "Dokumenten-Klassifikationen" + } ], + "idShort" : "documentClassifications", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#classId" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABH996%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABH996-003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Klassenidentifikator" + }, { + "language" : "en", + "text" : "class identifier" + } ], + "idShort" : "classId" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#className" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABJ219-002" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABJ219%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Dokumententyp." + }, { + "language" : "en", + "text" : "Type of document." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Klassifikations-Name" + }, { + "language" : "en", + "text" : "classification name" + } ], + "idShort" : "className" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#classificationSystem" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABH997%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABH997-003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "classification system" + }, { + "language" : "de", + "text" : "Klassifikationssystem" + } ], + "idShort" : "classificationSystem" + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#DocumentVersion" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI503-003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI503%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Information elements of individual VDI 2770 DocumentVersion entities.\nNote: at the time of handover, this collection shall include at least one DocumentVersion." + }, { + "language" : "de", + "text" : "Liste der Dokument-Versionen." + } ], + "displayName" : [ { + "language" : "en", + "text" : "document versions" + }, { + "language" : "de", + "text" : "Dokumenten-Versionen" + } ], + "idShort" : "documentVersions", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI503-003/0173-1-01-AHF582-003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABI502%23003/0173-1%2301-AHF581%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABI503%23003/0173-1%2301-AHF582%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Information elements of individual VDI 2770 DocumentVersion entities.\nNote: at the time of handover, this collection shall include at least one DocumentVersion." + }, { + "language" : "de", + "text" : "Liste der Dokument-Versionen." + } ], + "displayName" : [ { + "language" : "en", + "text" : "document versions" + }, { + "language" : "de", + "text" : "Dokumenten-Versionen" + } ], + "idShort" : "documentVersions", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#LanguageSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAN468%23008" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-AAN468-008" + } ], + "type" : "ExternalReference" + } ], + "idShort" : "languages", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#languages" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "languages" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#version" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAP003%23005" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-AAP003-005" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Dokumentenversion" + }, { + "language" : "en", + "text" : "document version" + } ], + "idShort" : "version" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#title" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABG940%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABG940-003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Title of this document." + }, { + "language" : "de", + "text" : "Titel dieses Dokuments." + } ], + "displayName" : [ { + "language" : "en", + "text" : "title" + }, { + "language" : "de", + "text" : "Titel" + } ], + "idShort" : "title" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#subtitle" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABH998-003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABH998%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Denotes the focus of the document and has a referential or communicative function, which is to refer to the content, subject matter or theme of the document\nConstraint: for each language-dependent Title, a Summary and at least one KeyWord shall exist for the given language." + } ], + "displayName" : [ { + "language" : "en", + "text" : "subtitle" + }, { + "language" : "de", + "text" : "Untertitel" + } ], + "idShort" : "subtitle" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#description" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-AAN466-004" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAN466%23004" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Plain text characterizing the content of the document." + }, { + "language" : "de", + "text" : "Klartext, der den Inhalt des Dokuments kennzeichnet." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Dokumentenbeschreibung" + }, { + "language" : "en", + "text" : "summary" + } ], + "idShort" : "description" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#keywords" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABH999-003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABH999%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Keywords that describe this document." + }, { + "language" : "de", + "text" : "Stichworte, die dieses Dokument beschreiben." + } ], + "displayName" : [ { + "language" : "en", + "text" : "keywords" + }, { + "language" : "de", + "text" : "Stichworte" + } ], + "idShort" : "keywords" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#statusSetDate" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABI000%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI000-003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "document status set date" + }, { + "language" : "de", + "text" : "Datum der Einstellung des Dokumentenstatus" + } ], + "idShort" : "statusSetDate" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#statusValue" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABI001%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI001-003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "status" + }, { + "language" : "de", + "text" : "Status" + } ], + "idShort" : "statusValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#organizationName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABI002%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI002-003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Organisationsname" + }, { + "language" : "en", + "text" : "organization name" + } ], + "idShort" : "organizationName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#organizationOfficialName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABI004%23003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI004-003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "organization official name" + }, { + "language" : "de", + "text" : "Offizieller Organisationsname" + } ], + "idShort" : "organizationOfficialName" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#ReferenceSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABK288-002" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABK288%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Forms a generic refers to-relationship to another document or document version. They have a loose relationship\n\nConstraint: reference targets a 'Document' or a 'DocumentVersion'." + } ], + "idShort" : "refersToEntities", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Forms a generic refers to-relationship to another document or document version. They have a loose relationship\n\nConstraint: reference targets a 'Document' or a 'DocumentVersion'." + } ], + "idShort" : "refersToEntities", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#SetOfKeys" + } ], + "type" : "ExternalReference" + }, + "idShort" : "keys", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "idShort" : "keys", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#key" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "key" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "keyValue" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#type" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "type" + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#ReferenceSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABK289-002" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABK289%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Forms a based on-relationship to another document or document version. Typically states, that the content of the document bases on another document (e.g. specification requirements). Both have a strong relationship\n\nConstraint: reference targets a 'Document' or a 'DocumentVersion'." + } ], + "displayName" : [ { + "language" : "en", + "text" : "based on references" + } ], + "idShort" : "basedOnReferences", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Forms a based on-relationship to another document or document version. Typically states, that the content of the document bases on another document (e.g. specification requirements). Both have a strong relationship\n\nConstraint: reference targets a 'Document' or a 'DocumentVersion'." + } ], + "displayName" : [ { + "language" : "en", + "text" : "based on references" + } ], + "idShort" : "basedOnReferences", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#SetOfKeys" + } ], + "type" : "ExternalReference" + }, + "idShort" : "keys", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "idShort" : "keys", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#key" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "key" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "keyValue" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#type" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "type" + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#ReferenceSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABK290%23002" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABK290-002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Forms a translation of-relationship to another document or document version. Both have a strong relationship\n\nConstraint: the (language-independent) content must be identical in both Documents or DocumentVersions.\n\nConstraint: reference targets a 'Document' or a 'DocumentVersion'." + } ], + "idShort" : "translationOfEntities", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Forms a translation of-relationship to another document or document version. Both have a strong relationship\n\nConstraint: the (language-independent) content must be identical in both Documents or DocumentVersions.\n\nConstraint: reference targets a 'Document' or a 'DocumentVersion'." + } ], + "idShort" : "translationOfEntities", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#SetOfKeys" + } ], + "type" : "ExternalReference" + }, + "idShort" : "keys", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "idShort" : "keys", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#key" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "key" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "keyValue" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#type" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "type" + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#FileSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABK126-002" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABK126%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "MIME-Type, file name and file contents\n\nConstraint: at least one PDF/A file type shall be provided.\nNote: each DigitalFile represents the same content or Document version, but can be provided in different technical formats (PDF, PDFA, html, etc.) or by a link." + } ], + "displayName" : [ { + "language" : "en", + "text" : "digital files" + } ], + "idShort" : "digitalFiles", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/File" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "MIME-Type, file name and file contents\n\nConstraint: at least one PDF/A file type shall be provided.\nNote: each DigitalFile represents the same content or Document version, but can be provided in different technical formats (PDF, PDFA, html, etc.) or by a link." + } ], + "displayName" : [ { + "language" : "en", + "text" : "digital files" + } ], + "idShort" : "digitalFiles", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "resourceValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "contentType" + } ] + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABK127%23002" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABK127-002" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/File" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Provides a preview image of the Document Version, e.g. first page, in a commonly used image format and low resolution." + }, { + "language" : "de", + "text" : "Liefert ein Vorschaubild der DocumentVersion, z.B. erste Seite, in einem gängigen Bildformat und niedriger Auflösung." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Vorschaudatei" + }, { + "language" : "en", + "text" : "preview file" + } ], + "idShort" : "previewFile", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "resourceValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "contentType" + } ] + } ] + } ] + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#EntitySet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/vdi/2770/1/0/EntitiesForDocumentation" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "States that the described Entity is an important entity for documentation of the superordinate Asset of the Asset Administration Shell.\nNote: typically, such Entities are well-identified sub-parts of the Asset, such as supplier parts delivered to the manufacturer of the Asset.\nNote: these Entities are the target of the 'DocumentedEntity'-ReferenceElements of the particular Documents contained in this Submodel. This mechanism substitutes the ObjectId-provision of VDI 2770 (see section 2.2).\nNote: if the described Entity has an own Asset Administration Shell, the SelfManaged-flag and AssetId-reference of the Entity shall be set accordingly." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Einheiten für Dokumentation" + }, { + "language" : "en", + "text" : "entities for documentation" + } ], + "idShort" : "entities", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/Entity" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "States that the described Entity is an important entity for documentation of the superordinate Asset of the Asset Administration Shell.\nNote: typically, such Entities are well-identified sub-parts of the Asset, such as supplier parts delivered to the manufacturer of the Asset.\nNote: these Entities are the target of the 'DocumentedEntity'-ReferenceElements of the particular Documents contained in this Submodel. This mechanism substitutes the ObjectId-provision of VDI 2770 (see section 2.2).\nNote: if the described Entity has an own Asset Administration Shell, the SelfManaged-flag and AssetId-reference of the Entity shall be set accordingly." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Einheiten für Dokumentation" + }, { + "language" : "en", + "text" : "entities for documentation" + } ], + "idShort" : "entities", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#SpecificAssetIdSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/SpecificAssetId" + } ], + "type" : "ExternalReference" + } ], + "displayName" : [ { + "language" : "en", + "text" : "specific asset ID" + } ], + "idShort" : "specificAssetIds", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/SpecificAssetId" + } ], + "type" : "ExternalReference" + } ], + "displayName" : [ { + "language" : "en", + "text" : "specific asset ID" + } ], + "idShort" : "specificAssetIds", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/SpecificAssetId/externalSubjectId" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "The unique ID of the (external) subject the specific asset ID value belongs to or has meaning to." + } ], + "displayName" : [ { + "language" : "en", + "text" : "external subject ID" + } ], + "idShort" : "externalSubjectId", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#SetOfKeys" + } ], + "type" : "ExternalReference" + }, + "idShort" : "keys", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "idShort" : "keys", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#key" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "key" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "keyValue" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#type" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "type" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdValue" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/SpecificAssetId/value" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "value" + } ], + "idShort" : "specificAssetIdValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/SpecificAssetId/name" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "name" + } ], + "idShort" : "specificAssetIdName" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#globalAssetId" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/Entity/globalAssetId" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "global asset ID" + } ], + "idShort" : "globalAssetId" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#entityType" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/Entity/entityType" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "entity type" + } ], + "idShort" : "entityType" + } ] + } ] + } ] + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.xml b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.xml new file mode 100644 index 0000000..3bfa6b4 --- /dev/null +++ b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.xml @@ -0,0 +1,4165 @@ + + + + + defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#HandoverDocumentation + + Type + + + + ModelReference + + + Submodel + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#HandoverDocumentation/submodel + + + + + + + + + HandoverDocumentation + + + de + Enthält alle wichtigen Dokumente für den Kunden. + + + en + Handover Documentation defines a set meta data for the handover of documentation from the manufacturer to the operator for industrial equipment. + + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#HandoverDocumentation/submodel + Template + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#HandoverDocumentation + + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-01-AHF578-003 + + + + + ExternalReference + + + GlobalReference + 0173-1%2301-AHF578%23003 + + + + + + + documents + + + de + Dokumente + + + en + documents + + + + + en + A set of relevant documents to hand over to customers for documentation purposes. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#DocumentSet + + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABI500-003 + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/vdi/2770/1/0/EntityForDocumentation + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABI500%23003 + + + + + false + SubmodelElementCollection + + + documents + + + de + Dokumente + + + en + documents + + + + + en + A set of relevant documents to hand over to customers for documentation purposes. + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI500%23003/0173-1%2301-AHF579%23003 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABI500-003/0173-1-01-AHF579-003 + + + + + + + documentIds + + + en + document IDs + + + de + Dokumentennummern + + + + + de + Menge von Dokumentennummern. + + + en + Set of document identifiers for the Document. One ID in this collection should be used as a preferred ID (see isPrimary). + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#DocumentIdSet + + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABI501-003 + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI501%23003 + + + + + false + SubmodelElementCollection + + + documentIds + + + en + document IDs + + + de + Dokumentennummern + + + + + de + Menge von Dokumentennummern. + + + en + Set of document identifiers for the Document. One ID in this collection should be used as a preferred ID (see isPrimary). + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABI501-003/0173-1-01-AHF580-003 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABI500%23003/0173-1%2301-AHF579%23003 + + + + + + + documentDomainId + + + en + document domain ID + + + de + Dokument-Domänen-ID + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentDomainId + + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABH994-003 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABH994%23003 + + + + + xs:string + + + documentIdentifier + + + de + Dokumentennummer + + + en + document identifier (ID) + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentIdentifier + + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-AAO099-004 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO099%23004 + + + + + xs:string + + + documentIsPrimary + + + en + document is primary + + + de + Dokument ist primär + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentIsPrimary + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABH995%23003 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABH995-003 + + + + + xs:boolean + + + + + + + documentClassifications + + + en + document classifications + + + de + Dokumenten-Klassifikationen + + + + + de + Liste der Klassifikationen der Dokumente. + + + en + Set of information for describing the classification of the Document according to ClassificationSystems. +Constraint: at least one classification according to VDI 2770 shall be provided. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#DocumentClassificationSet + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI502%23003 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABI502-003 + + + + + false + SubmodelElementCollection + + + documentClassifications + + + en + document classifications + + + de + Dokumenten-Klassifikationen + + + + + de + Liste der Klassifikationen der Dokumente. + + + en + Set of information for describing the classification of the Document according to ClassificationSystems. +Constraint: at least one classification according to VDI 2770 shall be provided. + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABI502-003/0173-1-01-AHF581-003 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABI502%23003/0173-1%2301-AHF581%23003 + + + + + + + classId + + + de + Klassenidentifikator + + + en + class identifier + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#classId + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABH996%23003 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABH996-003 + + + + + xs:string + + + className + + + de + Klassifikations-Name + + + en + classification name + + + + + de + Dokumententyp. + + + en + Type of document. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#className + + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABJ219-002 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABJ219%23002 + + + + + + + classificationSystem + + + en + classification system + + + de + Klassifikationssystem + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#classificationSystem + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABH997%23003 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABH997-003 + + + + + xs:string + + + + + + + documentVersions + + + en + document versions + + + de + Dokumenten-Versionen + + + + + en + Information elements of individual VDI 2770 DocumentVersion entities. +Note: at the time of handover, this collection shall include at least one DocumentVersion. + + + de + Liste der Dokument-Versionen. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#DocumentVersion + + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABI503-003 + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI503%23003 + + + + + false + SubmodelElementCollection + + + documentVersions + + + en + document versions + + + de + Dokumenten-Versionen + + + + + en + Information elements of individual VDI 2770 DocumentVersion entities. +Note: at the time of handover, this collection shall include at least one DocumentVersion. + + + de + Liste der Dokument-Versionen. + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABI503-003/0173-1-01-AHF582-003 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABI502%23003/0173-1%2301-AHF581%23003 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABI503%23003/0173-1%2301-AHF582%23003 + + + + + + + languages + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#LanguageSet + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAN468%23008 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-AAN468-008 + + + + + false + SubmodelElementCollection + + + languages + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#languages + + + + xs:string + + + + + version + + + de + Dokumentenversion + + + en + document version + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#version + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAP003%23005 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-AAP003-005 + + + + + xs:string + + + title + + + en + title + + + de + Titel + + + + + en + Title of this document. + + + de + Titel dieses Dokuments. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#title + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABG940%23003 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABG940-003 + + + + + + + subtitle + + + en + subtitle + + + de + Untertitel + + + + + en + Denotes the focus of the document and has a referential or communicative function, which is to refer to the content, subject matter or theme of the document +Constraint: for each language-dependent Title, a Summary and at least one KeyWord shall exist for the given language. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#subtitle + + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABH998-003 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABH998%23003 + + + + + + + description + + + de + Dokumentenbeschreibung + + + en + summary + + + + + en + Plain text characterizing the content of the document. + + + de + Klartext, der den Inhalt des Dokuments kennzeichnet. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#description + + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-AAN466-004 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAN466%23004 + + + + + + + keywords + + + en + keywords + + + de + Stichworte + + + + + en + Keywords that describe this document. + + + de + Stichworte, die dieses Dokument beschreiben. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#keywords + + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABH999-003 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABH999%23003 + + + + + + + statusSetDate + + + en + document status set date + + + de + Datum der Einstellung des Dokumentenstatus + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#statusSetDate + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABI000%23003 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABI000-003 + + + + + xs:dateTime + + + statusValue + + + en + status + + + de + Status + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#statusValue + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABI001%23003 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABI001-003 + + + + + xs:string + + + organizationName + + + de + Organisationsname + + + en + organization name + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#organizationName + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABI002%23003 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABI002-003 + + + + + xs:string + + + organizationOfficialName + + + en + organization official name + + + de + Offizieller Organisationsname + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#organizationOfficialName + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABI004%23003 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABI004-003 + + + + + xs:string + + + refersToEntities + + + en + Forms a generic refers to-relationship to another document or document version. They have a loose relationship + +Constraint: reference targets a 'Document' or a 'DocumentVersion'. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#ReferenceSet + + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABK288-002 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABK288%23002 + + + + + false + SubmodelElementCollection + + + refersToEntities + + + en + Forms a generic refers to-relationship to another document or document version. They have a loose relationship + +Constraint: reference targets a 'Document' or a 'DocumentVersion'. + + + + + keys + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#SetOfKeys + + + + false + SubmodelElementCollection + + + keys + + + key + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#key + + + + xs:string + + + keyValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue + + + + xs:string + + + + + + + type + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#type + + + + xs:string + + + + + + + basedOnReferences + + + en + based on references + + + + + en + Forms a based on-relationship to another document or document version. Typically states, that the content of the document bases on another document (e.g. specification requirements). Both have a strong relationship + +Constraint: reference targets a 'Document' or a 'DocumentVersion'. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#ReferenceSet + + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABK289-002 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABK289%23002 + + + + + false + SubmodelElementCollection + + + basedOnReferences + + + en + based on references + + + + + en + Forms a based on-relationship to another document or document version. Typically states, that the content of the document bases on another document (e.g. specification requirements). Both have a strong relationship + +Constraint: reference targets a 'Document' or a 'DocumentVersion'. + + + + + keys + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#SetOfKeys + + + + false + SubmodelElementCollection + + + keys + + + key + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#key + + + + xs:string + + + keyValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue + + + + xs:string + + + + + + + type + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#type + + + + xs:string + + + + + + + translationOfEntities + + + en + Forms a translation of-relationship to another document or document version. Both have a strong relationship + +Constraint: the (language-independent) content must be identical in both Documents or DocumentVersions. + +Constraint: reference targets a 'Document' or a 'DocumentVersion'. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#ReferenceSet + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABK290%23002 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABK290-002 + + + + + false + SubmodelElementCollection + + + translationOfEntities + + + en + Forms a translation of-relationship to another document or document version. Both have a strong relationship + +Constraint: the (language-independent) content must be identical in both Documents or DocumentVersions. + +Constraint: reference targets a 'Document' or a 'DocumentVersion'. + + + + + keys + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#SetOfKeys + + + + false + SubmodelElementCollection + + + keys + + + key + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#key + + + + xs:string + + + keyValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue + + + + xs:string + + + + + + + type + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#type + + + + xs:string + + + + + + + digitalFiles + + + en + digital files + + + + + en + MIME-Type, file name and file contents + +Constraint: at least one PDF/A file type shall be provided. +Note: each DigitalFile represents the same content or Document version, but can be provided in different technical formats (PDF, PDFA, html, etc.) or by a link. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#FileSet + + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABK126-002 + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABK126%23002 + + + + + false + SubmodelElementCollection + + + digitalFiles + + + en + digital files + + + + + en + MIME-Type, file name and file contents + +Constraint: at least one PDF/A file type shall be provided. +Note: each DigitalFile represents the same content or Document version, but can be provided in different technical formats (PDF, PDFA, html, etc.) or by a link. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/File + + + + + + + resourceValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + xs:anyURI + + + contentType + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + xs:string + + + + + + + previewFile + + + de + Vorschaudatei + + + en + preview file + + + + + en + Provides a preview image of the Document Version, e.g. first page, in a commonly used image format and low resolution. + + + de + Liefert ein Vorschaubild der DocumentVersion, z.B. erste Seite, in einem gängigen Bildformat und niedriger Auflösung. + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABK127%23002 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABK127-002 + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/File + + + + + + + resourceValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + xs:anyURI + + + contentType + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + xs:string + + + + + + + + + + + + + entities + + + de + Einheiten für Dokumentation + + + en + entities for documentation + + + + + en + States that the described Entity is an important entity for documentation of the superordinate Asset of the Asset Administration Shell. +Note: typically, such Entities are well-identified sub-parts of the Asset, such as supplier parts delivered to the manufacturer of the Asset. +Note: these Entities are the target of the 'DocumentedEntity'-ReferenceElements of the particular Documents contained in this Submodel. This mechanism substitutes the ObjectId-provision of VDI 2770 (see section 2.2). +Note: if the described Entity has an own Asset Administration Shell, the SelfManaged-flag and AssetId-reference of the Entity shall be set accordingly. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#EntitySet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/vdi/2770/1/0/EntitiesForDocumentation + + + + + false + SubmodelElementCollection + + + entities + + + de + Einheiten für Dokumentation + + + en + entities for documentation + + + + + en + States that the described Entity is an important entity for documentation of the superordinate Asset of the Asset Administration Shell. +Note: typically, such Entities are well-identified sub-parts of the Asset, such as supplier parts delivered to the manufacturer of the Asset. +Note: these Entities are the target of the 'DocumentedEntity'-ReferenceElements of the particular Documents contained in this Submodel. This mechanism substitutes the ObjectId-provision of VDI 2770 (see section 2.2). +Note: if the described Entity has an own Asset Administration Shell, the SelfManaged-flag and AssetId-reference of the Entity shall be set accordingly. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/Entity + + + + + + + specificAssetIds + + + en + specific asset ID + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#SpecificAssetIdSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/SpecificAssetId + + + + + false + SubmodelElementCollection + + + specificAssetIds + + + en + specific asset ID + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/SpecificAssetId + + + + + + + externalSubjectId + + + en + external subject ID + + + + + en + The unique ID of the (external) subject the specific asset ID value belongs to or has meaning to. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/SpecificAssetId/externalSubjectId + + + + + + + keys + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#SetOfKeys + + + + false + SubmodelElementCollection + + + keys + + + key + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#key + + + + xs:string + + + keyValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue + + + + xs:string + + + + + + + type + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#type + + + + xs:string + + + + + specificAssetIdValue + + + en + value + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdValue + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/SpecificAssetId/value + + + + + xs:string + + + specificAssetIdName + + + en + name + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdName + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/SpecificAssetId/name + + + + + xs:string + + + + + + + globalAssetId + + + en + global asset ID + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#globalAssetId + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/Entity/globalAssetId + + + + + xs:string + + + entityType + + + en + entity type + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#entityType + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/Entity/entityType + + + + + xs:string + + + + + + + + + + + APPLICATION_CLASS + HandoverDocumentation + + + en + handover documentation + + + de + Übergabe-Dokumentation + + + + + de + Enthält alle wichtigen Dokumente für den Kunden. + + + en + Handover Documentation defines a set meta data for the handover of documentation from the manufacturer to the operator for industrial equipment. + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#HandoverDocumentation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + handover documentation + + + de + Übergabe-Dokumentation + + + + + en + HandoverDocumentation + + + + + de + Enthält alle wichtigen Dokumente für den Kunden. + + + en + Handover Documentation defines a set meta data for the handover of documentation from the manufacturer to the operator for industrial equipment. + + + + + + + + + documentDomainId + + + en + document domain ID + + + de + Dokument-Domänen-ID + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentDomainId + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + document domain ID + + + de + Dokument-Domänen-ID + + + + + en + documentDomainId + + + STRING + + + en + Identification of the domain in which the given DocumentId is unique. The domain ID can e.g., be the name or acronym of the providing organisation. + + + + + + + + + documentIdentifier + + + de + Dokumentennummer + + + en + document identifier (ID) + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentIdentifier + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Dokumentennummer + + + en + document identifier (ID) + + + + + en + documentIdentifier + + + STRING + + + de + Alphanumerische Zeichenfolge, die ein Dokument eindeutig identifiziert. + + + en + Alphanumeric character sequence uniquely identifying a document. + + + + + + + + + documentIsPrimary + + + en + document is primary + + + de + Dokument ist primär + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentIsPrimary + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + document is primary + + + de + Dokument ist primär + + + + + en + documentIsPrimary + + + BOOLEAN + + + en + Flag indicating that a DocumentId within a collection of at least two DocumentId`s is the 'primary' identifier for the document. This is the preferred ID of the document (commonly from the point of view of the owner of the asset). + + + de + Flag, das angibt, dass eine DocumentId innerhalb einer Sammlung von mindestens zwei DocumentIds die 'primäre' Kennung für das Dokument ist. Dies ist die bevorzugte ID des Dokuments (üblicherweise aus Sicht des Eigentümers des Assets). + + + + + + + + + documentIds + + + en + document IDs + + + de + Dokumentennummern + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentIds + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + document IDs + + + de + Dokumentennummern + + + + + en + documentIds + + + STRING + + + de + Menge von Dokumentennummern. + + + en + Set of document identifiers for the Document. One ID in this collection should be used as a preferred ID (see isPrimary). + + + + + + + + + classId + + + de + Klassenidentifikator + + + en + class identifier + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#classId + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Klassenidentifikator + + + en + class identifier + + + + + en + classId + + + STRING + + + de + Eindeutige ID der Dokumentenklasse innerhalb eines Klassifikationsystems. + + + en + Unique ID of the document class within a classficationsystem. + + + + + + + + + className + + + de + Klassifikations-Name + + + en + classification name + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#className + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Klassifikations-Name + + + en + classification name + + + + + en + className + + + STRING + + + de + Dokumententyp. + + + en + Type of document. + + + + + + + + + classificationSystem + + + en + classification system + + + de + Klassifikationssystem + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#classificationSystem + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + classification system + + + de + Klassifikationssystem + + + + + en + classificationSystem + + + STRING + + + en + Classification of a document according to its purpose or the information it contains. + + + de + Charakterisierung eines Dokuments bezüglich des Zwecks oder der Information, die es beinhaltet. + + + + + + + + + documentClassifications + + + en + document classifications + + + de + Dokumenten-Klassifikationen + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentClassifications + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + document classifications + + + de + Dokumenten-Klassifikationen + + + + + en + documentClassifications + + + STRING + + + de + Liste der Klassifikationen der Dokumente. + + + en + Set of information for describing the classification of the Document according to ClassificationSystems. +Constraint: at least one classification according to VDI 2770 shall be provided. + + + + + + + + + languages + urn:samm:io.admin-shell.idta.shared:3.1.0#languages + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + languages + + + + + en + languages + + + STRING + + + + + + + version + + + de + Dokumentenversion + + + en + document version + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#version + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Dokumentenversion + + + en + document version + + + + + en + version + + + STRING + + + de + Eindeutige Version dieses Dokuments. + + + en + Identifier of the version of this document. + + + + + + + + + title + + + en + title + + + de + Titel + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#title + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + title + + + de + Titel + + + + + en + title + + + STRING + + + en + Title of this document. + + + de + Titel dieses Dokuments. + + + + + + + + + subtitle + + + en + subtitle + + + de + Untertitel + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#subtitle + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + subtitle + + + de + Untertitel + + + + + en + subtitle + + + STRING + + + en + Denotes the focus of the document and has a referential or communicative function, which is to refer to the content, subject matter or theme of the document +Constraint: for each language-dependent Title, a Summary and at least one KeyWord shall exist for the given language. + + + + + + + + + description + + + de + Dokumentenbeschreibung + + + en + summary + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#description + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Dokumentenbeschreibung + + + en + summary + + + + + en + description + + + STRING + + + en + Plain text characterizing the content of the document. + + + de + Klartext, der den Inhalt des Dokuments kennzeichnet. + + + + + + + + + keywords + + + en + keywords + + + de + Stichworte + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#keywords + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + keywords + + + de + Stichworte + + + + + en + keywords + + + STRING + + + en + Keywords that describe this document. + + + de + Stichworte, die dieses Dokument beschreiben. + + + + + + + + + statusSetDate + + + en + document status set date + + + de + Datum der Einstellung des Dokumentenstatus + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#statusSetDate + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + document status set date + + + de + Datum der Einstellung des Dokumentenstatus + + + + + en + statusSetDate + + + STRING + + + en + Date when the document status was set. + + + de + Datum, an dem der Dokumentenstatus gesetzt wurde. + + + + + + + + + statusValue + + + en + status + + + de + Status + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#statusValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + status + + + de + Status + + + + + en + statusValue + + + STRING + + + de + Jede Dokumentversion repräsentiert einen Zeitpunkt im Dokumentlebenszyklus. Dieser Statuswert bezieht sich auf die Meilensteine im Dokumentenlebenszyklus. Für die Anwendung dieser Richtlinie sollten die folgenden zwei Werte verwendet werden: InReview (in Überprüfung), Released (freigegeben). + + + en + Each document version represents a point in time in the document life cycle. This status value refers to the milestones in the document life cycle. The following two values should be used for the application of this guideline: InReview (under review), Released (released). + + + + + + + + + organizationName + + + de + Organisationsname + + + en + organization name + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#organizationName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Organisationsname + + + en + organization name + + + + + en + organizationName + + + STRING + + + en + Organization name in short form. + + + de + Organisationsname in Kurzform. + + + + + + + + + organizationOfficialName + + + en + organization official name + + + de + Offizieller Organisationsname + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#organizationOfficialName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + organization official name + + + de + Offizieller Organisationsname + + + + + en + organizationOfficialName + + + STRING + + + de + Offizieller Name der Organisation. + + + en + Official name of the organization. + + + + + + + + + key + urn:samm:io.admin-shell.idta.shared:3.1.0#key + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + key + + + + + en + key + + + STRING + + + + + + + keyValue + urn:samm:io.admin-shell.idta.shared:3.1.0#keyValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + keyValue + + + + + en + keyValue + + + STRING + + + + + + + keys + urn:samm:io.admin-shell.idta.shared:3.1.0#keys + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + keys + + + + + en + keys + + + STRING + + + + + + + type + urn:samm:io.admin-shell.idta.shared:3.1.0#type + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type + + + + + en + type + + + STRING + + + + ModelReference + + ModelReference + + + DataElement + urn:samm:io.admin-shell.idta.shared:3.1.0#KeyReferenceTypesEnum:_ModelReferencec39fcf3b + + + + + + ExternalReference + + ModelReference + + + DataElement + urn:samm:io.admin-shell.idta.shared:3.1.0#KeyReferenceTypesEnum:_ExternalReferencedf5750a7 + + + + + + + + + + + + + refersToEntities + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#refersToEntities + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + refersToEntities + + + + + en + refersToEntities + + + STRING + + + en + Forms a generic refers to-relationship to another document or document version. They have a loose relationship + +Constraint: reference targets a 'Document' or a 'DocumentVersion'. + + + + + + + + + basedOnReferences + + + en + based on references + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#basedOnReferences + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + based on references + + + + + en + basedOnReferences + + + STRING + + + en + Forms a based on-relationship to another document or document version. Typically states, that the content of the document bases on another document (e.g. specification requirements). Both have a strong relationship + +Constraint: reference targets a 'Document' or a 'DocumentVersion'. + + + + + + + + + translationOfEntities + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#translationOfEntities + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + translationOfEntities + + + + + en + translationOfEntities + + + STRING + + + en + Forms a translation of-relationship to another document or document version. Both have a strong relationship + +Constraint: the (language-independent) content must be identical in both Documents or DocumentVersions. + +Constraint: reference targets a 'Document' or a 'DocumentVersion'. + + + + + + + + + resourceValue + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + resourceValue + + + + + en + resourceValue + + + STRING + + + en + Path and name of the file (with file extension). + +The path can be absolute or relative. + + + + + + + + + contentType + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + contentType + + + + + en + contentType + + + STRING + + + en + Content type of the content of the file. + + + + + + + + + digitalFiles + + + en + digital files + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#digitalFiles + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + digital files + + + + + en + digitalFiles + + + STRING + + + en + MIME-Type, file name and file contents + +Constraint: at least one PDF/A file type shall be provided. +Note: each DigitalFile represents the same content or Document version, but can be provided in different technical formats (PDF, PDFA, html, etc.) or by a link. + + + + + + + + + previewFile + + + de + Vorschaudatei + + + en + preview file + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#previewFile + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Vorschaudatei + + + en + preview file + + + + + en + previewFile + + + STRING + + + en + Provides a preview image of the Document Version, e.g. first page, in a commonly used image format and low resolution. + + + de + Liefert ein Vorschaubild der DocumentVersion, z.B. erste Seite, in einem gängigen Bildformat und niedriger Auflösung. + + + + + + + + + documentVersions + + + en + document versions + + + de + Dokumenten-Versionen + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documentVersions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + document versions + + + de + Dokumenten-Versionen + + + + + en + documentVersions + + + STRING + + + en + Information elements of individual VDI 2770 DocumentVersion entities. +Note: at the time of handover, this collection shall include at least one DocumentVersion. + + + de + Liste der Dokument-Versionen. + + + + + + + + + documents + + + de + Dokumente + + + en + documents + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#documents + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Dokumente + + + en + documents + + + + + en + documents + + + STRING + + + en + A set of relevant documents to hand over to customers for documentation purposes. + + + + + + + + + externalSubjectId + + + en + external subject ID + + + urn:samm:io.admin-shell.idta.shared:3.1.0#externalSubjectId + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + external subject ID + + + + + en + externalSubjectId + + + STRING + + + en + The unique ID of the (external) subject the specific asset ID value belongs to or has meaning to. + + + + + + + + + specificAssetIdValue + + + en + value + + + urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + value + + + + + en + specificAssetIdValue + + + STRING + + + en + The value of the specific asset identifier with the corresponding name. + + + + + + + + + specificAssetIdName + + + en + name + + + urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIdName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + name + + + + + en + specificAssetIdName + + + STRING + + + en + Name of the asset identifier. + + + + + + + + + specificAssetIds + + + en + specific asset ID + + + urn:samm:io.admin-shell.idta.shared:3.1.0#specificAssetIds + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + specific asset ID + + + + + en + specificAssetIds + + + STRING + + + + + + + globalAssetId + + + en + global asset ID + + + urn:samm:io.admin-shell.idta.shared:3.1.0#globalAssetId + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + global asset ID + + + + + en + globalAssetId + + + STRING + + + en + Globally unique identifier of an asset. + + + + + + + + + entityType + + + en + entity type + + + urn:samm:io.admin-shell.idta.shared:3.1.0#entityType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + entity type + + + + + en + entityType + + + STRING + + + + SelfManagedEntity + + ModelReference + + + DataElement + urn:samm:io.admin-shell.idta.shared:3.1.0#EntityType:_SelfManagedEntity3d75be6a + + + + + + CoManagedEntity + + ModelReference + + + DataElement + urn:samm:io.admin-shell.idta.shared:3.1.0#EntityType:_CoManagedEntity6ad452f3 + + + + + + + + + + + + + entities + + + de + Einheiten für Dokumentation + + + en + entities for documentation + + + urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#entities + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Einheiten für Dokumentation + + + en + entities for documentation + + + + + en + entities + + + STRING + + + en + States that the described Entity is an important entity for documentation of the superordinate Asset of the Asset Administration Shell. +Note: typically, such Entities are well-identified sub-parts of the Asset, such as supplier parts delivered to the manufacturer of the Asset. +Note: these Entities are the target of the 'DocumentedEntity'-ReferenceElements of the particular Documents contained in this Submodel. This mechanism substitutes the ObjectId-provision of VDI 2770 (see section 2.2). +Note: if the described Entity has an own Asset Administration Shell, the SelfManaged-flag and AssetId-reference of the Entity shall be set accordingly. + + + + + + + + + diff --git a/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aasx b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aasx new file mode 100644 index 0000000000000000000000000000000000000000..e33e038c2ff7d1995c0ad05c6a61aa4a8dc32aad GIT binary patch literal 13857 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 NTfiTQ!rA_w{eOfQT|NK+ literal 0 HcmV?d00001 diff --git a/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.html b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.html new file mode 100644 index 0000000..c44c865 --- /dev/null +++ b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.html @@ -0,0 +1,3006 @@ + + + + + + + + + + + + + + Documentation handover documentation + + +
+
+
+
+

Aspect Model handover documentation

+
urn:samm:io.admin-shell.idta.handover_documentation:2.0.0#HandoverDocumentation
+
+
+
+
+
+
+
+ +
+ + +
+ Handover Documentation defines a set meta data for the handover of documentation from the manufacturer to the operator for industrial equipment. +
+ + +
+

Overview

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

Properties

+
+ +
+ +
+

documents

+
+ +A set of relevant documents to hand over to customers for documentation purposes. + +
+
Name
+
documents
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+
+
+ Reference +
+
    +
  • https://admin-shell.io/vdi/2770/1/0/EntityForDocumentation
  • +
+
+
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Documents
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABI500-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABI500%23003
  • +
+
+
+ +
+
+ +
+

entities for documentation

+
+ +States that the described Entity is an important entity for documentation of the superordinate Asset of the Asset Administration Shell. +Note: typically, such Entities are well-identified sub-parts of the Asset, such as supplier parts delivered to the manufacturer of the Asset. +Note: these Entities are the target of the 'DocumentedEntity'-ReferenceElements of the particular Documents contained in this Submodel. This mechanism substitutes the ObjectId-provision of VDI 2770 (see section 2.2). +Note: if the described Entity has an own Asset Administration Shell, the SelfManaged-flag and AssetId-reference of the Entity shall be set accordingly. + +
+
Name
+
entities
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Entities
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/vdi/2770/1/0/EntitiesForDocumentation
  • +
+
+
+ +
+
+ + + +
+
+

Entities

+
+ +
+
+

AasEntityType

+
+
+ A predefined submodel element subtype of the Asset Administration Shell used to model entities. +
+
+ Reference +
+
    +
  • https://admin-shell.io/aas/3/1/Entity
  • +
+
+
+ +
+

Properties

+
+
+ +
+
specific asset ID
+
+ + +
+
Name
+
specificAssetIds
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
specificAssetIds
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/aas/3/1/SpecificAssetId
  • +
+
+
+ +
+
+ +
+
global asset ID
+
+ +Globally unique identifier of an asset. + +
+
Name
+
globalAssetId
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
globalAssetId
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/aas/3/1/Entity/globalAssetId
  • +
+
+
+ +
+
+ +
+
entity type
+
+ + +
+
Name
+
entityType
+
+ + + +
+
Characteristic
+
+
+
+
Enumeration
+
+
+
Values
+
+
+
+
    +
  • SelfManagedEntity
  • +
  • CoManagedEntity
  • +
+
+
+ +
+
+
+ +
+
Example
+
SelfManagedEntity
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
entityType
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/aas/3/1/Entity/entityType
  • +
+
+
+ +
+
+
+
+

DocumentEntity

+
+
+ A single handover document. +
+
+ Reference +
+
    +
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI500%23003/0173-1%2301-AHF579%23003
  • +
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABI500-003/0173-1-01-AHF579-003
  • +
+
+
+ +
+

Properties

+
+
+ +
+
document IDs
+
+ +Set of document identifiers for the Document. One ID in this collection should be used as a preferred ID (see isPrimary). + +
+
Name
+
documentIds
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
DocumentIds
+
+ +
+
Reference
+
+
    +
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI501%23003
  • +
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABI501-003
  • +
+
+
+ +
+
+ +
+
document classifications
+
+ +Set of information for describing the classification of the Document according to ClassificationSystems. +Constraint: at least one classification according to VDI 2770 shall be provided. + +
+
Name
+
documentClassifications
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
DocumentClassifications
+
+ +
+
Reference
+
+
    +
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI502%23003
  • +
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABI502-003
  • +
+
+
+ +
+
+ +
+
document versions
+
+ +Information elements of individual VDI 2770 DocumentVersion entities. +Note: at the time of handover, this collection shall include at least one DocumentVersion. + +
+
Name
+
documentVersions
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
DocumentVersions
+
+ +
+
Reference
+
+
    +
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI503%23003
  • +
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABI503-003
  • +
+
+
+ +
+
+
+
+

KeyEntity

+
+
+ +
+ +
+

Properties

+
+
+ +
+
key
+
+ + +
+
Name
+
key
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Submodel
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
key
+
+ + +
+
+ +
+
keyValue
+
+ + +
+
Name
+
keyValue
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
id1234
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
value
+
+ + +
+
+
+
+

ReferenceEntity

+
+
+ +
+ +
+

Properties

+
+
+ +
+
keys
+
+ + +
+
Name
+
keys
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
keys
+
+ + +
+
+ +
+
type
+
+ + +
+
Name
+
type
+
+ + + +
+
Characteristic
+
+
+
+
Enumeration
+
+
+
Values
+
+
+
+
    +
  • ModelReference
  • +
  • ExternalReference
  • +
+
+
+ +
+
+
+ +
+
Example
+
ModelReference
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
type
+
+ + +
+
+
+
+

document ID entity

+
+
+ Specification of a document ID. +
+
+ Reference +
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABI501-003/0173-1-01-AHF580-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABI500%23003/0173-1%2301-AHF579%23003
  • +
+
+
+ +
+

Properties

+
+
+ +
+
document domain ID
+
+ +Identification of the domain in which the given DocumentId is unique. The domain ID can e.g., be the name or acronym of the providing organisation. + +
+
Name
+
documentDomainId
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
1213455566
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
DocumentDomainId
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABH994-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABH994%23003
  • +
+
+
+ +
+
+ +
+
document identifier (ID)
+
+ +Alphanumeric character sequence uniquely identifying a document. + +
+
Name
+
documentIdentifier
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
XF90-884
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
DocumentIdentifier
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-AAO099-004
  • +
+
    +
  • urn:irdi:0173-1%2302-AAO099%23004
  • +
+
+
+ +
+
+ +
+
document is primary
+
+ +Flag indicating that a DocumentId within a collection of at least two DocumentId`s is the 'primary' identifier for the document. This is the preferred ID of the document (commonly from the point of view of the owner of the asset). + +
+
Name
+
documentIsPrimary
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
DocumentIsPrimary
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABH995-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABH995%23003
  • +
+
+
+ +
+
+
+
+

document classification entity

+
+
+ +
+
+ Reference +
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABI502-003/0173-1-01-AHF581-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABI502%23003/0173-1%2301-AHF581%23003
  • +
+
+
+ +
+

Properties

+
+
+ +
+
class identifier
+
+ +Unique ID of the document class within a classficationsystem. + +
+
Name
+
classId
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
03-02
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ClassId
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABH996-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABH996%23003
  • +
+
+
+ +
+
+ +
+
classification name
+
+ +Type of document. + +
+
Name
+
className
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ClassName
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABJ219-002
  • +
+
    +
  • urn:irdi:0173-1%2302-ABJ219%23002
  • +
+
+
+ +
+
+ +
+
classification system
+
+ +Classification of a document according to its purpose or the information it contains. + +
+
Name
+
classificationSystem
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
VDI2770 Blatt 1:2020
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ClassificationSystem
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABH997-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABH997%23003
  • +
+
+
+ +
+
+
+
+

document version entity

+
+
+ +
+
+ Reference +
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABI503-003/0173-1-01-AHF582-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABI502%23003/0173-1%2301-AHF581%23003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABI503%23003/0173-1%2301-AHF582%23003
  • +
+
+
+ +
+

Properties

+
+
+ +
+
languages
+
+ + +
+
Name
+
languages
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ +
+
Example
+
en
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Languages
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-AAN468-008
  • +
+
    +
  • urn:irdi:0173-1%2302-AAN468%23008
  • +
+
+
+ +
+
+ +
+
document version
+
+ +Identifier of the version of this document. + +
+
Name
+
version
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
V1.2
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Version
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-AAP003-005
  • +
+
    +
  • urn:irdi:0173-1%2302-AAP003%23005
  • +
+
+
+ +
+
+ +
+
title
+
+ +Title of this document. + +
+
Name
+
title
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Title
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABG940-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABG940%23003
  • +
+
+
+ +
+
+ +
+
subtitle
+
+ +Denotes the focus of the document and has a referential or communicative function, which is to refer to the content, subject matter or theme of the document +Constraint: for each language-dependent Title, a Summary and at least one KeyWord shall exist for the given language. + +
+
Name
+
subtitle
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
SubTitle
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABH998-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABH998%23003
  • +
+
+
+ +
+
+ +
+
summary
+
+ +Plain text characterizing the content of the document. + +
+
Name
+
description
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Description
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-AAN466-004
  • +
+
    +
  • urn:irdi:0173-1%2302-AAN466%23004
  • +
+
+
+ +
+
+ +
+
keywords
+
+ +Keywords that describe this document. + +
+
Name
+
keywords
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
KeyWords
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABH999-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABH999%23003
  • +
+
+
+ +
+
+ +
+
document status set date
+
+ +Date when the document status was set. + +
+
Name
+
statusSetDate
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
2020-02-06
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
StatusSetDate
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABI000-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABI000%23003
  • +
+
+
+ +
+
+ +
+
status
+
+ +Each document version represents a point in time in the document life cycle. This status value refers to the milestones in the document life cycle. The following two values should be used for the application of this guideline: InReview (under review), Released (released). + +
+
Name
+
statusValue
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Released
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
StatusValue
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABI001-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABI001%23003
  • +
+
+
+ +
+
+ +
+
organization name
+
+ +Organization name in short form. + +
+
Name
+
organizationName
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Example company
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
OrganizationShortName
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABI002-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABI002%23003
  • +
+
+
+ +
+
+ +
+
organization official name
+
+ +Official name of the organization. + +
+
Name
+
organizationOfficialName
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Example company Ltd.
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
OrganizationOfficialName
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABI004-003
  • +
+
    +
  • urn:irdi:0173-1%2302-ABI004%23003
  • +
+
+
+ +
+
+ +
+
refersToEntities
+
+ +Forms a generic refers to-relationship to another document or document version. They have a loose relationship + +Constraint: reference targets a 'Document' or a 'DocumentVersion'. + +
+
Name
+
refersToEntities
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
RefersToEntities
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABK288-002
  • +
+
    +
  • urn:irdi:0173-1%2302-ABK288%23002
  • +
+
+
+ +
+
+ +
+
based on references
+
+ +Forms a based on-relationship to another document or document version. Typically states, that the content of the document bases on another document (e.g. specification requirements). Both have a strong relationship + +Constraint: reference targets a 'Document' or a 'DocumentVersion'. + +
+
Name
+
basedOnReferences
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
BasedOnReferences
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABK289-002
  • +
+
    +
  • urn:irdi:0173-1%2302-ABK289%23002
  • +
+
+
+ +
+
+ +
+
translationOfEntities
+
+ +Forms a translation of-relationship to another document or document version. Both have a strong relationship + +Constraint: the (language-independent) content must be identical in both Documents or DocumentVersions. + +Constraint: reference targets a 'Document' or a 'DocumentVersion'. + +
+
Name
+
translationOfEntities
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
TranslationOfEntities
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABK290-002
  • +
+
    +
  • urn:irdi:0173-1%2302-ABK290%23002
  • +
+
+
+ +
+
+ +
+
digital files
+
+ +MIME-Type, file name and file contents + +Constraint: at least one PDF/A file type shall be provided. +Note: each DigitalFile represents the same content or Document version, but can be provided in different technical formats (PDF, PDFA, html, etc.) or by a link. + +
+
Name
+
digitalFiles
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
DigitalFiles
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABK126-002
  • +
+
    +
  • urn:irdi:0173-1%2302-ABK126%23002
  • +
+
+
+ +
+
+ +
+
preview file
+
+ +Provides a preview image of the Document Version, e.g. first page, in a commonly used image format and low resolution. + +
+
Name
+
previewFile
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
PreviewFile
+
+ +
+
Reference
+
+
    +
  • https://api.eclass-cdp.com/0173-1-02-ABK127-002
  • +
+
    +
  • urn:irdi:0173-1%2302-ABK127%23002
  • +
+
+
+ +
+
+
+
+

file with content type

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

Properties

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

specific asset ID

+
+
+ A specific asset ID describes a generic supplementary identifying attribute of the asset. The specific asset ID is not necessarily globally unique. +
+
+ Reference +
+
    +
  • https://admin-shell.io/aas/3/1/SpecificAssetId
  • +
+
+
+ +
+

Properties

+
+
+ +
+
external subject ID
+
+ +The unique ID of the (external) subject the specific asset ID value belongs to or has meaning to. + +
+
Name
+
externalSubjectId
+
+ + + +
+
Characteristic
+
+
+
+
SingleEntity
+
+ +
+
+
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
externalSubjectId
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/aas/3/1/SpecificAssetId/externalSubjectId
  • +
+
+
+ +
+
+ +
+
value
+
+ +The value of the specific asset identifier with the corresponding name. + +
+
Name
+
specificAssetIdValue
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
value
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/aas/3/1/SpecificAssetId/value
  • +
+
+
+ +
+
+ +
+
name
+
+ +Name of the asset identifier. + +
+
Name
+
specificAssetIdName
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
SerialNumber
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
name
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/aas/3/1/SpecificAssetId/name
  • +
+
+
+ +
+
+
+ +
+ Third party licenses + +
+ +
+ + +
+ + + \ No newline at end of file diff --git a/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.json b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.json new file mode 100644 index 0000000..3b75833 --- /dev/null +++ b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.json @@ -0,0 +1,80 @@ +{ + "Documents" : [ { + "DocumentIds" : [ { + "DocumentIdentifier" : "XF90-884", + "DocumentIsPrimary" : true, + "DocumentDomainId" : "1213455566" + } ], + "DocumentVersions" : [ { + "Description" : [ { + "en" : "Example multi language string" + } ], + "StatusSetDate" : "2020-02-06", + "TranslationOfEntities" : [ { + "type" : "ModelReference", + "keys" : [ { + "value" : "id1234", + "key" : "Submodel" + } ] + } ], + "DigitalFiles" : [ { + "value" : "https://example.com/SafetyInstructions.pdf", + "contentType" : "application/pdf" + } ], + "PreviewFile" : { + "value" : "https://example.com/SafetyInstructions.pdf", + "contentType" : "application/pdf" + }, + "Title" : [ { + "en" : "Example multi language string" + } ], + "Languages" : [ "en" ], + "RefersToEntities" : [ { + "type" : "ModelReference", + "keys" : [ { + "value" : "id1234", + "key" : "Submodel" + } ] + } ], + "KeyWords" : [ { + "en" : "Example multi language string" + } ], + "OrganizationShortName" : "Example company", + "Version" : "V1.2", + "StatusValue" : "Released", + "SubTitle" : [ { + "en" : "Example multi language string" + } ], + "OrganizationOfficialName" : "Example company Ltd.", + "BasedOnReferences" : [ { + "type" : "ModelReference", + "keys" : [ { + "value" : "id1234", + "key" : "Submodel" + } ] + } ] + } ], + "DocumentClassifications" : [ { + "ClassName" : [ { + "en" : "Example multi language string" + } ], + "ClassId" : "03-02", + "ClassificationSystem" : "VDI2770 Blatt 1:2020" + } ] + } ], + "Entities" : [ { + "specificAssetIds" : [ { + "name" : "SerialNumber", + "value" : "eOMtThyhVNLWUZNRcBaQKxI", + "externalSubjectId" : { + "type" : "ModelReference", + "keys" : [ { + "value" : "id1234", + "key" : "Submodel" + } ] + } + } ], + "entityType" : "SelfManagedEntity", + "globalAssetId" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.handover_documentation/README.md b/io.admin-shell.idta.handover_documentation/README.md new file mode 100644 index 0000000..6fc6972 --- /dev/null +++ b/io.admin-shell.idta.handover_documentation/README.md @@ -0,0 +1,35 @@ +# Scope + +This namespace is reserved for the Submodel Template Specification (SMT) IDTA-02004 Handover Documentation + +Namespace: urn:samm:io.admin-shell.idta.handover_documentation + +# General + +The folder "gen" for each version contains sammple JSON files generated for the aspect model(s) +The folder "input" contains source files like .aasx or the submodel template specification itself + +# Changelog +All notable changes to this model will be documented in this section. + +## [2.0.0] - IDTA-02004-2-0 + +for detailled changelog see [IDTA-02004-2-0](https://industrialdigitaltwin.org/en/content-hub/submodels) + + + +Contained Files: + +* HandoverDocumentation.ttl: the aspect model for the SMT +* Organization_shared.ttl: properties "organizationOfficialName" and "organizationName" for official and short form of organizational names + +Dependencies: + +* urn:samm:io.admin-shell.idta.shared:3.1.0 + + + + +In the following only deviations from IDTA-02004-2-0 are documented: + +NONE \ No newline at end of file From 1cf509b2b7f905a55f76a56153bfe6da9597faa3 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Tue, 3 Jun 2025 15:38:53 +0200 Subject: [PATCH 06/33] missing files for SMT Generic Techncial DAta --- .../1.0.0/furtherInformation_generic.ttl | 21 +++++++ .../1.0.0/generalInformation_shared.ttl | 55 +++++++++++++++++++ .../1.0.0/productClassifications_shared.ttl | 50 +++++++++++++++++ .../1.0.0/productImages_shared.ttl | 20 +++++++ 4 files changed, 146 insertions(+) create mode 100644 io.admin-shell.idta.generic.technical_data/1.0.0/furtherInformation_generic.ttl create mode 100644 io.admin-shell.idta.generic.technical_data/1.0.0/generalInformation_shared.ttl create mode 100644 io.admin-shell.idta.generic.technical_data/1.0.0/productClassifications_shared.ttl create mode 100644 io.admin-shell.idta.generic.technical_data/1.0.0/productImages_shared.ttl diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/furtherInformation_generic.ttl b/io.admin-shell.idta.generic.technical_data/1.0.0/furtherInformation_generic.ttl new file mode 100644 index 0000000..dc83e31 --- /dev/null +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/furtherInformation_generic.ttl @@ -0,0 +1,21 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix samm-u: . + +:furtherInformation a samm:Property ; + samm:description "Further information on the product, the validity of the information provided and this data record."@en ; + samm:see ; + samm:characteristic :FurtherInformationCharacteristic . + +:FurtherInformationCharacteristic a samm-c:SingleEntity ; + samm:dataType :FurtherInformationEntity . + +:FurtherInformationEntity a samm:Entity ; + samm:properties ( ) . + diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/generalInformation_shared.ttl b/io.admin-shell.idta.generic.technical_data/1.0.0/generalInformation_shared.ttl new file mode 100644 index 0000000..39694df --- /dev/null +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/generalInformation_shared.ttl @@ -0,0 +1,55 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix shared: . +@prefix samm-u: . + +:GeneralInformationEntity a samm:Entity ; + samm:see ; + samm:properties ( [ samm:property :manufacturerName; samm:payloadName "ManufacturerName" ] [ samm:property :manufacturerLogo; samm:optional true; samm:payloadName "ManufacturerLogo" ] [ samm:property :manufacturerProductDesignation; samm:payloadName "ManufacturerProductDesignation" ] [ samm:property :manufacturerArticleNumber; samm:payloadName "ManufacturerArticleNumber" ] [ samm:property :manufacturerOrderCode; samm:payloadName "ManufacturerOrderCode" ] [ samm:property :productImages; samm:optional true; samm:payloadName "ProductImages" ] ) . + +:manufacturerName a samm:Property ; + samm:preferredName "manufacturer name"@en ; + samm:preferredName "Herstellername"@de ; + samm:description "Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation."@en ; + samm:description "Name des Herstellers."@de ; + samm:see ; + samm:characteristic samm-c:Text . + +:manufacturerLogo a samm:Property ; + samm:preferredName "Firmenlogo"@de ; + samm:preferredName "company logo"@en ; + samm:description "Das Firmenlogo des Produkts."@de ; + samm:description "A graphic mark used to represent a company, an organisation or a product."@en ; + samm:see ; + samm:characteristic samm-c:ResourcePath . + +:manufacturerProductDesignation a samm:Property ; + samm:preferredName "Produktbezeichnung"@de ; + samm:preferredName "manufacturer product designation"@en ; + samm:description "Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy."@en ; + samm:description "Bezeichnung des Produkts."@de ; + samm:see ; + samm:characteristic shared:MultiLanguageTexts . + +:manufacturerArticleNumber a samm:Property ; + samm:preferredName "Artikelnummer des Produkts"@de ; + samm:preferredName "article number of the product"@en ; + samm:description "Unique product identifier of the manufacturer Note: The manufacturer article number is represented as a string, although often a numerical ID."@en ; + samm:see ; + samm:characteristic samm-c:Text . + +:manufacturerOrderCode a samm:Property ; + samm:preferredName "Bestellcode des Produkts"@de ; + samm:preferredName "order code for the product"@en ; + samm:description "Eindeutige Zahlen- und Buchstabenkombination um das Produkt eindeutig für die Bestellung zu identifizieren."@de ; + samm:description "Unique combination of numbers and letters used to identify the device for ordering."@en ; + samm:see ; + samm:characteristic samm-c:Text . + + diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/productClassifications_shared.ttl b/io.admin-shell.idta.generic.technical_data/1.0.0/productClassifications_shared.ttl new file mode 100644 index 0000000..3fbb50a --- /dev/null +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/productClassifications_shared.ttl @@ -0,0 +1,50 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix shared: . +@prefix nameplate: . +@prefix samm-u: . + +:productClassifications a samm:Property ; + samm:preferredName "Produkt-Klassifikationen"@de ; + samm:preferredName "product classifications"@en ; + samm:description "Product classifications by association with product classes in common classification systems."@en ; + samm:see ; + samm:characteristic :ProductClassificationSet . + +:ProductClassificationSet a samm-c:Set ; + samm:dataType :ProductClassificationEntity . + +:ProductClassificationEntity a samm:Entity ; + samm:preferredName "product classification entity"@en ; + samm:description "Single product classification item by association with product class in a particular classification system or property dictionary."@en ; + samm:see ; + samm:see ; + samm:properties ( [ samm:property :productClassificationSystem; samm:payloadName "ProductClassificationSystem" ] [ samm:property :classificationSystemVersion; samm:optional true; samm:payloadName "ClassificationSystemVersion" ] [ samm:property :productClassId; samm:payloadName "ProductClassId" ] ) . + + +:productClassificationSystem a samm:Property ; + samm:preferredName "product classification system"@en ; + samm:description "Common name of the classification system.\nNote: Examples for common names for classification systems are \"ECLASS\" or \"IEC CDD\"."@en ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "ECLASS" . + +:classificationSystemVersion a samm:Property ; + samm:preferredName "classification system version"@en ; + samm:description "Common version identifier of the used classification system, in order to distinguish different version of the property dictionary.\nNote: Casing is to be ignored."@en ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "9.0 (BASIC)" . + +:productClassId a samm:Property ; + samm:preferredName "product class ID"@en ; + samm:description "Class of the associated product or industrial equipment in the classification system. According to the notation of the system.\nNote: Ideally, the Property/valueId is used to reference the IRI/ IRDI of the product class."@en ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "27-01-88-77" . \ No newline at end of file diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/productImages_shared.ttl b/io.admin-shell.idta.generic.technical_data/1.0.0/productImages_shared.ttl new file mode 100644 index 0000000..86bfb5b --- /dev/null +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/productImages_shared.ttl @@ -0,0 +1,20 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix samm-u: . +@prefix shared: . + +:productImages a samm:Property ; + samm:preferredName "product images"@en ; + samm:description "Image files for associated product provided in common format (.png, .jpg)."@en ; + samm:see ; + samm:characteristic :ProductImageSet . + +:ProductImageSet a samm-c:Set ; + samm-c:elementCharacteristic shared:FileWithContentType . + From 21a6a6354881b733e0b73cb8e3a6d55ac22d23dd Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Tue, 3 Jun 2025 15:39:31 +0200 Subject: [PATCH 07/33] add aspect model for SMT Carbon Footprint --- .../2.0.0/CarbonFootprint.ttl | 217 + .../2.0.0/ContactInformation_shared.ttl | 43 + .../2.0.0/gen/CarbonFootprint.aas.json | 5925 ++++++++++++ .../2.0.0/gen/CarbonFootprint.aas.xml | 8153 ++++++++++++++++ .../2.0.0/gen/CarbonFootprint.aasx | Bin 0 -> 21991 bytes .../2.0.0/gen/CarbonFootprint.html | 8217 +++++++++++++++++ .../2.0.0/gen/CarbonFootprint.json | 108 + .../2.0.0/pact_shared.ttl | 23 + .../2.0.0/pcfInformation_generic.ttl | 18 + .../README.md | 29 + 10 files changed, 22733 insertions(+) create mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/CarbonFootprint.ttl create mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/ContactInformation_shared.ttl create mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.json create mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.xml create mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aasx create mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.html create mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.json create mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/pact_shared.ttl create mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/pcfInformation_generic.ttl create mode 100644 io.admin-shell.idta.carbon_footprint/README.md diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/CarbonFootprint.ttl b/io.admin-shell.idta.carbon_footprint/2.0.0/CarbonFootprint.ttl new file mode 100644 index 0000000..5bd497b --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/2.0.0/CarbonFootprint.ttl @@ -0,0 +1,217 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix cx: . +@prefix ext-shared: . +@prefix samm-u: . + +:CarbonFootprint a samm:Aspect ; + samm:preferredName "carbon footprint"@en ; + samm:description "Provides the means to access the Carbon Footprint of the asset."@en ; + samm:see ; + samm:see ; + samm:properties ( [ samm:property :productCarbonFootprints; samm:payloadName "ProductCarbonFootprints" ] [ samm:property :pact; samm:payloadName "PACTv2-2-0" ] [ samm:property :productOrSectorSpecificCarbonFootprints; samm:optional true; samm:payloadName "ProductOrSectorSpecificCarbonFootprints" ] ) ; + samm:operations ( ) ; + samm:events ( ) . + +:productCarbonFootprints a samm:Property ; + samm:preferredName "set of carbon footprints"@en ; + samm:description "Several carbon footprints may be provided."@en ; + samm:characteristic :ProductCarbonFootprintSet . + +:pact a samm:Property ; + samm:preferredName "carbon footprint as recommended by PACT"@en ; + samm:description "Carbon footprint conformant to technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. This specification was published by Partnership of Carbon Transparency (PACT)."@en ; + samm:see ; + samm:characteristic :PactCharacteristic . + +:productOrSectorSpecificCarbonFootprints a samm:Property ; + samm:preferredName "product or sector specific carbon footprints"@en ; + samm:description "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle."@en ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificCarbonFootprintSet . + +:ProductCarbonFootprintSet a samm-c:Set ; + samm:dataType :ProductCarbonFootprintEntity . + +:ProductOrSectorSpecificCarbonFootprintSet a samm-c:Set ; + samm:dataType :ProductOrSectorSpecificCarbonFootprintEntity . + +:ProductCarbonFootprintEntity a samm:Entity ; + samm:preferredName "carbon footprint of a product"@en ; + samm:description "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use."@en ; + samm:see ; + samm:properties ( [ samm:property :expirationDate; samm:optional true; samm:payloadName "ExpirationDate" ] [ samm:property :publicationDate; samm:payloadName "PublicationDate" ] [ samm:property :goodsAddressHandover; samm:payloadName "GoodsAddressHandover" ] [ samm:property :explanatoryStatement; samm:optional true; samm:payloadName "ExplanatoryStatement" ] [ samm:property :lifeCyclePhases; samm:payloadName "LifeCyclePhases" ] [ samm:property :quantityOfMeasureForCalculation; samm:payloadName "QuantityOfMeasureForCalculation" ] [ samm:property :referenceImpactUnitForCalculation; samm:payloadName "ReferenceImpactUnitForCalculation" ] [ samm:property :pcfCoEq; samm:payloadName "PcfCo2eq" ] [ samm:property :pcfCalculationMethods; samm:payloadName "PcfCalculationMethods" ] ) . + +:ProductOrSectorSpecificCarbonFootprintEntity a samm:Entity ; + samm:preferredName "product or sector specific carbon footprint"@en ; + samm:description "Product Carbon Footprint, which is determined in accordance with sector or product group-specific rules or guidelines and covers the life cycle or parts of a product life cycle."@en ; + samm:see ; + samm:properties ( [ samm:property :productOrSectorSpecificPcfCalculationMethods; samm:payloadName "PcfCalculationMethods" ] [ samm:property :productOrSectorSpecificRules; samm:payloadName "ProductOrSectorSpecificRules" ] [ samm:property :externalPcfApi; samm:optional true; samm:payloadName "ExternalPcfApi" ] [ samm:property :productOrSectorSpecificPcfInformation; samm:optional true; samm:payloadName "PcfInformation" ] ) . + +:expirationDate a samm:Property ; + samm:preferredName "expiration date"@en ; + samm:preferredName "Ablaufdatum"@de ; + samm:description "End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required."@en ; + samm:see ; + samm:characteristic samm-c:Timestamp . + +:publicationDate a samm:Property ; + samm:preferredName "publication date"@en ; + samm:preferredName "Veröffentlichungsdatum"@de ; + samm:description "Time at which something was first published or made available."@en ; + samm:see ; + samm:characteristic samm-c:Timestamp . + +:goodsAddressHandover a samm:Property ; + samm:preferredName "goods address hand-over"@en ; + samm:preferredName "Warenübergabeadresse"@de ; + samm:description "Indicates the hand-over address of the goods transport."@en ; + samm:see <0173-1%2301-AHF575%23003> ; + samm:characteristic :SimplifiedContactAddress . + +:explanatoryStatement a samm:Property ; + samm:preferredName "explanatory statement"@en ; + samm:preferredName "Erklärung"@de ; + samm:description "Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product."@en ; + samm:see ; + samm:characteristic ext-shared:FileWithContentType . + +:lifeCyclePhases a samm:Property ; + samm:preferredName "life cycle phases"@en ; + samm:preferredName "Lebenszyklusphasen"@de ; + samm:description "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers."@en ; + samm:see <0173-1%2302-ABG858%23003> ; + samm:characteristic :lifeCyclePhaseSet ; + samm:exampleValue "C4 - landfill" . + +:lifeCyclePhaseSet a samm-c:Set ; + samm:dataType xsd:string . + +:quantityOfMeasureForCalculation a samm:Property ; + samm:preferredName "quantity of measure for calculation"@en ; + samm:preferredName "Mengenangabe für die Berechnung"@de ; + samm:description "Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint."@en ; + samm:see <0173-1%2302-ABG857%23003> ; + samm:characteristic :QuantityOfMeasureForCalculationCharacteristic ; + samm:exampleValue "5.0"^^xsd:double . + +:QuantityOfMeasureForCalculationCharacteristic a samm-c:Quantifiable ; + samm:dataType xsd:double ; + samm:exampleValue "5.0"^^xsd:double . + +:referenceImpactUnitForCalculation a samm:Property ; + samm:preferredName "reference value for calculation"@en ; + samm:preferredName "Referenzeinheit für die Berechnung"@de ; + samm:description "Quantity unit of the product to which the PCF information on the CO2 footprint refers."@en ; + samm:see <0173-1%2302-ABG856%23003> ; + samm:characteristic samm-c:Text ; + samm:exampleValue "piece" . + +:pcfCoEq a samm:Property ; + samm:preferredName "CO2 eq Climate Change"@en ; + samm:preferredName "CO2 eq Klimawandel"@de ; + samm:description "Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard."@en ; + samm:see <0173-1%2302-ABG855%23003> ; + samm:characteristic :PcfCo2eqCharacteristic ; + samm:exampleValue "17.2"^^xsd:double . + +:pcfCalculationMethods a samm:Property ; + samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; + samm:preferredName "impact assessment method / calculation method"@de ; + samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; + samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; + samm:see <0173-1%2302-ABG854%23003> ; + samm:characteristic :PcfCalculationMethodSet ; + samm:exampleValue "ISO 14067" . + +:PcfCo2eqCharacteristic a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit samm-u:kilogram . + + +:PcfCalculationMethodSet a samm-c:Set ; + samm:dataType xsd:string . + +:productOrSectorSpecificPcfCalculationMethods a samm:Property ; + samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; + samm:preferredName "impact assessment method / calculation method"@de ; + samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; + samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; + samm:see <0173-1%2302-ABG854%23003> ; + samm:characteristic :PcfCalculationMethodSet ; + samm:exampleValue "sector specific calculation method" . + +:productOrSectorSpecificRules a samm:Property ; + samm:preferredName "product or sector specific rules"@en ; + samm:preferredName "produktspezifische oder sektorspezifische Regeln"@de ; + samm:description "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint."@en ; + samm:description "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. "@de ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificRuleSet . + +:ProductOrSectorSpecificRuleSet a samm-c:Set ; + samm:dataType :ProductOrSectorSpecificRuleEntity . + +:ProductOrSectorSpecificRuleEntity a samm:Entity ; + samm:properties: () . + +:externalPcfApi a samm:Property ; + samm:preferredName "external API for PCF information"@en ; + samm:preferredName "externe API für PCF Informationen"@de ; + samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; + samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; + samm:see ; + samm:characteristic :ExternalPcfApiCharacteristic . + +:ExternalPcfApiCharacteristic a samm-c:SingleEntity ; + samm:dataType :ExternalPcfApiEntity . + +:ExternalPcfApiEntity a samm:Entity ; + samm:preferredName "external API for PCF information"@en ; + samm:preferredName "externe API für PCF-Informationen"@de ; + samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; + samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; + samm:see ; + samm:properties: ( [ samm:property :pcfApiEndpoint; samm:payloadName "PcfApiEndpoint" ] [ samm:property :pcfApiQuery; samm:payloadName "PcfApiQuery" ]) . + +:productOrSectorSpecificPcfInformation a samm:Property ; + samm:preferredName "PCF information"@en ; + samm:preferredName "PCF-Information"@de ; + samm:description "A section in which further content is listed according to the calculation method for the Product Carbon Footprint."@en ; + samm:description "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden."@de ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificPcfInformationChacateristic . + +:LifeCylceCharacteristic a samm-c:Set ; + samm:dataType xsd:string . + +:PcfCo2eqCharacteristic a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit samm-u:kilogram . + +:PcfCalculationMethodSet a samm-c:Set ; + samm:dataType xsd:string . + +:pcfApiEndpoint a samm:Property ; + samm:preferredName "endpoint"@en ; + samm:preferredName "Endpoint"@de ; + samm:description "Specific URL or address that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; + samm:description "Spezifische URL oder Adresse, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "https://example.com/pcf" . + +:pcfApiQuery a samm:Property ; + samm:preferredName "query"@en ; + samm:preferredName "Abfrage"@dn ; + samm:description "Specific query that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; + samm:description "Spezifische Abfrage, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "specific query" . \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/ContactInformation_shared.ttl b/io.admin-shell.idta.carbon_footprint/2.0.0/ContactInformation_shared.ttl new file mode 100644 index 0000000..24ae9f3 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/2.0.0/ContactInformation_shared.ttl @@ -0,0 +1,43 @@ + + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix cx: . +@prefix ext-information: . +@prefix ext-shared: . +@prefix samm-u: . + +:cityTown a samm:Property ; + samm:characteristic samm-c:Text . + +:zipCode a samm:Property ; + samm:characteristic samm-c:Text . + +:houseNumber a samm:Property ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "1a" . + +:country a samm:Property ; + samm:preferredName "country"@en ; + samm:description "Country where the product is transmitted."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Mycountry" . + +:street a samm:Property ; + samm:see ; + samm:characteristic samm-c:Text . + +:ContactInformation a samm:Entity ; + samm:description "Contains information on how to contact the manufacturer or an authorised service provider, e.g. when a maintenance service is required."@en ; + samm:see ; + samm:properties ( [ samm:property :street; samm:optional true; samm:payloadName "Street" ] [ samm:property :houseNumber; samm:optional true; samm:payloadName "HouseNumber" ] [ samm:property :zipCode; samm:payloadName "ZipCode" ] [ samm:property :cityTown; samm:payloadName "CityTown" ] [ samm:property :country; samm:payloadName "Country" ] ) . + +:SimplifiedContactAddress a samm:Characteristic ; + samm:dataType :ContactInformation . diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.json b/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.json new file mode 100644 index 0000000..0071899 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.json @@ -0,0 +1,5925 @@ +{ + "assetAdministrationShells" : [ { + "modelType" : "AssetAdministrationShell", + "assetInformation" : { + "assetKind" : "Type" + }, + "submodels" : [ { + "keys" : [ { + "type" : "Submodel", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint/submodel" + } ], + "type" : "ModelReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint", + "description" : [ { + "language" : "en", + "text" : "defaultAdminShell" + } ], + "idShort" : "defaultAdminShell" + } ], + "conceptDescriptions" : [ { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "definition" : [ { + "language" : "en", + "text" : "Provides the means to access the Carbon Footprint of the asset." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "carbon footprint" + } ], + "shortName" : [ { + "language" : "en", + "text" : "CarbonFootprint" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint", + "category" : "APPLICATION_CLASS", + "description" : [ { + "language" : "en", + "text" : "Provides the means to access the Carbon Footprint of the asset." + } ], + "displayName" : [ { + "language" : "en", + "text" : "carbon footprint" + } ], + "idShort" : "CarbonFootprint" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "expiration date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "shortName" : [ { + "language" : "en", + "text" : "expirationDate" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#expirationDate", + "displayName" : [ { + "language" : "en", + "text" : "expiration date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "idShort" : "expirationDate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Time at which something was first published or made available." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "publication date" + }, { + "language" : "de", + "text" : "Veröffentlichungsdatum" + } ], + "shortName" : [ { + "language" : "en", + "text" : "publicationDate" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#publicationDate", + "displayName" : [ { + "language" : "en", + "text" : "publication date" + }, { + "language" : "de", + "text" : "Veröffentlichungsdatum" + } ], + "idShort" : "publicationDate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "street" + } ], + "shortName" : [ { + "language" : "en", + "text" : "street" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#street", + "idShort" : "street" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "houseNumber" + } ], + "shortName" : [ { + "language" : "en", + "text" : "houseNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#houseNumber", + "idShort" : "houseNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "zipCode" + } ], + "shortName" : [ { + "language" : "en", + "text" : "zipCode" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#zipCode", + "idShort" : "zipCode" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "cityTown" + } ], + "shortName" : [ { + "language" : "en", + "text" : "cityTown" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#cityTown", + "idShort" : "cityTown" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Country where the product is transmitted." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "country" + } ], + "shortName" : [ { + "language" : "en", + "text" : "country" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#country", + "displayName" : [ { + "language" : "en", + "text" : "country" + } ], + "idShort" : "country" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Indicates the hand-over address of the goods transport." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Warenübergabeadresse" + }, { + "language" : "en", + "text" : "goods address hand-over" + } ], + "shortName" : [ { + "language" : "en", + "text" : "goodsAddressHandover" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#goodsAddressHandover", + "displayName" : [ { + "language" : "de", + "text" : "Warenübergabeadresse" + }, { + "language" : "en", + "text" : "goods address hand-over" + } ], + "idShort" : "goodsAddressHandover" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Path and name of the file (with file extension).\n\nThe path can be absolute or relative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "resourceValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "resourceValue" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue", + "idShort" : "resourceValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Content type of the content of the file." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "contentType" + } ], + "shortName" : [ { + "language" : "en", + "text" : "contentType" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType", + "idShort" : "contentType" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "explanatory statement" + }, { + "language" : "de", + "text" : "Erklärung" + } ], + "shortName" : [ { + "language" : "en", + "text" : "explanatoryStatement" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#explanatoryStatement", + "displayName" : [ { + "language" : "en", + "text" : "explanatory statement" + }, { + "language" : "de", + "text" : "Erklärung" + } ], + "idShort" : "explanatoryStatement" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" + } ], + "shortName" : [ { + "language" : "en", + "text" : "lifeCyclePhases" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#lifeCyclePhases", + "displayName" : [ { + "language" : "en", + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" + } ], + "idShort" : "lifeCyclePhases" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "quantity of measure for calculation" + }, { + "language" : "de", + "text" : "Mengenangabe für die Berechnung" + } ], + "shortName" : [ { + "language" : "en", + "text" : "quantityOfMeasureForCalculation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#quantityOfMeasureForCalculation", + "displayName" : [ { + "language" : "en", + "text" : "quantity of measure for calculation" + }, { + "language" : "de", + "text" : "Mengenangabe für die Berechnung" + } ], + "idShort" : "quantityOfMeasureForCalculation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Quantity unit of the product to which the PCF information on the CO2 footprint refers." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Referenzeinheit für die Berechnung" + }, { + "language" : "en", + "text" : "reference value for calculation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "referenceImpactUnitForCalculation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#referenceImpactUnitForCalculation", + "displayName" : [ { + "language" : "de", + "text" : "Referenzeinheit für die Berechnung" + }, { + "language" : "en", + "text" : "reference value for calculation" + } ], + "idShort" : "referenceImpactUnitForCalculation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "CO2 eq Klimawandel" + }, { + "language" : "en", + "text" : "CO2 eq Climate Change" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcfCoEq" + } ], + "unit" : "kilogram" + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCoEq", + "displayName" : [ { + "language" : "de", + "text" : "CO2 eq Klimawandel" + }, { + "language" : "en", + "text" : "CO2 eq Climate Change" + } ], + "idShort" : "pcfCoEq" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation." + }, { + "language" : "de", + "text" : "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcfCalculationMethods" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCalculationMethods", + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "pcfCalculationMethods" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Several carbon footprints may be provided." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "set of carbon footprints" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productCarbonFootprints" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productCarbonFootprints", + "displayName" : [ { + "language" : "en", + "text" : "set of carbon footprints" + } ], + "idShort" : "productCarbonFootprints" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: The product footprint identifier as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Footprint Identifier" + } ], + "shortName" : [ { + "language" : "en", + "text" : "id" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#id", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Identifier" + } ], + "idShort" : "id" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Version of the product footprint data specification as defined in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Footprint Specification Version" + } ], + "shortName" : [ { + "language" : "en", + "text" : "specVersion" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#specVersion", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Specification Version" + } ], + "idShort" : "specVersion" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Partial Or Full PCF (Product Carbon Footprint)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "partialFullPcf" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "Cradle-to-gate", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-gate43331654" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Cradle-to-grave", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-grave175688ef" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#partialFullPcf", + "displayName" : [ { + "language" : "en", + "text" : "Partial Or Full PCF (Product Carbon Footprint)" + } ], + "idShort" : "partialFullPcf" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as \"optional\" in WBCSD, needs to be covered by application." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Previous PCF (Product Carbon Footprint) Identifiers" + } ], + "shortName" : [ { + "language" : "en", + "text" : "precedingPfIds" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#precedingPfIds", + "displayName" : [ { + "language" : "en", + "text" : "Previous PCF (Product Carbon Footprint) Identifiers" + } ], + "idShort" : "precedingPfIds" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_COUNT", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Version of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to \"0\" per default." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product (Carbon) Footprint Version" + } ], + "shortName" : [ { + "language" : "en", + "text" : "version" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#version", + "displayName" : [ { + "language" : "en", + "text" : "Product (Carbon) Footprint Version" + } ], + "idShort" : "version" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Timestamp of the creation of the Product (Carbon) Footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Creation of the Product (Carbon) Footprint" + } ], + "shortName" : [ { + "language" : "en", + "text" : "created" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#created", + "displayName" : [ { + "language" : "en", + "text" : "Creation of the Product (Carbon) Footprint" + } ], + "idShort" : "created" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Status indicator of a product (carbon) footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example set to \"Active\" per default." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Status" + } ], + "shortName" : [ { + "language" : "en", + "text" : "status" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "Active", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Active92340695" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Deprecated", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Deprecated6b2e8f83" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#status", + "displayName" : [ { + "language" : "en", + "text" : "Status" + } ], + "idShort" : "status" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Start of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. If specified, the validity period start must be equal to or greater than the reference period end." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Validity Period Start" + } ], + "shortName" : [ { + "language" : "en", + "text" : "validityPeriodStart" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart", + "displayName" : [ { + "language" : "en", + "text" : "Validity Period Start" + } ], + "idShort" : "validityPeriodStart" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: End of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Validity Period End" + } ], + "shortName" : [ { + "language" : "en", + "text" : "validityPeriodEnd" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd", + "displayName" : [ { + "language" : "en", + "text" : "Validity Period End" + } ], + "idShort" : "validityPeriodEnd" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Additional information and instructions related to the calculation of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Comment" + } ], + "shortName" : [ { + "language" : "en", + "text" : "comment" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#comment", + "displayName" : [ { + "language" : "en", + "text" : "Comment" + } ], + "idShort" : "comment" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Name of the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Company Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "companyName" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#companyName", + "displayName" : [ { + "language" : "en", + "text" : "Company Name" + } ], + "idShort" : "companyName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Non-empty set of Uniform Resource Names (URN). Each value is supposed to uniquely identify the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. For Catena-X Industry Core compliance the set of URNs must contain at least the Business Partner Number Legal Entity (BPNL) in the specified format urn:bpn:id:BPNL[a-zA-Z0-9]{12}. " + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Company IDs" + } ], + "shortName" : [ { + "language" : "en", + "text" : "companyIds" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#companyIds", + "displayName" : [ { + "language" : "en", + "text" : "Company IDs" + } ], + "idShort" : "companyIds" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Free-form description of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Description" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productDescription" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productDescription", + "displayName" : [ { + "language" : "en", + "text" : "Product Description" + } ], + "idShort" : "productDescription" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Non-empty set of product identifiers. Each value is supposed to uniquely identify the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productId corresponds with Industry Core manufacturerPartId." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product IDs" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productIds" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productIds", + "displayName" : [ { + "language" : "en", + "text" : "Product IDs" + } ], + "idShort" : "productIds" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: UN (United Nations) Product Classification Code (CPC - Central Classification Code) of a given product as specified the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, which will probably be declared as \"optional\" in a later WBCSD specification version. In Catena-X for example specified with default value \"011-99000\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Category" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productCategoryCpc" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc", + "displayName" : [ { + "language" : "en", + "text" : "Product Category" + } ], + "idShort" : "productCategoryCpc" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Non-empty trade name of a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productNameCompany corresponds with Industry Core nameAtManufacturer. " + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Trade Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productNameCompany" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productNameCompany", + "displayName" : [ { + "language" : "en", + "text" : "Product Trade Name" + } ], + "idShort" : "productNameCompany" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Unit of analysis of a product in context of the PCF (product carbon footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example list of valid units includes \"piece\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Unit of measurement" + } ], + "shortName" : [ { + "language" : "en", + "text" : "declaredUnit" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "liter", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_liter03d92a6e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "kilogram", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilogram16db10b2" + } ], + "type" : "ModelReference" + } + }, { + "value" : "cubic meter", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_cubicmeter0c183ff4" + } ], + "type" : "ModelReference" + } + }, { + "value" : "kilowatt hour", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilowatthour274d1016" + } ], + "type" : "ModelReference" + } + }, { + "value" : "megajoule", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_megajouled2732238" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ton kilometer", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_tonkilometer678d2724" + } ], + "type" : "ModelReference" + } + }, { + "value" : "square meter", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_squaremeter698b25da" + } ], + "type" : "ModelReference" + } + }, { + "value" : "piece", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_piece34235a2c" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#declaredUnit", + "displayName" : [ { + "language" : "en", + "text" : "Unit of measurement" + } ], + "idShort" : "declaredUnit" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Amount of units contained within a product in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Unitary Product Amount" + } ], + "shortName" : [ { + "language" : "en", + "text" : "unitaryProductAmount" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount", + "displayName" : [ { + "language" : "en", + "text" : "Unitary Product Amount" + } ], + "idShort" : "unitaryProductAmount" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Mass of a product per declared unit (net, unpackaged) in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Mass Per Declared Unit" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productMassPerDeclaredUnit" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit", + "displayName" : [ { + "language" : "en", + "text" : "Product Mass Per Declared Unit" + } ], + "idShort" : "productMassPerDeclaredUnit" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Applied cut-off percentage of emissions excluded from PCF (Product Carbon Footprint).\nFor accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Exempted Emissions Percent" + } ], + "shortName" : [ { + "language" : "en", + "text" : "exemptedEmissionsPercent" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent", + "displayName" : [ { + "language" : "en", + "text" : "Exempted Emissions Percent" + } ], + "idShort" : "exemptedEmissionsPercent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Rationale behind exclusion of specific PCF (Product Carbon Footprint) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Exempted Emissions Description" + } ], + "shortName" : [ { + "language" : "en", + "text" : "exemptedEmissionsDescription" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription", + "displayName" : [ { + "language" : "en", + "text" : "Exempted Emissions Description" + } ], + "idShort" : "exemptedEmissionsDescription" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Processes attributable to each lifecycle stage as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Boundary Processes Description" + } ], + "shortName" : [ { + "language" : "en", + "text" : "boundaryProcessesDescription" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription", + "displayName" : [ { + "language" : "en", + "text" : "Boundary Processes Description" + } ], + "idShort" : "boundaryProcessesDescription" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Subdivision of a country which must be an ISO 3166-2 subdivision code as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Geography Country Subdivision" + } ], + "shortName" : [ { + "language" : "en", + "text" : "geographyCountrySubdivision" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision", + "displayName" : [ { + "language" : "en", + "text" : "Geography Country Subdivision" + } ], + "idShort" : "geographyCountrySubdivision" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Two letter country code that must conform to data type ISO 3166CC as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Geography Country" + } ], + "shortName" : [ { + "language" : "en", + "text" : "geographyCountry" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountry", + "displayName" : [ { + "language" : "en", + "text" : "Geography Country" + } ], + "idShort" : "geographyCountry" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Region according to list as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Region" + } ], + "shortName" : [ { + "language" : "en", + "text" : "geographyRegionOrSubregion" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "Africa", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Africac4a371ac" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Americas", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Americas2d1b84c3" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Asia7ac02ec1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Europee595f45d" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Oceania", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Oceania4773281f" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Australia and New Zealand", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_AustraliaandNewZealand7e27c84b" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Central Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_CentralAsiaa5b94bb1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Eastern Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternAsiae5e4c3d1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Eastern Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternEuropee0cc9e7e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Latin America and the Caribbean", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_LatinAmericaandtheCaribbeana0078416" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Melanesia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Melanesia76a35072" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Micronesia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Micronesiad70835b5" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Northern Africa", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAfrica8505fee1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Northern America", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAmerica2e4d39a6" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Northern Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernEurope11767e0b" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Polynesia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Polynesia32098480" + } ], + "type" : "ModelReference" + } + }, { + "value" : "South-eastern Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_South-easternAsia114fbd91" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Southern Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernAsiad52ccbb4" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Southern Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernEurope5dc8a7ac" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Sub-Saharan Africa", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Sub-SaharanAfrica891a660d" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Western Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternAsiaa805d1c9" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Western Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternEurope6a5e7b44" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Global", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Globala258b30f" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Several", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Severalfc7323a3" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion", + "displayName" : [ { + "language" : "en", + "text" : "Region" + } ], + "idShort" : "geographyRegionOrSubregion" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Start of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Reference Period Start" + } ], + "shortName" : [ { + "language" : "en", + "text" : "referencePeriodStart" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart", + "displayName" : [ { + "language" : "en", + "text" : "Reference Period Start" + } ], + "idShort" : "referencePeriodStart" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: End of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Reference Period End" + } ], + "shortName" : [ { + "language" : "en", + "text" : "referencePeriodEnd" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd", + "displayName" : [ { + "language" : "en", + "text" : "Reference Period End" + } ], + "idShort" : "referencePeriodEnd" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standard" + } ], + "shortName" : [ { + "language" : "en", + "text" : "crossSectoralStandard" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "ISO Standard 14067", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140675220ef43" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14044", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404487b1ad6e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Pathfinder v1", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv1dc7c6be2" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Pathfinder v2", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv2294f87f5" + } ], + "type" : "ModelReference" + } + }, { + "value" : "PAS 2050", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PAS205021a4e735" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14040", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404056f7d7e6" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14041", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140416a1ddfa1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14042", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140427b8e5150" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14043", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404321cc8e41" + } ], + "type" : "ModelReference" + } + }, { + "value" : "PEF", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PEF16a96c1e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Other", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Otherf97e9da0" + } ], + "type" : "ModelReference" + } + }, { + "value" : "GHG Protocol Product Standard", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_GHGProtocolProductStandarda3c52802" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard", + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standard" + } ], + "idShort" : "crossSectoralStandard" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standards Used" + } ], + "shortName" : [ { + "language" : "en", + "text" : "crossSectoralStandardsUsed" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandardsUsed", + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standards Used" + } ], + "idShort" : "crossSectoralStandardsUsed" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example must always be \"Other\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Operator or Publisher of Sector Specific Rules" + } ], + "shortName" : [ { + "language" : "en", + "text" : "operator" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "PEF", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_PEF16a96c1e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "EPD International", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_EPDInternational8e0765e1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Other", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_Otherf97e9da0" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#operator", + "displayName" : [ { + "language" : "en", + "text" : "Operator or Publisher of Sector Specific Rules" + } ], + "idShort" : "operator" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Name of a rule applied by a specific operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Rule Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "ruleName" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#ruleName", + "displayName" : [ { + "language" : "en", + "text" : "Rule Name" + } ], + "idShort" : "ruleName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rule Names" + } ], + "shortName" : [ { + "language" : "en", + "text" : "ruleNames" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#ruleNames", + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rule Names" + } ], + "idShort" : "ruleNames" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Other operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by a default value." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Other Operator Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "otherOperatorName" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#otherOperatorName", + "displayName" : [ { + "language" : "en", + "text" : "Other Operator Name" + } ], + "idShort" : "otherOperatorName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rules" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificRules" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productOrSectorSpecificRules", + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rules" + } ], + "idShort" : "productOrSectorSpecificRules" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: IPCC (Intergovernmental Panel on Climate Change) version of the GWP (Global Warming Potential) characterization factors used for calculating the PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value \\\"AR6\\\". Default value can be overwritten." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Characterization Factors" + } ], + "shortName" : [ { + "language" : "en", + "text" : "characterizationFactors" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "AR5", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR5c1258ff9" + } ], + "type" : "ModelReference" + } + }, { + "value" : "AR6", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR6bfd2b8fd" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#characterizationFactors", + "displayName" : [ { + "language" : "en", + "text" : "Characterization Factors" + } ], + "idShort" : "characterizationFactors" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Allocation rules used and underlying reasoning in context of a product carbon footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value \"In accordance with Catena-X PCF Rulebook (Version 3.0.0)\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Allocation Rules Description" + } ], + "shortName" : [ { + "language" : "en", + "text" : "allocationRulesDescription" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription", + "displayName" : [ { + "language" : "en", + "text" : "Allocation Rules Description" + } ], + "idShort" : "allocationRulesDescription" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Allocation approach used for waste incineration with energy recovery as specified by the TFS (Together For Sustainability) initiative. In Catena-X for example must be specified by value \"cut-off\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Allocation Waste Incineration" + } ], + "shortName" : [ { + "language" : "en", + "text" : "allocationWasteIncineration" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "cut-off", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_cut-offfd27f68f" + } ], + "type" : "ModelReference" + } + }, { + "value" : "reverse cut-off", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_reversecut-off63c0b4c7" + } ], + "type" : "ModelReference" + } + }, { + "value" : "system expansion", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_systemexpansion804f197d" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration", + "displayName" : [ { + "language" : "en", + "text" : "Allocation Waste Incineration" + } ], + "idShort" : "allocationWasteIncineration" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Share of primary data in percent as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Primary Data Share" + } ], + "shortName" : [ { + "language" : "en", + "text" : "primaryDataShare" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#primaryDataShare", + "displayName" : [ { + "language" : "en", + "text" : "Primary Data Share" + } ], + "idShort" : "primaryDataShare" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Emission Factor Data Source" + } ], + "shortName" : [ { + "language" : "en", + "text" : "emissionFactorDS" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS", + "displayName" : [ { + "language" : "en", + "text" : "Emission Factor Data Source" + } ], + "idShort" : "emissionFactorDS" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Secondary Emission Factor Sources" + } ], + "shortName" : [ { + "language" : "en", + "text" : "secondaryEmissionFactorSources" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#secondaryEmissionFactorSources", + "displayName" : [ { + "language" : "en", + "text" : "Secondary Emission Factor Sources" + } ], + "idShort" : "secondaryEmissionFactorSources" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Percentage of PCF (Product Carbon Footprint) included in the data quality assessment based on the >5% emissions threshold as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to \"100\" per default." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Coverage Percent" + } ], + "shortName" : [ { + "language" : "en", + "text" : "coveragePercent" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#coveragePercent", + "displayName" : [ { + "language" : "en", + "text" : "Coverage Percent" + } ], + "idShort" : "coveragePercent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Technological representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Technological DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "technologicalDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#technologicalDQR", + "displayName" : [ { + "language" : "en", + "text" : "Technological DQR (Data Quality Rating)" + } ], + "idShort" : "technologicalDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Temporal representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Temporal DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "temporalDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#temporalDQR", + "displayName" : [ { + "language" : "en", + "text" : "Temporal DQR (Data Quality Rating)" + } ], + "idShort" : "temporalDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Geographical representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Geographical DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "geographicalDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#geographicalDQR", + "displayName" : [ { + "language" : "en", + "text" : "Geographical DQR (Data Quality Rating)" + } ], + "idShort" : "geographicalDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Completeness of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Completeness DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "completenessDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#completenessDQR", + "displayName" : [ { + "language" : "en", + "text" : "Completeness DQR (Data Quality Rating)" + } ], + "idShort" : "completenessDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Reliability of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Reliability DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "reliabilityDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR", + "displayName" : [ { + "language" : "en", + "text" : "Reliability DQR (Data Quality Rating)" + } ], + "idShort" : "reliabilityDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "DQI (Data Quality Indicators)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "dqi" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#dqi", + "displayName" : [ { + "language" : "en", + "text" : "DQI (Data Quality Indicators)" + } ], + "idShort" : "dqi" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "BOOLEAN", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: The Catena-X PCF Rulebook requires to include packaging from a system boundary perspective. \"FALSE\" is only possible due to the application of the cut-off rule.\nFlag indicating whether packaging emissions are included in a PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Packaging Emissions Included" + } ], + "shortName" : [ { + "language" : "en", + "text" : "packagingEmissionsIncluded" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded", + "displayName" : [ { + "language" : "en", + "text" : "Packaging Emissions Included" + } ], + "idShort" : "packagingEmissionsIncluded" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Product carbon footprint of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcfExcludingBiogenic" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "idShort" : "pcfExcludingBiogenic" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Product carbon footprint of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Optional value in current specification version but will be mandatory in future version." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Including Biogenic" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcfIncludingBiogenic" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Including Biogenic" + } ], + "idShort" : "pcfIncludingBiogenic" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Emissions from combustion of fossil sources as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Identical to \"pcfExcludingBiogenic\", will be removed in later version." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Fossil Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "fossilGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Fossil Emissions" + } ], + "idShort" : "fossilGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: GWP (Global Warming Potential) of biogenic CO2e-emissions in production phase which contain only GHG (Greenhouse Gas) emissions other than CO2 - excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Emissions Other Than CO2" + } ], + "shortName" : [ { + "language" : "en", + "text" : "biogenicCarbonEmissionsOtherThanCO2" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Emissions Other Than CO2" + } ], + "idShort" : "biogenicCarbonEmissionsOtherThanCO2" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Biogenic carbon content in the product converted to CO2e as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Withdrawal" + } ], + "shortName" : [ { + "language" : "en", + "text" : "biogenicCarbonWithdrawal" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Withdrawal" + } ], + "idShort" : "biogenicCarbonWithdrawal" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Direct land use change CO2e emissions in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "dlucGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "dlucGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "luGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "luGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: GHG (Greenhouse Gas) emissions resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Aircraft GHG Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "aircraftGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Aircraft GHG Emissions" + } ], + "idShort" : "aircraftGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Emissions resulting from the packaging of the product as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. In Catena-X not relevant to be reported separately." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Packaging GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "packagingGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Packaging GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "packagingGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Product carbon footprint for the distribution stage of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStagePcfExcludingBiogenic" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "idShort" : "distributionStagePcfExcludingBiogenic" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Product carbon footprint for the distribution stage of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Including Biogenic" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStagePcfIncludingBiogenic" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Including Biogenic" + } ], + "idShort" : "distributionStagePcfIncludingBiogenic" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Emissions from the combustion of fossil sources in the distribution stage as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage Fossil GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageFossilGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Fossil GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageFossilGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: GWP (Global Warming Potential) of biogenic CO2e-emissions in distribution phase which contain only GHG (Greenhouse Gas) emissions other than CO2 ? excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Emissions Other Than CO2" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageBiogenicCarbonEmissionsOtherThanCO2" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Emissions Other Than CO2" + } ], + "idShort" : "distributionStageBiogenicCarbonEmissionsOtherThanCO2" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: GWP (Global Warming Potential) of biogenic CO2-withdrawal in distribution stage (biogenic CO2 contained in the product) as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Withdrawal" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageBiogenicCarbonWithdrawal" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Withdrawal" + } ], + "idShort" : "distributionStageBiogenicCarbonWithdrawal" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Direct land use change CO2 emissions during distribution stage in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageDlucGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageDlucGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageLuGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageLuGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Total carbon content per declared unit in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Carbon Content Total" + } ], + "shortName" : [ { + "language" : "en", + "text" : "carbonContentTotal" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal", + "displayName" : [ { + "language" : "en", + "text" : "Carbon Content Total" + } ], + "idShort" : "carbonContentTotal" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Fossil carbon amount embodied in a product as specified in the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero; WBCSD specific extension, in Catena-X specified by a calculated value." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Fossil Carbon Content" + } ], + "shortName" : [ { + "language" : "en", + "text" : "fossilCarbonContent" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent", + "displayName" : [ { + "language" : "en", + "text" : "Fossil Carbon Content" + } ], + "idShort" : "fossilCarbonContent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Biogenic carbon amount embodied in a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Content" + } ], + "shortName" : [ { + "language" : "en", + "text" : "biogenicCarbonContent" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Content" + } ], + "idShort" : "biogenicCarbonContent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: GHG (Greenhouse Gas) emissions for the distribution stage resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage Aircraft GHG Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageAircraftGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Aircraft GHG Emissions" + } ], + "idShort" : "distributionStageAircraftGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcf" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#pcf", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint)" + } ], + "idShort" : "pcf" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Option for legal statement/ disclaimer as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Legal Statement" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcfLegalStatement" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Legal Statement" + } ], + "idShort" : "pcfLegalStatement" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Carbon footprint conformant to technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. This specification was published by Partnership of Carbon Transparency (PACT)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "carbon footprint as recommended by PACT" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pact" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pact", + "displayName" : [ { + "language" : "en", + "text" : "carbon footprint as recommended by PACT" + } ], + "idShort" : "pact" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation." + }, { + "language" : "de", + "text" : "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificPcfCalculationMethods" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificPcfCalculationMethods", + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "productOrSectorSpecificPcfCalculationMethods" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. " + }, { + "language" : "en", + "text" : "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product or sector specific rules" + }, { + "language" : "de", + "text" : "produktspezifische oder sektorspezifische Regeln" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificRules" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificRules", + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific rules" + }, { + "language" : "de", + "text" : "produktspezifische oder sektorspezifische Regeln" + } ], + "idShort" : "productOrSectorSpecificRules" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required." + }, { + "language" : "de", + "text" : "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "external API for PCF information" + }, { + "language" : "de", + "text" : "externe API für PCF Informationen" + } ], + "shortName" : [ { + "language" : "en", + "text" : "externalPcfApi" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#externalPcfApi", + "displayName" : [ { + "language" : "en", + "text" : "external API for PCF information" + }, { + "language" : "de", + "text" : "externe API für PCF Informationen" + } ], + "idShort" : "externalPcfApi" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden." + }, { + "language" : "en", + "text" : "A section in which further content is listed according to the calculation method for the Product Carbon Footprint." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF information" + }, { + "language" : "de", + "text" : "PCF-Information" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificPcfInformation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificPcfInformation", + "displayName" : [ { + "language" : "en", + "text" : "PCF information" + }, { + "language" : "de", + "text" : "PCF-Information" + } ], + "idShort" : "productOrSectorSpecificPcfInformation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product or sector specific carbon footprints" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificCarbonFootprints" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificCarbonFootprints", + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific carbon footprints" + } ], + "idShort" : "productOrSectorSpecificCarbonFootprints" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/IDTA-02023-1-0" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/CarbonFootprint/1/0" + } ], + "type" : "ExternalReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint/submodel", + "description" : [ { + "language" : "en", + "text" : "Provides the means to access the Carbon Footprint of the asset." + } ], + "idShort" : "CarbonFootprint", + "submodelElements" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductCarbonFootprintSet" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "Several carbon footprints may be provided." + } ], + "displayName" : [ { + "language" : "en", + "text" : "set of carbon footprints" + } ], + "idShort" : "productCarbonFootprints", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ProductCarbonFootprint/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Several carbon footprints may be provided." + } ], + "displayName" : [ { + "language" : "en", + "text" : "set of carbon footprints" + } ], + "idShort" : "productCarbonFootprints", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#expirationDate" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "expiration date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "idShort" : "expirationDate" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#publicationDate" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "publication date" + }, { + "language" : "de", + "text" : "Veröffentlichungsdatum" + } ], + "idShort" : "publicationDate" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-AAQ837#005" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2301-AHF575%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Indicates the hand-over address of the goods transport." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Warenübergabeadresse" + }, { + "language" : "en", + "text" : "goods address hand-over" + } ], + "idShort" : "goodsAddressHandover", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#street" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-ABH95623003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "idShort" : "street" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#houseNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-ABH957#003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "idShort" : "houseNumber" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#zipCode" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "zipCode" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#cityTown" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "cityTown" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#country" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "country" + } ], + "idShort" : "country" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/File" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ExplanatoryStatement/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product." + } ], + "displayName" : [ { + "language" : "en", + "text" : "explanatory statement" + }, { + "language" : "de", + "text" : "Erklärung" + } ], + "idShort" : "explanatoryStatement", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "resourceValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "contentType" + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#lifeCyclePhaseSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG858%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers." + } ], + "displayName" : [ { + "language" : "en", + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" + } ], + "idShort" : "lifeCyclePhases", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#lifeCyclePhases" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" + } ], + "idShort" : "lifeCyclePhases" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#quantityOfMeasureForCalculation" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG857%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:double", + "displayName" : [ { + "language" : "en", + "text" : "quantity of measure for calculation" + }, { + "language" : "de", + "text" : "Mengenangabe für die Berechnung" + } ], + "idShort" : "quantityOfMeasureForCalculation" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#referenceImpactUnitForCalculation" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG856%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Referenzeinheit für die Berechnung" + }, { + "language" : "en", + "text" : "reference value for calculation" + } ], + "idShort" : "referenceImpactUnitForCalculation" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCoEq" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG855%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:double", + "displayName" : [ { + "language" : "de", + "text" : "CO2 eq Klimawandel" + }, { + "language" : "en", + "text" : "CO2 eq Climate Change" + } ], + "idShort" : "pcfCoEq" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#PcfCalculationMethodSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG854%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation." + }, { + "language" : "de", + "text" : "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen." + } ], + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "pcfCalculationMethods", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCalculationMethods" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "pcfCalculationMethods" + } ] + } ] + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Carbon footprint conformant to technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. This specification was published by Partnership of Carbon Transparency (PACT)." + } ], + "displayName" : [ { + "language" : "en", + "text" : "carbon footprint as recommended by PACT" + } ], + "idShort" : "pact", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#id" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Identifier" + } ], + "idShort" : "id" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#specVersion" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Specification Version" + } ], + "idShort" : "specVersion" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#partialFullPcf" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Partial Or Full PCF (Product Carbon Footprint)" + } ], + "idShort" : "partialFullPcf" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PrecedingPfIdsCharacteristic" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as \"optional\" in WBCSD, needs to be covered by application." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Previous PCF (Product Carbon Footprint) Identifiers" + } ], + "idShort" : "precedingPfIds", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as \"optional\" in WBCSD, needs to be covered by application." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Previous PCF (Product Carbon Footprint) Identifiers" + } ], + "idShort" : "precedingPfIds", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#id" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Identifier" + } ], + "idShort" : "id" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#version" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:nonNegativeInteger", + "displayName" : [ { + "language" : "en", + "text" : "Product (Carbon) Footprint Version" + } ], + "idShort" : "version" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#created" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Creation of the Product (Carbon) Footprint" + } ], + "idShort" : "created" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#status" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Status" + } ], + "idShort" : "status" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Validity Period Start" + } ], + "idShort" : "validityPeriodStart" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Validity Period End" + } ], + "idShort" : "validityPeriodEnd" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#comment" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Comment" + } ], + "idShort" : "comment" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#companyName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Company Name" + } ], + "idShort" : "companyName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#companyIds" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.shared.business_partner_number:2.0.0#bpnlProperty" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:anyURI", + "displayName" : [ { + "language" : "en", + "text" : "Company IDs" + } ], + "idShort" : "companyIds" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productDescription" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Description" + } ], + "idShort" : "productDescription" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productIds" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.part_type_information:1.0.0#manufacturerPartId" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:anyURI", + "displayName" : [ { + "language" : "en", + "text" : "Product IDs" + } ], + "idShort" : "productIds" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Category" + } ], + "idShort" : "productCategoryCpc" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productNameCompany" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.part_type_information:1.0.0#nameAtManufacturer" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Trade Name" + } ], + "idShort" : "productNameCompany" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint)" + } ], + "idShort" : "pcf", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#declaredUnit" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Unit of measurement" + } ], + "idShort" : "declaredUnit" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:float", + "displayName" : [ { + "language" : "en", + "text" : "Unitary Product Amount" + } ], + "idShort" : "unitaryProductAmount" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Product Mass Per Declared Unit" + } ], + "idShort" : "productMassPerDeclaredUnit" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Exempted Emissions Percent" + } ], + "idShort" : "exemptedEmissionsPercent" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Exempted Emissions Description" + } ], + "idShort" : "exemptedEmissionsDescription" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Boundary Processes Description" + } ], + "idShort" : "boundaryProcessesDescription" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Geography Country Subdivision" + } ], + "idShort" : "geographyCountrySubdivision" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountry" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Geography Country" + } ], + "idShort" : "geographyCountry" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Region" + } ], + "idShort" : "geographyRegionOrSubregion" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Reference Period Start" + } ], + "idShort" : "referencePeriodStart" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Reference Period End" + } ], + "idShort" : "referencePeriodEnd" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standards Used" + } ], + "idShort" : "crossSectoralStandardsUsed", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standards Used" + } ], + "idShort" : "crossSectoralStandardsUsed", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standard" + } ], + "idShort" : "crossSectoralStandard" + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rules" + } ], + "idShort" : "productOrSectorSpecificRules", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rules" + } ], + "idShort" : "productOrSectorSpecificRules", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#operator" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Operator or Publisher of Sector Specific Rules" + } ], + "idShort" : "operator" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rule Names" + } ], + "idShort" : "ruleNames", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ruleName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Rule Name" + } ], + "idShort" : "ruleName" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#otherOperatorName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Other Operator Name" + } ], + "idShort" : "otherOperatorName" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#characterizationFactors" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Characterization Factors" + } ], + "idShort" : "characterizationFactors" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Allocation Rules Description" + } ], + "idShort" : "allocationRulesDescription" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Allocation Waste Incineration" + } ], + "idShort" : "allocationWasteIncineration" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#primaryDataShare" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Primary Data Share" + } ], + "idShort" : "primaryDataShare" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#EmissionFactorDSSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Secondary Emission Factor Sources" + } ], + "idShort" : "secondaryEmissionFactorSources", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Secondary Emission Factor Sources" + } ], + "idShort" : "secondaryEmissionFactorSources", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Emission Factor Data Source" + } ], + "idShort" : "emissionFactorDS" + } ] + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "DQI (Data Quality Indicators)" + } ], + "idShort" : "dqi", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#coveragePercent" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Coverage Percent" + } ], + "idShort" : "coveragePercent" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#technologicalDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Technological DQR (Data Quality Rating)" + } ], + "idShort" : "technologicalDQR" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#temporalDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Temporal DQR (Data Quality Rating)" + } ], + "idShort" : "temporalDQR" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#geographicalDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Geographical DQR (Data Quality Rating)" + } ], + "idShort" : "geographicalDQR" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#completenessDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Completeness DQR (Data Quality Rating)" + } ], + "idShort" : "completenessDQR" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Reliability DQR (Data Quality Rating)" + } ], + "idShort" : "reliabilityDQR" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:boolean", + "displayName" : [ { + "language" : "en", + "text" : "Packaging Emissions Included" + } ], + "idShort" : "packagingEmissionsIncluded" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "idShort" : "pcfExcludingBiogenic" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Including Biogenic" + } ], + "idShort" : "pcfIncludingBiogenic" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Fossil Emissions" + } ], + "idShort" : "fossilGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Emissions Other Than CO2" + } ], + "idShort" : "biogenicCarbonEmissionsOtherThanCO2" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Withdrawal" + } ], + "idShort" : "biogenicCarbonWithdrawal" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "dlucGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "luGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Aircraft GHG Emissions" + } ], + "idShort" : "aircraftGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Packaging GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "packagingGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "idShort" : "distributionStagePcfExcludingBiogenic" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Including Biogenic" + } ], + "idShort" : "distributionStagePcfIncludingBiogenic" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Fossil GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageFossilGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Emissions Other Than CO2" + } ], + "idShort" : "distributionStageBiogenicCarbonEmissionsOtherThanCO2" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Withdrawal" + } ], + "idShort" : "distributionStageBiogenicCarbonWithdrawal" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageDlucGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageLuGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Carbon Content Total" + } ], + "idShort" : "carbonContentTotal" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Fossil Carbon Content" + } ], + "idShort" : "fossilCarbonContent" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Content" + } ], + "idShort" : "biogenicCarbonContent" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Aircraft GHG Emissions" + } ], + "idShort" : "distributionStageAircraftGhgEmissions" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Legal Statement" + } ], + "idShort" : "pcfLegalStatement" + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductOrSectorSpecificCarbonFootprintSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific carbon footprints" + } ], + "idShort" : "productOrSectorSpecificCarbonFootprints", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific carbon footprints" + } ], + "idShort" : "productOrSectorSpecificCarbonFootprints", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#PcfCalculationMethodSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG854%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation." + }, { + "language" : "de", + "text" : "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen." + } ], + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "productOrSectorSpecificPcfCalculationMethods", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificPcfCalculationMethods" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "productOrSectorSpecificPcfCalculationMethods" + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductOrSectorSpecificRuleSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificRule/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. " + }, { + "language" : "en", + "text" : "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific rules" + }, { + "language" : "de", + "text" : "produktspezifische oder sektorspezifische Regeln" + } ], + "idShort" : "productOrSectorSpecificRules", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "de", + "text" : "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. " + }, { + "language" : "en", + "text" : "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific rules" + }, { + "language" : "de", + "text" : "produktspezifische oder sektorspezifische Regeln" + } ], + "idShort" : "productOrSectorSpecificRules" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ExternalPcfApi/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required." + }, { + "language" : "de", + "text" : "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht." + } ], + "displayName" : [ { + "language" : "en", + "text" : "external API for PCF information" + }, { + "language" : "de", + "text" : "externe API für PCF Informationen" + } ], + "idShort" : "externalPcfApi" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/PcfInformation/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden." + }, { + "language" : "en", + "text" : "A section in which further content is listed according to the calculation method for the Product Carbon Footprint." + } ], + "displayName" : [ { + "language" : "en", + "text" : "PCF information" + }, { + "language" : "de", + "text" : "PCF-Information" + } ], + "idShort" : "productOrSectorSpecificPcfInformation" + } ] + } ] + } ] + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.xml b/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.xml new file mode 100644 index 0000000..6f93989 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.xml @@ -0,0 +1,8153 @@ + + + + + defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint + + Type + + + + ModelReference + + + Submodel + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint/submodel + + + + + + + + + CarbonFootprint + + + en + Provides the means to access the Carbon Footprint of the asset. + + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint/submodel + Template + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/IDTA-02023-1-0 + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/CarbonFootprint/1/0 + + + + + + + productCarbonFootprints + + + en + set of carbon footprints + + + + + en + Several carbon footprints may be provided. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductCarbonFootprintSet + + + + false + SubmodelElementCollection + + + productCarbonFootprints + + + en + set of carbon footprints + + + + + en + Several carbon footprints may be provided. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductCarbonFootprint/1/0 + + + + + + + expirationDate + + + en + expiration date + + + de + Ablaufdatum + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#expirationDate + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0 + + + + + xs:dateTime + + + publicationDate + + + en + publication date + + + de + Veröffentlichungsdatum + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#publicationDate + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0 + + + + + xs:dateTime + + + goodsAddressHandover + + + de + Warenübergabeadresse + + + en + goods address hand-over + + + + + en + Indicates the hand-over address of the goods transport. + + + + + ExternalReference + + + GlobalReference + 0173-1#02-AAQ837#005 + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2301-AHF575%23003 + + + + + + + street + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#street + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-ABH95623003 + + + + + xs:string + + + houseNumber + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#houseNumber + + + + + + ExternalReference + + + GlobalReference + 0173-1#02-ABH957#003 + + + + + xs:string + + + zipCode + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#zipCode + + + + xs:string + + + cityTown + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#cityTown + + + + xs:string + + + country + + + en + country + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#country + + + + xs:string + + + + + explanatoryStatement + + + en + explanatory statement + + + de + Erklärung + + + + + en + Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/File + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ExplanatoryStatement/1/0 + + + + + + + resourceValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + xs:anyURI + + + contentType + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + xs:string + + + + + lifeCyclePhases + + + en + life cycle phases + + + de + Lebenszyklusphasen + + + + + en + Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#lifeCyclePhaseSet + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG858%23003 + + + + + false + SubmodelElementCollection + + + lifeCyclePhases + + + en + life cycle phases + + + de + Lebenszyklusphasen + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#lifeCyclePhases + + + + xs:string + + + + + quantityOfMeasureForCalculation + + + en + quantity of measure for calculation + + + de + Mengenangabe für die Berechnung + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#quantityOfMeasureForCalculation + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG857%23003 + + + + + xs:double + + + referenceImpactUnitForCalculation + + + de + Referenzeinheit für die Berechnung + + + en + reference value for calculation + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#referenceImpactUnitForCalculation + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG856%23003 + + + + + xs:string + + + pcfCoEq + + + de + CO2 eq Klimawandel + + + en + CO2 eq Climate Change + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCoEq + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG855%23003 + + + + + xs:double + + + pcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + + en + Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. + + + de + Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#PcfCalculationMethodSet + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG854%23003 + + + + + false + SubmodelElementCollection + + + pcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCalculationMethods + + + + xs:string + + + + + + + + + pact + + + en + carbon footprint as recommended by PACT + + + + + en + Carbon footprint conformant to technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. This specification was published by Partnership of Carbon Transparency (PACT). + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + id + + + en + Product Footprint Identifier + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#id + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + specVersion + + + en + Product Footprint Specification Version + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#specVersion + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + partialFullPcf + + + en + Partial Or Full PCF (Product Carbon Footprint) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#partialFullPcf + + + + xs:string + + + precedingPfIds + + + en + Previous PCF (Product Carbon Footprint) Identifiers + + + + + en + Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as "optional" in WBCSD, needs to be covered by application. + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#PrecedingPfIdsCharacteristic + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + false + SubmodelElementCollection + + + precedingPfIds + + + en + Previous PCF (Product Carbon Footprint) Identifiers + + + + + en + Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as "optional" in WBCSD, needs to be covered by application. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + id + + + en + Product Footprint Identifier + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#id + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + + + version + + + en + Product (Carbon) Footprint Version + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#version + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:nonNegativeInteger + + + created + + + en + Creation of the Product (Carbon) Footprint + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#created + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + status + + + en + Status + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#status + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + validityPeriodStart + + + en + Validity Period Start + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + validityPeriodEnd + + + en + Validity Period End + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + comment + + + en + Comment + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#comment + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + companyName + + + en + Company Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#companyName + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + companyIds + + + en + Company IDs + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#companyIds + + + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.shared.business_partner_number:2.0.0#bpnlProperty + + + + + xs:anyURI + + + productDescription + + + en + Product Description + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productDescription + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + productIds + + + en + Product IDs + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productIds + + + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.part_type_information:1.0.0#manufacturerPartId + + + + + xs:anyURI + + + productCategoryCpc + + + en + Product Category + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + productNameCompany + + + en + Product Trade Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productNameCompany + + + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.part_type_information:1.0.0#nameAtManufacturer + + + + + xs:string + + + pcf + + + en + PCF (Product Carbon Footprint) + + + + + en + A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + declaredUnit + + + en + Unit of measurement + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#declaredUnit + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + unitaryProductAmount + + + en + Unitary Product Amount + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:float + + + productMassPerDeclaredUnit + + + en + Product Mass Per Declared Unit + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit + + + + xs:decimal + + + exemptedEmissionsPercent + + + en + Exempted Emissions Percent + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + exemptedEmissionsDescription + + + en + Exempted Emissions Description + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + boundaryProcessesDescription + + + en + Boundary Processes Description + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + geographyCountrySubdivision + + + en + Geography Country Subdivision + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + geographyCountry + + + en + Geography Country + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#geographyCountry + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + geographyRegionOrSubregion + + + en + Region + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + referencePeriodStart + + + en + Reference Period Start + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + referencePeriodEnd + + + en + Reference Period End + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + crossSectoralStandardsUsed + + + en + Cross Sectoral Standards Used + + + + + en + Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardSet + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + false + SubmodelElementCollection + + + crossSectoralStandardsUsed + + + en + Cross Sectoral Standards Used + + + + + en + Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + crossSectoralStandard + + + en + Cross Sectoral Standard + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + + + productOrSectorSpecificRules + + + en + Product or Sector Specific Rules + + + + + en + Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleSet + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + false + SubmodelElementCollection + + + productOrSectorSpecificRules + + + en + Product or Sector Specific Rules + + + + + en + Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + operator + + + en + Operator or Publisher of Sector Specific Rules + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#operator + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + ruleNames + + + en + Product or Sector Specific Rule Names + + + + + en + Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + ruleName + + + en + Rule Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#ruleName + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + otherOperatorName + + + en + Other Operator Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#otherOperatorName + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + + + characterizationFactors + + + en + Characterization Factors + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#characterizationFactors + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + allocationRulesDescription + + + en + Allocation Rules Description + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + allocationWasteIncineration + + + en + Allocation Waste Incineration + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration + + + + xs:string + + + primaryDataShare + + + en + Primary Data Share + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#primaryDataShare + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + secondaryEmissionFactorSources + + + en + Secondary Emission Factor Sources + + + + + en + Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#EmissionFactorDSSet + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + false + SubmodelElementCollection + + + secondaryEmissionFactorSources + + + en + Secondary Emission Factor Sources + + + + + en + Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + emissionFactorDS + + + en + Emission Factor Data Source + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + + + dqi + + + en + DQI (Data Quality Indicators) + + + + + en + Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + coveragePercent + + + en + Coverage Percent + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#coveragePercent + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + technologicalDQR + + + en + Technological DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#technologicalDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + temporalDQR + + + en + Temporal DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#temporalDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + geographicalDQR + + + en + Geographical DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#geographicalDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + completenessDQR + + + en + Completeness DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#completenessDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + reliabilityDQR + + + en + Reliability DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + + + packagingEmissionsIncluded + + + en + Packaging Emissions Included + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:boolean + + + pcfExcludingBiogenic + + + en + PCF (Product Carbon Footprint) Excluding Biogenic + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + pcfIncludingBiogenic + + + en + PCF (Product Carbon Footprint) Including Biogenic + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + fossilGhgEmissions + + + en + Fossil Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + biogenicCarbonEmissionsOtherThanCO2 + + + en + Biogenic Carbon Emissions Other Than CO2 + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2 + + + + xs:decimal + + + biogenicCarbonWithdrawal + + + en + Biogenic Carbon Withdrawal + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/ + + + + + xs:decimal + + + dlucGhgEmissions + + + en + dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions + + + + xs:decimal + + + luGhgEmissions + + + en + LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions + + + + xs:decimal + + + aircraftGhgEmissions + + + en + Aircraft GHG Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + packagingGhgEmissions + + + en + Packaging GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + distributionStagePcfExcludingBiogenic + + + en + Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic + + + + xs:decimal + + + distributionStagePcfIncludingBiogenic + + + en + Distribution Stage PCF (Product Carbon Footprint) Including Biogenic + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic + + + + xs:decimal + + + distributionStageFossilGhgEmissions + + + en + Distribution Stage Fossil GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions + + + + xs:decimal + + + distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + en + Distribution Stage Biogenic Carbon Emissions Other Than CO2 + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + + xs:decimal + + + distributionStageBiogenicCarbonWithdrawal + + + en + Distribution Stage Biogenic Carbon Withdrawal + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal + + + + xs:decimal + + + distributionStageDlucGhgEmissions + + + en + Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions + + + + xs:decimal + + + distributionStageLuGhgEmissions + + + en + Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions + + + + xs:decimal + + + carbonContentTotal + + + en + Carbon Content Total + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal + + + + xs:decimal + + + fossilCarbonContent + + + en + Fossil Carbon Content + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/ + + + + + xs:decimal + + + biogenicCarbonContent + + + en + Biogenic Carbon Content + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/ + + + + + xs:decimal + + + distributionStageAircraftGhgEmissions + + + en + Distribution Stage Aircraft GHG Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + + + pcfLegalStatement + + + en + PCF (Product Carbon Footprint) Legal Statement + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement + + + + xs:string + + + + + productOrSectorSpecificCarbonFootprints + + + en + product or sector specific carbon footprints + + + + + en + Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductOrSectorSpecificCarbonFootprintSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0 + + + + + false + SubmodelElementCollection + + + productOrSectorSpecificCarbonFootprints + + + en + product or sector specific carbon footprints + + + + + en + Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0 + + + + + + + productOrSectorSpecificPcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + + en + Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. + + + de + Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#PcfCalculationMethodSet + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG854%23003 + + + + + false + SubmodelElementCollection + + + productOrSectorSpecificPcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificPcfCalculationMethods + + + + xs:string + + + + + productOrSectorSpecificRules + + + en + product or sector specific rules + + + de + produktspezifische oder sektorspezifische Regeln + + + + + de + Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. + + + en + Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductOrSectorSpecificRuleSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificRule/1/0 + + + + + false + SubmodelElementCollection + + + productOrSectorSpecificRules + + + en + product or sector specific rules + + + de + produktspezifische oder sektorspezifische Regeln + + + + + de + Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. + + + en + Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint. + + + + + + + externalPcfApi + + + en + external API for PCF information + + + de + externe API für PCF Informationen + + + + + en + An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required. + + + de + Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ExternalPcfApi/1/0 + + + + + + + productOrSectorSpecificPcfInformation + + + en + PCF information + + + de + PCF-Information + + + + + de + Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden. + + + en + A section in which further content is listed according to the calculation method for the Product Carbon Footprint. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/PcfInformation/1/0 + + + + + + + + + + + + + + + APPLICATION_CLASS + CarbonFootprint + + + en + carbon footprint + + + + + en + Provides the means to access the Carbon Footprint of the asset. + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#CarbonFootprint + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + carbon footprint + + + + + en + CarbonFootprint + + + + + en + Provides the means to access the Carbon Footprint of the asset. + + + + + + + + + expirationDate + + + en + expiration date + + + de + Ablaufdatum + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#expirationDate + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + expiration date + + + de + Ablaufdatum + + + + + en + expirationDate + + + STRING + + + en + End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required. + + + + + + + + + publicationDate + + + en + publication date + + + de + Veröffentlichungsdatum + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#publicationDate + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + publication date + + + de + Veröffentlichungsdatum + + + + + en + publicationDate + + + STRING + + + en + Time at which something was first published or made available. + + + + + + + + + street + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#street + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + street + + + + + en + street + + + STRING + + + + + + + houseNumber + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#houseNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + houseNumber + + + + + en + houseNumber + + + STRING + + + + + + + zipCode + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#zipCode + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + zipCode + + + + + en + zipCode + + + STRING + + + + + + + cityTown + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#cityTown + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + cityTown + + + + + en + cityTown + + + STRING + + + + + + + country + + + en + country + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#country + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + country + + + + + en + country + + + STRING + + + en + Country where the product is transmitted. + + + + + + + + + goodsAddressHandover + + + de + Warenübergabeadresse + + + en + goods address hand-over + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#goodsAddressHandover + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Warenübergabeadresse + + + en + goods address hand-over + + + + + en + goodsAddressHandover + + + STRING + + + en + Indicates the hand-over address of the goods transport. + + + + + + + + + resourceValue + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + resourceValue + + + + + en + resourceValue + + + STRING + + + en + Path and name of the file (with file extension). + +The path can be absolute or relative. + + + + + + + + + contentType + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + contentType + + + + + en + contentType + + + STRING + + + en + Content type of the content of the file. + + + + + + + + + explanatoryStatement + + + en + explanatory statement + + + de + Erklärung + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#explanatoryStatement + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + explanatory statement + + + de + Erklärung + + + + + en + explanatoryStatement + + + STRING + + + en + Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product. + + + + + + + + + lifeCyclePhases + + + en + life cycle phases + + + de + Lebenszyklusphasen + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#lifeCyclePhases + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + life cycle phases + + + de + Lebenszyklusphasen + + + + + en + lifeCyclePhases + + + STRING + + + en + Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers. + + + + + + + + + quantityOfMeasureForCalculation + + + en + quantity of measure for calculation + + + de + Mengenangabe für die Berechnung + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#quantityOfMeasureForCalculation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + quantity of measure for calculation + + + de + Mengenangabe für die Berechnung + + + + + en + quantityOfMeasureForCalculation + + + REAL_MEASURE + + + en + Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint. + + + + + + + + + referenceImpactUnitForCalculation + + + de + Referenzeinheit für die Berechnung + + + en + reference value for calculation + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#referenceImpactUnitForCalculation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Referenzeinheit für die Berechnung + + + en + reference value for calculation + + + + + en + referenceImpactUnitForCalculation + + + STRING + + + en + Quantity unit of the product to which the PCF information on the CO2 footprint refers. + + + + + + + + + pcfCoEq + + + de + CO2 eq Klimawandel + + + en + CO2 eq Climate Change + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCoEq + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + CO2 eq Klimawandel + + + en + CO2 eq Climate Change + + + + + en + pcfCoEq + + + kilogram + REAL_MEASURE + + + en + Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard. + + + + + + + + + pcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pcfCalculationMethods + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + + en + pcfCalculationMethods + + + STRING + + + en + Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. + + + de + Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen. + + + + + + + + + productCarbonFootprints + + + en + set of carbon footprints + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productCarbonFootprints + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + set of carbon footprints + + + + + en + productCarbonFootprints + + + STRING + + + en + Several carbon footprints may be provided. + + + + + + + + + id + + + en + Product Footprint Identifier + + + urn:samm:io.catenax.pcf:7.0.0#id + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Footprint Identifier + + + + + en + id + + + STRING + + + en + Mandatory: The product footprint identifier as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + specVersion + + + en + Product Footprint Specification Version + + + urn:samm:io.catenax.pcf:7.0.0#specVersion + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Footprint Specification Version + + + + + en + specVersion + + + STRING + + + en + Mandatory: Version of the product footprint data specification as defined in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + partialFullPcf + + + en + Partial Or Full PCF (Product Carbon Footprint) + + + urn:samm:io.catenax.pcf:7.0.0#partialFullPcf + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Partial Or Full PCF (Product Carbon Footprint) + + + + + en + partialFullPcf + + + STRING + + + en + Mandatory: Indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + Cradle-to-gate + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-gate43331654 + + + + + + Cradle-to-grave + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-grave175688ef + + + + + + + + + + + + + precedingPfIds + + + en + Previous PCF (Product Carbon Footprint) Identifiers + + + urn:samm:io.catenax.pcf:7.0.0#precedingPfIds + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Previous PCF (Product Carbon Footprint) Identifiers + + + + + en + precedingPfIds + + + STRING + + + en + Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as "optional" in WBCSD, needs to be covered by application. + + + + + + + + + version + + + en + Product (Carbon) Footprint Version + + + urn:samm:io.catenax.pcf:7.0.0#version + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product (Carbon) Footprint Version + + + + + en + version + + + INTEGER_COUNT + + + en + Mandatory: Version of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to "0" per default. + + + + + + + + + created + + + en + Creation of the Product (Carbon) Footprint + + + urn:samm:io.catenax.pcf:7.0.0#created + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Creation of the Product (Carbon) Footprint + + + + + en + created + + + STRING + + + en + Mandatory: Timestamp of the creation of the Product (Carbon) Footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + status + + + en + Status + + + urn:samm:io.catenax.pcf:7.0.0#status + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Status + + + + + en + status + + + STRING + + + en + Mandatory: Status indicator of a product (carbon) footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example set to "Active" per default. + + + + + + Active + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Active92340695 + + + + + + Deprecated + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Deprecated6b2e8f83 + + + + + + + + + + + + + validityPeriodStart + + + en + Validity Period Start + + + urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Validity Period Start + + + + + en + validityPeriodStart + + + STRING + + + en + Optional: Start of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. If specified, the validity period start must be equal to or greater than the reference period end. + + + + + + + + + validityPeriodEnd + + + en + Validity Period End + + + urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Validity Period End + + + + + en + validityPeriodEnd + + + STRING + + + en + Optional: End of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + comment + + + en + Comment + + + urn:samm:io.catenax.pcf:7.0.0#comment + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Comment + + + + + en + comment + + + STRING + + + en + Optional: Additional information and instructions related to the calculation of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + companyName + + + en + Company Name + + + urn:samm:io.catenax.pcf:7.0.0#companyName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Company Name + + + + + en + companyName + + + STRING + + + en + Mandatory: Name of the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + companyIds + + + en + Company IDs + + + urn:samm:io.catenax.pcf:7.0.0#companyIds + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Company IDs + + + + + en + companyIds + + + STRING + + + en + Mandatory: Non-empty set of Uniform Resource Names (URN). Each value is supposed to uniquely identify the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. For Catena-X Industry Core compliance the set of URNs must contain at least the Business Partner Number Legal Entity (BPNL) in the specified format urn:bpn:id:BPNL[a-zA-Z0-9]{12}.  + + + + + + + + + productDescription + + + en + Product Description + + + urn:samm:io.catenax.pcf:7.0.0#productDescription + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Description + + + + + en + productDescription + + + STRING + + + en + Optional: Free-form description of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + productIds + + + en + Product IDs + + + urn:samm:io.catenax.pcf:7.0.0#productIds + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product IDs + + + + + en + productIds + + + STRING + + + en + Mandatory: Non-empty set of product identifiers. Each value is supposed to uniquely identify the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productId corresponds with Industry Core manufacturerPartId. + + + + + + + + + productCategoryCpc + + + en + Product Category + + + urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Category + + + + + en + productCategoryCpc + + + STRING + + + en + Mandatory: UN (United Nations) Product Classification Code (CPC - Central Classification Code) of a given product as specified the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, which will probably be declared as "optional" in a later WBCSD specification version. In Catena-X for example specified with default value "011-99000". + + + + + + + + + productNameCompany + + + en + Product Trade Name + + + urn:samm:io.catenax.pcf:7.0.0#productNameCompany + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Trade Name + + + + + en + productNameCompany + + + STRING + + + en + Mandatory: Non-empty trade name of a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productNameCompany corresponds with Industry Core nameAtManufacturer.  + + + + + + + + + declaredUnit + + + en + Unit of measurement + + + urn:samm:io.catenax.pcf:7.0.0#declaredUnit + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Unit of measurement + + + + + en + declaredUnit + + + STRING + + + en + Mandatory: Unit of analysis of a product in context of the PCF (product carbon footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example list of valid units includes "piece". + + + + + + liter + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_liter03d92a6e + + + + + + kilogram + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilogram16db10b2 + + + + + + cubic meter + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_cubicmeter0c183ff4 + + + + + + kilowatt hour + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilowatthour274d1016 + + + + + + megajoule + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_megajouled2732238 + + + + + + ton kilometer + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_tonkilometer678d2724 + + + + + + square meter + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_squaremeter698b25da + + + + + + piece + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_piece34235a2c + + + + + + + + + + + + + unitaryProductAmount + + + en + Unitary Product Amount + + + urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Unitary Product Amount + + + + + en + unitaryProductAmount + + + REAL_MEASURE + + + en + Mandatory: Amount of units contained within a product in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + productMassPerDeclaredUnit + + + en + Product Mass Per Declared Unit + + + urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Mass Per Declared Unit + + + + + en + productMassPerDeclaredUnit + + + INTEGER_MEASURE + + + en + Mandatory: Mass of a product per declared unit (net, unpackaged) in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + exemptedEmissionsPercent + + + en + Exempted Emissions Percent + + + urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Exempted Emissions Percent + + + + + en + exemptedEmissionsPercent + + + INTEGER_MEASURE + + + en + Mandatory: Applied cut-off percentage of emissions excluded from PCF (Product Carbon Footprint). +For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. + + + + + + + + + exemptedEmissionsDescription + + + en + Exempted Emissions Description + + + urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Exempted Emissions Description + + + + + en + exemptedEmissionsDescription + + + STRING + + + en + Optional: Rationale behind exclusion of specific PCF (Product Carbon Footprint) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + boundaryProcessesDescription + + + en + Boundary Processes Description + + + urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Boundary Processes Description + + + + + en + boundaryProcessesDescription + + + STRING + + + en + Optional: Processes attributable to each lifecycle stage as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + geographyCountrySubdivision + + + en + Geography Country Subdivision + + + urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Geography Country Subdivision + + + + + en + geographyCountrySubdivision + + + STRING + + + en + Optional: Subdivision of a country which must be an ISO 3166-2 subdivision code as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + geographyCountry + + + en + Geography Country + + + urn:samm:io.catenax.pcf:7.0.0#geographyCountry + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Geography Country + + + + + en + geographyCountry + + + STRING + + + en + Optional: Two letter country code that must conform to data type ISO 3166CC as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + geographyRegionOrSubregion + + + en + Region + + + urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Region + + + + + en + geographyRegionOrSubregion + + + STRING + + + en + Mandatory: Region according to list as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + Africa + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Africac4a371ac + + + + + + Americas + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Americas2d1b84c3 + + + + + + Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Asia7ac02ec1 + + + + + + Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Europee595f45d + + + + + + Oceania + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Oceania4773281f + + + + + + Australia and New Zealand + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_AustraliaandNewZealand7e27c84b + + + + + + Central Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_CentralAsiaa5b94bb1 + + + + + + Eastern Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternAsiae5e4c3d1 + + + + + + Eastern Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternEuropee0cc9e7e + + + + + + Latin America and the Caribbean + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_LatinAmericaandtheCaribbeana0078416 + + + + + + Melanesia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Melanesia76a35072 + + + + + + Micronesia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Micronesiad70835b5 + + + + + + Northern Africa + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAfrica8505fee1 + + + + + + Northern America + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAmerica2e4d39a6 + + + + + + Northern Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernEurope11767e0b + + + + + + Polynesia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Polynesia32098480 + + + + + + South-eastern Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_South-easternAsia114fbd91 + + + + + + Southern Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernAsiad52ccbb4 + + + + + + Southern Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernEurope5dc8a7ac + + + + + + Sub-Saharan Africa + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Sub-SaharanAfrica891a660d + + + + + + Western Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternAsiaa805d1c9 + + + + + + Western Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternEurope6a5e7b44 + + + + + + Global + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Globala258b30f + + + + + + Several + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Severalfc7323a3 + + + + + + + + + + + + + referencePeriodStart + + + en + Reference Period Start + + + urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Reference Period Start + + + + + en + referencePeriodStart + + + STRING + + + en + Mandatory: Start of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + referencePeriodEnd + + + en + Reference Period End + + + urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Reference Period End + + + + + en + referencePeriodEnd + + + STRING + + + en + Mandatory: End of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + crossSectoralStandard + + + en + Cross Sectoral Standard + + + urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Cross Sectoral Standard + + + + + en + crossSectoralStandard + + + STRING + + + en + Mandatory: Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + ISO Standard 14067 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140675220ef43 + + + + + + ISO Standard 14044 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404487b1ad6e + + + + + + Pathfinder v1 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv1dc7c6be2 + + + + + + Pathfinder v2 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv2294f87f5 + + + + + + PAS 2050 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PAS205021a4e735 + + + + + + ISO Standard 14040 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404056f7d7e6 + + + + + + ISO Standard 14041 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140416a1ddfa1 + + + + + + ISO Standard 14042 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140427b8e5150 + + + + + + ISO Standard 14043 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404321cc8e41 + + + + + + PEF + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PEF16a96c1e + + + + + + Other + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Otherf97e9da0 + + + + + + GHG Protocol Product Standard + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_GHGProtocolProductStandarda3c52802 + + + + + + + + + + + + + crossSectoralStandardsUsed + + + en + Cross Sectoral Standards Used + + + urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandardsUsed + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Cross Sectoral Standards Used + + + + + en + crossSectoralStandardsUsed + + + STRING + + + en + Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + operator + + + en + Operator or Publisher of Sector Specific Rules + + + urn:samm:io.catenax.pcf:7.0.0#operator + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Operator or Publisher of Sector Specific Rules + + + + + en + operator + + + STRING + + + en + Mandatory: Operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example must always be "Other". + + + + + + PEF + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_PEF16a96c1e + + + + + + EPD International + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_EPDInternational8e0765e1 + + + + + + Other + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_Otherf97e9da0 + + + + + + + + + + + + + ruleName + + + en + Rule Name + + + urn:samm:io.catenax.pcf:7.0.0#ruleName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Rule Name + + + + + en + ruleName + + + STRING + + + en + Name of a rule applied by a specific operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + ruleNames + + + en + Product or Sector Specific Rule Names + + + urn:samm:io.catenax.pcf:7.0.0#ruleNames + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product or Sector Specific Rule Names + + + + + en + ruleNames + + + STRING + + + en + Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + otherOperatorName + + + en + Other Operator Name + + + urn:samm:io.catenax.pcf:7.0.0#otherOperatorName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Other Operator Name + + + + + en + otherOperatorName + + + STRING + + + en + Optional: Other operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by a default value. + + + + + + + + + productOrSectorSpecificRules + + + en + Product or Sector Specific Rules + + + urn:samm:io.catenax.pcf:7.0.0#productOrSectorSpecificRules + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product or Sector Specific Rules + + + + + en + productOrSectorSpecificRules + + + STRING + + + en + Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + characterizationFactors + + + en + Characterization Factors + + + urn:samm:io.catenax.pcf:7.0.0#characterizationFactors + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Characterization Factors + + + + + en + characterizationFactors + + + STRING + + + en + Mandatory: IPCC (Intergovernmental Panel on Climate Change) version of the GWP (Global Warming Potential) characterization factors used for calculating the PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value \"AR6\". Default value can be overwritten. + + + + + + AR5 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR5c1258ff9 + + + + + + AR6 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR6bfd2b8fd + + + + + + + + + + + + + allocationRulesDescription + + + en + Allocation Rules Description + + + urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Allocation Rules Description + + + + + en + allocationRulesDescription + + + STRING + + + en + Optional: Allocation rules used and underlying reasoning in context of a product carbon footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value "In accordance with Catena-X PCF Rulebook (Version 3.0.0)". + + + + + + + + + allocationWasteIncineration + + + en + Allocation Waste Incineration + + + urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Allocation Waste Incineration + + + + + en + allocationWasteIncineration + + + STRING + + + en + Mandatory: Allocation approach used for waste incineration with energy recovery as specified by the TFS (Together For Sustainability) initiative. In Catena-X for example must be specified by value "cut-off". + + + + + + cut-off + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_cut-offfd27f68f + + + + + + reverse cut-off + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_reversecut-off63c0b4c7 + + + + + + system expansion + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_systemexpansion804f197d + + + + + + + + + + + + + primaryDataShare + + + en + Primary Data Share + + + urn:samm:io.catenax.pcf:7.0.0#primaryDataShare + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Primary Data Share + + + + + en + primaryDataShare + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Share of primary data in percent as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + emissionFactorDS + + + en + Emission Factor Data Source + + + urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Emission Factor Data Source + + + + + en + emissionFactorDS + + + STRING + + + en + Mandatory: Emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + secondaryEmissionFactorSources + + + en + Secondary Emission Factor Sources + + + urn:samm:io.catenax.pcf:7.0.0#secondaryEmissionFactorSources + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Secondary Emission Factor Sources + + + + + en + secondaryEmissionFactorSources + + + STRING + + + en + Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + coveragePercent + + + en + Coverage Percent + + + urn:samm:io.catenax.pcf:7.0.0#coveragePercent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Coverage Percent + + + + + en + coveragePercent + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Percentage of PCF (Product Carbon Footprint) included in the data quality assessment based on the >5% emissions threshold as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to "100" per default. + + + + + + + + + technologicalDQR + + + en + Technological DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#technologicalDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technological DQR (Data Quality Rating) + + + + + en + technologicalDQR + + + INTEGER_MEASURE + + + en + Optional: Technological representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + temporalDQR + + + en + Temporal DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#temporalDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Temporal DQR (Data Quality Rating) + + + + + en + temporalDQR + + + INTEGER_MEASURE + + + en + Optional: Temporal representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + geographicalDQR + + + en + Geographical DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#geographicalDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Geographical DQR (Data Quality Rating) + + + + + en + geographicalDQR + + + INTEGER_MEASURE + + + en + Optional: Geographical representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + completenessDQR + + + en + Completeness DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#completenessDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Completeness DQR (Data Quality Rating) + + + + + en + completenessDQR + + + INTEGER_MEASURE + + + en + Optional: Completeness of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + reliabilityDQR + + + en + Reliability DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Reliability DQR (Data Quality Rating) + + + + + en + reliabilityDQR + + + INTEGER_MEASURE + + + en + Optional: Reliability of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + dqi + + + en + DQI (Data Quality Indicators) + + + urn:samm:io.catenax.pcf:7.0.0#dqi + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + DQI (Data Quality Indicators) + + + + + en + dqi + + + STRING + + + en + Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + packagingEmissionsIncluded + + + en + Packaging Emissions Included + + + urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Packaging Emissions Included + + + + + en + packagingEmissionsIncluded + + + BOOLEAN + + + en + Mandatory: The Catena-X PCF Rulebook requires to include packaging from a system boundary perspective. "FALSE" is only possible due to the application of the cut-off rule. +Flag indicating whether packaging emissions are included in a PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. + + + + + + + + + pcfExcludingBiogenic + + + en + PCF (Product Carbon Footprint) Excluding Biogenic + + + urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF (Product Carbon Footprint) Excluding Biogenic + + + + + en + pcfExcludingBiogenic + + + INTEGER_MEASURE + + + en + Mandatory: Product carbon footprint of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + pcfIncludingBiogenic + + + en + PCF (Product Carbon Footprint) Including Biogenic + + + urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF (Product Carbon Footprint) Including Biogenic + + + + + en + pcfIncludingBiogenic + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Product carbon footprint of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Optional value in current specification version but will be mandatory in future version. + + + + + + + + + fossilGhgEmissions + + + en + Fossil Emissions + + + urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Fossil Emissions + + + + + en + fossilGhgEmissions + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Emissions from combustion of fossil sources as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Identical to "pcfExcludingBiogenic", will be removed in later version. + + + + + + + + + biogenicCarbonEmissionsOtherThanCO2 + + + en + Biogenic Carbon Emissions Other Than CO2 + + + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2 + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Biogenic Carbon Emissions Other Than CO2 + + + + + en + biogenicCarbonEmissionsOtherThanCO2 + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: GWP (Global Warming Potential) of biogenic CO2e-emissions in production phase which contain only GHG (Greenhouse Gas) emissions other than CO2 - excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + biogenicCarbonWithdrawal + + + en + Biogenic Carbon Withdrawal + + + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Biogenic Carbon Withdrawal + + + + + en + biogenicCarbonWithdrawal + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Biogenic carbon content in the product converted to CO2e as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + dlucGhgEmissions + + + en + dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + + en + dlucGhgEmissions + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Direct land use change CO2e emissions in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + luGhgEmissions + + + en + LU (Land Use) GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + + en + luGhgEmissions + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + + + + + + + + + aircraftGhgEmissions + + + en + Aircraft GHG Emissions + + + urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Aircraft GHG Emissions + + + + + en + aircraftGhgEmissions + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: GHG (Greenhouse Gas) emissions resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + packagingGhgEmissions + + + en + Packaging GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Packaging GHG (Greenhouse Gas) Emissions + + + + + en + packagingGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: Emissions resulting from the packaging of the product as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. In Catena-X not relevant to be reported separately. + + + + + + + + + distributionStagePcfExcludingBiogenic + + + en + Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic + + + urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic + + + + + en + distributionStagePcfExcludingBiogenic + + + INTEGER_MEASURE + + + en + Optional: Product carbon footprint for the distribution stage of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStagePcfIncludingBiogenic + + + en + Distribution Stage PCF (Product Carbon Footprint) Including Biogenic + + + urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage PCF (Product Carbon Footprint) Including Biogenic + + + + + en + distributionStagePcfIncludingBiogenic + + + INTEGER_MEASURE + + + en + Optional: Product carbon footprint for the distribution stage of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStageFossilGhgEmissions + + + en + Distribution Stage Fossil GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage Fossil GHG (Greenhouse Gas) Emissions + + + + + en + distributionStageFossilGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: Emissions from the combustion of fossil sources in the distribution stage as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + en + Distribution Stage Biogenic Carbon Emissions Other Than CO2 + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage Biogenic Carbon Emissions Other Than CO2 + + + + + en + distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + INTEGER_MEASURE + + + en + Optional: GWP (Global Warming Potential) of biogenic CO2e-emissions in distribution phase which contain only GHG (Greenhouse Gas) emissions other than CO2 ? excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStageBiogenicCarbonWithdrawal + + + en + Distribution Stage Biogenic Carbon Withdrawal + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage Biogenic Carbon Withdrawal + + + + + en + distributionStageBiogenicCarbonWithdrawal + + + INTEGER_MEASURE + + + en + Optional: GWP (Global Warming Potential) of biogenic CO2-withdrawal in distribution stage (biogenic CO2 contained in the product) as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStageDlucGhgEmissions + + + en + Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + + en + distributionStageDlucGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: Direct land use change CO2 emissions during distribution stage in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + + + + + + + + + distributionStageLuGhgEmissions + + + en + Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + + en + distributionStageLuGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + + + + + + + + + carbonContentTotal + + + en + Carbon Content Total + + + urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Carbon Content Total + + + + + en + carbonContentTotal + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Total carbon content per declared unit in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + fossilCarbonContent + + + en + Fossil Carbon Content + + + urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Fossil Carbon Content + + + + + en + fossilCarbonContent + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Fossil carbon amount embodied in a product as specified in the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero; WBCSD specific extension, in Catena-X specified by a calculated value. + + + + + + + + + biogenicCarbonContent + + + en + Biogenic Carbon Content + + + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Biogenic Carbon Content + + + + + en + biogenicCarbonContent + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Biogenic carbon amount embodied in a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero. + + + + + + + + + distributionStageAircraftGhgEmissions + + + en + Distribution Stage Aircraft GHG Emissions + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage Aircraft GHG Emissions + + + + + en + distributionStageAircraftGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: GHG (Greenhouse Gas) emissions for the distribution stage resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + pcf + + + en + PCF (Product Carbon Footprint) + + + urn:samm:io.catenax.pcf:7.0.0#pcf + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF (Product Carbon Footprint) + + + + + en + pcf + + + STRING + + + en + A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + pcfLegalStatement + + + en + PCF (Product Carbon Footprint) Legal Statement + + + urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF (Product Carbon Footprint) Legal Statement + + + + + en + pcfLegalStatement + + + STRING + + + en + Optional: Option for legal statement/ disclaimer as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + pact + + + en + carbon footprint as recommended by PACT + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#pact + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + carbon footprint as recommended by PACT + + + + + en + pact + + + STRING + + + en + Carbon footprint conformant to technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. This specification was published by Partnership of Carbon Transparency (PACT). + + + + + + + + + productOrSectorSpecificPcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificPcfCalculationMethods + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + + en + productOrSectorSpecificPcfCalculationMethods + + + STRING + + + en + Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. + + + de + Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen. + + + + + + + + + productOrSectorSpecificRules + + + en + product or sector specific rules + + + de + produktspezifische oder sektorspezifische Regeln + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificRules + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product or sector specific rules + + + de + produktspezifische oder sektorspezifische Regeln + + + + + en + productOrSectorSpecificRules + + + STRING + + + de + Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. + + + en + Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint. + + + + + + + + + externalPcfApi + + + en + external API for PCF information + + + de + externe API für PCF Informationen + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#externalPcfApi + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + external API for PCF information + + + de + externe API für PCF Informationen + + + + + en + externalPcfApi + + + STRING + + + en + An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required. + + + de + Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht. + + + + + + + + + productOrSectorSpecificPcfInformation + + + en + PCF information + + + de + PCF-Information + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificPcfInformation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF information + + + de + PCF-Information + + + + + en + productOrSectorSpecificPcfInformation + + + STRING + + + de + Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden. + + + en + A section in which further content is listed according to the calculation method for the Product Carbon Footprint. + + + + + + + + + productOrSectorSpecificCarbonFootprints + + + en + product or sector specific carbon footprints + + + urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#productOrSectorSpecificCarbonFootprints + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product or sector specific carbon footprints + + + + + en + productOrSectorSpecificCarbonFootprints + + + STRING + + + en + Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle. + + + + + + + + + diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aasx b/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aasx new file mode 100644 index 0000000000000000000000000000000000000000..36d3eb82b2f8dec4a7073654778f6f87f549667e GIT binary patch literal 21991 zcmaI7V~{36w=LW~ZQHhOOxsV})3$Bfwrz9Twr$(CyYIZ`-V<@YFXG<%kx>?iL5KeVTtttpBPPqEf7d?8EKRabq&cKAE}H1Rm?|&xNd^8#EUCd_+ycDZ&1eGTcVp~O|zJOn+Lv?CDlD-DsHl+v&@SLkm` zJ41F17BniFjG={$>y=*i_Ur;HQ-ih|tJK`JPat^!1mxlY4&u{4Ojdz`{yqQSP=on5 zL)XFB%8`NoKVx?Mf1%~4JM?05MGwy^;H8+P~~hQc_;BtT_+#y9ZxGPC{BQHRE(a9!Jz;-A-4Ye-dE7$eT1> zzc5cp>f8T;k|K);eY$WeJrahc2sb3&GtQQgxOSr9V2>iOCjGDoG&sMqIWu3uY6CW* zso_Swr<|c`2%OsLyv72J%oLJ@T#!pZ>l(pPFm~OiBqwY9I2O>a*LS#+Il`bR-`Gqm zYbKq)1z~91OnlGJIv}~UgFZfXvg?rU1RTlxQ|t4y4xh{99{}n~{m=#+QuILAfT)XS z_yhkR+?eMqV1NFhvhe@J4e{R$eSJqahW`w7whrc|<~9$LG?G&^W0Nz0$+2=}i77hD za?t+@h1Bw|F0_9y{AY>&-$Q}(-=F;7@%SGf{;$xe#7@}^62b=Qg1yN?W>OZbjOMf} zB6KNlK-BfVDWC}Wsjjs!R92`sHkuyJuzb1isJaxUq2I8MR)C95yLGfm4xBvoqtzwN z{n6?ofpe9z!+%H6U`kD7Wgx2Wx04*ma&$u?PETi-PDVJ4V0mxVr?<=!5qJnj30Kl~ zCH^+;jUU^t0#DkKEHACuqm$gX-cYaMewr+{!dWX@b~=E(jIb}L5+p3qPKxb!OC39^ znCyA(Xd(N$$f4r)Dti&|4WF}#JTNbDu15bE;41Qz;00qQ4AH?IN7(rf?6gP#$Blmo z2>(A}NBwV%{$)0U;r~wd|77`9*M-Bzcmn;aulOX7vYWV^Cerd&gHi7F6463JOM&+s z`cV`2bQY925@iBrAdohgL<+@pW7dNq|G;;XPqeNTHH<5=s~@R^(O`@XLj{nsv9Zsa zimK{z&(}z7x+Fd(Mu_#-M-M&$?iY=IipfO?+uMupmxFJY?_KTB-Nw&ds&Aokr~Yza zpS9&MZRqF-?VZ^7`^`*A3=4)WJVH4iOO-d1af!R$YUsUfXlbbU%x4LI&>mYd9RUFW z0=^uA6(1Kb7dJQGXKgG&$a>P$X}3O9s0MbT9MnOyJikvJ+qu9CbhijSLns7)(6{t+ zD&mqMHK-$feiIRH%{FsTX^@5D?5OQQ3-jaN;_)8KpwN`Cg1k^Ry5f)KBkPn!P!JISUZ+ zC#2jKShUw&>GT!HGbwV9SP#P|uJ6z6jrwrrz%at1(;plbdrD;8$L)^UtAW2hp*;~~ zOPc5fFCPVqhAhd(*>5r;prC-8n4dJ8Q!MT_cb1-`=Rl$!$t)@o7BRXvhD>=G!~Tz{ z3ofV**~|KO?XfdGO+kG@G>o~uOlB|k%*@3*x*N^@>!m1ws{vPtOCf`7QbTbi0sH|v zUEQwJ$5h?+>Cughr}E?ZGaToH%|aFXkcsz%7J8wc@XJ`b(XKCGkbpV#Tj$|mB^x!<%Gj@$kJT(&Af=(VM_cx zO5PJ)PW35B@e>y@-Xn|w4CAE^Io9#B1G2%I4xWfVW`CAm%u!mP4-F}5E0=q|Zim`U zgp<%uPNqjS*PN9urdR_eH#eCoIHi>qVH6LgLe(%DR5{#W2HZSflo(yxc8m60okmWc zQQDY&Xja*$b2+Ab3;6zhFyrjc_-y5@ngk#Cc1ZbY1ddJr$>xmD{ATufV|>Df(%R22 z)s@9^ZS=?rFM2t$d5fNY)9L(knINuEbGi!%>UOq$6uYK9?r#q5luVGrmG5^#lHxp#Bg7 z6tsih%P?)tI2Pl6)94*DTG#9*UV2C~hz%us+}5pd56kyO?m_(`C09+kr3~nM5&TDy zvanF;-%8mtcCM|{WGT1ed;jd)_+AtlD@}~l_UUv)-@+6de#UJiT@{e^pFD?spD!*0 zFCp=$3I*p${iWMpix|i!@^I-R+AHyezrdl%1mjXj3O1aTXh>V?+d(c1mWJ)$Mbkso@;EO0hXaG7V4q% zjMk}^(zqUQgZU=dq1#D66Juv{ci%@lH8ayQyF22g*%{B|q=a&@4ymd7mAx!5p)4u! z&Pnfjdr~A;e>9aQ&MYLYt!rwd)d=jdFsO8~o@ny@$S?@^b}QZzZtD#up)=WMLmJ-Y zHAvQH!%+!92uZpoH+s7GJXL^g7dxb+J<81)E*#Exb7 zI*1EaIcAh&O)qqPndMv5D6%Cgifz%BXEs}MeU=AUppWDXl%Nqeg_~9c6Ay^1FfuXa zW!)BdRA@Z5SrxHgB5K$>)5OT>B1Cig?gH!5^qed@B}RP3RoEzu9LouZa-YA&SSc<| zT)>D4i#Tvq|J(P+LfSWhW=T$qfPwNe-y>3 zbdHE^Y=knEGo?i%(KT0gRB8(7V9O1&Jd1)EX?AAzNSK+@u8}F%`vgnhh*_iz%(x>s z5S4|m0Rbbwhg0F2C` zM1y3rM>FB@nv-{cN&T_=X7Oqdgki*loYNyU!p9j$XXxgui`NqU^m;dG7lIqJaFy8T zg8V?7YSFTlOH)?|71YPg6#mVk9@9tA-J$n#pm%jtyQyp(y8DMxs6?qo)h<>^II}|6 z7Geb;ZdoYGr{D#!vYQJQhr8eRkqn|KBSrLS>^(qr%T&w(SDVBe2Lwewyvgb4pvV05Q&HiH)!e$)O=mAj=%s?PZpdi(#fe;JN z_~zsdp+0{;3swN5<>FuKvIv%tx+cPuF`#N1Wr;OK8>gKDUIaFm^G5zI#=t z=NQ2pNZ0`rOZupg4ueV1HpQ!5(7B=&IDbYcx9PIcrP^=EBE`B%QL*=(c>gt?OG)!a z%0LRv)Pz#3ihd7ChzxdeF>X}fOaI`f^~vXYot-FvD?#k#f?!&Xa_}@dYV1zzVsTe| z(kxtr<1tZA2Ne33rEa#QRtQfDVJujLw*4@z^J%Vh8KIR4WNW{iaoy}K5YXFcMhp{2 zVH7%278_$R9CJ3N-K#(^Fc|rMHKl1#26;ZR2<#0dh?i;sv0wfjqR~K5#D>E*K&fqo zaaN8!w~H|T(bv>Vx)j-DOfEH%hRS<{sd#$4ZTB#T#gMhQCT@PG=f0RBlX<`(pse9) z2bYM#Z;V6Y54`Z0&&QJ-jE15sul|9quWXwzKGw>ST(Yz<9hBkOE%cWPHN2 zj}g1WFJEk{@%0pL6CAQ!8#`agh==|xlA;7I<@=*+`LXRI+@-^cJgOQ|Sl~UTHRYr39f9q+mf$!sY`OPTjcEWcGbC*OUzmYeo|0(iq z18^tM-w7cVQMU*}^E1o{BuR9 z=k!|84`f6<&BiJ3*NwTcu{(V%ROt&J^2L+*>w6=f#QtNY70_NR4?cdnK0qa71GY46 zgYyq|=W6mX2e(paD>U^{YRR9W$BH!7rDCNw)(StqrBWFzCn)MG&Bqb{B4OKUG$v?P zvP`g}`dr*)rBN5^5Gtu4%5$Y{;s#9#$4tb{Cc%t%b^6pP<9bo1V2isT4^ocQO;sQX zyK6q0Rg)rIa!x4&0mzI>kSVe&!AFtDOC*nRFnDFE4i}jRRUBI+KaVf+TrU6a%HsV8 zAeApPEyx@d$RIo9$keE^hP{=At(flLp;I#1oz7r~zag3Hv;i#A zXht~g{rMrH;^ZVZs~{{_T&J)2ZN<}0Rs!Jw=3@sjeCzLMd4SrDw)5sS-hynKsIS5gJFsIQ)sb@ILE^2M znM7&4EW?+xj8nUb!GJ{~wgU<_^`$Qvez`Dbe<+VSd!F^Lf^8jRl%7p+A1LMo;_fAi zVq&H>4}*k~di7gR5|tvg6Z$0x7)J$Y7KI2c(?yd7w4%snCKLqc&R(@E>*-sSG?kRK z^pwW&bF0LV+D(xL%PVO-lnxLgNbIo`f!chZFTre((4qRz3uwp z^uN(`<8rtHq5AbVE3q@+N}zKpfo4MPh$2WL9Iyorc9+{}Xp8e^Fx-3G(5{j9ze4K2 ziK%NC@tDX>K}A7_-~#u#S&)uC;I`~?Y_K@2w12@fwCc73USB(Q-1nby2HRup+WM2- zQl<%Ah+Uo|1O5%nwMkhoQ1KI~0}#Uz*Z9LWD;BbWg|<5fs@xeVKw0r6e)T(x2hmWzka>k z6f{z8fTRdI%qpHBv8t(y5ew@h@^%2_NYJmSB#*EJRuiWJ>kzkT5y%p^Mde%q@s&)c zlP2o!f$754UNdnvag11?7x!*5E#aoJz=KuWNa4y{FbdiD{pm+~44=vcceMV9V?O2W zKg!s3kkmwE?*Ph_pjiRX0ONkj?>_q<|1RYo_?_e2f1J=wXypRTUfCc6kUc1VU>fE^ z;;hU9$Pu2YE{$KwT5rZI-gMGdgbb}^u@IpNl?4_6US0=lZB>d(Ia&5NNq}qSed?=J zBQ=(&+ncnYDigL@Yih!0cRYu)*w)^fB=-rcKbkhWCFrI@Z*J${QzU}6L4c+((dHvD zOad!PC-&VITa}>(b95LwrIS-tXnI2AyS>rW)uH-vUGM?lXuPpxKgbDXLbZjqM|yUm zQ7*;63g3rHjT7mItqhn&Pl1RH}Us67>=-Or1_T-meu` zy>|^%FY$3m6Dy%dXbBHXp@=g`GY=Y8*fShxXSi!M#h!wc(NKLZAk#bVg~WSxh|?XQ zCqo*cb}@F{kAguD#GJW|p8aQD@1SR_@V?mXBwKEb5w#dlJBxy>z67uluZ6^b0U^ej zt6r(TPWcnW38aZszA$wiv_A0e`ZYSsSwqEHgzVu zBcBNTxm!RkfX`vKghs_ib>0buT#$@HNoc$m0Iw0U0ZsfF_i8;NLZY`iSZ=14SpDq% z&+`y15X}=?v54N*#=Y8ZW74ky)_zw7nx@45#AdZHe*s#6LY>&S=(y|^gB3#0e6t}4 z;X^-LC(RbR!8r4nsUu8W=s!U1uf!4bxA3})f~W+&X%dW-$T1Nj1M5IpCm3xKNXj<( zk*c6iNT4LakB=dpEI}sgajAvWntq@!qJ)A-QgKqjq4#L=s6vG$#~F+9+GO|q<>u=d zFS<8B&pEulGgyr!%`}+qazps~`ot9I{Spg}pY7zK#>$Z9!ddLF^Lf^zc3q)|L>GbC zy~{eNnXnFmH9woHn|owZG0Lw>zr*{aP}wc)_+)XS<>@M)aNqEtJW)&*%sud6J@ z37w#^kHbZhYaG81HAU(&ksaN_Bag{EdnI{ueXM zxi4B`uaXx@R;tb-xzt1uvt~rnE{d~4R>^DIXi46 z`1u;G9FT^? z7CK*#XiTLZp18rlOCoESm+=P0@5FaEFzd=9+oezC#qOG6HeFsZ zZ%T}wsyYl!)8aoI3DoXP2m#ScSr^UK()r1WX?cWAK&iPz5Yj#u3 zkB9BQ$~5DvwYo7A7I9?R%%z6q&_dfw5FIx5FAw|r{Ui)T)X}I~Kxn4UCRNy^k7+Xm zq>m@f>(AyTGO2~Itz1@9#F0U^qNwJRf!SNMcG;3%7MmW#tAiC@rVSf1WUYA~h4BDrN-qEjSs zRecuqKjmCWdZi|2mB67q;3OUp&sw&ePTsU`1ygC6tcNJwxFp)w*L9<_Xl~Y_wQ)=g zJD{gUikU`mN*bQ8j}{Wlx*)G%$ncI?9519ucBnfH|8s{Fw$zLVHIveaVVp6Z%f!Sg z6JCcXG%-jBrFj#g{sq+5m*N0Y1Oy@EP3baD}+~#{_cjJ4elg-Q=Qw+qwREc zAk1NWAJ)cruVU3tB&v~vki*<2Mk5@t7yW)KwFpTH*#dL6z!-;qX6JNz?jd)i z&R7wdD?;J&e*apakpMH5&~f50VZgzK;*{eSLJXN?!!D{871&lPVq$JDL8O%njJ``t zN@d8PL^I?dMX#k;O#)MHz-?XXz&!aur63kv&lm0|&n&}w9VO4==G&)*2Y#QAkC`~M zxo)vlNwgy(73;kEl!KY4(V-{4rr?xw);{lGwdf#iYOkUL?*VH&Z&ur?u|r*6`VsY% zYF5c=T1h(X_ns5qRvX&z$7=7ap;hgOgo^wl_9@$}rPZ{h*|Rjfa0WGsL22hOAv@zE z_QnO9A{uHJxCh)LcIE?iRysHymR}Li5$knrjjj=~P3H4b}1$SP?G=&3iOJ7>Ql79fHc(AjV15e#L zHy;>wXz6q0G2()*qlQ&`!OUp0j99h7kNhc41#ugD_xql1*Y|QA#U%4zy5ZZ;#UHyO zQZ8lC=S}!3^i>u#L?S#Q@3X)SkTW_A^GeV&e2#OFqEHf1i5ui1Q%XW1ZlU*i2&8!! zB5$h+w%Ruz>}sDDjM>^H_0fI_#M=KX_0H*edJ#*Ji(&*~4UB@P(Gy;LO}J<&Z8{Hz zA^umdhOS#Y#CE?(@ji!}b7f3IDDkkmoDKiveh+iDOUP;0Ik%rU#tO%G%ts>(S{Hk1 zv%-Hgr7)U)TKXSNfl}{#h=y9d8=K=ou3Ki*;?TC{K%aOIWdOO?;^17sCC**Q7h<|o zHjC~2+3>vo{B1g!v3~pEN&Rf6zlG-{w=xiu=fNSp+3ViOf15;@e^6z&icMI~2|7+I0$7iE4ShN$ z&b+CXqp^H7Eq9Am(CE55hi-&q^`KZrSo^A(E@O`2ToyBSuB2VmBhU={)z2F@EKbha zBc8KOcL-cai)n}2nI^0%tGQ%Y=28rg%c;0o>gcGXPPSc|(+xgY*9l<5qrt72|JBE) zFsq|`zOy2(0wSArL>A{Nl9aGBA+VW)e2#glSy_CtEss?lSaD)I zSI}0+N7#Ive9yB$$gL$|^;90`PinHbV2Xx$4J-Uj8Z+VmZ@FIlh4+VEUQI?phKa5I z_#0;AYoUw_2=@3um!hv}=s!MCE%HNTi*^w4G?Ws*R0oJ*4#saGioFHv2`Ha|oq>r6 zprHlwy5CZVKVVhHn;&>#X6mnmcy-z3^G(=x_#CZRya|u2?{^fjed4y6-r|G)cvyU; zBOFaw@nr#muplmqBilX z9u9g!2gAHDRD}qe6MTPZLVQ zH77|T{Gqop5i|kUIuzi^hb^hLf3Z0q8`+<0TW2Y|$KOwWZcekg| zJuu>_10Vy^{?{zghzPys73^exp|LzfP z{xMBHm>#y0Ev8cXWmXa<4n_9q*MH}4#_`-1Ncvi5r*LrQM_zwi;m^vgVME#; zO~bv>ERSAajQDD;SNH5DkwVh0VX+W(5*BZV7=Oa>4~QyOgUmw2m4wJ;3P-l4P)0=0 z35ev00lA-J!xLU-NBRZ?E3-#N^`1eFJeXl8GsNGZ-l^`smYE|{$M?lu;c9xPu-sb4 z-0f!P#ZuXHn@VN&|B_@+^n?TXGJ05pL6-b+9UgI_wom+Y;%ZBncg0mYugZdvz2;&O zQ#yyH`ufsi5MnnT@1c48Ifmo{mhKiDcfgc--l+A}m`!LufWrBCcO1vNA0-WLKKyB< zC5Gifi12JREWmNl`2TecJ(w6EMVA+3D&{SpP)}6qm=SuSGF7tItFUp%6RU3QZjWy- zR>JpiW30}Wo!9XduY{t+ODr{!g7neB`9`W8~)-kH$x;?T&6% zSCB73_I3ZZYP7uI{#$YotYQhf_=4jDS-)y!e%;CHtr~n=lyw!cF>mbYzL@Ms?(Ds zlJeS&v=2GIf0f8)yOven6JtN#;0`x3ds#j9B-Gx$nUQul>Y}>K)K}BI7QOj!2&j^n zmAXFEvrG*8_XA!g4m~J0E z%=&oT-=oO)V6RH3gwPSgN;xVh%KAp%tM7MRry@tS4|2UDp7=Wn_ z=74ca^?)etnhF@Kc;)aFNl*A zk}d164mMV{K*X33ZJk{Tnsaq`I7;2s2m)>(M%%AGUuSTP{`x#P4rPv>*`h+xh*A8Q z*m@AoKwkK;ekY=+l7vfvf>2F|a=T1r!#V;f{$G&haLrA%ATmo(rVfk=RvB?qyV7ui zy8@W*pf9~^t}DCJJKtV`G$e?{A`hfM#ypbPM#qLkmB?*DR>uF zb7;tKc}~L>ZNgeqQW7++xOarf0zQzkTV2gVTk7B<7p0J!Kxn(jh&w`UEbdC_2#n`GHhx#YWkqNV zBbnnHz+cdoY=X0QbEE9spEQF8e2n9^xR% zAthI}rRa%-sQw}R#*#?hxBCm4mw}1h1+ILYo^>kQN#7~^$zB$bdg^2R6$FX=?r=+; z0O6I@O?M0|h1ZlvesOJi-_#&agNM=`dRtrmO<4LHTRz`+?pHf5Tn}B?pBy*pJX9F! z3H1FLl zyvLQnwZNS)`kmQDJ|g5T8<~Y|6K+fzkrtdwCfJDJUg@G~-0UZeCC}Sr&f9{l#N$AI zo&54w}@E%<3NFnE5?7d#lULynJzK@0`9A& zE0iN7L~&>w11npEX&ZT>D9XcvWd5>8Mw$K~vSPwUVpc0ph^nBcWT_4W8jq2BoC)-Ci zY6vah!fCH@Av1NmgCR$jatRT{t_Usl!z95B241V!{AJ9^f2`z4OVaM9EP>;7h^X=x z=?mHv#|W3{ddPw2XUD?EIGEfvvny{VUNkP5kUo-cC|j(fLF?fHI9LM zw{cj;_Hc9Ap>bR;{L%On1&6^g;1%vu$!TN0`2aY!C4k0u>AQx21iRDIoCjo1Nw zTK=L`@Vrz)T*TA+&MSm73;!$uc1nmP9yNi#r2mKG0N$0l#vdU`y7V(p%D1qBOXf68 zVQGSm+&jgHPAVkGLx@y~YUoQMYDAtS;({wSW5Y9_kWSM{-4rLOEv zqUB#xg@pLNJ%hNb-bn!J=hU^#GoStar1LkL3a>5wPyns%6D>olfE-$cE#f_f5>(-P z=0c$17?q-Kgwe0D!RPq!2!Ygsw^NM`M1=Q6(LdXYrWNoL8V*JN5Wz4iV-MoO-;!S_ z5rmp{zW3XGy59~6cc^aTJ*62jLDuctZ5q?N0#_jTt?CoU5$CjFRdlhL_fn57r?#%! zJM?G2JvNT}1$8?pC3lh_fh2b=0*Qy1W+JB@>Bz>5Aj=IOO7ltLF{Nf)C}fD1d59CX zF68MVXuhXDpAfFWTTopMDTr-N;wK5y*W8(v@OcyNH(zB%hVW8q=@7m z2W}cnr$zWnU|32$2pg$5AhGKk_}9?wh(2!xXJ-Fmh2kt}N1<|4?H-$_S}A;QJ1=SI zd%91q*&C0g)JBy+P?JOG!g9*ti{)pArt!DTL@1yh*vgL-6c?;D(NRl0N@1xn-6Zw@ z9Ib+CG{T`?kv&H@+tRD2LF^Er08sy$2Nb39$T3_P$SAgNh;drxt2_|dGJVkor{feA zx~ioTbo+F+KRE`!{~$D4VculwB3WDq(($6QVkcTo4n8g4o6R^fj)AQ&;<4hB$Bw|3$KhR>pD((0IseUL@LZ97%l}oEw^0-l>tcAu9%d z--{EcUVontleFg`rJrZkr-f^AqR?yDQ35s@=Dnyt6-oT*@`9_Ah<208)@}=`&ExU- zHKF)okwvkS>Fe*@2_%37QGN}XU_GI-q_FgJVlL@T;LER7E_`?E%(_I@|HHuT_6k;% z$Ug{%7y<}7h8bC&e!Y?3Pi3EEPUTZjomdwZSo^6tLRoQ1PWj2h3NIh!^09d#VUmCj zJCpzR163Ph&JR<^GVu`LYcDaJoC>pz*ma9FhYUR%^n2hFvd)ZjqZv;(=yl@bfV+7_ z^h#kNvPY0Ado|DA+pG;5ZRUVL^S?`+GG&lpMd@MTD^WT_`7iAr9?U}~9M(aHv+ZOO zQ>L8eQ2J8$jfLpHwEN9|EicEQELid#!Xs|j;?JuUemXPBt-GLT-!HBscy}YMRQ})0 z6U6;-j=uy=*MQiAKv~44?mv(?$HqR*>!>uRV0RUX+mdc!E%P9coO>yFoaUt%8E%Y; zI*O0|E79(*y@-e(#E!eXCp*ry`&2Gjsph*CCVBq~B>YJ=YJeCnZ>#b%63hKO*g4+T~&aQ5d702C_Q@`{Nzz;GOb!GHa%n;Z@47eV?5wLSO-!G#fx*>sH|CxtX>ase84#h^tOONVI+#LCPf_SsdL)wxW z=vg2lQ_p(q@d_{9%%7}H&IiR6Clb0c<*!H@VgxxRk1!_hUMMZqYT9WA#TZA(Mj-+G zrOt_sXitWzoiGk$s#qvA928aF*Nt){Z*sTJHl=C3Ni=`>6zO#g`d-3%>khQ8Gs@n7 z-8E%b>a<4WE%g5P&0iE2^8F?d|p7l)siJI?D@b(wUJs{ zS~^lYt%E+H?o2fBQv7!mS>;j~%Mr~|p^DwQ46_uW%nzgfmY#mqjVGD5 z(j0mqTBD@b^d==J%N$lVdn?9v*&(ak2{-#UW;0F1rrY1jwv@xcBxn5!Abahwi~cQL zjAo-kN%I$L`?LUpR?aG_$(iv5g$Fn+kM#O{r${H(aXCb4X`2rCxve%R@^O(5E|@2h z6Ht1Vl>HzU5<_~^$GPL3#iQYB@#oaQ#|DZzs}!NQ|F4$c?ia{M()xVoFR0miYkEEA zpknI9IG>y6jG#Rg>2{sItz*UDQb>h_kOuGHS?$_cokB+*yup(3JR46NmMQn5c2j%Z z4bSKM=G0ToTFr^I-*#MSl7u!F`B%ZgP&6<=d<}tHiJ~^08vpI`6f2#DbM$vfP59C9 zia;^z^kI1O??P3m&fZxy7z(>6ti&Kg zc7(qQG}YN(dVfYURDC%|@?$pgzXtWI_$~Qe663(`i4KK%W8N^h?C}(|=_Q=e zgE0%ab8;ki@QnhI8C`ErYg-Iwn$a7HjGn5tX5OV&!AQ& zol`4BabfD_+>$LGw}`+h11pDKWOW*FZ%@Y7zfcr!UC1^*xbZm&Tj4>z*j{HrYd8u5 zNNFivetr$!92YS$ml0SFViNOncgSIagKL)H~={?(eSeuO~0%CxwabAiCHzlG2fr6q!lPd5F(7{NsL8Iw*fDh=n|wDQCiRB>xa|4H$)8 zGf_tBQY0dn~J%ErzYvmtj4JdGmiSB7h~Gz0kk;iGT>rW&`J0!hlFoEEF^k754lw;z~k3E;^A9r zhny$GVT6TJfgRBESP)O{Mt>w;Tgu&*@v)LT|BX3M`r_TWVs4G`gPk%*3VrUO+`TdG z_<4=Gqtaus=jYtD@)j2B8@g41;MHa{HK&`K-SX9 zzfGg}DohZz4}R|FOyJLrFUgN4*Uy7B z>2eJZFJl=(-D2AlhT1eT^1aYuFwYFk#Jav>#_xmBKbZc!^>-%wY^GMacS64tt_@nN zgjwN13^wG#xX}<{fZPm$>y7gX?*#W3aP|X%>rwY;4SpeKqk#_oazW|9DDc6p5=J!- zj<0b$+m{y)zvMMFu+eOHtsfSGwGyLqm1Y|`iV_yN0FS+|j?F17Va4TcqMJ7Ot3a=^hMBkx-_7_P44szBEh7Z@X_;e1KJ7g5<4%f-)!1RA){! zyj+TkRQF7BtY??>1Uy1sIb!%N8O)pe^YZl7?dR#Du&~f{bZ2>Z2MFbJGyeLn#Z%U~ zxsUeU3X3RE7<>f>Tum=TQvW$|fKCw9p_QG)B4%D-V&-otCR*f~rh*%6k;|D^6xbLe zk0l-`&F*X+^cj3pz_uUUKSPHi2D@56kqqx>MV!hNZzZ**zohwdlqy{z2yz8_fI;`U z0+gj(KcXZv85L4dvvd*1)JEqRFIHX^XFr#ljOXP*s1Do?!h{Q~8^V$hiMyaOwT zr&x5QcIx#%Y;FO|VzI#J+)|lv;Xv*E^wrF1o~L+zGd^FEIz%FwIP2Y`c(9_#qXf=%R~4OUmE^Y@igZ?UFEjRG@xNlZ7v``IeabZO_%X zMUR&Av;Ratc^vg(yOo*do*>l?&B5}}Kiit#Hk6r87R^L8n{#Dq0x|^t!gf|vMS4m;HaV=$HAkI-Gf!8f$s^Zdk!GS;_q$MAw60$8-udC|`}}KZ3;vFw zI4L};p>1*YmXaur`TpNN2j*>tYpHuI^}^G#$Y9h~b;foTfwQjfKb9JSM?Dvf(rdcT zdryge`UDYzl_{$T(vVJY_o?ZJj0mxGRErr-89qJ2LUZaJHxY9_4u4~_nnv5$kzP}Q z`Fp%x74@>p%TTG0<*qtuK3}d^m?TGCSg7Pkvaj5dhaK4;F!xDtH))EKH^=zOw0yK1M|Pn3phiJSoMR;0uZGKz3g;h z-&AqDEJ-QEUf4(3xD=`~y)LSE0LU(m4_=i~hjF$k%nkUHr&P z9K0d>bAH@DrVQ0alqy8u^q^JIZccu*&O)sMi8ES+%~GBw-9<_=wIW>`)Yg9GMv9dr zY7>$>c6L{(_CX;sh(Dh<$%9Nws$NN`j%T8>rKc#78^`yQ%130ZfvUjGM<{18nRrcL zZNLn1Z3cyzV8Az>#ElO~;FHxJy<7zamjVhEnrFo%6c>tFq!({DL|Hp!Nkz@6^mPfP z+ZuXrWQs_lA|M4wq`2hJ9;N9i`gt2mVBPv@mAePDP-x`-9i<1NP;~B!2dNGL8A9?b z92#R7(UKL!A7$VR02_$;e&<6;M4t$CzhBasUwANVFMb-xC|il@dj+FjEilqhV$|)Y zc)vT{FLqhyM?(SMUrA8bP-39ka;(71X1r>3t#Cea@QhhvO+B1Xad5vkHm#i*W|(>0 zE?+T?R)FcV{KIH{mddc3dU8@qfiZHhO|?p<l);eSfIb;}dwu;};^H~it$SH!&y8y- zjwqp%ff4ocaCm&*KN7X^u&JWxC^Qn@a4z|PE$rfAwg7A(H-IY;5cJ^2KCXO`*h(Rn z+5Oo!SK0H@UYL<(wProvd790yA+iSi`@{P2*qihUJ>gQd@B4Agb114&V0|1dR#S;X zeASoT=!N0?`I5pw_+9)6zXozpraKW}9-Z(03*YiztV^8$u}a2lGUXzO zP10PU=U+|y#oTU`wB-o@4i;11%qBl{WFom4@yEGIh67Hc3%1z~^kHVdsDG=l5AfZv%Mvgm`gZP%a z$Z9?HQTyWSDVNi867@%E11+kv^q1}F^uh#Qr4bAV2k5h8j4pl`_lV5BDArM9fgtu` zI77f#axstLreh4u$C2Wtpc2_*V`3r+yH8s&&I#SQZu%z0Vo%D`&Cx{U!yMC+?o+M& zB%N~!a-s9^m~c1Otg#{ZEDK zrVjkr*xaA+huSjxDYk0|$Ob;H5{9)m^PeQ^@b&z4x-qk-#p~0{rB^L}(=VFC`Xb-a zn-rtJ9$!2@qOs22(jTtx-jY9Yr~jGw?&`qTu4g)8%o%&W0e_(zeu{jqyYcSo;ZS9c zQ5E%|;JtzO)zQ^17OaUnPQ8q!wlY7~?Nf~R!r=9SC8dy;LKk5Srcpxr+sAua=i;w# zH)^w_ZQIpqhIIm=H(gt8^m~iqS0W3dv>(IIuB1mrcD5F-wK*bJB^5q*b$n}SQrW|r zXMo7or3k#PkkuH50kQ6|Qrc)sV7M1oN_rAa$pe`@h~xYER0ZA{VaY{cI#Cu>v+d`#>LhaYz&l*2*+X4LU3f)oG4G z9jO`No`q~HaWpO4rBBq-;)n7N!jf#}CrFf=R)tZ}!JA#a7~ zB`~#tKv{@_gyqd)jOyRPdq0rY8D-GdKecjz-4xXb`TMaLTaMhe&91 z$_>}UVZ|aCWr9j&`p7acxI{%+$hQEz>>lomyjMh7jR#=8Ad|AG@Tf;YG~9NqA_eh%vJh`u%rIM()2qLr%cWTvT*u?outh;ePNK(C~g^o_|C5}NQew;*0heXQ)`|{oF zEXDJT7_}dK^Tl)XMP5&FSI>SeoCv$*csyo0BMqLJzZU7Hihuv{pP^ZQ*s3N(b=0?r zvT%%hivz?pn0|P22!U%6@D3EuUSHOQrKJvUG0I(lgzwboWGBU|!5K>728(8e zp@7k@27NLdGc%nOz*991e9PR2w2IHpM#3|P!kQTl1%7i)qdoDZjf9rJyD@tSdY=IQL#Kn zy9?ibxS{1yVEHI@lHodRttLAZp5Rz+rcveZl{S=a&eV7#bliT=9O82Xz&8E4}A+E^SK2QjTIk z$N*ag-lz50zPz*YD!^4Hz~iC9SOqUfG+t~(Xvpj$nRcR{lAxi)t^?yQ|3-2$PUTL+ z;UYN4JIOUmm076NULuyQiNA14bco)Ae>1u${o}{!^=5&|%G&oi?9jgai6%^d`^L}1 zm($QY&CJ_#C-LhTb+RHRmInNBnX)P`f}+l*Fv>j$Z|1l9dHj6xw6e8^v*vcV>0WiC zj26K(>`AJSkE^@ukN4w>`1=PyO*4nuT@f2&OV(_-_XP2gAK`b1dR$1Cp$TNV)!Yj= znz{s)OFy@3NxQ?o-SU*>&X7R}^|}bQdWrlovL= z{D@!qO0NeaCq1S=D3$x#cfi+)R!50^t9&--i^CVvcXbuyqiK8TQ7G|J2%ikv09Wgo zXFgdsf^qPDU)NVa`nr0`P=BY)Ir3xsik%s}Q-11sRb?#Ut%P)-?$4>{FwbynsKucUOFY@MOqx6~bQ^9e1x(r%9} zGF8csVn&LKNJOwDuCZza0NrG0If#&-gN8;KbvEX+sDT!g(c>0l62acLMwC#euzk@N z(b9M;3S7@@jf?1@rlilv*Muk%declWESZmmGdNK(IEgj+tmCt%%lBxTfacsbibGRG zLwfx;li%%fpp4#9pzR+hv)R~pDDbE%CN-V{9N+Dbmmb=!zjN5Puk{YjZgNt$;Rx;C)R8MR?`{}8(Pau zQI__bJc=*ElpNP1ANf}z`kHK{Z&3*+l)zH$mBv@?BL%4pXNO*ip0|#2*#Fqu7r*v4 z&~j7AJ3E@{;p+^)gmCWbb3Qlq7Op0{?y_D`tPn(7*ZY$pxAM`liviXLTBWr17%yit zg7dAOObv{hK&jea22gNEL34ET*Z7-W;qnV4{*(eEWJx<~vjS_(YE(Xq2Nk*Nx~Wu9 z@KoMt1jt)6tvNvrcRWp zPFjPje}^EXTRYB#+McRVs*Vck{2EOgClgfhVr^sGxSl)wV5uS$pA|ToioJKTd}kVz zdlh|M=IrkGYU&s)UFw&h)r+rcTnz^1%#oR5NbL}3D&Kb)PxpwO zwa4Cgx1^nuSyr<+n#5D?qdEV*>8MyeL{(dA=)bO?qwVj%g&n-sAk<_m&1@^1vz^MbN}R z3$5y)7pB8((Gr)8cnqd8fqZ%8AJe3dXrj;Lk12n-J`Npao0uoEV17US$-VZR9|y9F;fx{5g5_&-&&*DY zlq9h{k}GKY)^zzPeMk1~Uw2Eg+e$6&Fjds0#@_9SP4Ev4*A>D2^tz5~09g0drkMd* zfd`cyhn2DbyJ-o3jJ22Qqy?wAdQloMY@WPDXTMn|_#x=|?BhnHjy60|WG!1YQ33ef z3jiAy3N6#C0x>99x>OmyO2nDxOf_s{x!2`>eyhZ$WbT3MkCkgazX%-GqBr%X4D^Ool5YpQ!Zawf{M>U<-W1Z-nHxWqc0$~s{hA2h@z zhKiS@o)@rNLw%AIG(vN%*CiehTOugxZFYd{{0Uv6sg9m6bOLVD*}Q}0mc7?6=o`pl zVM_i)x;3G=p-lYrZbP?mAB=yIQHYZg%)M#fuxKxCsE-_d75%W-c!ir*k*D!csVdPQ zq&yF`PYdP14Q5e@V~sW-(OzH?Mtf&+&q?Kw6jW2nya6p|y~BO#CG_e^vtVx zIgpmTy3ZP083cuIXHiJK@W?D~4S8$mXTl}7zI5KadQbr`6jLmeH14jK-0>`~wgbxZ zK3AZ4&Oq@vzfq~Mmc{-EJYi2!#PfXi%5&_VOX>*2$oI!go=?a9L^#bvwJdGmg7b(+~1?B3go~Q!gvfsF}f`B@s56gkjCvyY1 zsHPvIJn^QUPVjWG(P{h&QgHOv9l!6=i_!(Chk*Vi`uQ%QX}yP~Ub!!iGDF&o3<&G1 z+7c1mnOnS>??eh6DVhQET!Z$IjRn@csJ0I?mJqqLVN#682Ui8G)hpv;Jo)0A&>`x7P zy)J&nKnflj(#aVM%V4k>_Eu+tbLrYaW(F$q)%v2Dj|PD&BbnCP<+9zW=SE$*!f;(Z zP2IMt3;FpzY?toYAxsrBPifejNdKAheHL0>#`byZHW`T1N{8PG+*;fc6pGbfI-5hw`YWznv? z^L7C5r62eHRpi;{XV7C&K3UeL3nS~qL1wO)gk<2VhUg+GaXq|WPqROXIo&HR<5o$W zQ%craA4M-~Qe7^ejqZRjcr9 zbpJ%Xw`gPRdtfRi5=mV?Kcv%QO_H7RWEh7c7LtEGjl{n?^f_*zaJ6??JrDK{H1o>H zMFSUB9FKc4#1*G32o)e&lh$g~8IJIkk%0(NSOAKrlsk z7rhC=a1XLliH8YL;P#m~U5*Ktk^pY#Ns*}~hpqASo7ZVLBAD>;TVjSAMNhZV(y?zX*XMdp9?5qS(qWE-k zFfK?1%eRn&;ertolb35<2EwrEX%`X-=Vp&mE(+cCKO5I7+ubl&5Gm# zJU|?w-NrZ$qA;n*v0+eB=X{dmq`wA-qEP$Qd(LqQ$(^6rF~;GADR0hCN{MfkOXbymt&uIA z=Z=rrJ}A9!ZK%ZJs{Sf9p7K1l44DnBHkH7Hy02-)oG#gCRA~&{NX0tq< zV)@Q*0h>^b^8DBz6(w58IB$PDWWh*(URN*UW)&|4vToEXTRP#+;-aQ#(ZQ2Z`$5sE zt)TVeS7bqbf0lz)+3U6KgKNin^hoxb@uLr$Q|POUv7UkFcO=JJD*fr@p7SNOOUe=j z_{w41P0Fw}E2s(}4!>4`d_}98fsgcU{Go`X40e?zPtj5`eA)c2Zmhhe26v=Ce3Uty z>eTRcZGMBg>-vfErDyfs;H!)wkGK_I4r`OZ!1GOyy9A1;)o+{Qae_Au&xY!LKEfq2 z>^8ponT4P58!;M~8>gYme7c~c#Y8@+A@s}4_U+FyqLiKND4uaf{Ll4J=! zl(P8}B>JAxHc~h|HnoB78>if$OTMy|3le|krLaXycF$%Br3hJe>iJR=BUhCa{|1@? z%wdL@Tx<^~p1q;TXEtegW zHD#pfUr|PHQ+cle(MbeuNRMt{&kx0&x7@k|xpKWB5?6aNEh43X{RrWKs?b8P1UE+8Px`{qpTH5ko)P)$lHTvMRRY=wjQ2072KrW|e|kQl>Pn!V*@=#2@xivX=lAoy%yZHY>OYHM z>I6vb z{R>`HOZ~qS{7H}e&DQ)|VwcPPLE8Lh;Gc}h-*Cyl@QIr3S{*#{gn> z?^MZuCi=7Ce!~|3)*8|OZsQ;5#eZh_v%J3>^KYGM|4W-{sS}g@o + + + + + + + + + + + + Documentation carbon footprint + + +
+
+
+
+

Aspect Model carbon footprint

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

Overview

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

Properties

+
+ +
+ +
+

carbon footprint as recommended by PACT

+
+ +Carbon footprint conformant to technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. This specification was published by Partnership of Carbon Transparency (PACT). + +
+
Name
+
pact
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
PACTv2-2-0
+
+ +
+
Reference
+
+
    +
  • https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/
  • +
+
+
+ +
+
+ +
+

product or sector specific carbon footprints

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

set of carbon footprints

+
+ +Several carbon footprints may be provided. + +
+
Name
+
productCarbonFootprints
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ProductCarbonFootprints
+
+ + +
+
+ + + +
+
+

Entities

+
+ +
+
+

ContactInformation

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

Properties

+
+
+ +
+
street
+
+ + +
+
Name
+
street
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Street
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-ABH95623003
  • +
+
+
+ +
+
+ +
+
houseNumber
+
+ + +
+
Name
+
houseNumber
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
1a
+
+ +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
HouseNumber
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1#02-ABH957#003
  • +
+
+
+ +
+
+ +
+
zipCode
+
+ + +
+
Name
+
zipCode
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ZipCode
+
+ + +
+
+ +
+
cityTown
+
+ + +
+
Name
+
cityTown
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
CityTown
+
+ + +
+
+ +
+
country
+
+ +Country where the product is transmitted. + +
+
Name
+
country
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Mycountry
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
Country
+
+ + +
+
+
+
+

Cross Sectoral Standard Entity

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

Properties

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

Data Quality Indicator

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

Properties

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

Emission Factor Data Source Entity

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

Properties

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

PCF (Product Carbon Footprint) Entity

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

Properties

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

Preceding PCF (Product Carbon Footprint) Identifier Entity

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

Properties

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

Product (Carbon) Footprint

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

Properties

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

Product Or Sector Specific Rule

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

Properties

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

ProductOrSectorSpecificPcfInformationEntity

+
+
+ +
+ +
+

Properties

+
+
+
+
+

ProductOrSectorSpecificRuleEntity

+
+
+ +
+ +
+

Properties

+
+
+
+
+

Rule Name

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

Properties

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

carbon footprint of a product

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

Properties

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

external API for PCF information

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

Properties

+
+
+
+
+

file with content type

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

Properties

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

product or sector specific carbon footprint

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

Properties

+
+
+ +
+
Folgenabschätzungsmethode / Berechnungsmethode
+
+ +Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. + +
+
Name
+
productOrSectorSpecificPcfCalculationMethods
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ +
+
Example
+
sector specific calculation method
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
PcfCalculationMethods
+
+ +
+
Reference
+
+
    +
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG854%23003
  • +
+
+
+ +
+
+ +
+
product or sector specific rules
+
+ +Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint. + +
+
Name
+
productOrSectorSpecificRules
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ProductOrSectorSpecificRules
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificRule/1/0
  • +
+
+
+ +
+
+ +
+
external API for PCF information
+
+ +An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required. + +
+
Name
+
externalPcfApi
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ExternalPcfApi
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/ExternalPcfApi/1/0
  • +
+
+
+ +
+
+ +
+
PCF information
+
+ +A section in which further content is listed according to the calculation method for the Product Carbon Footprint. + +
+
Name
+
productOrSectorSpecificPcfInformation
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
PcfInformation
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/idta/CarbonFootprint/PcfInformation/1/0
  • +
+
+
+ +
+
+
+ +
+ Third party licenses + +
+ +
+ + +
+ + + \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.json b/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.json new file mode 100644 index 0000000..e4bf01a --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.json @@ -0,0 +1,108 @@ +{ + "PACTv2-2-0" : { + "specVersion" : "urn:io.catenax.pcf:datamodel:version:7.0.0", + "companyIds" : [ "telnet://192.0.2.16:80/", "ftp://ftp.is.co.za/rfc/rfc1808.txt", "http://www.ietf.org/rfc/rfc2396.txt", "http://www.wikipedia.org", "ftp://ftp.is.co.za/rfc/rfc1808.txt" ], + "extWBCSD_productCodeCpc" : "011-99000", + "created" : "2022-05-22T21:47:32Z", + "companyName" : "My Corp", + "extWBCSD_pfStatus" : "Active", + "version" : 0, + "productName" : "My Product Name", + "pcf" : { + "biogenicCarbonEmissionsOtherThanCO2" : 1, + "distributionStagePcfExcludingBiogenic" : 1.5, + "biogenicCarbonWithdrawal" : 0, + "distributionStageBiogenicCarbonEmissionsOtherThanCO2" : 1, + "extWBCSD_allocationRulesDescription" : "In accordance with Catena-X PCF Rulebook", + "exemptedEmissionsDescription" : "No exemption", + "distributionStageFossilGhgEmissions" : 0.5, + "exemptedEmissionsPercent" : 0, + "geographyCountrySubdivision" : "US-NY", + "extTFS_luGhgEmissions" : 0.3, + "distributionStageBiogenicCarbonWithdrawal" : 0, + "pcfIncludingBiogenic" : 1, + "aircraftGhgEmissions" : 0, + "productMassPerDeclaredUnit" : 0.456, + "productOrSectorSpecificRules" : [ { + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ], + "extWBCSD_otherOperatorName" : "NSF" + } ], + "extTFS_allocationWasteIncineration" : "cut-off", + "pcfExcludingBiogenic" : 2, + "referencePeriodEnd" : "2022-12-31T23:59:59Z", + "extWBCSD_characterizationFactors" : "AR5", + "secondaryEmissionFactorSources" : [ { + "secondaryEmissionFactorSource" : "ecoinvent 3.8" + } ], + "unitaryProductAmount" : 1000.0, + "declaredUnit" : "liter", + "referencePeriodStart" : "2022-01-01T00:00:01Z", + "geographyRegionOrSubregion" : "Africa", + "fossilGhgEmissions" : 0.5, + "distributionStageAircraftGhgEmissions" : 0, + "boundaryProcessesDescription" : "Electricity consumption included as an input in the production phase", + "geographyCountry" : "DE", + "extWBCSD_packagingGhgEmissions" : 0, + "dlucGhgEmissions" : 0.4, + "carbonContentTotal" : 2.5, + "extTFS_distributionStageLuGhgEmissions" : 1.1, + "primaryDataShare" : 56.12, + "dataQualityRating" : { + "completenessDQR" : 2, + "technologicalDQR" : 2, + "geographicalDQR" : 2, + "temporalDQR" : 2, + "reliabilityDQR" : 2, + "coveragePercent" : 1E+2 + }, + "extWBCSD_packagingEmissionsIncluded" : true, + "extWBCSD_fossilCarbonContent" : 0.1, + "crossSectoralStandardsUsed" : [ { + "crossSectoralStandard" : "ISO Standard 14067" + } ], + "extTFS_distributionStageDlucGhgEmissions" : 1, + "distributionStagePcfIncludingBiogenic" : 0, + "carbonContentBiogenic" : 0 + }, + "partialFullPcf" : "Cradle-to-gate", + "productIds" : [ "telnet://192.0.2.16:80/", "http://www.wikipedia.org" ], + "validityPeriodStart" : "2022-01-01T00:00:01Z", + "comment" : "Additional explanatory information not reflected by other attributes", + "id" : "3893bb5d-da16-4dc1-9185-11d97476c254", + "validityPeriodEnd" : "2022-12-31T23:59:59Z", + "pcfLegalStatement" : "This PCF (Product Carbon Footprint) is for information purposes only. It is based upon the standards mentioned above.", + "productDescription" : "Ethanol, 95% solution", + "precedingPfIds" : [ { + "id" : "3893bb5d-da16-4dc1-9185-11d97476c254" + } ] + }, + "ProductCarbonFootprints" : [ { + "QuantityOfMeasureForCalculation" : 5.0, + "PublicationDate" : "2025-06-02T15:21:59.624+02:00", + "ExpirationDate" : "2025-06-02T15:21:59.624+02:00", + "ExplanatoryStatement" : { + "value" : "https://example.com/SafetyInstructions.pdf", + "contentType" : "application/pdf" + }, + "PcfCo2eq" : 17.2, + "GoodsAddressHandover" : { + "Street" : "eOMtThyhVNLWUZNRcBaQKxI", + "Country" : "Mycountry", + "HouseNumber" : "1a", + "CityTown" : "JxkyvRnL", + "ZipCode" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + }, + "ReferenceImpactUnitForCalculation" : "piece", + "PcfCalculationMethods" : [ "ISO 14067" ], + "LifeCyclePhases" : [ "C4 - landfill" ] + } ], + "ProductOrSectorSpecificCarbonFootprints" : [ { + "ExternalPcfApi" : { }, + "PcfInformation" : { }, + "ProductOrSectorSpecificRules" : [ { } ], + "PcfCalculationMethods" : [ "sector specific calculation method" ] + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/pact_shared.ttl b/io.admin-shell.idta.carbon_footprint/2.0.0/pact_shared.ttl new file mode 100644 index 0000000..6dde94c --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/2.0.0/pact_shared.ttl @@ -0,0 +1,23 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix cx: . +@prefix ext-information: . +@prefix ext-shared: . +@prefix samm-u: . + + +:PactCharacteristic a samm:Characteristic ; + samm:dataType :pactEntity . + + +:pactEntity a samm:Entity ; + samm:preferredName "Product (Carbon) Footprint"@en ; + samm:description "A Product (Carbon) Footprint represents the carbon footprint of a product with values as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative."@en ; + samm:see ; + samm:properties ( [ samm:property cx:id; samm:payloadName "id" ] [ samm:property cx:specVersion; samm:payloadName "specVersion" ] [ samm:property cx:partialFullPcf; samm:payloadName "partialFullPcf" ] [ samm:property cx:precedingPfIds; samm:optional true; samm:payloadName "precedingPfIds" ] [ samm:property cx:version; samm:payloadName "version" ] [ samm:property cx:created; samm:payloadName "created" ] [ samm:property cx:status; samm:payloadName "extWBCSD_pfStatus" ] [ samm:property cx:validityPeriodStart; samm:optional true; samm:payloadName "validityPeriodStart" ] [ samm:property cx:validityPeriodEnd; samm:optional true; samm:payloadName "validityPeriodEnd" ] [ samm:property cx:comment; samm:optional true; samm:payloadName "comment" ] [ samm:property cx:companyName; samm:payloadName "companyName" ] [ samm:property cx:companyIds; samm:payloadName "companyIds" ] [ samm:property cx:productDescription; samm:optional true; samm:payloadName "productDescription" ] [ samm:property cx:productIds; samm:payloadName "productIds" ] [ samm:property cx:productCategoryCpc; samm:payloadName "extWBCSD_productCodeCpc" ] [ samm:property cx:productNameCompany; samm:payloadName "productName" ] [ samm:property cx:pcf; samm:payloadName "pcf" ] [ samm:property cx:pcfLegalStatement; samm:optional true; samm:payloadName "pcfLegalStatement" ] ) . \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/pcfInformation_generic.ttl b/io.admin-shell.idta.carbon_footprint/2.0.0/pcfInformation_generic.ttl new file mode 100644 index 0000000..76e44f7 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/2.0.0/pcfInformation_generic.ttl @@ -0,0 +1,18 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix cx: . +@prefix ext-shared: . +@prefix samm-u: . + +:ProductOrSectorSpecificPcfInformationChacateristic a samm:Characteristic ; + samm:dataType :ProductOrSectorSpecificPcfInformationEntity . + +:ProductOrSectorSpecificPcfInformationEntity a samm:Entity ; + samm:properties () . + diff --git a/io.admin-shell.idta.carbon_footprint/README.md b/io.admin-shell.idta.carbon_footprint/README.md new file mode 100644 index 0000000..fafeb94 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/README.md @@ -0,0 +1,29 @@ +# Scope + +This namespace is reserved for the Submodel Template Specification (SMT) IDTA-02023 Version x.y (1.0 is the old one) Carbon Footprint + +# Changelog +All notable changes to this model will be documented in this section. + +## [1.0.0] - + +for changelog see [IDTA-02023](https://industrialdigitaltwin.org/en/content-hub/submodels) + +Contained Files: + +* pcf.ttl + +Dependencies: + +* + +Deviations: + +- ProductCarbonFootprint modelled as SML, i.e. property with payload name "ProductCarbonFootprints" +- PcfCalculationMethod within ProductCarbonFootprint and within ProductOrSectorSpecificCarbonFootprint modelled as SML, i.e. property with payload name "PcfCalculationMethods" +- productOrSectorSpecificRules within ProductOrSectorSpecificCarbonFootprint modelled as SML, i.e. property with payload name "ProductOrSectorSpecificRules" +- Contact Information reused from Contact Information SMT - to be checked. Some optional fields are mandatory +- PcfCalculationMethod within ProductCarbonFootprint modelled as 1 and not 1..*: if there are several PCF then several ProductCarbonFootprint objects will be created +- In Contact Information Street is defined as street names and house number, in Pcf there are two separate properties. Neverthelesse the street property from Contact Information was used. In Contact Information it has IRDI urn:irdi:0173-1#02-AAO128#002. In Pcf it has IRDI 0173-1#02-ABH956#003. +- PcfInformation within ProductOrSectorSpecificCarbonFootprint is no Set, it is an Entity (SMC) +- SAMM does not allows numbers in names, therefore pcfCo2eq was renamed to pcfCoEq From bf5c761bff63b440351124aee595c0602eafa981 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 4 Jun 2025 14:09:52 +0200 Subject: [PATCH 08/33] update Readme --- .../README.md | 47 ++++++++++++++----- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/io.admin-shell.idta.carbon_footprint/README.md b/io.admin-shell.idta.carbon_footprint/README.md index fafeb94..ff8122f 100644 --- a/io.admin-shell.idta.carbon_footprint/README.md +++ b/io.admin-shell.idta.carbon_footprint/README.md @@ -1,29 +1,54 @@ # Scope -This namespace is reserved for the Submodel Template Specification (SMT) IDTA-02023 Version x.y (1.0 is the old one) Carbon Footprint +This namespace is reserved for the Submodel Template Specification (SMT) IDTA-02023 Version 1.0 Carbon Footprint + +Previous Version: 0.9 + +Source GitHub: https://github.com/admin-shell-io/submodel-templates/tree/main/published/Carbon%20Footprint/1/0 +Source Content Hub of the IDTA: [IDTA-02023 V1.0](https://industrialdigitaltwin.org/en/wp-content/uploads/sites/2/2025/03/IDTA-02023_Submodel_CarbonFootprint.pdf) + +# How to add product or sector specific Carbon Footprints + +* create new folder for namespace with name io.admin-shell.idta.carbon_footprint. +* create file _shared.ttl and define the samm:Entity for your pcf +* adapt CarbonFootprint.ttl +** copy file CarbonFootprint.ttl to the folder and rename it to CarbonFootprint.ttl +** substitute "@prefix : " with your new namespace, e.g. "@prefix : " +* adapt pcfInformation_generic.ttl +** copy ProductOrSectorSpecificCarbonFootprints_generic.ttl to folder and rename it to ProductOrSectorSpecificCarbonFootprints_shared.ttl +** substitute "samm:dataType :ProductOrSectorSpecificPcfInformationEntity" with the new data type you defined in _shared.ttl. Remove :ProductOrSectorSpecificPcfInformationEntity + # Changelog All notable changes to this model will be documented in this section. ## [1.0.0] - -for changelog see [IDTA-02023](https://industrialdigitaltwin.org/en/content-hub/submodels) +for changelog see [IDTA-02023 V1.0, section "Version history"](https://industrialdigitaltwin.org/en/wp-content/uploads/sites/2/2025/03/IDTA-02023_Submodel_CarbonFootprint.pdf) Contained Files: -* pcf.ttl +* CarbonFootprint.ttl +* pcfInformation_generic.ttl + Dependencies: * -Deviations: - -- ProductCarbonFootprint modelled as SML, i.e. property with payload name "ProductCarbonFootprints" -- PcfCalculationMethod within ProductCarbonFootprint and within ProductOrSectorSpecificCarbonFootprint modelled as SML, i.e. property with payload name "PcfCalculationMethods" -- productOrSectorSpecificRules within ProductOrSectorSpecificCarbonFootprint modelled as SML, i.e. property with payload name "ProductOrSectorSpecificRules" -- Contact Information reused from Contact Information SMT - to be checked. Some optional fields are mandatory -- PcfCalculationMethod within ProductCarbonFootprint modelled as 1 and not 1..*: if there are several PCF then several ProductCarbonFootprint objects will be created +# Deviations: +- preferred names in English typcially starting with small letter +- description starting with capital letter and ending with "." +- if description contains AAS specific wording like "Submodel" etc. this is omitted - In Contact Information Street is defined as street names and house number, in Pcf there are two separate properties. Neverthelesse the street property from Contact Information was used. In Contact Information it has IRDI urn:irdi:0173-1#02-AAO128#002. In Pcf it has IRDI 0173-1#02-ABH956#003. -- PcfInformation within ProductOrSectorSpecificCarbonFootprint is no Set, it is an Entity (SMC) - SAMM does not allows numbers in names, therefore pcfCo2eq was renamed to pcfCoEq +- Property "ArbitraryContent" as part of "PcfInformation" is modelled an SAMM Entity without properties +- enumerations are not (yet) modelled + +# Known Issues generation of aasx from aspect model: +- payload names are not considered to be used as idShort +- SubmodelElement File is realized as SMC with two properties (ExplanatoryStatement and PcfRuleOnlineReference) +- not template qualifiers generated +- the idShort of the Element within a SML has the idShort of the list, not of the element +- SMC ExternalPcfApi not generated with its properties, properties are missing +- SMC ProductOrSectorSpecificRule not generated with its properties, properties are missing \ No newline at end of file From ec466f16c89b58566b7b94e2b0296ab4e2b07d55 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 4 Jun 2025 14:12:10 +0200 Subject: [PATCH 09/33] renumbering: it is version 1.0.0, not 2.0.0 --- .../1.0.0/CarbonFootprint.ttl | 23 ++ .../1.0.0/CarbonFootprints_shared.ttl | 144 ++++++++++++ ...SectorSpecificCarbonFootprints_generic.ttl | 27 +++ ...rSectorSpecificCarbonFootprints_shared.ttl | 137 +++++++++++ .../gen/CarbonFootprint.aas.json | 0 .../gen/CarbonFootprint.aas.xml | 0 .../{2.0.0 => 1.0.0}/gen/CarbonFootprint.aasx | Bin .../{2.0.0 => 1.0.0}/gen/CarbonFootprint.html | 0 .../{2.0.0 => 1.0.0}/gen/CarbonFootprint.json | 0 .../2.0.0/CarbonFootprint.ttl | 217 ------------------ .../2.0.0/ContactInformation_shared.ttl | 43 ---- .../2.0.0/pact_shared.ttl | 23 -- .../2.0.0/pcfInformation_generic.ttl | 18 -- 13 files changed, 331 insertions(+), 301 deletions(-) create mode 100644 io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprint.ttl create mode 100644 io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl create mode 100644 io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl create mode 100644 io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl rename io.admin-shell.idta.carbon_footprint/{2.0.0 => 1.0.0}/gen/CarbonFootprint.aas.json (100%) rename io.admin-shell.idta.carbon_footprint/{2.0.0 => 1.0.0}/gen/CarbonFootprint.aas.xml (100%) rename io.admin-shell.idta.carbon_footprint/{2.0.0 => 1.0.0}/gen/CarbonFootprint.aasx (100%) rename io.admin-shell.idta.carbon_footprint/{2.0.0 => 1.0.0}/gen/CarbonFootprint.html (100%) rename io.admin-shell.idta.carbon_footprint/{2.0.0 => 1.0.0}/gen/CarbonFootprint.json (100%) delete mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/CarbonFootprint.ttl delete mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/ContactInformation_shared.ttl delete mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/pact_shared.ttl delete mode 100644 io.admin-shell.idta.carbon_footprint/2.0.0/pcfInformation_generic.ttl diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprint.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprint.ttl new file mode 100644 index 0000000..b94158f --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprint.ttl @@ -0,0 +1,23 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-shared: . +@prefix contact: . +@prefix samm-u: . + +:CarbonFootprint a samm:Aspect ; + samm:preferredName "Carbon Footprint"@en ; + samm:preferredName "C02 Footprint"@de ; + samm:description "Provides the means to access the Carbon Footprint of the asset."@en ; + samm:see ; + samm:see ; + samm:properties ( [ samm:property :productCarbonFootprints; samm:payloadName "ProductCarbonFootprints" ] [ samm:property :productOrSectorSpecificCarbonFootprints; samm:optional true; samm:payloadName "ProductOrSectorSpecificCarbonFootprints" ] ) ; + samm:operations ( ) ; + samm:events ( ) . diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl new file mode 100644 index 0000000..f0b41ee --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl @@ -0,0 +1,144 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-shared: . +@prefix contact: . +@prefix samm-u: . + +:productCarbonFootprints a samm:Property ; + samm:preferredName "product carbon footprint"@en ; + samm:preferredName "Produkt CO2-Fußabdruck"@de ; + samm:description "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use."@en ; + samm:see ; + samm:characteristic :ProductCarbonFootprintSet . + + +:productOrSectorSpecificCarbonFootprints a samm:Property ; + samm:preferredName "product or sector specific carbon footprints"@en ; + samm:description "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle."@en ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificCarbonFootprintSet . + +:ProductCarbonFootprintSet a samm-c:Set ; + samm:dataType :ProductCarbonFootprintEntity . + +:ProductOrSectorSpecificCarbonFootprintSet a samm-c:Set ; + samm:dataType :ProductOrSectorSpecificCarbonFootprintEntity . + +:ProductCarbonFootprintEntity a samm:Entity ; + samm:preferredName "carbon footprint of a product"@en ; + samm:description "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use."@en ; + samm:see ; + samm:properties ( [ samm:property :pcfCalculationMethods; samm:payloadName "PcfCalculationMethods" ] [ samm:property :pcf2CoEq; samm:payloadName "PcfCo2eq" ] [ samm:property :referenceImpactUnitForCalculation; samm:payloadName "ReferenceImpactUnitForCalculation" ] [ samm:property :quantityOfMeasureForCalculation; samm:payloadName "QuantityOfMeasureForCalculation" ] [ samm:property :lifeCyclePhases; samm:payloadName "LifeCyclePhases" ] [ samm:property :explanatoryStatement; samm:optional true; samm:payloadName "ExplanatoryStatement" ][ samm:property :goodsHandoverAddress; samm:optional true; samm:payloadName "GoodsHandoverAddress" ] [ samm:property :publicationDate; samm:payloadName "PublicationDate" ] [ samm:property :expirationDate; samm:optional true; samm:payloadName "ExpirationDate" ] ) . + +:expirationDate a samm:Property ; + samm:preferredName "expiration date"@en ; + samm:preferredName "Ablaufdatum"@de ; + samm:description "End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required."@en ; + samm:see ; + samm:characteristic samm-c:Timestamp . + +:publicationDate a samm:Property ; + samm:preferredName "publication date"@en ; + samm:preferredName "Veröffentlichungsdatum"@de ; + samm:description "Time at which something was first published or made available."@en ; + samm:see ; + samm:characteristic samm-c:Timestamp . + +:goodsHandoverAddress a samm:Property ; + samm:preferredName "goods address hand-over"@en ; + samm:preferredName "Warenübergabeadresse"@de ; + samm:description "Indicates the hand-over address of the goods transport."@en ; + samm:see <0173-1%2301-AHF575%23003> ; + samm:characteristic :ContactAddressCharacteristic . + +:ContactAddressCharacteristic a samm-c:SingleEntity ; + samm:dataType contact:ContactInformation . + +:explanatoryStatement a samm:Property ; + samm:preferredName "explanatory statement"@en ; + samm:preferredName "Erklärung"@de ; + samm:description "Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product."@en ; + samm:see ; + samm:characteristic ext-shared:FileWithContentType . + +:lifeCyclePhases a samm:Property ; + samm:preferredName "life cycle phases"@en ; + samm:preferredName "Lebenszyklusphasen"@de ; + samm:description "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers."@en ; + samm:see <0173-1%2302-ABG858%23003> ; + samm:characteristic :lifeCyclePhaseSet ; + samm:exampleValue "C4 - landfill" . + +:lifeCyclePhaseSet a samm-c:Set ; + samm:dataType xsd:string . + +:quantityOfMeasureForCalculation a samm:Property ; + samm:preferredName "quantity of measure for calculation"@en ; + samm:preferredName "Mengenangabe für die Berechnung"@de ; + samm:description "Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint."@en ; + samm:see <0173-1%2302-ABG857%23003> ; + samm:characteristic :QuantityOfMeasureForCalculationCharacteristic ; + samm:exampleValue "5.0"^^xsd:double . + +:QuantityOfMeasureForCalculationCharacteristic a samm-c:Quantifiable ; + samm:dataType xsd:double ; + samm:exampleValue "5.0"^^xsd:double . + +:referenceImpactUnitForCalculation a samm:Property ; + samm:preferredName "reference value for calculation"@en ; + samm:preferredName "Referenzeinheit für die Berechnung"@de ; + samm:description "Quantity unit of the product to which the PCF information on the CO2 footprint refers."@en ; + samm:see <0173-1%2302-ABG856%23003> ; + samm:characteristic samm-c:Text ; + samm:exampleValue "piece" . + +:pcf2CoEq a samm:Property ; + samm:preferredName "CO2 eq Climate Change"@en ; + samm:preferredName "CO2 eq Klimawandel"@de ; + samm:description "Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard."@en ; + samm:see <0173-1%2302-ABG855%23003> ; + samm:characteristic :PcfCo2eqCharacteristic ; + samm:exampleValue "17.2"^^xsd:double . + +:pcfCalculationMethods a samm:Property ; + samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; + samm:preferredName "impact assessment method / calculation method"@de ; + samm:description "Standards, methods for determining the greenhouse gas emissions of a product."@en ; + samm:description "Normen, Standards, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts."@de ; + samm:see ; + samm:characteristic :PcfCalculationMethodSet ; + samm:exampleValue "ISO 14067" . + +:PcfCo2eqCharacteristic a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit samm-u:kilogram . + +:PcfCalculationMethodSet a samm-c:Set ; + samm:characteristic :PcfCalculationMethodCharacteristic . + +:PcfCalculationMethodCharacteristic a samm:Characteristic ; + samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; + samm:preferredName "impact assessment method / calculation method"@de ; + samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; + samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; + samm:see <0173-1%2302-ABG854%23003> ; + samm:dataType xsd:string . + + :LifeCylceCharacteristic a samm-c:Set ; + samm:dataType xsd:string . + +:PcfCo2eqCharacteristic a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit samm-u:kilogram . + +:PcfCalculationMethodSet a samm-c:Set ; + samm:dataType xsd:string . + diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl new file mode 100644 index 0000000..35293d7 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl @@ -0,0 +1,27 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-shared: . +@prefix contact: . +@prefix samm-u: . + + +:ProductOrSectorSpecificCarbonFootprintEntity a samm:Entity ; + samm:preferredName "product or sector specific carbon footprint"@en ; + samm:description "Product Carbon Footprint, which is determined in accordance with sector or product group-specific rules or guidelines and covers the life cycle or parts of a product life cycle."@en ; + samm:see ; + samm:properties ( [ samm:property pcf:productOrSectorSpecificPcfCalculationMethods; samm:payloadName "PcfCalculationMethods" ] [ samm:property pcf:productOrSectorSpecificRule; samm:payloadName "ProductOrSectorSpecificRule" ] [ samm:property pcf:externalPcfApi; samm:optional true; samm:payloadName "ExternalPcfApi" ] [ samm:property :productOrSectorSpecificPcfInformation; samm:optional true; samm:payloadName "PcfInformation" ] ) . + +:ProductOrSectorSpecificPcfInformationCharacteristic a samm-c:SingleEntity ; + samm:dataType :ProductOrSectorSpecificPcfInformationEntity . + +:ProductOrSectorSpecificPcfInformationEntity a samm:Entity ; + samm:properties () . + diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl new file mode 100644 index 0000000..90f8405 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl @@ -0,0 +1,137 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-shared: . +@prefix contact: . +@prefix samm-u: . + + +:productOrSectorSpecificCarbonFootprints a samm:Property ; + samm:preferredName "product or sector specific carbon footprints"@en ; + samm:description "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle."@en ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificCarbonFootprintSet . + + +:ProductOrSectorSpecificCarbonFootprintSet a samm-c:Set ; + samm:dataType :ProductOrSectorSpecificCarbonFootprintEntity . + + + +:productOrSectorSpecificPcfCalculationMethods a samm:Property ; + samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; + samm:preferredName "impact assessment method / calculation method"@de ; + samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; + samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; + samm:see <0173-1%2302-ABG854%23003> ; + samm:characteristic :PcfCalculationMethodSet ; + samm:exampleValue "sector specific calculation method" . + +:productOrSectorSpecificRule a samm:Property ; + samm:preferredName "product or sector specific rules"@en ; + samm:preferredName "produktspezifische oder sektorspezifische Regeln"@de ; + samm:description "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint."@en ; + samm:description "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. "@de ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificRuleCharacteristic . + +:ProductOrSectorSpecificRuleCharacteristic a samm:Characteristic ; + samm:dataType :ProductOrSectorSpecificRuleEntity . + +:ProductOrSectorSpecificRuleEntity a samm:Entity ; + samm:properties: ( [ samm:property :pcfRuleOperator; samm:payloadName "PcfRuleOperator" ] [ samm:property :pcfRuleName; samm:payloadName "PcfRuleName" ] [ samm:property :pcfRuleVersion; samm:optional true; samm:payloadName "PcfRuleVersion" ] [ samm:property :pcfRuleOnlineReference; samm:optional true; samm:payloadName "PcfRuleOnlineReference" ]) . + +:externalPcfApi a samm:Property ; + samm:preferredName "external API for PCF information"@en ; + samm:preferredName "externe API für PCF Informationen"@de ; + samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; + samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; + samm:see ; + samm:characteristic :ExternalPcfApiCharacteristic . + +:ExternalPcfApiCharacteristic a samm-c:SingleEntity ; + samm:dataType :ExternalPcfApiEntity . + +:ExternalPcfApiEntity a samm:Entity ; + samm:preferredName "external API for PCF information"@en ; + samm:preferredName "externe API für PCF-Informationen"@de ; + samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; + samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; + samm:see ; + samm:properties: ( [ samm:property :pcfApiEndpoint; samm:payloadName "PcfApiEndpoint" ] [ samm:property :pcfApiQuery; samm:payloadName "PcfApiQuery" ]) . + +:productOrSectorSpecificPcfInformation a samm:Property ; + samm:preferredName "PCF information"@en ; + samm:preferredName "PCF-Information"@de ; + samm:description "A section in which further content is listed according to the calculation method for the Product Carbon Footprint."@en ; + samm:description "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden."@de ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificPcfInformationCharacteristic . + +:LifeCylceCharacteristic a samm-c:Set ; + samm:dataType xsd:string . + +:PcfCo2eqCharacteristic a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit samm-u:kilogram . + +:PcfCalculationMethodSet a samm-c:Set ; + samm:dataType xsd:string . + +:pcfApiEndpoint a samm:Property ; + samm:preferredName "endpoint"@en ; + samm:preferredName "Endpoint"@de ; + samm:description "Specific URL or address that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; + samm:description "Spezifische URL oder Adresse, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "https://example.com/pcf" . + +:pcfApiQuery a samm:Property ; + samm:preferredName "query"@en ; + samm:preferredName "Abfrage"@dn ; + samm:description "Specific query that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; + samm:description "Spezifische Abfrage, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "specific query" . + +:pcfRuleOperator a samm:Property ; + samm:preferredName "operator of the PCF calculation method"@en ; + samm:preferredName "Herausgeber der PCF Berechnungsmethode"@dn ; + samm:description "Organization that defines and implements specific instructions and methods for calculating and monitoring the carbon footprint of a product or sector."@en ; + samm:description "Einrichtung, welche spezifische Anweisungen und Methoden zur Berechnung und Überwachung des CO2-Fußabdrucks eines Produkts oder Sektors definiert und umsetzt."@de ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "WBCSD" . + +:pcfRuleName a samm:Property ; + samm:preferredName "name of the PCF calculation method"@en ; + samm:preferredName "Name der PCF Berechnungsmethode"@dn ; + samm:description "Standard, method for determining the greenhouse gas emissions of a product."@en ; + samm:description "Folgenabschätzungsmethode / Berechnungsmethode."@de ; + samm:see ; + samm:characteristic samm-c:Text . + +:pcfRuleVersion a samm:Property ; + samm:preferredName "version of the PCF calculation method"@en ; + samm:preferredName "Version der PCF Berechnungsmethode"@dn ; + samm:description "Specific version or revision of the rule used to calculate the carbon footprint of a product."@en ; + samm:description "Spezifische Ausgabe oder Revision der Regel, die zur Berechnung des CO2-Fußabdrucks eines Produkts verwendet wird."@de ; + samm:see ; + samm:characteristic samm-c:Text . + +:pcfRuleOnlineReference a samm:Property ; + samm:preferredName "online reference to the PCF calculation method"@en ; + samm:preferredName "Online Referenz zur PCF Berechnungsmethode"@de ; + samm:description "Online PCF calculation methodology reference that provides detailed instructions and guidelines for calculating a product's carbon footprint."@en ; + samm:description "Online-Referenz zur PCF-Berechnungsmethodik, die detaillierte Anweisungen und Richtlinien zur Berechnung des CO2-Fußabdrucks eines Produkts bereitstellt."@de ; + samm:see ; + samm:characteristic ext-shared:FileWithContentType . \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.json b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json similarity index 100% rename from io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.json rename to io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.xml b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml similarity index 100% rename from io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aas.xml rename to io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aasx b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aasx similarity index 100% rename from io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.aasx rename to io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aasx diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.html b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html similarity index 100% rename from io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.html rename to io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.json b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json similarity index 100% rename from io.admin-shell.idta.carbon_footprint/2.0.0/gen/CarbonFootprint.json rename to io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/CarbonFootprint.ttl b/io.admin-shell.idta.carbon_footprint/2.0.0/CarbonFootprint.ttl deleted file mode 100644 index 5bd497b..0000000 --- a/io.admin-shell.idta.carbon_footprint/2.0.0/CarbonFootprint.ttl +++ /dev/null @@ -1,217 +0,0 @@ -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . -@prefix : . -@prefix cx: . -@prefix ext-shared: . -@prefix samm-u: . - -:CarbonFootprint a samm:Aspect ; - samm:preferredName "carbon footprint"@en ; - samm:description "Provides the means to access the Carbon Footprint of the asset."@en ; - samm:see ; - samm:see ; - samm:properties ( [ samm:property :productCarbonFootprints; samm:payloadName "ProductCarbonFootprints" ] [ samm:property :pact; samm:payloadName "PACTv2-2-0" ] [ samm:property :productOrSectorSpecificCarbonFootprints; samm:optional true; samm:payloadName "ProductOrSectorSpecificCarbonFootprints" ] ) ; - samm:operations ( ) ; - samm:events ( ) . - -:productCarbonFootprints a samm:Property ; - samm:preferredName "set of carbon footprints"@en ; - samm:description "Several carbon footprints may be provided."@en ; - samm:characteristic :ProductCarbonFootprintSet . - -:pact a samm:Property ; - samm:preferredName "carbon footprint as recommended by PACT"@en ; - samm:description "Carbon footprint conformant to technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. This specification was published by Partnership of Carbon Transparency (PACT)."@en ; - samm:see ; - samm:characteristic :PactCharacteristic . - -:productOrSectorSpecificCarbonFootprints a samm:Property ; - samm:preferredName "product or sector specific carbon footprints"@en ; - samm:description "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle."@en ; - samm:see ; - samm:characteristic :ProductOrSectorSpecificCarbonFootprintSet . - -:ProductCarbonFootprintSet a samm-c:Set ; - samm:dataType :ProductCarbonFootprintEntity . - -:ProductOrSectorSpecificCarbonFootprintSet a samm-c:Set ; - samm:dataType :ProductOrSectorSpecificCarbonFootprintEntity . - -:ProductCarbonFootprintEntity a samm:Entity ; - samm:preferredName "carbon footprint of a product"@en ; - samm:description "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use."@en ; - samm:see ; - samm:properties ( [ samm:property :expirationDate; samm:optional true; samm:payloadName "ExpirationDate" ] [ samm:property :publicationDate; samm:payloadName "PublicationDate" ] [ samm:property :goodsAddressHandover; samm:payloadName "GoodsAddressHandover" ] [ samm:property :explanatoryStatement; samm:optional true; samm:payloadName "ExplanatoryStatement" ] [ samm:property :lifeCyclePhases; samm:payloadName "LifeCyclePhases" ] [ samm:property :quantityOfMeasureForCalculation; samm:payloadName "QuantityOfMeasureForCalculation" ] [ samm:property :referenceImpactUnitForCalculation; samm:payloadName "ReferenceImpactUnitForCalculation" ] [ samm:property :pcfCoEq; samm:payloadName "PcfCo2eq" ] [ samm:property :pcfCalculationMethods; samm:payloadName "PcfCalculationMethods" ] ) . - -:ProductOrSectorSpecificCarbonFootprintEntity a samm:Entity ; - samm:preferredName "product or sector specific carbon footprint"@en ; - samm:description "Product Carbon Footprint, which is determined in accordance with sector or product group-specific rules or guidelines and covers the life cycle or parts of a product life cycle."@en ; - samm:see ; - samm:properties ( [ samm:property :productOrSectorSpecificPcfCalculationMethods; samm:payloadName "PcfCalculationMethods" ] [ samm:property :productOrSectorSpecificRules; samm:payloadName "ProductOrSectorSpecificRules" ] [ samm:property :externalPcfApi; samm:optional true; samm:payloadName "ExternalPcfApi" ] [ samm:property :productOrSectorSpecificPcfInformation; samm:optional true; samm:payloadName "PcfInformation" ] ) . - -:expirationDate a samm:Property ; - samm:preferredName "expiration date"@en ; - samm:preferredName "Ablaufdatum"@de ; - samm:description "End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required."@en ; - samm:see ; - samm:characteristic samm-c:Timestamp . - -:publicationDate a samm:Property ; - samm:preferredName "publication date"@en ; - samm:preferredName "Veröffentlichungsdatum"@de ; - samm:description "Time at which something was first published or made available."@en ; - samm:see ; - samm:characteristic samm-c:Timestamp . - -:goodsAddressHandover a samm:Property ; - samm:preferredName "goods address hand-over"@en ; - samm:preferredName "Warenübergabeadresse"@de ; - samm:description "Indicates the hand-over address of the goods transport."@en ; - samm:see <0173-1%2301-AHF575%23003> ; - samm:characteristic :SimplifiedContactAddress . - -:explanatoryStatement a samm:Property ; - samm:preferredName "explanatory statement"@en ; - samm:preferredName "Erklärung"@de ; - samm:description "Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product."@en ; - samm:see ; - samm:characteristic ext-shared:FileWithContentType . - -:lifeCyclePhases a samm:Property ; - samm:preferredName "life cycle phases"@en ; - samm:preferredName "Lebenszyklusphasen"@de ; - samm:description "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers."@en ; - samm:see <0173-1%2302-ABG858%23003> ; - samm:characteristic :lifeCyclePhaseSet ; - samm:exampleValue "C4 - landfill" . - -:lifeCyclePhaseSet a samm-c:Set ; - samm:dataType xsd:string . - -:quantityOfMeasureForCalculation a samm:Property ; - samm:preferredName "quantity of measure for calculation"@en ; - samm:preferredName "Mengenangabe für die Berechnung"@de ; - samm:description "Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint."@en ; - samm:see <0173-1%2302-ABG857%23003> ; - samm:characteristic :QuantityOfMeasureForCalculationCharacteristic ; - samm:exampleValue "5.0"^^xsd:double . - -:QuantityOfMeasureForCalculationCharacteristic a samm-c:Quantifiable ; - samm:dataType xsd:double ; - samm:exampleValue "5.0"^^xsd:double . - -:referenceImpactUnitForCalculation a samm:Property ; - samm:preferredName "reference value for calculation"@en ; - samm:preferredName "Referenzeinheit für die Berechnung"@de ; - samm:description "Quantity unit of the product to which the PCF information on the CO2 footprint refers."@en ; - samm:see <0173-1%2302-ABG856%23003> ; - samm:characteristic samm-c:Text ; - samm:exampleValue "piece" . - -:pcfCoEq a samm:Property ; - samm:preferredName "CO2 eq Climate Change"@en ; - samm:preferredName "CO2 eq Klimawandel"@de ; - samm:description "Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard."@en ; - samm:see <0173-1%2302-ABG855%23003> ; - samm:characteristic :PcfCo2eqCharacteristic ; - samm:exampleValue "17.2"^^xsd:double . - -:pcfCalculationMethods a samm:Property ; - samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; - samm:preferredName "impact assessment method / calculation method"@de ; - samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; - samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; - samm:see <0173-1%2302-ABG854%23003> ; - samm:characteristic :PcfCalculationMethodSet ; - samm:exampleValue "ISO 14067" . - -:PcfCo2eqCharacteristic a samm-c:Measurement ; - samm:dataType xsd:double ; - samm-c:unit samm-u:kilogram . - - -:PcfCalculationMethodSet a samm-c:Set ; - samm:dataType xsd:string . - -:productOrSectorSpecificPcfCalculationMethods a samm:Property ; - samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; - samm:preferredName "impact assessment method / calculation method"@de ; - samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; - samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; - samm:see <0173-1%2302-ABG854%23003> ; - samm:characteristic :PcfCalculationMethodSet ; - samm:exampleValue "sector specific calculation method" . - -:productOrSectorSpecificRules a samm:Property ; - samm:preferredName "product or sector specific rules"@en ; - samm:preferredName "produktspezifische oder sektorspezifische Regeln"@de ; - samm:description "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint."@en ; - samm:description "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. "@de ; - samm:see ; - samm:characteristic :ProductOrSectorSpecificRuleSet . - -:ProductOrSectorSpecificRuleSet a samm-c:Set ; - samm:dataType :ProductOrSectorSpecificRuleEntity . - -:ProductOrSectorSpecificRuleEntity a samm:Entity ; - samm:properties: () . - -:externalPcfApi a samm:Property ; - samm:preferredName "external API for PCF information"@en ; - samm:preferredName "externe API für PCF Informationen"@de ; - samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; - samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; - samm:see ; - samm:characteristic :ExternalPcfApiCharacteristic . - -:ExternalPcfApiCharacteristic a samm-c:SingleEntity ; - samm:dataType :ExternalPcfApiEntity . - -:ExternalPcfApiEntity a samm:Entity ; - samm:preferredName "external API for PCF information"@en ; - samm:preferredName "externe API für PCF-Informationen"@de ; - samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; - samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; - samm:see ; - samm:properties: ( [ samm:property :pcfApiEndpoint; samm:payloadName "PcfApiEndpoint" ] [ samm:property :pcfApiQuery; samm:payloadName "PcfApiQuery" ]) . - -:productOrSectorSpecificPcfInformation a samm:Property ; - samm:preferredName "PCF information"@en ; - samm:preferredName "PCF-Information"@de ; - samm:description "A section in which further content is listed according to the calculation method for the Product Carbon Footprint."@en ; - samm:description "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden."@de ; - samm:see ; - samm:characteristic :ProductOrSectorSpecificPcfInformationChacateristic . - -:LifeCylceCharacteristic a samm-c:Set ; - samm:dataType xsd:string . - -:PcfCo2eqCharacteristic a samm-c:Measurement ; - samm:dataType xsd:double ; - samm-c:unit samm-u:kilogram . - -:PcfCalculationMethodSet a samm-c:Set ; - samm:dataType xsd:string . - -:pcfApiEndpoint a samm:Property ; - samm:preferredName "endpoint"@en ; - samm:preferredName "Endpoint"@de ; - samm:description "Specific URL or address that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; - samm:description "Spezifische URL oder Adresse, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; - samm:see ; - samm:characteristic samm-c:Text ; - samm:exampleValue "https://example.com/pcf" . - -:pcfApiQuery a samm:Property ; - samm:preferredName "query"@en ; - samm:preferredName "Abfrage"@dn ; - samm:description "Specific query that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; - samm:description "Spezifische Abfrage, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; - samm:see ; - samm:characteristic samm-c:Text ; - samm:exampleValue "specific query" . \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/ContactInformation_shared.ttl b/io.admin-shell.idta.carbon_footprint/2.0.0/ContactInformation_shared.ttl deleted file mode 100644 index 24ae9f3..0000000 --- a/io.admin-shell.idta.carbon_footprint/2.0.0/ContactInformation_shared.ttl +++ /dev/null @@ -1,43 +0,0 @@ - - -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . -@prefix : . -@prefix cx: . -@prefix ext-information: . -@prefix ext-shared: . -@prefix samm-u: . - -:cityTown a samm:Property ; - samm:characteristic samm-c:Text . - -:zipCode a samm:Property ; - samm:characteristic samm-c:Text . - -:houseNumber a samm:Property ; - samm:see ; - samm:characteristic samm-c:Text ; - samm:exampleValue "1a" . - -:country a samm:Property ; - samm:preferredName "country"@en ; - samm:description "Country where the product is transmitted."@en ; - samm:characteristic samm-c:Text ; - samm:exampleValue "Mycountry" . - -:street a samm:Property ; - samm:see ; - samm:characteristic samm-c:Text . - -:ContactInformation a samm:Entity ; - samm:description "Contains information on how to contact the manufacturer or an authorised service provider, e.g. when a maintenance service is required."@en ; - samm:see ; - samm:properties ( [ samm:property :street; samm:optional true; samm:payloadName "Street" ] [ samm:property :houseNumber; samm:optional true; samm:payloadName "HouseNumber" ] [ samm:property :zipCode; samm:payloadName "ZipCode" ] [ samm:property :cityTown; samm:payloadName "CityTown" ] [ samm:property :country; samm:payloadName "Country" ] ) . - -:SimplifiedContactAddress a samm:Characteristic ; - samm:dataType :ContactInformation . diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/pact_shared.ttl b/io.admin-shell.idta.carbon_footprint/2.0.0/pact_shared.ttl deleted file mode 100644 index 6dde94c..0000000 --- a/io.admin-shell.idta.carbon_footprint/2.0.0/pact_shared.ttl +++ /dev/null @@ -1,23 +0,0 @@ -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . -@prefix : . -@prefix cx: . -@prefix ext-information: . -@prefix ext-shared: . -@prefix samm-u: . - - -:PactCharacteristic a samm:Characteristic ; - samm:dataType :pactEntity . - - -:pactEntity a samm:Entity ; - samm:preferredName "Product (Carbon) Footprint"@en ; - samm:description "A Product (Carbon) Footprint represents the carbon footprint of a product with values as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative."@en ; - samm:see ; - samm:properties ( [ samm:property cx:id; samm:payloadName "id" ] [ samm:property cx:specVersion; samm:payloadName "specVersion" ] [ samm:property cx:partialFullPcf; samm:payloadName "partialFullPcf" ] [ samm:property cx:precedingPfIds; samm:optional true; samm:payloadName "precedingPfIds" ] [ samm:property cx:version; samm:payloadName "version" ] [ samm:property cx:created; samm:payloadName "created" ] [ samm:property cx:status; samm:payloadName "extWBCSD_pfStatus" ] [ samm:property cx:validityPeriodStart; samm:optional true; samm:payloadName "validityPeriodStart" ] [ samm:property cx:validityPeriodEnd; samm:optional true; samm:payloadName "validityPeriodEnd" ] [ samm:property cx:comment; samm:optional true; samm:payloadName "comment" ] [ samm:property cx:companyName; samm:payloadName "companyName" ] [ samm:property cx:companyIds; samm:payloadName "companyIds" ] [ samm:property cx:productDescription; samm:optional true; samm:payloadName "productDescription" ] [ samm:property cx:productIds; samm:payloadName "productIds" ] [ samm:property cx:productCategoryCpc; samm:payloadName "extWBCSD_productCodeCpc" ] [ samm:property cx:productNameCompany; samm:payloadName "productName" ] [ samm:property cx:pcf; samm:payloadName "pcf" ] [ samm:property cx:pcfLegalStatement; samm:optional true; samm:payloadName "pcfLegalStatement" ] ) . \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint/2.0.0/pcfInformation_generic.ttl b/io.admin-shell.idta.carbon_footprint/2.0.0/pcfInformation_generic.ttl deleted file mode 100644 index 76e44f7..0000000 --- a/io.admin-shell.idta.carbon_footprint/2.0.0/pcfInformation_generic.ttl +++ /dev/null @@ -1,18 +0,0 @@ -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . -@prefix : . -@prefix cx: . -@prefix ext-shared: . -@prefix samm-u: . - -:ProductOrSectorSpecificPcfInformationChacateristic a samm:Characteristic ; - samm:dataType :ProductOrSectorSpecificPcfInformationEntity . - -:ProductOrSectorSpecificPcfInformationEntity a samm:Entity ; - samm:properties () . - From d5f097dbd97fa87dcdfb18efa4a19eacac492542 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 4 Jun 2025 14:14:55 +0200 Subject: [PATCH 10/33] Example PACT derived from CarbonFootprint --- .../1.0.0/PactCarbonFootprint.ttl | 24 + ...rSectorSpecificCarbonFootprints_shared.ttl | 137 + ...tOrSectorSpecificPcfInformation_shared.ttl | 18 + .../1.0.0/gen/CarbonFootprintPact.aas.json | 7726 +++++++++++ .../1.0.0/gen/CarbonFootprintPact.aas.xml | 10668 ++++++++++++++++ .../1.0.0/gen/CarbonFootprintPact.aasx | Bin 0 -> 27077 bytes .../1.0.0/gen/CarbonFootprintPact.html | 10109 +++++++++++++++ .../1.0.0/pact_shared.ttl | 24 + 8 files changed, 28706 insertions(+) create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactCarbonFootprint.ttl create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificPcfInformation_shared.ttl create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.json create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.xml create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aasx create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.html create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/pact_shared.ttl diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactCarbonFootprint.ttl b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactCarbonFootprint.ttl new file mode 100644 index 0000000..f556863 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactCarbonFootprint.ttl @@ -0,0 +1,24 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-shared: . +@prefix contact: . +@prefix samm-u: . + +:PactCarbonFootprint a samm:Aspect ; + samm:preferredName "Carbon Footprint"@en ; + samm:preferredName "C02 Footprint"@de ; + samm:description "Provides the means to access the Carbon Footprint of the asset."@en ; + samm:see ; + samm:see ; + samm:see ; + samm:properties ( [ samm:property pcf:productCarbonFootprints; samm:payloadName "ProductCarbonFootprints" ] [ samm:property :productOrSectorSpecificCarbonFootprints; samm:optional true; samm:payloadName "ProductOrSectorSpecificCarbonFootprints" ] ) ; + samm:operations ( ) ; + samm:events ( ) . diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl new file mode 100644 index 0000000..5961e28 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl @@ -0,0 +1,137 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-shared: . +@prefix contact: . +@prefix samm-u: . + + +:productOrSectorSpecificCarbonFootprints a samm:Property ; + samm:preferredName "product or sector specific carbon footprints"@en ; + samm:description "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle."@en ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificCarbonFootprintSet . + + +:ProductOrSectorSpecificCarbonFootprintSet a samm-c:Set ; + samm:dataType :ProductOrSectorSpecificCarbonFootprintEntity . + + + +:productOrSectorSpecificPcfCalculationMethods a samm:Property ; + samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; + samm:preferredName "impact assessment method / calculation method"@de ; + samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; + samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; + samm:see <0173-1%2302-ABG854%23003> ; + samm:characteristic :PcfCalculationMethodSet ; + samm:exampleValue "sector specific calculation method" . + +:productOrSectorSpecificRule a samm:Property ; + samm:preferredName "product or sector specific rules"@en ; + samm:preferredName "produktspezifische oder sektorspezifische Regeln"@de ; + samm:description "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint."@en ; + samm:description "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. "@de ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificRuleCharacteristic . + +:ProductOrSectorSpecificRuleCharacteristic a samm:Characteristic ; + samm:dataType :ProductOrSectorSpecificRuleEntity . + +:ProductOrSectorSpecificRuleEntity a samm:Entity ; + samm:properties: ( [ samm:property :pcfRuleOperator; samm:payloadName "PcfRuleOperator" ] [ samm:property :pcfRuleName; samm:payloadName "PcfRuleName" ] [ samm:property :pcfRuleVersion; samm:optional true; samm:payloadName "PcfRuleVersion" ] [ samm:property :pcfRuleOnlineReference; samm:optional true; samm:payloadName "PcfRuleOnlineReference" ]) . + +:externalPcfApi a samm:Property ; + samm:preferredName "external API for PCF information"@en ; + samm:preferredName "externe API für PCF Informationen"@de ; + samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; + samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; + samm:see ; + samm:characteristic :ExternalPcfApiCharacteristic . + +:ExternalPcfApiCharacteristic a samm-c:SingleEntity ; + samm:dataType :ExternalPcfApiEntity . + +:ExternalPcfApiEntity a samm:Entity ; + samm:preferredName "external API for PCF information"@en ; + samm:preferredName "externe API für PCF-Informationen"@de ; + samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; + samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; + samm:see ; + samm:properties: ( [ samm:property :pcfApiEndpoint; samm:payloadName "PcfApiEndpoint" ] [ samm:property :pcfApiQuery; samm:payloadName "PcfApiQuery" ]) . + +:productOrSectorSpecificPcfInformation a samm:Property ; + samm:preferredName "PCF information"@en ; + samm:preferredName "PCF-Information"@de ; + samm:description "A section in which further content is listed according to the calculation method for the Product Carbon Footprint."@en ; + samm:description "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden."@de ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificPcfInformationCharacteristic . + +:LifeCylceCharacteristic a samm-c:Set ; + samm:dataType xsd:string . + +:PcfCo2eqCharacteristic a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit samm-u:kilogram . + +:PcfCalculationMethodSet a samm-c:Set ; + samm:dataType xsd:string . + +:pcfApiEndpoint a samm:Property ; + samm:preferredName "endpoint"@en ; + samm:preferredName "Endpoint"@de ; + samm:description "Specific URL or address that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; + samm:description "Spezifische URL oder Adresse, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "https://example.com/pcf" . + +:pcfApiQuery a samm:Property ; + samm:preferredName "query"@en ; + samm:preferredName "Abfrage"@dn ; + samm:description "Specific query that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; + samm:description "Spezifische Abfrage, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "specific query" . + +:pcfRuleOperator a samm:Property ; + samm:preferredName "operator of the PCF calculation method"@en ; + samm:preferredName "Herausgeber der PCF Berechnungsmethode"@dn ; + samm:description "Organization that defines and implements specific instructions and methods for calculating and monitoring the carbon footprint of a product or sector."@en ; + samm:description "Einrichtung, welche spezifische Anweisungen und Methoden zur Berechnung und Überwachung des CO2-Fußabdrucks eines Produkts oder Sektors definiert und umsetzt."@de ; + samm:see ; + samm:characteristic samm-c:Text ; + samm:exampleValue "WBCSD" . + +:pcfRuleName a samm:Property ; + samm:preferredName "name of the PCF calculation method"@en ; + samm:preferredName "Name der PCF Berechnungsmethode"@dn ; + samm:description "Standard, method for determining the greenhouse gas emissions of a product."@en ; + samm:description "Folgenabschätzungsmethode / Berechnungsmethode."@de ; + samm:see ; + samm:characteristic samm-c:Text . + +:pcfRuleVersion a samm:Property ; + samm:preferredName "version of the PCF calculation method"@en ; + samm:preferredName "Version der PCF Berechnungsmethode"@dn ; + samm:description "Specific version or revision of the rule used to calculate the carbon footprint of a product."@en ; + samm:description "Spezifische Ausgabe oder Revision der Regel, die zur Berechnung des CO2-Fußabdrucks eines Produkts verwendet wird."@de ; + samm:see ; + samm:characteristic samm-c:Text . + +:pcfRuleOnlineReference a samm:Property ; + samm:preferredName "online reference to the PCF calculation method"@en ; + samm:preferredName "Online Referenz zur PCF Berechnungsmethode"@de ; + samm:description "Online PCF calculation methodology reference that provides detailed instructions and guidelines for calculating a product's carbon footprint."@en ; + samm:description "Online-Referenz zur PCF-Berechnungsmethodik, die detaillierte Anweisungen und Richtlinien zur Berechnung des CO2-Fußabdrucks eines Produkts bereitstellt."@de ; + samm:see ; + samm:characteristic ext-shared:FileWithContentType . \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificPcfInformation_shared.ttl b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificPcfInformation_shared.ttl new file mode 100644 index 0000000..6f894e5 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificPcfInformation_shared.ttl @@ -0,0 +1,18 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-information: . +@prefix ext-shared: . +@prefix samm-u: + +:ProductOrSectorSpecificPcfInformationCharacteristic a samm-c:SingleEntity ; + samm:dataType :PactEntity . + + diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.json b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.json new file mode 100644 index 0000000..91d80d8 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.json @@ -0,0 +1,7726 @@ +{ + "assetAdministrationShells" : [ { + "modelType" : "AssetAdministrationShell", + "assetInformation" : { + "assetKind" : "Type" + }, + "submodels" : [ { + "keys" : [ { + "type" : "Submodel", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint/submodel" + } ], + "type" : "ModelReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint", + "description" : [ { + "language" : "en", + "text" : "defaultAdminShell" + } ], + "idShort" : "defaultAdminShell" + } ], + "conceptDescriptions" : [ { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "definition" : [ { + "language" : "en", + "text" : "Provides the means to access the Carbon Footprint of the asset." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Carbon Footprint" + }, { + "language" : "de", + "text" : "C02 Footprint" + } ], + "shortName" : [ { + "language" : "en", + "text" : "PactCarbonFootprint" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint", + "category" : "APPLICATION_CLASS", + "description" : [ { + "language" : "en", + "text" : "Provides the means to access the Carbon Footprint of the asset." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Carbon Footprint" + }, { + "language" : "de", + "text" : "C02 Footprint" + } ], + "idShort" : "PactCarbonFootprint" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Standards, methods for determining the greenhouse gas emissions of a product." + }, { + "language" : "de", + "text" : "Normen, Standards, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcfCalculationMethods" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcfCalculationMethods", + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "pcfCalculationMethods" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "CO2 eq Klimawandel" + }, { + "language" : "en", + "text" : "CO2 eq Climate Change" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcf2CoEq" + } ], + "unit" : "kilogram" + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcf2CoEq", + "displayName" : [ { + "language" : "de", + "text" : "CO2 eq Klimawandel" + }, { + "language" : "en", + "text" : "CO2 eq Climate Change" + } ], + "idShort" : "pcf2CoEq" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Quantity unit of the product to which the PCF information on the CO2 footprint refers." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Referenzeinheit für die Berechnung" + }, { + "language" : "en", + "text" : "reference value for calculation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "referenceImpactUnitForCalculation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#referenceImpactUnitForCalculation", + "displayName" : [ { + "language" : "de", + "text" : "Referenzeinheit für die Berechnung" + }, { + "language" : "en", + "text" : "reference value for calculation" + } ], + "idShort" : "referenceImpactUnitForCalculation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "quantity of measure for calculation" + }, { + "language" : "de", + "text" : "Mengenangabe für die Berechnung" + } ], + "shortName" : [ { + "language" : "en", + "text" : "quantityOfMeasureForCalculation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#quantityOfMeasureForCalculation", + "displayName" : [ { + "language" : "en", + "text" : "quantity of measure for calculation" + }, { + "language" : "de", + "text" : "Mengenangabe für die Berechnung" + } ], + "idShort" : "quantityOfMeasureForCalculation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" + } ], + "shortName" : [ { + "language" : "en", + "text" : "lifeCyclePhases" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhases", + "displayName" : [ { + "language" : "en", + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" + } ], + "idShort" : "lifeCyclePhases" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Path and name of the file (with file extension).\n\nThe path can be absolute or relative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "resourceValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "resourceValue" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue", + "idShort" : "resourceValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Content type of the content of the file." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "contentType" + } ], + "shortName" : [ { + "language" : "en", + "text" : "contentType" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType", + "idShort" : "contentType" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "explanatory statement" + }, { + "language" : "de", + "text" : "Erklärung" + } ], + "shortName" : [ { + "language" : "en", + "text" : "explanatoryStatement" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#explanatoryStatement", + "displayName" : [ { + "language" : "en", + "text" : "explanatory statement" + }, { + "language" : "de", + "text" : "Erklärung" + } ], + "idShort" : "explanatoryStatement" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Function of a contact person in a process\nenumeration: 0173-1%2307-AAS927%23001 (administrativ contact), 0173-1%2307-AAS928%23001 (commercial contact), 0173-1%2307-AAS929%23001 (other contact), 0173-1%2307-AAS930%23001 (hazardous goods contact), 0173-1%2307-AAS931%23001 (technical contact)\nNote: the above mentioned ECLASS enumeration should be declared as “open” for further addition." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" + } ], + "shortName" : [ { + "language" : "en", + "text" : "roleOfContactPerson" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson", + "displayName" : [ { + "language" : "de", + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" + } ], + "idShort" : "roleOfContactPerson" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Länderkürzel." + }, { + "language" : "en", + "text" : "Code of a country (Country codes defined accord. to DIN EN ISO 3166-1)." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" + } ], + "shortName" : [ { + "language" : "en", + "text" : "nationalCode" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode", + "displayName" : [ { + "language" : "de", + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" + } ], + "idShort" : "nationalCode" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "languages" + } ], + "shortName" : [ { + "language" : "en", + "text" : "languages" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#languages", + "idShort" : "languages" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Offsets from Coordinated Universal Time (UTC)\nNote: notation accord. to ISO 8601\nNote: for time in UTC the zone designator “Z” is to be used." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "time zone" + } ], + "shortName" : [ { + "language" : "en", + "text" : "timeZone" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone", + "displayName" : [ { + "language" : "en", + "text" : "time zone" + } ], + "idShort" : "timeZone" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Town or city." + }, { + "language" : "de", + "text" : "Ort." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Ort" + }, { + "language" : "en", + "text" : "City" + } ], + "shortName" : [ { + "language" : "en", + "text" : "cityTown" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown", + "displayName" : [ { + "language" : "de", + "text" : "Ort" + }, { + "language" : "en", + "text" : "City" + } ], + "idShort" : "cityTown" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Name of the company." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "company" + } ], + "shortName" : [ { + "language" : "en", + "text" : "company" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#company", + "displayName" : [ { + "language" : "en", + "text" : "company" + } ], + "idShort" : "company" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Administrative section within an organisation where a business partner is located." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "department" + } ], + "shortName" : [ { + "language" : "en", + "text" : "department" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#department", + "displayName" : [ { + "language" : "en", + "text" : "department" + } ], + "idShort" : "department" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" + } ], + "shortName" : [ { + "language" : "en", + "text" : "telephoneNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber", + "displayName" : [ { + "language" : "en", + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" + } ], + "idShort" : "telephoneNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of a telephone according to its location or usage.\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS755%23001 (office mobile), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home), 0173-1%2307-AAS759%23001 (private mobile)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "typeOfTelephone" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfTelephone" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone", + "idShort" : "typeOfTelephone" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Specification of the available time window." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "available time" + } ], + "shortName" : [ { + "language" : "en", + "text" : "availableTime" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime", + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTime" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Phone number including type." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "phone" + } ], + "shortName" : [ { + "language" : "en", + "text" : "phone" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#phone", + "idShort" : "phone" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner's fax machine." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "fax number" + } ], + "shortName" : [ { + "language" : "en", + "text" : "faxNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber", + "displayName" : [ { + "language" : "en", + "text" : "fax number" + } ], + "idShort" : "faxNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of the fax according its location or usage\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS758%23001 (home)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of fax number" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfFaxNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber", + "displayName" : [ { + "language" : "en", + "text" : "type of fax number" + } ], + "idShort" : "typeOfFaxNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "de", + "text" : "Fax" + }, { + "language" : "en", + "text" : "fax" + } ], + "shortName" : [ { + "language" : "en", + "text" : "fax" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#fax", + "displayName" : [ { + "language" : "de", + "text" : "Fax" + }, { + "language" : "en", + "text" : "fax" + } ], + "idShort" : "fax" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Electronic mail address of a business partner." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "email address" + } ], + "shortName" : [ { + "language" : "en", + "text" : "emailAddress" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress", + "displayName" : [ { + "language" : "en", + "text" : "email address" + } ], + "idShort" : "emailAddress" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Public part of an unsymmetrical key pair to sign or encrypt text or messages." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "public key" + } ], + "shortName" : [ { + "language" : "en", + "text" : "publicKey" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey", + "displayName" : [ { + "language" : "en", + "text" : "public key" + } ], + "idShort" : "publicKey" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of an e-mail address according to its location or usage\nenumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of email address" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfEmailAddress" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress", + "displayName" : [ { + "language" : "en", + "text" : "type of email address" + } ], + "idShort" : "typeOfEmailAddress" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of a public key according to its encryption process." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of public key" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfPublicKey" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey", + "displayName" : [ { + "language" : "en", + "text" : "type of public key" + } ], + "idShort" : "typeOfPublicKey" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "E-mail address and encryption method." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "email" + }, { + "language" : "de", + "text" : "Email" + } ], + "shortName" : [ { + "language" : "en", + "text" : "email" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#email", + "displayName" : [ { + "language" : "en", + "text" : "email" + }, { + "language" : "de", + "text" : "Email" + } ], + "idShort" : "email" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Web site address where information about the product or contact is given." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "shortName" : [ { + "language" : "en", + "text" : "addressOfAdditionalLinkOfIpCommunicationChannel" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLinkOfIpCommunicationChannel" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Characterization of an IP-based communication channel." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "type of communication" + } ], + "shortName" : [ { + "language" : "en", + "text" : "typeOfCommunication" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication", + "displayName" : [ { + "language" : "en", + "text" : "type of communication" + } ], + "idShort" : "typeOfCommunication" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Specification of the available time windows." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "available time" + } ], + "shortName" : [ { + "language" : "en", + "text" : "availableTimeIpCommunicationChannel" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel", + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTimeIpCommunicationChannel" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "IP-based communication channels, e.g. chat or video call." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "shortName" : [ { + "language" : "en", + "text" : "iPCommunicationChannels" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#iPCommunicationChannels", + "displayName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "idShort" : "iPCommunicationChannels" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Straße und Nummer." + }, { + "language" : "en", + "text" : "Street name and house number." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" + } ], + "shortName" : [ { + "language" : "en", + "text" : "street" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#street", + "displayName" : [ { + "language" : "en", + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" + } ], + "idShort" : "street" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "ZIP code of address." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "ZIP code" + } ], + "shortName" : [ { + "language" : "en", + "text" : "zipCode" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode", + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + } ], + "idShort" : "zipCode" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "P.O. box number." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "P.O. box" + } ], + "shortName" : [ { + "language" : "en", + "text" : "poBox" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox", + "displayName" : [ { + "language" : "en", + "text" : "P.O. box" + } ], + "idShort" : "poBox" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "ZIP code of address." + }, { + "language" : "de", + "text" : "Postleitzahl." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" + } ], + "shortName" : [ { + "language" : "en", + "text" : "zipCodeOfPoBox" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox", + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" + } ], + "idShort" : "zipCodeOfPoBox" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Federal state, a part of a state." + }, { + "language" : "de", + "text" : "Bundesland/Region" + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { + "language" : "en", + "text" : "state/county" + } ], + "shortName" : [ { + "language" : "en", + "text" : "stateCounty" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty", + "displayName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { + "language" : "en", + "text" : "state/county" + } ], + "idShort" : "stateCounty" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "name of contact" + } ], + "shortName" : [ { + "language" : "en", + "text" : "nameOfContact" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact", + "displayName" : [ { + "language" : "en", + "text" : "name of contact" + } ], + "idShort" : "nameOfContact" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "First name of a contact person." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "first name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "firstName" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName", + "displayName" : [ { + "language" : "en", + "text" : "first name" + } ], + "idShort" : "firstName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Middle names of contact person." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "middle names" + } ], + "shortName" : [ { + "language" : "en", + "text" : "middleNames" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames", + "displayName" : [ { + "language" : "en", + "text" : "middle names" + } ], + "idShort" : "middleNames" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Common, formal, religious, or other title preceding a contact person's name." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "title" + } ], + "shortName" : [ { + "language" : "en", + "text" : "title" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#title", + "displayName" : [ { + "language" : "en", + "text" : "title" + } ], + "idShort" : "title" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Academic title preceding a contact person's name." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "academic title" + } ], + "shortName" : [ { + "language" : "en", + "text" : "academicTitle" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle", + "displayName" : [ { + "language" : "en", + "text" : "academic title" + } ], + "idShort" : "academicTitle" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Additional information of the contact person." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "furtherDetailsOfContact" + } ], + "shortName" : [ { + "language" : "en", + "text" : "furtherDetailsOfContact" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact", + "idShort" : "furtherDetailsOfContact" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Web site address where information about the product or contact is given." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "shortName" : [ { + "language" : "en", + "text" : "addressOfAdditionalLink" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLink" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Indicates the hand-over address of the goods transport." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Warenübergabeadresse" + }, { + "language" : "en", + "text" : "goods address hand-over" + } ], + "shortName" : [ { + "language" : "en", + "text" : "goodsHandoverAddress" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#goodsHandoverAddress", + "displayName" : [ { + "language" : "de", + "text" : "Warenübergabeadresse" + }, { + "language" : "en", + "text" : "goods address hand-over" + } ], + "idShort" : "goodsHandoverAddress" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Time at which something was first published or made available." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "publication date" + }, { + "language" : "de", + "text" : "Veröffentlichungsdatum" + } ], + "shortName" : [ { + "language" : "en", + "text" : "publicationDate" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#publicationDate", + "displayName" : [ { + "language" : "en", + "text" : "publication date" + }, { + "language" : "de", + "text" : "Veröffentlichungsdatum" + } ], + "idShort" : "publicationDate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "expiration date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "shortName" : [ { + "language" : "en", + "text" : "expirationDate" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#expirationDate", + "displayName" : [ { + "language" : "en", + "text" : "expiration date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "idShort" : "expirationDate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product carbon footprint" + }, { + "language" : "de", + "text" : "Produkt CO2-Fußabdruck" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productCarbonFootprints" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productCarbonFootprints", + "displayName" : [ { + "language" : "en", + "text" : "product carbon footprint" + }, { + "language" : "de", + "text" : "Produkt CO2-Fußabdruck" + } ], + "idShort" : "productCarbonFootprints" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation." + }, { + "language" : "de", + "text" : "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificPcfCalculationMethods" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificPcfCalculationMethods", + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "productOrSectorSpecificPcfCalculationMethods" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. " + }, { + "language" : "en", + "text" : "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product or sector specific rules" + }, { + "language" : "de", + "text" : "produktspezifische oder sektorspezifische Regeln" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificRule" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificRule", + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific rules" + }, { + "language" : "de", + "text" : "produktspezifische oder sektorspezifische Regeln" + } ], + "idShort" : "productOrSectorSpecificRule" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required." + }, { + "language" : "de", + "text" : "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "external API for PCF information" + }, { + "language" : "de", + "text" : "externe API für PCF Informationen" + } ], + "shortName" : [ { + "language" : "en", + "text" : "externalPcfApi" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#externalPcfApi", + "displayName" : [ { + "language" : "en", + "text" : "external API for PCF information" + }, { + "language" : "de", + "text" : "externe API für PCF Informationen" + } ], + "idShort" : "externalPcfApi" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: The product footprint identifier as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Footprint Identifier" + } ], + "shortName" : [ { + "language" : "en", + "text" : "id" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#id", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Identifier" + } ], + "idShort" : "id" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Version of the product footprint data specification as defined in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Footprint Specification Version" + } ], + "shortName" : [ { + "language" : "en", + "text" : "specVersion" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#specVersion", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Specification Version" + } ], + "idShort" : "specVersion" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Partial Or Full PCF (Product Carbon Footprint)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "partialFullPcf" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "Cradle-to-gate", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-gate43331654" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Cradle-to-grave", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-grave175688ef" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#partialFullPcf", + "displayName" : [ { + "language" : "en", + "text" : "Partial Or Full PCF (Product Carbon Footprint)" + } ], + "idShort" : "partialFullPcf" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as \"optional\" in WBCSD, needs to be covered by application." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Previous PCF (Product Carbon Footprint) Identifiers" + } ], + "shortName" : [ { + "language" : "en", + "text" : "precedingPfIds" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#precedingPfIds", + "displayName" : [ { + "language" : "en", + "text" : "Previous PCF (Product Carbon Footprint) Identifiers" + } ], + "idShort" : "precedingPfIds" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_COUNT", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Version of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to \"0\" per default." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product (Carbon) Footprint Version" + } ], + "shortName" : [ { + "language" : "en", + "text" : "version" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#version", + "displayName" : [ { + "language" : "en", + "text" : "Product (Carbon) Footprint Version" + } ], + "idShort" : "version" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Timestamp of the creation of the Product (Carbon) Footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Creation of the Product (Carbon) Footprint" + } ], + "shortName" : [ { + "language" : "en", + "text" : "created" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#created", + "displayName" : [ { + "language" : "en", + "text" : "Creation of the Product (Carbon) Footprint" + } ], + "idShort" : "created" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Status indicator of a product (carbon) footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example set to \"Active\" per default." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Status" + } ], + "shortName" : [ { + "language" : "en", + "text" : "status" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "Active", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Active92340695" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Deprecated", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Deprecated6b2e8f83" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#status", + "displayName" : [ { + "language" : "en", + "text" : "Status" + } ], + "idShort" : "status" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Start of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. If specified, the validity period start must be equal to or greater than the reference period end." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Validity Period Start" + } ], + "shortName" : [ { + "language" : "en", + "text" : "validityPeriodStart" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart", + "displayName" : [ { + "language" : "en", + "text" : "Validity Period Start" + } ], + "idShort" : "validityPeriodStart" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: End of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Validity Period End" + } ], + "shortName" : [ { + "language" : "en", + "text" : "validityPeriodEnd" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd", + "displayName" : [ { + "language" : "en", + "text" : "Validity Period End" + } ], + "idShort" : "validityPeriodEnd" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Additional information and instructions related to the calculation of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Comment" + } ], + "shortName" : [ { + "language" : "en", + "text" : "comment" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#comment", + "displayName" : [ { + "language" : "en", + "text" : "Comment" + } ], + "idShort" : "comment" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Name of the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Company Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "companyName" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#companyName", + "displayName" : [ { + "language" : "en", + "text" : "Company Name" + } ], + "idShort" : "companyName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Non-empty set of Uniform Resource Names (URN). Each value is supposed to uniquely identify the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. For Catena-X Industry Core compliance the set of URNs must contain at least the Business Partner Number Legal Entity (BPNL) in the specified format urn:bpn:id:BPNL[a-zA-Z0-9]{12}. " + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Company IDs" + } ], + "shortName" : [ { + "language" : "en", + "text" : "companyIds" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#companyIds", + "displayName" : [ { + "language" : "en", + "text" : "Company IDs" + } ], + "idShort" : "companyIds" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Free-form description of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Description" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productDescription" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productDescription", + "displayName" : [ { + "language" : "en", + "text" : "Product Description" + } ], + "idShort" : "productDescription" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Non-empty set of product identifiers. Each value is supposed to uniquely identify the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productId corresponds with Industry Core manufacturerPartId." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product IDs" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productIds" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productIds", + "displayName" : [ { + "language" : "en", + "text" : "Product IDs" + } ], + "idShort" : "productIds" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: UN (United Nations) Product Classification Code (CPC - Central Classification Code) of a given product as specified the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, which will probably be declared as \"optional\" in a later WBCSD specification version. In Catena-X for example specified with default value \"011-99000\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Category" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productCategoryCpc" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc", + "displayName" : [ { + "language" : "en", + "text" : "Product Category" + } ], + "idShort" : "productCategoryCpc" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Non-empty trade name of a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productNameCompany corresponds with Industry Core nameAtManufacturer. " + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Trade Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productNameCompany" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productNameCompany", + "displayName" : [ { + "language" : "en", + "text" : "Product Trade Name" + } ], + "idShort" : "productNameCompany" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Unit of analysis of a product in context of the PCF (product carbon footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example list of valid units includes \"piece\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Unit of measurement" + } ], + "shortName" : [ { + "language" : "en", + "text" : "declaredUnit" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "liter", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_liter03d92a6e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "kilogram", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilogram16db10b2" + } ], + "type" : "ModelReference" + } + }, { + "value" : "cubic meter", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_cubicmeter0c183ff4" + } ], + "type" : "ModelReference" + } + }, { + "value" : "kilowatt hour", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilowatthour274d1016" + } ], + "type" : "ModelReference" + } + }, { + "value" : "megajoule", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_megajouled2732238" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ton kilometer", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_tonkilometer678d2724" + } ], + "type" : "ModelReference" + } + }, { + "value" : "square meter", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_squaremeter698b25da" + } ], + "type" : "ModelReference" + } + }, { + "value" : "piece", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_piece34235a2c" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#declaredUnit", + "displayName" : [ { + "language" : "en", + "text" : "Unit of measurement" + } ], + "idShort" : "declaredUnit" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Amount of units contained within a product in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Unitary Product Amount" + } ], + "shortName" : [ { + "language" : "en", + "text" : "unitaryProductAmount" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount", + "displayName" : [ { + "language" : "en", + "text" : "Unitary Product Amount" + } ], + "idShort" : "unitaryProductAmount" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Mass of a product per declared unit (net, unpackaged) in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product Mass Per Declared Unit" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productMassPerDeclaredUnit" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit", + "displayName" : [ { + "language" : "en", + "text" : "Product Mass Per Declared Unit" + } ], + "idShort" : "productMassPerDeclaredUnit" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Applied cut-off percentage of emissions excluded from PCF (Product Carbon Footprint).\nFor accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Exempted Emissions Percent" + } ], + "shortName" : [ { + "language" : "en", + "text" : "exemptedEmissionsPercent" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent", + "displayName" : [ { + "language" : "en", + "text" : "Exempted Emissions Percent" + } ], + "idShort" : "exemptedEmissionsPercent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Rationale behind exclusion of specific PCF (Product Carbon Footprint) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Exempted Emissions Description" + } ], + "shortName" : [ { + "language" : "en", + "text" : "exemptedEmissionsDescription" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription", + "displayName" : [ { + "language" : "en", + "text" : "Exempted Emissions Description" + } ], + "idShort" : "exemptedEmissionsDescription" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Processes attributable to each lifecycle stage as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Boundary Processes Description" + } ], + "shortName" : [ { + "language" : "en", + "text" : "boundaryProcessesDescription" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription", + "displayName" : [ { + "language" : "en", + "text" : "Boundary Processes Description" + } ], + "idShort" : "boundaryProcessesDescription" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Subdivision of a country which must be an ISO 3166-2 subdivision code as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Geography Country Subdivision" + } ], + "shortName" : [ { + "language" : "en", + "text" : "geographyCountrySubdivision" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision", + "displayName" : [ { + "language" : "en", + "text" : "Geography Country Subdivision" + } ], + "idShort" : "geographyCountrySubdivision" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Two letter country code that must conform to data type ISO 3166CC as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Geography Country" + } ], + "shortName" : [ { + "language" : "en", + "text" : "geographyCountry" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountry", + "displayName" : [ { + "language" : "en", + "text" : "Geography Country" + } ], + "idShort" : "geographyCountry" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Region according to list as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Region" + } ], + "shortName" : [ { + "language" : "en", + "text" : "geographyRegionOrSubregion" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "Africa", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Africac4a371ac" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Americas", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Americas2d1b84c3" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Asia7ac02ec1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Europee595f45d" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Oceania", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Oceania4773281f" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Australia and New Zealand", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_AustraliaandNewZealand7e27c84b" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Central Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_CentralAsiaa5b94bb1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Eastern Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternAsiae5e4c3d1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Eastern Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternEuropee0cc9e7e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Latin America and the Caribbean", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_LatinAmericaandtheCaribbeana0078416" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Melanesia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Melanesia76a35072" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Micronesia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Micronesiad70835b5" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Northern Africa", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAfrica8505fee1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Northern America", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAmerica2e4d39a6" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Northern Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernEurope11767e0b" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Polynesia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Polynesia32098480" + } ], + "type" : "ModelReference" + } + }, { + "value" : "South-eastern Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_South-easternAsia114fbd91" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Southern Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernAsiad52ccbb4" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Southern Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernEurope5dc8a7ac" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Sub-Saharan Africa", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Sub-SaharanAfrica891a660d" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Western Asia", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternAsiaa805d1c9" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Western Europe", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternEurope6a5e7b44" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Global", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Globala258b30f" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Several", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Severalfc7323a3" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion", + "displayName" : [ { + "language" : "en", + "text" : "Region" + } ], + "idShort" : "geographyRegionOrSubregion" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Start of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Reference Period Start" + } ], + "shortName" : [ { + "language" : "en", + "text" : "referencePeriodStart" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart", + "displayName" : [ { + "language" : "en", + "text" : "Reference Period Start" + } ], + "idShort" : "referencePeriodStart" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: End of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Reference Period End" + } ], + "shortName" : [ { + "language" : "en", + "text" : "referencePeriodEnd" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd", + "displayName" : [ { + "language" : "en", + "text" : "Reference Period End" + } ], + "idShort" : "referencePeriodEnd" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standard" + } ], + "shortName" : [ { + "language" : "en", + "text" : "crossSectoralStandard" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "ISO Standard 14067", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140675220ef43" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14044", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404487b1ad6e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Pathfinder v1", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv1dc7c6be2" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Pathfinder v2", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv2294f87f5" + } ], + "type" : "ModelReference" + } + }, { + "value" : "PAS 2050", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PAS205021a4e735" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14040", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404056f7d7e6" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14041", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140416a1ddfa1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14042", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140427b8e5150" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ISO Standard 14043", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404321cc8e41" + } ], + "type" : "ModelReference" + } + }, { + "value" : "PEF", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PEF16a96c1e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Other", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Otherf97e9da0" + } ], + "type" : "ModelReference" + } + }, { + "value" : "GHG Protocol Product Standard", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_GHGProtocolProductStandarda3c52802" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard", + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standard" + } ], + "idShort" : "crossSectoralStandard" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standards Used" + } ], + "shortName" : [ { + "language" : "en", + "text" : "crossSectoralStandardsUsed" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandardsUsed", + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standards Used" + } ], + "idShort" : "crossSectoralStandardsUsed" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example must always be \"Other\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Operator or Publisher of Sector Specific Rules" + } ], + "shortName" : [ { + "language" : "en", + "text" : "operator" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "PEF", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_PEF16a96c1e" + } ], + "type" : "ModelReference" + } + }, { + "value" : "EPD International", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_EPDInternational8e0765e1" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Other", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_Otherf97e9da0" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#operator", + "displayName" : [ { + "language" : "en", + "text" : "Operator or Publisher of Sector Specific Rules" + } ], + "idShort" : "operator" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Name of a rule applied by a specific operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Rule Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "ruleName" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#ruleName", + "displayName" : [ { + "language" : "en", + "text" : "Rule Name" + } ], + "idShort" : "ruleName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rule Names" + } ], + "shortName" : [ { + "language" : "en", + "text" : "ruleNames" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#ruleNames", + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rule Names" + } ], + "idShort" : "ruleNames" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Other operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by a default value." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Other Operator Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "otherOperatorName" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#otherOperatorName", + "displayName" : [ { + "language" : "en", + "text" : "Other Operator Name" + } ], + "idShort" : "otherOperatorName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rules" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificRules" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#productOrSectorSpecificRules", + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rules" + } ], + "idShort" : "productOrSectorSpecificRules" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: IPCC (Intergovernmental Panel on Climate Change) version of the GWP (Global Warming Potential) characterization factors used for calculating the PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value \\\"AR6\\\". Default value can be overwritten." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Characterization Factors" + } ], + "shortName" : [ { + "language" : "en", + "text" : "characterizationFactors" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "AR5", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR5c1258ff9" + } ], + "type" : "ModelReference" + } + }, { + "value" : "AR6", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR6bfd2b8fd" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#characterizationFactors", + "displayName" : [ { + "language" : "en", + "text" : "Characterization Factors" + } ], + "idShort" : "characterizationFactors" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Allocation rules used and underlying reasoning in context of a product carbon footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value \"In accordance with Catena-X PCF Rulebook (Version 3.0.0)\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Allocation Rules Description" + } ], + "shortName" : [ { + "language" : "en", + "text" : "allocationRulesDescription" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription", + "displayName" : [ { + "language" : "en", + "text" : "Allocation Rules Description" + } ], + "idShort" : "allocationRulesDescription" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Allocation approach used for waste incineration with energy recovery as specified by the TFS (Together For Sustainability) initiative. In Catena-X for example must be specified by value \"cut-off\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Allocation Waste Incineration" + } ], + "shortName" : [ { + "language" : "en", + "text" : "allocationWasteIncineration" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "cut-off", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_cut-offfd27f68f" + } ], + "type" : "ModelReference" + } + }, { + "value" : "reverse cut-off", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_reversecut-off63c0b4c7" + } ], + "type" : "ModelReference" + } + }, { + "value" : "system expansion", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_systemexpansion804f197d" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration", + "displayName" : [ { + "language" : "en", + "text" : "Allocation Waste Incineration" + } ], + "idShort" : "allocationWasteIncineration" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Share of primary data in percent as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Primary Data Share" + } ], + "shortName" : [ { + "language" : "en", + "text" : "primaryDataShare" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#primaryDataShare", + "displayName" : [ { + "language" : "en", + "text" : "Primary Data Share" + } ], + "idShort" : "primaryDataShare" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Emission Factor Data Source" + } ], + "shortName" : [ { + "language" : "en", + "text" : "emissionFactorDS" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS", + "displayName" : [ { + "language" : "en", + "text" : "Emission Factor Data Source" + } ], + "idShort" : "emissionFactorDS" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Secondary Emission Factor Sources" + } ], + "shortName" : [ { + "language" : "en", + "text" : "secondaryEmissionFactorSources" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#secondaryEmissionFactorSources", + "displayName" : [ { + "language" : "en", + "text" : "Secondary Emission Factor Sources" + } ], + "idShort" : "secondaryEmissionFactorSources" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Percentage of PCF (Product Carbon Footprint) included in the data quality assessment based on the >5% emissions threshold as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to \"100\" per default." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Coverage Percent" + } ], + "shortName" : [ { + "language" : "en", + "text" : "coveragePercent" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#coveragePercent", + "displayName" : [ { + "language" : "en", + "text" : "Coverage Percent" + } ], + "idShort" : "coveragePercent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Technological representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Technological DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "technologicalDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#technologicalDQR", + "displayName" : [ { + "language" : "en", + "text" : "Technological DQR (Data Quality Rating)" + } ], + "idShort" : "technologicalDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Temporal representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Temporal DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "temporalDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#temporalDQR", + "displayName" : [ { + "language" : "en", + "text" : "Temporal DQR (Data Quality Rating)" + } ], + "idShort" : "temporalDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Geographical representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Geographical DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "geographicalDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#geographicalDQR", + "displayName" : [ { + "language" : "en", + "text" : "Geographical DQR (Data Quality Rating)" + } ], + "idShort" : "geographicalDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Completeness of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Completeness DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "completenessDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#completenessDQR", + "displayName" : [ { + "language" : "en", + "text" : "Completeness DQR (Data Quality Rating)" + } ], + "idShort" : "completenessDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Reliability of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Reliability DQR (Data Quality Rating)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "reliabilityDQR" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR", + "displayName" : [ { + "language" : "en", + "text" : "Reliability DQR (Data Quality Rating)" + } ], + "idShort" : "reliabilityDQR" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "DQI (Data Quality Indicators)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "dqi" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#dqi", + "displayName" : [ { + "language" : "en", + "text" : "DQI (Data Quality Indicators)" + } ], + "idShort" : "dqi" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "BOOLEAN", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: The Catena-X PCF Rulebook requires to include packaging from a system boundary perspective. \"FALSE\" is only possible due to the application of the cut-off rule.\nFlag indicating whether packaging emissions are included in a PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Packaging Emissions Included" + } ], + "shortName" : [ { + "language" : "en", + "text" : "packagingEmissionsIncluded" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded", + "displayName" : [ { + "language" : "en", + "text" : "Packaging Emissions Included" + } ], + "idShort" : "packagingEmissionsIncluded" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory: Product carbon footprint of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcfExcludingBiogenic" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "idShort" : "pcfExcludingBiogenic" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Product carbon footprint of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Optional value in current specification version but will be mandatory in future version." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Including Biogenic" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcfIncludingBiogenic" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Including Biogenic" + } ], + "idShort" : "pcfIncludingBiogenic" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Emissions from combustion of fossil sources as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Identical to \"pcfExcludingBiogenic\", will be removed in later version." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Fossil Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "fossilGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Fossil Emissions" + } ], + "idShort" : "fossilGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: GWP (Global Warming Potential) of biogenic CO2e-emissions in production phase which contain only GHG (Greenhouse Gas) emissions other than CO2 - excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Emissions Other Than CO2" + } ], + "shortName" : [ { + "language" : "en", + "text" : "biogenicCarbonEmissionsOtherThanCO2" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Emissions Other Than CO2" + } ], + "idShort" : "biogenicCarbonEmissionsOtherThanCO2" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Biogenic carbon content in the product converted to CO2e as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Withdrawal" + } ], + "shortName" : [ { + "language" : "en", + "text" : "biogenicCarbonWithdrawal" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Withdrawal" + } ], + "idShort" : "biogenicCarbonWithdrawal" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Direct land use change CO2e emissions in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "dlucGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "dlucGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "luGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "luGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: GHG (Greenhouse Gas) emissions resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Aircraft GHG Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "aircraftGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Aircraft GHG Emissions" + } ], + "idShort" : "aircraftGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Emissions resulting from the packaging of the product as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. In Catena-X not relevant to be reported separately." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Packaging GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "packagingGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Packaging GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "packagingGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Product carbon footprint for the distribution stage of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStagePcfExcludingBiogenic" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "idShort" : "distributionStagePcfExcludingBiogenic" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Product carbon footprint for the distribution stage of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Including Biogenic" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStagePcfIncludingBiogenic" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Including Biogenic" + } ], + "idShort" : "distributionStagePcfIncludingBiogenic" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Emissions from the combustion of fossil sources in the distribution stage as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage Fossil GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageFossilGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Fossil GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageFossilGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: GWP (Global Warming Potential) of biogenic CO2e-emissions in distribution phase which contain only GHG (Greenhouse Gas) emissions other than CO2 ? excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Emissions Other Than CO2" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageBiogenicCarbonEmissionsOtherThanCO2" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Emissions Other Than CO2" + } ], + "idShort" : "distributionStageBiogenicCarbonEmissionsOtherThanCO2" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: GWP (Global Warming Potential) of biogenic CO2-withdrawal in distribution stage (biogenic CO2 contained in the product) as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Withdrawal" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageBiogenicCarbonWithdrawal" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Withdrawal" + } ], + "idShort" : "distributionStageBiogenicCarbonWithdrawal" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Direct land use change CO2 emissions during distribution stage in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageDlucGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageDlucGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageLuGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageLuGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Total carbon content per declared unit in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Carbon Content Total" + } ], + "shortName" : [ { + "language" : "en", + "text" : "carbonContentTotal" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal", + "displayName" : [ { + "language" : "en", + "text" : "Carbon Content Total" + } ], + "idShort" : "carbonContentTotal" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Fossil carbon amount embodied in a product as specified in the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero; WBCSD specific extension, in Catena-X specified by a calculated value." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Fossil Carbon Content" + } ], + "shortName" : [ { + "language" : "en", + "text" : "fossilCarbonContent" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent", + "displayName" : [ { + "language" : "en", + "text" : "Fossil Carbon Content" + } ], + "idShort" : "fossilCarbonContent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Biogenic carbon amount embodied in a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Content" + } ], + "shortName" : [ { + "language" : "en", + "text" : "biogenicCarbonContent" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Content" + } ], + "idShort" : "biogenicCarbonContent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Optional: GHG (Greenhouse Gas) emissions for the distribution stage resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Distribution Stage Aircraft GHG Emissions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "distributionStageAircraftGhgEmissions" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Aircraft GHG Emissions" + } ], + "idShort" : "distributionStageAircraftGhgEmissions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcf" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#pcf", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint)" + } ], + "idShort" : "pcf" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Optional: Option for legal statement/ disclaimer as specified in the Catena-X PCF Rulebook (Version 3.0.0)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Legal Statement" + } ], + "shortName" : [ { + "language" : "en", + "text" : "pcfLegalStatement" + } ] + } + } ], + "id" : "urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Legal Statement" + } ], + "idShort" : "pcfLegalStatement" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden." + }, { + "language" : "en", + "text" : "A section in which further content is listed according to the calculation method for the Product Carbon Footprint." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PCF information" + }, { + "language" : "de", + "text" : "PCF-Information" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificPcfInformation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#productOrSectorSpecificPcfInformation", + "displayName" : [ { + "language" : "en", + "text" : "PCF information" + }, { + "language" : "de", + "text" : "PCF-Information" + } ], + "idShort" : "productOrSectorSpecificPcfInformation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product or sector specific carbon footprints" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productOrSectorSpecificCarbonFootprints" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#productOrSectorSpecificCarbonFootprints", + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific carbon footprints" + } ], + "idShort" : "productOrSectorSpecificCarbonFootprints" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/IDTA-02023-1-0" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/SubmodelTemplate/CarbonFootprint/1/0" + } ], + "type" : "ExternalReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint/submodel", + "description" : [ { + "language" : "en", + "text" : "Provides the means to access the Carbon Footprint of the asset." + } ], + "idShort" : "PactCarbonFootprint", + "submodelElements" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ProductCarbonFootprintSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/CarbonFootprints/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product carbon footprint" + }, { + "language" : "de", + "text" : "Produkt CO2-Fußabdruck" + } ], + "idShort" : "productCarbonFootprints", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ProductCarbonFootprint/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product carbon footprint" + }, { + "language" : "de", + "text" : "Produkt CO2-Fußabdruck" + } ], + "idShort" : "productCarbonFootprints", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#PcfCalculationMethodSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/PcfCalculationMethods/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Standards, methods for determining the greenhouse gas emissions of a product." + }, { + "language" : "de", + "text" : "Normen, Standards, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts." + } ], + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "pcfCalculationMethods", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcfCalculationMethods" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "pcfCalculationMethods" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcf2CoEq" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:double", + "displayName" : [ { + "language" : "de", + "text" : "CO2 eq Klimawandel" + }, { + "language" : "en", + "text" : "CO2 eq Climate Change" + } ], + "idShort" : "pcf2CoEq" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#referenceImpactUnitForCalculation" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Referenzeinheit für die Berechnung" + }, { + "language" : "en", + "text" : "reference value for calculation" + } ], + "idShort" : "referenceImpactUnitForCalculation" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#quantityOfMeasureForCalculation" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:double", + "displayName" : [ { + "language" : "en", + "text" : "quantity of measure for calculation" + }, { + "language" : "de", + "text" : "Mengenangabe für die Berechnung" + } ], + "idShort" : "quantityOfMeasureForCalculation" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhaseSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers." + } ], + "displayName" : [ { + "language" : "en", + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" + } ], + "idShort" : "lifeCyclePhases", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhases" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "life cycle phases" + }, { + "language" : "de", + "text" : "Lebenszyklusphasen" + } ], + "idShort" : "lifeCyclePhases" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/File" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ExplanatoryStatement/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product." + } ], + "displayName" : [ { + "language" : "en", + "text" : "explanatory statement" + }, { + "language" : "de", + "text" : "Erklärung" + } ], + "idShort" : "explanatoryStatement", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "resourceValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "contentType" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ837%23005" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Indicates the hand-over address of the goods transport." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Warenübergabeadresse" + }, { + "language" : "en", + "text" : "goods address hand-over" + } ], + "idShort" : "goodsHandoverAddress", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Rolle der Kontaktperson" + }, { + "language" : "en", + "text" : "role of contact person" + } ], + "idShort" : "roleOfContactPerson" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO134%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Länderkürzel." + }, { + "language" : "en", + "text" : "Code of a country (Country codes defined accord. to DIN EN ISO 3166-1)." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Länderkürzel" + }, { + "language" : "en", + "text" : "National code" + } ], + "idShort" : "nationalCode" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#LanguageSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAN468%23008" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-AAN468-008" + } ], + "type" : "ExternalReference" + } ], + "idShort" : "languages", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#languages" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "languages" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "time zone" + } ], + "idShort" : "timeZone" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO132%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Town or city." + }, { + "language" : "de", + "text" : "Ort." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Ort" + }, { + "language" : "en", + "text" : "City" + } ], + "idShort" : "cityTown" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#company" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAW001%23001" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Name of the company." + } ], + "displayName" : [ { + "language" : "en", + "text" : "company" + } ], + "idShort" : "company" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#department" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO127%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Administrative section within an organisation where a business partner is located." + } ], + "displayName" : [ { + "language" : "en", + "text" : "department" + } ], + "idShort" : "department" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ833%23005" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Phone number including type." + } ], + "idShort" : "phone", + "value" : [ { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO136%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner." + } ], + "displayName" : [ { + "language" : "en", + "text" : "telephone number" + }, { + "language" : "de", + "text" : "Telefonnummer" + } ], + "idShort" : "telephoneNumber" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO137%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "idShort" : "typeOfTelephone" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "Specification of the available time window." + } ], + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTime" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ834%23005" + } ], + "type" : "ExternalReference" + } ], + "displayName" : [ { + "language" : "de", + "text" : "Fax" + }, { + "language" : "en", + "text" : "fax" + } ], + "idShort" : "fax", + "value" : [ { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:idi:0173-1%2302-AAO195%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Complete telephone number to be called to reach a business partner's fax machine." + } ], + "displayName" : [ { + "language" : "en", + "text" : "fax number" + } ], + "idShort" : "faxNumber" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO196%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "type of fax number" + } ], + "idShort" : "typeOfFaxNumber" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ836%23005" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "E-mail address and encryption method." + } ], + "displayName" : [ { + "language" : "en", + "text" : "email" + }, { + "language" : "de", + "text" : "Email" + } ], + "idShort" : "email", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO198%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "email address" + } ], + "idShort" : "emailAddress" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO200%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Public part of an unsymmetrical key pair to sign or encrypt text or messages." + } ], + "displayName" : [ { + "language" : "en", + "text" : "public key" + } ], + "idShort" : "publicKey" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO199%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "type of email address" + } ], + "idShort" : "typeOfEmailAddress" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO201%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Characterization of a public key according to its encryption process." + } ], + "displayName" : [ { + "language" : "en", + "text" : "type of public key" + } ], + "idShort" : "typeOfPublicKey" + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#IpCommunicationChannelSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "IP-based communication channels, e.g. chat or video call." + } ], + "displayName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "idShort" : "iPCommunicationChannels", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "IP-based communication channels, e.g. chat or video call." + } ], + "displayName" : [ { + "language" : "en", + "text" : "IP communication channel" + } ], + "idShort" : "iPCommunicationChannels", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ326%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLinkOfIpCommunicationChannel" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "type of communication" + } ], + "idShort" : "typeOfCommunication" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Specification of the available time windows." + } ], + "displayName" : [ { + "language" : "en", + "text" : "available time" + } ], + "idShort" : "availableTimeIpCommunicationChannel" + } ] + } ] + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#street" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO128%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Straße und Nummer." + }, { + "language" : "en", + "text" : "Street name and house number." + } ], + "displayName" : [ { + "language" : "en", + "text" : "street" + }, { + "language" : "de", + "text" : "Straße" + } ], + "idShort" : "street" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO129%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "ZIP code of address." + } ], + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + } ], + "idShort" : "zipCode" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO130%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "P.O. box number." + } ], + "displayName" : [ { + "language" : "en", + "text" : "P.O. box" + } ], + "idShort" : "poBox" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO129%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "ZIP code of address." + }, { + "language" : "de", + "text" : "Postleitzahl." + } ], + "displayName" : [ { + "language" : "en", + "text" : "ZIP code" + }, { + "language" : "de", + "text" : "Postleitzahl" + } ], + "idShort" : "zipCodeOfPoBox" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO133%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Federal state, a part of a state." + }, { + "language" : "de", + "text" : "Bundesland/Region" + } ], + "displayName" : [ { + "language" : "de", + "text" : "Bundesland/Region" + }, { + "language" : "en", + "text" : "state/county" + } ], + "idShort" : "stateCounty" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact" + } ], + "type" : "ExternalReference" + }, + "displayName" : [ { + "language" : "en", + "text" : "name of contact" + } ], + "idShort" : "nameOfContact" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO206%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "First name of a contact person." + } ], + "displayName" : [ { + "language" : "en", + "text" : "first name" + } ], + "idShort" : "firstName" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO207%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Middle names of contact person." + } ], + "displayName" : [ { + "language" : "en", + "text" : "middle names" + } ], + "idShort" : "middleNames" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#title" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO208%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Common, formal, religious, or other title preceding a contact person's name." + } ], + "displayName" : [ { + "language" : "en", + "text" : "title" + } ], + "idShort" : "title" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO209%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Academic title preceding a contact person's name." + } ], + "displayName" : [ { + "language" : "en", + "text" : "academic title" + } ], + "idShort" : "academicTitle" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO210%23002" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Additional information of the contact person." + } ], + "idShort" : "furtherDetailsOfContact" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAQ326%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "address of additional link" + } ], + "idShort" : "addressOfAdditionalLink" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#publicationDate" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "publication date" + }, { + "language" : "de", + "text" : "Veröffentlichungsdatum" + } ], + "idShort" : "publicationDate" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#expirationDate" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "expiration date" + }, { + "language" : "de", + "text" : "Ablaufdatum" + } ], + "idShort" : "expirationDate" + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#ProductOrSectorSpecificCarbonFootprintSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific carbon footprints" + } ], + "idShort" : "productOrSectorSpecificCarbonFootprints", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific carbon footprints" + } ], + "idShort" : "productOrSectorSpecificCarbonFootprints", + "value" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#PcfCalculationMethodSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation." + }, { + "language" : "de", + "text" : "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen." + } ], + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "productOrSectorSpecificPcfCalculationMethods", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificPcfCalculationMethods" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "impact assessment method / calculation method" + }, { + "language" : "en", + "text" : "Folgenabschätzungsmethode / Berechnungsmethode" + } ], + "idShort" : "productOrSectorSpecificPcfCalculationMethods" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificRule/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. " + }, { + "language" : "en", + "text" : "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product or sector specific rules" + }, { + "language" : "de", + "text" : "produktspezifische oder sektorspezifische Regeln" + } ], + "idShort" : "productOrSectorSpecificRule" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/ExternalPcfApi/1/0" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required." + }, { + "language" : "de", + "text" : "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht." + } ], + "displayName" : [ { + "language" : "en", + "text" : "external API for PCF information" + }, { + "language" : "de", + "text" : "externe API für PCF Informationen" + } ], + "idShort" : "externalPcfApi" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/idta/CarbonFootprint/PcfInformation/1/0" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden." + }, { + "language" : "en", + "text" : "A section in which further content is listed according to the calculation method for the Product Carbon Footprint." + } ], + "displayName" : [ { + "language" : "en", + "text" : "PCF information" + }, { + "language" : "de", + "text" : "PCF-Information" + } ], + "idShort" : "productOrSectorSpecificPcfInformation", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#id" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Identifier" + } ], + "idShort" : "id" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#specVersion" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Specification Version" + } ], + "idShort" : "specVersion" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#partialFullPcf" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Partial Or Full PCF (Product Carbon Footprint)" + } ], + "idShort" : "partialFullPcf" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#PrecedingPfIdsCharacteristic" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as \"optional\" in WBCSD, needs to be covered by application." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Previous PCF (Product Carbon Footprint) Identifiers" + } ], + "idShort" : "precedingPfIds", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as \"optional\" in WBCSD, needs to be covered by application." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Previous PCF (Product Carbon Footprint) Identifiers" + } ], + "idShort" : "precedingPfIds", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#id" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Footprint Identifier" + } ], + "idShort" : "id" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#version" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:nonNegativeInteger", + "displayName" : [ { + "language" : "en", + "text" : "Product (Carbon) Footprint Version" + } ], + "idShort" : "version" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#created" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Creation of the Product (Carbon) Footprint" + } ], + "idShort" : "created" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#status" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Status" + } ], + "idShort" : "status" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Validity Period Start" + } ], + "idShort" : "validityPeriodStart" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Validity Period End" + } ], + "idShort" : "validityPeriodEnd" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#comment" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Comment" + } ], + "idShort" : "comment" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#companyName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Company Name" + } ], + "idShort" : "companyName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#companyIds" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.shared.business_partner_number:2.0.0#bpnlProperty" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:anyURI", + "displayName" : [ { + "language" : "en", + "text" : "Company IDs" + } ], + "idShort" : "companyIds" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productDescription" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Description" + } ], + "idShort" : "productDescription" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productIds" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.part_type_information:1.0.0#manufacturerPartId" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:anyURI", + "displayName" : [ { + "language" : "en", + "text" : "Product IDs" + } ], + "idShort" : "productIds" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Category" + } ], + "idShort" : "productCategoryCpc" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productNameCompany" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.part_type_information:1.0.0#nameAtManufacturer" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Product Trade Name" + } ], + "idShort" : "productNameCompany" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint)" + } ], + "idShort" : "pcf", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#declaredUnit" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Unit of measurement" + } ], + "idShort" : "declaredUnit" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:float", + "displayName" : [ { + "language" : "en", + "text" : "Unitary Product Amount" + } ], + "idShort" : "unitaryProductAmount" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Product Mass Per Declared Unit" + } ], + "idShort" : "productMassPerDeclaredUnit" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Exempted Emissions Percent" + } ], + "idShort" : "exemptedEmissionsPercent" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Exempted Emissions Description" + } ], + "idShort" : "exemptedEmissionsDescription" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Boundary Processes Description" + } ], + "idShort" : "boundaryProcessesDescription" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Geography Country Subdivision" + } ], + "idShort" : "geographyCountrySubdivision" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#geographyCountry" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Geography Country" + } ], + "idShort" : "geographyCountry" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Region" + } ], + "idShort" : "geographyRegionOrSubregion" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Reference Period Start" + } ], + "idShort" : "referencePeriodStart" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:dateTime", + "displayName" : [ { + "language" : "en", + "text" : "Reference Period End" + } ], + "idShort" : "referencePeriodEnd" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standards Used" + } ], + "idShort" : "crossSectoralStandardsUsed", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standards Used" + } ], + "idShort" : "crossSectoralStandardsUsed", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Cross Sectoral Standard" + } ], + "idShort" : "crossSectoralStandard" + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rules" + } ], + "idShort" : "productOrSectorSpecificRules", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rules" + } ], + "idShort" : "productOrSectorSpecificRules", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#operator" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Operator or Publisher of Sector Specific Rules" + } ], + "idShort" : "operator" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Product or Sector Specific Rule Names" + } ], + "idShort" : "ruleNames", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#ruleName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Rule Name" + } ], + "idShort" : "ruleName" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#otherOperatorName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Other Operator Name" + } ], + "idShort" : "otherOperatorName" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#characterizationFactors" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Characterization Factors" + } ], + "idShort" : "characterizationFactors" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Allocation Rules Description" + } ], + "idShort" : "allocationRulesDescription" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Allocation Waste Incineration" + } ], + "idShort" : "allocationWasteIncineration" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#primaryDataShare" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Primary Data Share" + } ], + "idShort" : "primaryDataShare" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#EmissionFactorDSSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Secondary Emission Factor Sources" + } ], + "idShort" : "secondaryEmissionFactorSources", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Secondary Emission Factor Sources" + } ], + "idShort" : "secondaryEmissionFactorSources", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Emission Factor Data Source" + } ], + "idShort" : "emissionFactorDS" + } ] + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative." + } ], + "displayName" : [ { + "language" : "en", + "text" : "DQI (Data Quality Indicators)" + } ], + "idShort" : "dqi", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#coveragePercent" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Coverage Percent" + } ], + "idShort" : "coveragePercent" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#technologicalDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Technological DQR (Data Quality Rating)" + } ], + "idShort" : "technologicalDQR" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#temporalDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Temporal DQR (Data Quality Rating)" + } ], + "idShort" : "temporalDQR" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#geographicalDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Geographical DQR (Data Quality Rating)" + } ], + "idShort" : "geographicalDQR" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#completenessDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Completeness DQR (Data Quality Rating)" + } ], + "idShort" : "completenessDQR" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Reliability DQR (Data Quality Rating)" + } ], + "idShort" : "reliabilityDQR" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:boolean", + "displayName" : [ { + "language" : "en", + "text" : "Packaging Emissions Included" + } ], + "idShort" : "packagingEmissionsIncluded" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "idShort" : "pcfExcludingBiogenic" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Including Biogenic" + } ], + "idShort" : "pcfIncludingBiogenic" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Fossil Emissions" + } ], + "idShort" : "fossilGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Emissions Other Than CO2" + } ], + "idShort" : "biogenicCarbonEmissionsOtherThanCO2" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Withdrawal" + } ], + "idShort" : "biogenicCarbonWithdrawal" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "dlucGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "luGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Aircraft GHG Emissions" + } ], + "idShort" : "aircraftGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Packaging GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "packagingGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic" + } ], + "idShort" : "distributionStagePcfExcludingBiogenic" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage PCF (Product Carbon Footprint) Including Biogenic" + } ], + "idShort" : "distributionStagePcfIncludingBiogenic" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Fossil GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageFossilGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Emissions Other Than CO2" + } ], + "idShort" : "distributionStageBiogenicCarbonEmissionsOtherThanCO2" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Biogenic Carbon Withdrawal" + } ], + "idShort" : "distributionStageBiogenicCarbonWithdrawal" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageDlucGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions" + } ], + "idShort" : "distributionStageLuGhgEmissions" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Carbon Content Total" + } ], + "idShort" : "carbonContentTotal" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Fossil Carbon Content" + } ], + "idShort" : "fossilCarbonContent" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Biogenic Carbon Content" + } ], + "idShort" : "biogenicCarbonContent" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:decimal", + "displayName" : [ { + "language" : "en", + "text" : "Distribution Stage Aircraft GHG Emissions" + } ], + "idShort" : "distributionStageAircraftGhgEmissions" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "PCF (Product Carbon Footprint) Legal Statement" + } ], + "idShort" : "pcfLegalStatement" + } ] + } ] + } ] + } ] + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.xml b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.xml new file mode 100644 index 0000000..5eb0ff6 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.xml @@ -0,0 +1,10668 @@ + + + + + defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint + + Type + + + + ModelReference + + + Submodel + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint/submodel + + + + + + + + + PactCarbonFootprint + + + en + Provides the means to access the Carbon Footprint of the asset. + + + + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint/submodel + Template + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/IDTA-02023-1-0 + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/SubmodelTemplate/CarbonFootprint/1/0 + + + + + + + productCarbonFootprints + + + en + product carbon footprint + + + de + Produkt CO2-Fußabdruck + + + + + en + Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ProductCarbonFootprintSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/CarbonFootprints/1/0 + + + + + false + SubmodelElementCollection + + + productCarbonFootprints + + + en + product carbon footprint + + + de + Produkt CO2-Fußabdruck + + + + + en + Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductCarbonFootprint/1/0 + + + + + + + pcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + + en + Standards, methods for determining the greenhouse gas emissions of a product. + + + de + Normen, Standards, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#PcfCalculationMethodSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/PcfCalculationMethods/1/0 + + + + + false + SubmodelElementCollection + + + pcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcfCalculationMethods + + + + xs:string + + + + + pcf2CoEq + + + de + CO2 eq Klimawandel + + + en + CO2 eq Climate Change + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcf2CoEq + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003 + + + + + xs:double + + + referenceImpactUnitForCalculation + + + de + Referenzeinheit für die Berechnung + + + en + reference value for calculation + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#referenceImpactUnitForCalculation + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003 + + + + + xs:string + + + quantityOfMeasureForCalculation + + + en + quantity of measure for calculation + + + de + Mengenangabe für die Berechnung + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#quantityOfMeasureForCalculation + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003 + + + + + xs:double + + + lifeCyclePhases + + + en + life cycle phases + + + de + Lebenszyklusphasen + + + + + en + Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhaseSet + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003 + + + + + false + SubmodelElementCollection + + + lifeCyclePhases + + + en + life cycle phases + + + de + Lebenszyklusphasen + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhases + + + + xs:string + + + + + explanatoryStatement + + + en + explanatory statement + + + de + Erklärung + + + + + en + Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/File + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ExplanatoryStatement/1/0 + + + + + + + resourceValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + xs:anyURI + + + contentType + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + xs:string + + + + + goodsHandoverAddress + + + de + Warenübergabeadresse + + + en + goods address hand-over + + + + + en + Indicates the hand-over address of the goods transport. + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ837%23005 + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003 + + + + + + + roleOfContactPerson + + + de + Rolle der Kontaktperson + + + en + role of contact person + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson + + + + xs:string + + + nationalCode + + + de + Länderkürzel + + + en + National code + + + + + de + Länderkürzel. + + + en + Code of a country (Country codes defined accord. to DIN EN ISO 3166-1). + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO134%23002 + + + + + + + languages + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#LanguageSet + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAN468%23008 + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-AAN468-008 + + + + + false + SubmodelElementCollection + + + languages + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#languages + + + + xs:string + + + + + timeZone + + + en + time zone + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone + + + + + xs:string + + + cityTown + + + de + Ort + + + en + City + + + + + en + Town or city. + + + de + Ort. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO132%23002 + + + + + + + company + + + en + company + + + + + en + Name of the company. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#company + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAW001%23001 + + + + + + + department + + + en + department + + + + + en + Administrative section within an organisation where a business partner is located. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#department + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO127%23003 + + + + + + + phone + + + en + Phone number including type. + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ833%23005 + + + + + + + telephoneNumber + + + en + telephone number + + + de + Telefonnummer + + + + + en + Complete telephone number to be called to reach a business partner. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO136%23002 + + + + + + + typeOfTelephone + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO137%23003 + + + + + xs:string + + + availableTime + + + en + available time + + + + + en + Specification of the available time window. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime + + + + + + + + fax + + + de + Fax + + + en + fax + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ834%23005 + + + + + + + faxNumber + + + en + fax number + + + + + en + Complete telephone number to be called to reach a business partner's fax machine. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber + + + + + + ExternalReference + + + GlobalReference + urn:idi:0173-1%2302-AAO195%23002 + + + + + + + typeOfFaxNumber + + + en + type of fax number + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO196%23003 + + + + + xs:string + + + + + email + + + en + email + + + de + Email + + + + + en + E-mail address and encryption method. + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ836%23005 + + + + + + + emailAddress + + + en + email address + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO198%23002 + + + + + xs:string + + + publicKey + + + en + public key + + + + + en + Public part of an unsymmetrical key pair to sign or encrypt text or messages. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO200%23002 + + + + + + + typeOfEmailAddress + + + en + type of email address + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO199%23003 + + + + + xs:string + + + typeOfPublicKey + + + en + type of public key + + + + + en + Characterization of a public key according to its encryption process. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO201%23002 + + + + + + + + + iPCommunicationChannels + + + en + IP communication channel + + + + + en + IP-based communication channels, e.g. chat or video call. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#IpCommunicationChannelSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication + + + + + false + SubmodelElementCollection + + + iPCommunicationChannels + + + en + IP communication channel + + + + + en + IP-based communication channels, e.g. chat or video call. + + + + + addressOfAdditionalLinkOfIpCommunicationChannel + + + en + address of additional link + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ326%23002 + + + + + xs:string + + + typeOfCommunication + + + en + type of communication + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication + + + + + xs:string + + + availableTimeIpCommunicationChannel + + + en + available time + + + + + en + Specification of the available time windows. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/ + + + + + + + + + + + street + + + en + street + + + de + Straße + + + + + de + Straße und Nummer. + + + en + Street name and house number. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#street + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO128%23002 + + + + + + + zipCode + + + en + ZIP code + + + + + en + ZIP code of address. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO129%23002 + + + + + + + poBox + + + en + P.O. box + + + + + en + P.O. box number. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO130%23002 + + + + + + + zipCodeOfPoBox + + + en + ZIP code + + + de + Postleitzahl + + + + + en + ZIP code of address. + + + de + Postleitzahl. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO129%23002 + + + + + + + stateCounty + + + de + Bundesland/Region + + + en + state/county + + + + + en + Federal state, a part of a state. + + + de + Bundesland/Region + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO133%23002 + + + + + + + nameOfContact + + + en + name of contact + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact + + + + + + firstName + + + en + first name + + + + + en + First name of a contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO206%23002 + + + + + + + middleNames + + + en + middle names + + + + + en + Middle names of contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO207%23002 + + + + + + + title + + + en + title + + + + + en + Common, formal, religious, or other title preceding a contact person's name. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#title + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO208%23003 + + + + + + + academicTitle + + + en + academic title + + + + + en + Academic title preceding a contact person's name. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO209%23003 + + + + + + + furtherDetailsOfContact + + + en + Additional information of the contact person. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO210%23002 + + + + + + + addressOfAdditionalLink + + + en + address of additional link + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAQ326%23002 + + + + + xs:string + + + + + publicationDate + + + en + publication date + + + de + Veröffentlichungsdatum + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#publicationDate + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0 + + + + + xs:dateTime + + + expirationDate + + + en + expiration date + + + de + Ablaufdatum + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#expirationDate + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0 + + + + + xs:dateTime + + + + + + + productOrSectorSpecificCarbonFootprints + + + en + product or sector specific carbon footprints + + + + + en + Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#ProductOrSectorSpecificCarbonFootprintSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0 + + + + + false + SubmodelElementCollection + + + productOrSectorSpecificCarbonFootprints + + + en + product or sector specific carbon footprints + + + + + en + Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0 + + + + + + + productOrSectorSpecificPcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + + en + Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. + + + de + Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#PcfCalculationMethodSet + + + + + + ExternalReference + + + GlobalReference + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003 + + + + + false + SubmodelElementCollection + + + productOrSectorSpecificPcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificPcfCalculationMethods + + + + xs:string + + + + + productOrSectorSpecificRule + + + en + product or sector specific rules + + + de + produktspezifische oder sektorspezifische Regeln + + + + + de + Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. + + + en + Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificRule/1/0 + + + + + + + externalPcfApi + + + en + external API for PCF information + + + de + externe API für PCF Informationen + + + + + en + An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required. + + + de + Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/ExternalPcfApi/1/0 + + + + + + + productOrSectorSpecificPcfInformation + + + en + PCF information + + + de + PCF-Information + + + + + de + Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden. + + + en + A section in which further content is listed according to the calculation method for the Product Carbon Footprint. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/idta/CarbonFootprint/PcfInformation/1/0 + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + id + + + en + Product Footprint Identifier + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#id + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + specVersion + + + en + Product Footprint Specification Version + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#specVersion + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + partialFullPcf + + + en + Partial Or Full PCF (Product Carbon Footprint) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#partialFullPcf + + + + xs:string + + + precedingPfIds + + + en + Previous PCF (Product Carbon Footprint) Identifiers + + + + + en + Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as "optional" in WBCSD, needs to be covered by application. + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#PrecedingPfIdsCharacteristic + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + false + SubmodelElementCollection + + + precedingPfIds + + + en + Previous PCF (Product Carbon Footprint) Identifiers + + + + + en + Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as "optional" in WBCSD, needs to be covered by application. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + id + + + en + Product Footprint Identifier + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#id + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + + + version + + + en + Product (Carbon) Footprint Version + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#version + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:nonNegativeInteger + + + created + + + en + Creation of the Product (Carbon) Footprint + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#created + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + status + + + en + Status + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#status + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + validityPeriodStart + + + en + Validity Period Start + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + validityPeriodEnd + + + en + Validity Period End + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + comment + + + en + Comment + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#comment + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + companyName + + + en + Company Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#companyName + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + companyIds + + + en + Company IDs + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#companyIds + + + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.shared.business_partner_number:2.0.0#bpnlProperty + + + + + xs:anyURI + + + productDescription + + + en + Product Description + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productDescription + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + productIds + + + en + Product IDs + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productIds + + + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.part_type_information:1.0.0#manufacturerPartId + + + + + xs:anyURI + + + productCategoryCpc + + + en + Product Category + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + productNameCompany + + + en + Product Trade Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productNameCompany + + + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.part_type_information:1.0.0#nameAtManufacturer + + + + + xs:string + + + pcf + + + en + PCF (Product Carbon Footprint) + + + + + en + A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + declaredUnit + + + en + Unit of measurement + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#declaredUnit + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + unitaryProductAmount + + + en + Unitary Product Amount + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:float + + + productMassPerDeclaredUnit + + + en + Product Mass Per Declared Unit + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit + + + + xs:decimal + + + exemptedEmissionsPercent + + + en + Exempted Emissions Percent + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + exemptedEmissionsDescription + + + en + Exempted Emissions Description + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + boundaryProcessesDescription + + + en + Boundary Processes Description + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + geographyCountrySubdivision + + + en + Geography Country Subdivision + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + geographyCountry + + + en + Geography Country + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#geographyCountry + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + geographyRegionOrSubregion + + + en + Region + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + referencePeriodStart + + + en + Reference Period Start + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + referencePeriodEnd + + + en + Reference Period End + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:dateTime + + + crossSectoralStandardsUsed + + + en + Cross Sectoral Standards Used + + + + + en + Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardSet + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + false + SubmodelElementCollection + + + crossSectoralStandardsUsed + + + en + Cross Sectoral Standards Used + + + + + en + Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + crossSectoralStandard + + + en + Cross Sectoral Standard + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + + + productOrSectorSpecificRules + + + en + Product or Sector Specific Rules + + + + + en + Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleSet + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + false + SubmodelElementCollection + + + productOrSectorSpecificRules + + + en + Product or Sector Specific Rules + + + + + en + Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + operator + + + en + Operator or Publisher of Sector Specific Rules + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#operator + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + ruleNames + + + en + Product or Sector Specific Rule Names + + + + + en + Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + ruleName + + + en + Rule Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#ruleName + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + otherOperatorName + + + en + Other Operator Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#otherOperatorName + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + + + characterizationFactors + + + en + Characterization Factors + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#characterizationFactors + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + allocationRulesDescription + + + en + Allocation Rules Description + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + allocationWasteIncineration + + + en + Allocation Waste Incineration + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration + + + + xs:string + + + primaryDataShare + + + en + Primary Data Share + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#primaryDataShare + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + secondaryEmissionFactorSources + + + en + Secondary Emission Factor Sources + + + + + en + Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#EmissionFactorDSSet + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + false + SubmodelElementCollection + + + secondaryEmissionFactorSources + + + en + Secondary Emission Factor Sources + + + + + en + Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + emissionFactorDS + + + en + Emission Factor Data Source + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:string + + + + + + + dqi + + + en + DQI (Data Quality Indicators) + + + + + en + Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + + + coveragePercent + + + en + Coverage Percent + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#coveragePercent + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + technologicalDQR + + + en + Technological DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#technologicalDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + temporalDQR + + + en + Temporal DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#temporalDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + geographicalDQR + + + en + Geographical DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#geographicalDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + completenessDQR + + + en + Completeness DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#completenessDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + reliabilityDQR + + + en + Reliability DQR (Data Quality Rating) + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + + + packagingEmissionsIncluded + + + en + Packaging Emissions Included + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:boolean + + + pcfExcludingBiogenic + + + en + PCF (Product Carbon Footprint) Excluding Biogenic + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + pcfIncludingBiogenic + + + en + PCF (Product Carbon Footprint) Including Biogenic + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + fossilGhgEmissions + + + en + Fossil Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + biogenicCarbonEmissionsOtherThanCO2 + + + en + Biogenic Carbon Emissions Other Than CO2 + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2 + + + + xs:decimal + + + biogenicCarbonWithdrawal + + + en + Biogenic Carbon Withdrawal + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/ + + + + + xs:decimal + + + dlucGhgEmissions + + + en + dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions + + + + xs:decimal + + + luGhgEmissions + + + en + LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions + + + + xs:decimal + + + aircraftGhgEmissions + + + en + Aircraft GHG Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + packagingGhgEmissions + + + en + Packaging GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + distributionStagePcfExcludingBiogenic + + + en + Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic + + + + xs:decimal + + + distributionStagePcfIncludingBiogenic + + + en + Distribution Stage PCF (Product Carbon Footprint) Including Biogenic + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic + + + + xs:decimal + + + distributionStageFossilGhgEmissions + + + en + Distribution Stage Fossil GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions + + + + xs:decimal + + + distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + en + Distribution Stage Biogenic Carbon Emissions Other Than CO2 + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + + xs:decimal + + + distributionStageBiogenicCarbonWithdrawal + + + en + Distribution Stage Biogenic Carbon Withdrawal + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal + + + + xs:decimal + + + distributionStageDlucGhgEmissions + + + en + Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions + + + + xs:decimal + + + distributionStageLuGhgEmissions + + + en + Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions + + + + xs:decimal + + + carbonContentTotal + + + en + Carbon Content Total + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal + + + + xs:decimal + + + fossilCarbonContent + + + en + Fossil Carbon Content + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/ + + + + + xs:decimal + + + biogenicCarbonContent + + + en + Biogenic Carbon Content + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/ + + + + + xs:decimal + + + distributionStageAircraftGhgEmissions + + + en + Distribution Stage Aircraft GHG Emissions + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions + + + + + + ExternalReference + + + GlobalReference + https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/ + + + + + xs:decimal + + + + + pcfLegalStatement + + + en + PCF (Product Carbon Footprint) Legal Statement + + + + ExternalReference + + + GlobalReference + urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement + + + + xs:string + + + + + + + + + + + + + APPLICATION_CLASS + PactCarbonFootprint + + + en + Carbon Footprint + + + de + C02 Footprint + + + + + en + Provides the means to access the Carbon Footprint of the asset. + + + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#PactCarbonFootprint + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Carbon Footprint + + + de + C02 Footprint + + + + + en + PactCarbonFootprint + + + + + en + Provides the means to access the Carbon Footprint of the asset. + + + + + + + + + pcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcfCalculationMethods + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + + en + pcfCalculationMethods + + + STRING + + + en + Standards, methods for determining the greenhouse gas emissions of a product. + + + de + Normen, Standards, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. + + + + + + + + + pcf2CoEq + + + de + CO2 eq Klimawandel + + + en + CO2 eq Climate Change + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#pcf2CoEq + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + CO2 eq Klimawandel + + + en + CO2 eq Climate Change + + + + + en + pcf2CoEq + + + kilogram + REAL_MEASURE + + + en + Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard. + + + + + + + + + referenceImpactUnitForCalculation + + + de + Referenzeinheit für die Berechnung + + + en + reference value for calculation + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#referenceImpactUnitForCalculation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Referenzeinheit für die Berechnung + + + en + reference value for calculation + + + + + en + referenceImpactUnitForCalculation + + + STRING + + + en + Quantity unit of the product to which the PCF information on the CO2 footprint refers. + + + + + + + + + quantityOfMeasureForCalculation + + + en + quantity of measure for calculation + + + de + Mengenangabe für die Berechnung + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#quantityOfMeasureForCalculation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + quantity of measure for calculation + + + de + Mengenangabe für die Berechnung + + + + + en + quantityOfMeasureForCalculation + + + REAL_MEASURE + + + en + Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint. + + + + + + + + + lifeCyclePhases + + + en + life cycle phases + + + de + Lebenszyklusphasen + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#lifeCyclePhases + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + life cycle phases + + + de + Lebenszyklusphasen + + + + + en + lifeCyclePhases + + + STRING + + + en + Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers. + + + + + + + + + resourceValue + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + resourceValue + + + + + en + resourceValue + + + STRING + + + en + Path and name of the file (with file extension). + +The path can be absolute or relative. + + + + + + + + + contentType + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + contentType + + + + + en + contentType + + + STRING + + + en + Content type of the content of the file. + + + + + + + + + explanatoryStatement + + + en + explanatory statement + + + de + Erklärung + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#explanatoryStatement + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + explanatory statement + + + de + Erklärung + + + + + en + explanatoryStatement + + + STRING + + + en + Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product. + + + + + + + + + roleOfContactPerson + + + de + Rolle der Kontaktperson + + + en + role of contact person + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#roleOfContactPerson + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Rolle der Kontaktperson + + + en + role of contact person + + + + + en + roleOfContactPerson + + + STRING + + + en + Function of a contact person in a process +enumeration: 0173-1%2307-AAS927%23001 (administrativ contact), 0173-1%2307-AAS928%23001 (commercial contact), 0173-1%2307-AAS929%23001 (other contact), 0173-1%2307-AAS930%23001 (hazardous goods contact), 0173-1%2307-AAS931%23001 (technical contact) +Note: the above mentioned ECLASS enumeration should be declared as “open” for further addition. + + + + + + + + + nationalCode + + + de + Länderkürzel + + + en + National code + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nationalCode + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Länderkürzel + + + en + National code + + + + + en + nationalCode + + + STRING + + + de + Länderkürzel. + + + en + Code of a country (Country codes defined accord. to DIN EN ISO 3166-1). + + + + + + + + + languages + urn:samm:io.admin-shell.idta.shared:3.1.0#languages + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + languages + + + + + en + languages + + + STRING + + + + + + + timeZone + + + en + time zone + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#timeZone + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + time zone + + + + + en + timeZone + + + STRING + + + en + Offsets from Coordinated Universal Time (UTC) +Note: notation accord. to ISO 8601 +Note: for time in UTC the zone designator “Z” is to be used. + + + + + + + + + cityTown + + + de + Ort + + + en + City + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#cityTown + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Ort + + + en + City + + + + + en + cityTown + + + STRING + + + en + Town or city. + + + de + Ort. + + + + + + + + + company + + + en + company + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#company + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + company + + + + + en + company + + + STRING + + + en + Name of the company. + + + + + + + + + department + + + en + department + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#department + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + department + + + + + en + department + + + STRING + + + en + Administrative section within an organisation where a business partner is located. + + + + + + + + + telephoneNumber + + + en + telephone number + + + de + Telefonnummer + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#telephoneNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + telephone number + + + de + Telefonnummer + + + + + en + telephoneNumber + + + STRING + + + en + Complete telephone number to be called to reach a business partner. + + + + + + + + + typeOfTelephone + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfTelephone + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + typeOfTelephone + + + + + en + typeOfTelephone + + + STRING + + + en + Characterization of a telephone according to its location or usage. +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS755%23001 (office mobile), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home), 0173-1%2307-AAS759%23001 (private mobile). + + + + + + + + + availableTime + + + en + available time + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTime + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + available time + + + + + en + availableTime + + + STRING + + + en + Specification of the available time window. + + + + + + + + + phone + urn:samm:io.admin-shell.idta.contact_information:1.0.0#phone + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + phone + + + + + en + phone + + + STRING + + + en + Phone number including type. + + + + + + + + + faxNumber + + + en + fax number + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#faxNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + fax number + + + + + en + faxNumber + + + STRING + + + en + Complete telephone number to be called to reach a business partner's fax machine. + + + + + + + + + typeOfFaxNumber + + + en + type of fax number + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfFaxNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of fax number + + + + + en + typeOfFaxNumber + + + STRING + + + en + Characterization of the fax according its location or usage +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS758%23001 (home). + + + + + + + + + fax + + + de + Fax + + + en + fax + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#fax + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Fax + + + en + fax + + + + + en + fax + + + STRING + + + + + + + emailAddress + + + en + email address + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#emailAddress + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + email address + + + + + en + emailAddress + + + STRING + + + en + Electronic mail address of a business partner. + + + + + + + + + publicKey + + + en + public key + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#publicKey + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + public key + + + + + en + publicKey + + + STRING + + + en + Public part of an unsymmetrical key pair to sign or encrypt text or messages. + + + + + + + + + typeOfEmailAddress + + + en + type of email address + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfEmailAddress + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of email address + + + + + en + typeOfEmailAddress + + + STRING + + + en + Characterization of an e-mail address according to its location or usage +enumeration: 0173-1%2307-AAS754%23001 (office), 0173-1%2307-AAS756%23001 (secretary), 0173-1%2307-AAS757%23001 (substitute), 0173-1%2307-AAS758%23001 (home). + + + + + + + + + typeOfPublicKey + + + en + type of public key + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfPublicKey + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of public key + + + + + en + typeOfPublicKey + + + STRING + + + en + Characterization of a public key according to its encryption process. + + + + + + + + + email + + + en + email + + + de + Email + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#email + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + email + + + de + Email + + + + + en + email + + + STRING + + + en + E-mail address and encryption method. + + + + + + + + + addressOfAdditionalLinkOfIpCommunicationChannel + + + en + address of additional link + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLinkOfIpCommunicationChannel + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + address of additional link + + + + + en + addressOfAdditionalLinkOfIpCommunicationChannel + + + STRING + + + en + Web site address where information about the product or contact is given. + + + + + + + + + typeOfCommunication + + + en + type of communication + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#typeOfCommunication + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + type of communication + + + + + en + typeOfCommunication + + + STRING + + + en + Characterization of an IP-based communication channel. + + + + + + + + + availableTimeIpCommunicationChannel + + + en + available time + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#availableTimeIpCommunicationChannel + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + available time + + + + + en + availableTimeIpCommunicationChannel + + + STRING + + + en + Specification of the available time windows. + + + + + + + + + iPCommunicationChannels + + + en + IP communication channel + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#iPCommunicationChannels + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + IP communication channel + + + + + en + iPCommunicationChannels + + + STRING + + + en + IP-based communication channels, e.g. chat or video call. + + + + + + + + + street + + + en + street + + + de + Straße + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#street + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + street + + + de + Straße + + + + + en + street + + + STRING + + + de + Straße und Nummer. + + + en + Street name and house number. + + + + + + + + + zipCode + + + en + ZIP code + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCode + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ZIP code + + + + + en + zipCode + + + STRING + + + en + ZIP code of address. + + + + + + + + + poBox + + + en + P.O. box + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#poBox + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + P.O. box + + + + + en + poBox + + + STRING + + + en + P.O. box number. + + + + + + + + + zipCodeOfPoBox + + + en + ZIP code + + + de + Postleitzahl + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#zipCodeOfPoBox + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ZIP code + + + de + Postleitzahl + + + + + en + zipCodeOfPoBox + + + STRING + + + en + ZIP code of address. + + + de + Postleitzahl. + + + + + + + + + stateCounty + + + de + Bundesland/Region + + + en + state/county + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#stateCounty + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Bundesland/Region + + + en + state/county + + + + + en + stateCounty + + + STRING + + + en + Federal state, a part of a state. + + + de + Bundesland/Region + + + + + + + + + nameOfContact + + + en + name of contact + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#nameOfContact + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + name of contact + + + + + en + nameOfContact + + + STRING + + + + + + + firstName + + + en + first name + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#firstName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + first name + + + + + en + firstName + + + STRING + + + en + First name of a contact person. + + + + + + + + + middleNames + + + en + middle names + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#middleNames + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + middle names + + + + + en + middleNames + + + STRING + + + en + Middle names of contact person. + + + + + + + + + title + + + en + title + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#title + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + title + + + + + en + title + + + STRING + + + en + Common, formal, religious, or other title preceding a contact person's name. + + + + + + + + + academicTitle + + + en + academic title + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#academicTitle + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + academic title + + + + + en + academicTitle + + + STRING + + + en + Academic title preceding a contact person's name. + + + + + + + + + furtherDetailsOfContact + urn:samm:io.admin-shell.idta.contact_information:1.0.0#furtherDetailsOfContact + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + furtherDetailsOfContact + + + + + en + furtherDetailsOfContact + + + STRING + + + en + Additional information of the contact person. + + + + + + + + + addressOfAdditionalLink + + + en + address of additional link + + + urn:samm:io.admin-shell.idta.contact_information:1.0.0#addressOfAdditionalLink + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + address of additional link + + + + + en + addressOfAdditionalLink + + + STRING + + + en + Web site address where information about the product or contact is given. + + + + + + + + + goodsHandoverAddress + + + de + Warenübergabeadresse + + + en + goods address hand-over + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#goodsHandoverAddress + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Warenübergabeadresse + + + en + goods address hand-over + + + + + en + goodsHandoverAddress + + + STRING + + + en + Indicates the hand-over address of the goods transport. + + + + + + + + + publicationDate + + + en + publication date + + + de + Veröffentlichungsdatum + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#publicationDate + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + publication date + + + de + Veröffentlichungsdatum + + + + + en + publicationDate + + + STRING + + + en + Time at which something was first published or made available. + + + + + + + + + expirationDate + + + en + expiration date + + + de + Ablaufdatum + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#expirationDate + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + expiration date + + + de + Ablaufdatum + + + + + en + expirationDate + + + STRING + + + en + End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required. + + + + + + + + + productCarbonFootprints + + + en + product carbon footprint + + + de + Produkt CO2-Fußabdruck + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productCarbonFootprints + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product carbon footprint + + + de + Produkt CO2-Fußabdruck + + + + + en + productCarbonFootprints + + + STRING + + + en + Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use. + + + + + + + + + productOrSectorSpecificPcfCalculationMethods + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificPcfCalculationMethods + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + impact assessment method / calculation method + + + en + Folgenabschätzungsmethode / Berechnungsmethode + + + + + en + productOrSectorSpecificPcfCalculationMethods + + + STRING + + + en + Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. + + + de + Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen. + + + + + + + + + productOrSectorSpecificRule + + + en + product or sector specific rules + + + de + produktspezifische oder sektorspezifische Regeln + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#productOrSectorSpecificRule + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product or sector specific rules + + + de + produktspezifische oder sektorspezifische Regeln + + + + + en + productOrSectorSpecificRule + + + STRING + + + de + Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. + + + en + Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint. + + + + + + + + + externalPcfApi + + + en + external API for PCF information + + + de + externe API für PCF Informationen + + + urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#externalPcfApi + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + external API for PCF information + + + de + externe API für PCF Informationen + + + + + en + externalPcfApi + + + STRING + + + en + An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required. + + + de + Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht. + + + + + + + + + id + + + en + Product Footprint Identifier + + + urn:samm:io.catenax.pcf:7.0.0#id + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Footprint Identifier + + + + + en + id + + + STRING + + + en + Mandatory: The product footprint identifier as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + specVersion + + + en + Product Footprint Specification Version + + + urn:samm:io.catenax.pcf:7.0.0#specVersion + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Footprint Specification Version + + + + + en + specVersion + + + STRING + + + en + Mandatory: Version of the product footprint data specification as defined in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + partialFullPcf + + + en + Partial Or Full PCF (Product Carbon Footprint) + + + urn:samm:io.catenax.pcf:7.0.0#partialFullPcf + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Partial Or Full PCF (Product Carbon Footprint) + + + + + en + partialFullPcf + + + STRING + + + en + Mandatory: Indicator for partial or full PCF (Product Carbon Footprint) declaration as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + Cradle-to-gate + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-gate43331654 + + + + + + Cradle-to-grave + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#PartialFullPcfCharacteristic:_Cradle-to-grave175688ef + + + + + + + + + + + + + precedingPfIds + + + en + Previous PCF (Product Carbon Footprint) Identifiers + + + urn:samm:io.catenax.pcf:7.0.0#precedingPfIds + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Previous PCF (Product Carbon Footprint) Identifiers + + + + + en + precedingPfIds + + + STRING + + + en + Optional: Set of preceding PCF (Product Carbon Footprint) identifiers without duplicates as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the WBCSD (World Business Council for Sustainable Development) Pathfinder framework and the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD/ PACT initiative. Declared as "optional" in WBCSD, needs to be covered by application. + + + + + + + + + version + + + en + Product (Carbon) Footprint Version + + + urn:samm:io.catenax.pcf:7.0.0#version + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product (Carbon) Footprint Version + + + + + en + version + + + INTEGER_COUNT + + + en + Mandatory: Version of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to "0" per default. + + + + + + + + + created + + + en + Creation of the Product (Carbon) Footprint + + + urn:samm:io.catenax.pcf:7.0.0#created + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Creation of the Product (Carbon) Footprint + + + + + en + created + + + STRING + + + en + Mandatory: Timestamp of the creation of the Product (Carbon) Footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + status + + + en + Status + + + urn:samm:io.catenax.pcf:7.0.0#status + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Status + + + + + en + status + + + STRING + + + en + Mandatory: Status indicator of a product (carbon) footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example set to "Active" per default. + + + + + + Active + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Active92340695 + + + + + + Deprecated + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#PfStatusCharacteristic:_Deprecated6b2e8f83 + + + + + + + + + + + + + validityPeriodStart + + + en + Validity Period Start + + + urn:samm:io.catenax.pcf:7.0.0#validityPeriodStart + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Validity Period Start + + + + + en + validityPeriodStart + + + STRING + + + en + Optional: Start of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. If specified, the validity period start must be equal to or greater than the reference period end. + + + + + + + + + validityPeriodEnd + + + en + Validity Period End + + + urn:samm:io.catenax.pcf:7.0.0#validityPeriodEnd + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Validity Period End + + + + + en + validityPeriodEnd + + + STRING + + + en + Optional: End of interval during which the product (carbon) footprint is declared as valid as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + comment + + + en + Comment + + + urn:samm:io.catenax.pcf:7.0.0#comment + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Comment + + + + + en + comment + + + STRING + + + en + Optional: Additional information and instructions related to the calculation of the product (carbon) footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + companyName + + + en + Company Name + + + urn:samm:io.catenax.pcf:7.0.0#companyName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Company Name + + + + + en + companyName + + + STRING + + + en + Mandatory: Name of the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + companyIds + + + en + Company IDs + + + urn:samm:io.catenax.pcf:7.0.0#companyIds + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Company IDs + + + + + en + companyIds + + + STRING + + + en + Mandatory: Non-empty set of Uniform Resource Names (URN). Each value is supposed to uniquely identify the product (carbon) footprint data owner as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. For Catena-X Industry Core compliance the set of URNs must contain at least the Business Partner Number Legal Entity (BPNL) in the specified format urn:bpn:id:BPNL[a-zA-Z0-9]{12}.  + + + + + + + + + productDescription + + + en + Product Description + + + urn:samm:io.catenax.pcf:7.0.0#productDescription + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Description + + + + + en + productDescription + + + STRING + + + en + Optional: Free-form description of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + productIds + + + en + Product IDs + + + urn:samm:io.catenax.pcf:7.0.0#productIds + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product IDs + + + + + en + productIds + + + STRING + + + en + Mandatory: Non-empty set of product identifiers. Each value is supposed to uniquely identify the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productId corresponds with Industry Core manufacturerPartId. + + + + + + + + + productCategoryCpc + + + en + Product Category + + + urn:samm:io.catenax.pcf:7.0.0#productCategoryCpc + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Category + + + + + en + productCategoryCpc + + + STRING + + + en + Mandatory: UN (United Nations) Product Classification Code (CPC - Central Classification Code) of a given product as specified the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, which will probably be declared as "optional" in a later WBCSD specification version. In Catena-X for example specified with default value "011-99000". + + + + + + + + + productNameCompany + + + en + Product Trade Name + + + urn:samm:io.catenax.pcf:7.0.0#productNameCompany + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Trade Name + + + + + en + productNameCompany + + + STRING + + + en + Mandatory: Non-empty trade name of a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X productNameCompany corresponds with Industry Core nameAtManufacturer.  + + + + + + + + + declaredUnit + + + en + Unit of measurement + + + urn:samm:io.catenax.pcf:7.0.0#declaredUnit + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Unit of measurement + + + + + en + declaredUnit + + + STRING + + + en + Mandatory: Unit of analysis of a product in context of the PCF (product carbon footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example list of valid units includes "piece". + + + + + + liter + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_liter03d92a6e + + + + + + kilogram + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilogram16db10b2 + + + + + + cubic meter + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_cubicmeter0c183ff4 + + + + + + kilowatt hour + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_kilowatthour274d1016 + + + + + + megajoule + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_megajouled2732238 + + + + + + ton kilometer + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_tonkilometer678d2724 + + + + + + square meter + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_squaremeter698b25da + + + + + + piece + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#DeclaredUnitCharacteristic:_piece34235a2c + + + + + + + + + + + + + unitaryProductAmount + + + en + Unitary Product Amount + + + urn:samm:io.catenax.pcf:7.0.0#unitaryProductAmount + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Unitary Product Amount + + + + + en + unitaryProductAmount + + + REAL_MEASURE + + + en + Mandatory: Amount of units contained within a product in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + productMassPerDeclaredUnit + + + en + Product Mass Per Declared Unit + + + urn:samm:io.catenax.pcf:7.0.0#productMassPerDeclaredUnit + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product Mass Per Declared Unit + + + + + en + productMassPerDeclaredUnit + + + INTEGER_MEASURE + + + en + Mandatory: Mass of a product per declared unit (net, unpackaged) in context of the PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + exemptedEmissionsPercent + + + en + Exempted Emissions Percent + + + urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsPercent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Exempted Emissions Percent + + + + + en + exemptedEmissionsPercent + + + INTEGER_MEASURE + + + en + Mandatory: Applied cut-off percentage of emissions excluded from PCF (Product Carbon Footprint). +For accordance with Catena-X PCF Rulebook (Version 3.0.0) <3%. + + + + + + + + + exemptedEmissionsDescription + + + en + Exempted Emissions Description + + + urn:samm:io.catenax.pcf:7.0.0#exemptedEmissionsDescription + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Exempted Emissions Description + + + + + en + exemptedEmissionsDescription + + + STRING + + + en + Optional: Rationale behind exclusion of specific PCF (Product Carbon Footprint) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + boundaryProcessesDescription + + + en + Boundary Processes Description + + + urn:samm:io.catenax.pcf:7.0.0#boundaryProcessesDescription + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Boundary Processes Description + + + + + en + boundaryProcessesDescription + + + STRING + + + en + Optional: Processes attributable to each lifecycle stage as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + geographyCountrySubdivision + + + en + Geography Country Subdivision + + + urn:samm:io.catenax.pcf:7.0.0#geographyCountrySubdivision + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Geography Country Subdivision + + + + + en + geographyCountrySubdivision + + + STRING + + + en + Optional: Subdivision of a country which must be an ISO 3166-2 subdivision code as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + geographyCountry + + + en + Geography Country + + + urn:samm:io.catenax.pcf:7.0.0#geographyCountry + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Geography Country + + + + + en + geographyCountry + + + STRING + + + en + Optional: Two letter country code that must conform to data type ISO 3166CC as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + geographyRegionOrSubregion + + + en + Region + + + urn:samm:io.catenax.pcf:7.0.0#geographyRegionOrSubregion + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Region + + + + + en + geographyRegionOrSubregion + + + STRING + + + en + Mandatory: Region according to list as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + Africa + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Africac4a371ac + + + + + + Americas + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Americas2d1b84c3 + + + + + + Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Asia7ac02ec1 + + + + + + Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Europee595f45d + + + + + + Oceania + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Oceania4773281f + + + + + + Australia and New Zealand + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_AustraliaandNewZealand7e27c84b + + + + + + Central Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_CentralAsiaa5b94bb1 + + + + + + Eastern Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternAsiae5e4c3d1 + + + + + + Eastern Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_EasternEuropee0cc9e7e + + + + + + Latin America and the Caribbean + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_LatinAmericaandtheCaribbeana0078416 + + + + + + Melanesia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Melanesia76a35072 + + + + + + Micronesia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Micronesiad70835b5 + + + + + + Northern Africa + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAfrica8505fee1 + + + + + + Northern America + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernAmerica2e4d39a6 + + + + + + Northern Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_NorthernEurope11767e0b + + + + + + Polynesia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Polynesia32098480 + + + + + + South-eastern Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_South-easternAsia114fbd91 + + + + + + Southern Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernAsiad52ccbb4 + + + + + + Southern Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_SouthernEurope5dc8a7ac + + + + + + Sub-Saharan Africa + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Sub-SaharanAfrica891a660d + + + + + + Western Asia + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternAsiaa805d1c9 + + + + + + Western Europe + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_WesternEurope6a5e7b44 + + + + + + Global + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Globala258b30f + + + + + + Several + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#GeographyRegionOrSubregionCharacteristic:_Severalfc7323a3 + + + + + + + + + + + + + referencePeriodStart + + + en + Reference Period Start + + + urn:samm:io.catenax.pcf:7.0.0#referencePeriodStart + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Reference Period Start + + + + + en + referencePeriodStart + + + STRING + + + en + Mandatory: Start of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + referencePeriodEnd + + + en + Reference Period End + + + urn:samm:io.catenax.pcf:7.0.0#referencePeriodEnd + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Reference Period End + + + + + en + referencePeriodEnd + + + STRING + + + en + Mandatory: End of time boundary for which a PCF (Product Carbon Footprint) value is considered to be representative as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + crossSectoralStandard + + + en + Cross Sectoral Standard + + + urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandard + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Cross Sectoral Standard + + + + + en + crossSectoralStandard + + + STRING + + + en + Mandatory: Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + ISO Standard 14067 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140675220ef43 + + + + + + ISO Standard 14044 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404487b1ad6e + + + + + + Pathfinder v1 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv1dc7c6be2 + + + + + + Pathfinder v2 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Pathfinderv2294f87f5 + + + + + + PAS 2050 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PAS205021a4e735 + + + + + + ISO Standard 14040 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404056f7d7e6 + + + + + + ISO Standard 14041 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140416a1ddfa1 + + + + + + ISO Standard 14042 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard140427b8e5150 + + + + + + ISO Standard 14043 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_ISOStandard1404321cc8e41 + + + + + + PEF + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_PEF16a96c1e + + + + + + Other + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_Otherf97e9da0 + + + + + + GHG Protocol Product Standard + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CrossSectoralStandardsUsedEnumerationCharacteristic:_GHGProtocolProductStandarda3c52802 + + + + + + + + + + + + + crossSectoralStandardsUsed + + + en + Cross Sectoral Standards Used + + + urn:samm:io.catenax.pcf:7.0.0#crossSectoralStandardsUsed + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Cross Sectoral Standards Used + + + + + en + crossSectoralStandardsUsed + + + STRING + + + en + Mandatory: Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + operator + + + en + Operator or Publisher of Sector Specific Rules + + + urn:samm:io.catenax.pcf:7.0.0#operator + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Operator or Publisher of Sector Specific Rules + + + + + en + operator + + + STRING + + + en + Mandatory: Operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example must always be "Other". + + + + + + PEF + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_PEF16a96c1e + + + + + + EPD International + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_EPDInternational8e0765e1 + + + + + + Other + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#ProductOrSectorSpecificRuleOperator:_Otherf97e9da0 + + + + + + + + + + + + + ruleName + + + en + Rule Name + + + urn:samm:io.catenax.pcf:7.0.0#ruleName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Rule Name + + + + + en + ruleName + + + STRING + + + en + Name of a rule applied by a specific operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + ruleNames + + + en + Product or Sector Specific Rule Names + + + urn:samm:io.catenax.pcf:7.0.0#ruleNames + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product or Sector Specific Rule Names + + + + + en + ruleNames + + + STRING + + + en + Mandatory: Product-specific or sector-specific set of rules used for calculating or allocating GHG (Greenhouse Gas) emissions applied from the specified operator as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + otherOperatorName + + + en + Other Operator Name + + + urn:samm:io.catenax.pcf:7.0.0#otherOperatorName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Other Operator Name + + + + + en + otherOperatorName + + + STRING + + + en + Optional: Other operator of PCR (Product Category Rule)/ PSR (Product Specific Rule) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by a default value. + + + + + + + + + productOrSectorSpecificRules + + + en + Product or Sector Specific Rules + + + urn:samm:io.catenax.pcf:7.0.0#productOrSectorSpecificRules + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Product or Sector Specific Rules + + + + + en + productOrSectorSpecificRules + + + STRING + + + en + Mandatory: Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + characterizationFactors + + + en + Characterization Factors + + + urn:samm:io.catenax.pcf:7.0.0#characterizationFactors + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Characterization Factors + + + + + en + characterizationFactors + + + STRING + + + en + Mandatory: IPCC (Intergovernmental Panel on Climate Change) version of the GWP (Global Warming Potential) characterization factors used for calculating the PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value \"AR6\". Default value can be overwritten. + + + + + + AR5 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR5c1258ff9 + + + + + + AR6 + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#CharacterizationFactorsCharacteristic:_AR6bfd2b8fd + + + + + + + + + + + + + allocationRulesDescription + + + en + Allocation Rules Description + + + urn:samm:io.catenax.pcf:7.0.0#allocationRulesDescription + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Allocation Rules Description + + + + + en + allocationRulesDescription + + + STRING + + + en + Optional: Allocation rules used and underlying reasoning in context of a product carbon footprint as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension, in Catena-X for example specified by default with value "In accordance with Catena-X PCF Rulebook (Version 3.0.0)". + + + + + + + + + allocationWasteIncineration + + + en + Allocation Waste Incineration + + + urn:samm:io.catenax.pcf:7.0.0#allocationWasteIncineration + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Allocation Waste Incineration + + + + + en + allocationWasteIncineration + + + STRING + + + en + Mandatory: Allocation approach used for waste incineration with energy recovery as specified by the TFS (Together For Sustainability) initiative. In Catena-X for example must be specified by value "cut-off". + + + + + + cut-off + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_cut-offfd27f68f + + + + + + reverse cut-off + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_reversecut-off63c0b4c7 + + + + + + system expansion + + ModelReference + + + DataElement + urn:samm:io.catenax.pcf:7.0.0#AllocationWasteIncinerationCharacteristic:_systemexpansion804f197d + + + + + + + + + + + + + primaryDataShare + + + en + Primary Data Share + + + urn:samm:io.catenax.pcf:7.0.0#primaryDataShare + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Primary Data Share + + + + + en + primaryDataShare + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Share of primary data in percent as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + emissionFactorDS + + + en + Emission Factor Data Source + + + urn:samm:io.catenax.pcf:7.0.0#emissionFactorDS + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Emission Factor Data Source + + + + + en + emissionFactorDS + + + STRING + + + en + Mandatory: Emission factor data source used to calculate a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + secondaryEmissionFactorSources + + + en + Secondary Emission Factor Sources + + + urn:samm:io.catenax.pcf:7.0.0#secondaryEmissionFactorSources + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Secondary Emission Factor Sources + + + + + en + secondaryEmissionFactorSources + + + STRING + + + en + Mandatory: Emission factors used for the PCF (Product Carbon Footprint) calculation as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + coveragePercent + + + en + Coverage Percent + + + urn:samm:io.catenax.pcf:7.0.0#coveragePercent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Coverage Percent + + + + + en + coveragePercent + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Percentage of PCF (Product Carbon Footprint) included in the data quality assessment based on the >5% emissions threshold as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. In Catena-X for example set to "100" per default. + + + + + + + + + technologicalDQR + + + en + Technological DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#technologicalDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technological DQR (Data Quality Rating) + + + + + en + technologicalDQR + + + INTEGER_MEASURE + + + en + Optional: Technological representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + temporalDQR + + + en + Temporal DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#temporalDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Temporal DQR (Data Quality Rating) + + + + + en + temporalDQR + + + INTEGER_MEASURE + + + en + Optional: Temporal representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + geographicalDQR + + + en + Geographical DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#geographicalDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Geographical DQR (Data Quality Rating) + + + + + en + geographicalDQR + + + INTEGER_MEASURE + + + en + Optional: Geographical representativeness of the sources used for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + completenessDQR + + + en + Completeness DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#completenessDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Completeness DQR (Data Quality Rating) + + + + + en + completenessDQR + + + INTEGER_MEASURE + + + en + Optional: Completeness of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + reliabilityDQR + + + en + Reliability DQR (Data Quality Rating) + + + urn:samm:io.catenax.pcf:7.0.0#reliabilityDQR + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Reliability DQR (Data Quality Rating) + + + + + en + reliabilityDQR + + + INTEGER_MEASURE + + + en + Optional: Reliability of the data collected for PCF (Product Carbon Footprint) calculation based on weighted average of all inputs representing >5% of PCF emissions. Specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + dqi + + + en + DQI (Data Quality Indicators) + + + urn:samm:io.catenax.pcf:7.0.0#dqi + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + DQI (Data Quality Indicators) + + + + + en + dqi + + + STRING + + + en + Mandatory starting 2025: Quantitative data quality indicators of a PCF (Product Carbon Footprint) as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + packagingEmissionsIncluded + + + en + Packaging Emissions Included + + + urn:samm:io.catenax.pcf:7.0.0#packagingEmissionsIncluded + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Packaging Emissions Included + + + + + en + packagingEmissionsIncluded + + + BOOLEAN + + + en + Mandatory: The Catena-X PCF Rulebook requires to include packaging from a system boundary perspective. "FALSE" is only possible due to the application of the cut-off rule. +Flag indicating whether packaging emissions are included in a PCF (Product Carbon Footprint) as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. + + + + + + + + + pcfExcludingBiogenic + + + en + PCF (Product Carbon Footprint) Excluding Biogenic + + + urn:samm:io.catenax.pcf:7.0.0#pcfExcludingBiogenic + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF (Product Carbon Footprint) Excluding Biogenic + + + + + en + pcfExcludingBiogenic + + + INTEGER_MEASURE + + + en + Mandatory: Product carbon footprint of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + pcfIncludingBiogenic + + + en + PCF (Product Carbon Footprint) Including Biogenic + + + urn:samm:io.catenax.pcf:7.0.0#pcfIncludingBiogenic + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF (Product Carbon Footprint) Including Biogenic + + + + + en + pcfIncludingBiogenic + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Product carbon footprint of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Optional value in current specification version but will be mandatory in future version. + + + + + + + + + fossilGhgEmissions + + + en + Fossil Emissions + + + urn:samm:io.catenax.pcf:7.0.0#fossilGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Fossil Emissions + + + + + en + fossilGhgEmissions + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Emissions from combustion of fossil sources as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Identical to "pcfExcludingBiogenic", will be removed in later version. + + + + + + + + + biogenicCarbonEmissionsOtherThanCO2 + + + en + Biogenic Carbon Emissions Other Than CO2 + + + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonEmissionsOtherThanCO2 + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Biogenic Carbon Emissions Other Than CO2 + + + + + en + biogenicCarbonEmissionsOtherThanCO2 + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: GWP (Global Warming Potential) of biogenic CO2e-emissions in production phase which contain only GHG (Greenhouse Gas) emissions other than CO2 - excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + biogenicCarbonWithdrawal + + + en + Biogenic Carbon Withdrawal + + + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonWithdrawal + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Biogenic Carbon Withdrawal + + + + + en + biogenicCarbonWithdrawal + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Biogenic carbon content in the product converted to CO2e as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + dlucGhgEmissions + + + en + dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#dlucGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + + en + dlucGhgEmissions + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Direct land use change CO2e emissions in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + luGhgEmissions + + + en + LU (Land Use) GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#luGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + + en + luGhgEmissions + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + + + + + + + + + aircraftGhgEmissions + + + en + Aircraft GHG Emissions + + + urn:samm:io.catenax.pcf:7.0.0#aircraftGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Aircraft GHG Emissions + + + + + en + aircraftGhgEmissions + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: GHG (Greenhouse Gas) emissions resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + packagingGhgEmissions + + + en + Packaging GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#packagingGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Packaging GHG (Greenhouse Gas) Emissions + + + + + en + packagingGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: Emissions resulting from the packaging of the product as specified in the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. WBCSD specific extension. In Catena-X not relevant to be reported separately. + + + + + + + + + distributionStagePcfExcludingBiogenic + + + en + Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic + + + urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfExcludingBiogenic + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage PCF (Product Carbon Footprint) Excluding Biogenic + + + + + en + distributionStagePcfExcludingBiogenic + + + INTEGER_MEASURE + + + en + Optional: Product carbon footprint for the distribution stage of a product excluding biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStagePcfIncludingBiogenic + + + en + Distribution Stage PCF (Product Carbon Footprint) Including Biogenic + + + urn:samm:io.catenax.pcf:7.0.0#distributionStagePcfIncludingBiogenic + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage PCF (Product Carbon Footprint) Including Biogenic + + + + + en + distributionStagePcfIncludingBiogenic + + + INTEGER_MEASURE + + + en + Optional: Product carbon footprint for the distribution stage of a product including biogenic emissions as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStageFossilGhgEmissions + + + en + Distribution Stage Fossil GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageFossilGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage Fossil GHG (Greenhouse Gas) Emissions + + + + + en + distributionStageFossilGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: Emissions from the combustion of fossil sources in the distribution stage as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + en + Distribution Stage Biogenic Carbon Emissions Other Than CO2 + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage Biogenic Carbon Emissions Other Than CO2 + + + + + en + distributionStageBiogenicCarbonEmissionsOtherThanCO2 + + + INTEGER_MEASURE + + + en + Optional: GWP (Global Warming Potential) of biogenic CO2e-emissions in distribution phase which contain only GHG (Greenhouse Gas) emissions other than CO2 ? excludes biogenic CO2. For specification see Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStageBiogenicCarbonWithdrawal + + + en + Distribution Stage Biogenic Carbon Withdrawal + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageBiogenicCarbonWithdrawal + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage Biogenic Carbon Withdrawal + + + + + en + distributionStageBiogenicCarbonWithdrawal + + + INTEGER_MEASURE + + + en + Optional: GWP (Global Warming Potential) of biogenic CO2-withdrawal in distribution stage (biogenic CO2 contained in the product) as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + distributionStageDlucGhgEmissions + + + en + Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageDlucGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage dLUC (direct land use change) GHG (Greenhouse Gas) Emissions + + + + + en + distributionStageDlucGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: Direct land use change CO2 emissions during distribution stage in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + + + + + + + + + distributionStageLuGhgEmissions + + + en + Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageLuGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage LU (Land Use) GHG (Greenhouse Gas) Emissions + + + + + en + distributionStageLuGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: Land use CO2 emissions in context of a product carbon footprint as specified by the TFS (Together For Sustainability) initiative. TFS specific extension. + + + + + + + + + carbonContentTotal + + + en + Carbon Content Total + + + urn:samm:io.catenax.pcf:7.0.0#carbonContentTotal + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Carbon Content Total + + + + + en + carbonContentTotal + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Total carbon content per declared unit in context of a product carbon footprint as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + fossilCarbonContent + + + en + Fossil Carbon Content + + + urn:samm:io.catenax.pcf:7.0.0#fossilCarbonContent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Fossil Carbon Content + + + + + en + fossilCarbonContent + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Fossil carbon amount embodied in a product as specified in the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero; WBCSD specific extension, in Catena-X specified by a calculated value. + + + + + + + + + biogenicCarbonContent + + + en + Biogenic Carbon Content + + + urn:samm:io.catenax.pcf:7.0.0#biogenicCarbonContent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Biogenic Carbon Content + + + + + en + biogenicCarbonContent + + + INTEGER_MEASURE + + + en + Mandatory starting 2025: Biogenic carbon amount embodied in a product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.1.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. Must be calculated with kgC (kilogram Carbon) / declaredUnit equal to or greater zero. + + + + + + + + + distributionStageAircraftGhgEmissions + + + en + Distribution Stage Aircraft GHG Emissions + + + urn:samm:io.catenax.pcf:7.0.0#distributionStageAircraftGhgEmissions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Distribution Stage Aircraft GHG Emissions + + + + + en + distributionStageAircraftGhgEmissions + + + INTEGER_MEASURE + + + en + Optional: GHG (Greenhouse Gas) emissions for the distribution stage resulting from aircraft engine usage for the transport of the product as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + pcf + + + en + PCF (Product Carbon Footprint) + + + urn:samm:io.catenax.pcf:7.0.0#pcf + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF (Product Carbon Footprint) + + + + + en + pcf + + + STRING + + + en + A PCF (Product Carbon Footprint) represents the carbon footprint of a product and related data as specified in the Catena-X PCF Rulebook (Version 3.0.0) in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative. + + + + + + + + + pcfLegalStatement + + + en + PCF (Product Carbon Footprint) Legal Statement + + + urn:samm:io.catenax.pcf:7.0.0#pcfLegalStatement + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF (Product Carbon Footprint) Legal Statement + + + + + en + pcfLegalStatement + + + STRING + + + en + Optional: Option for legal statement/ disclaimer as specified in the Catena-X PCF Rulebook (Version 3.0.0). + + + + + + + + + productOrSectorSpecificPcfInformation + + + en + PCF information + + + de + PCF-Information + + + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#productOrSectorSpecificPcfInformation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PCF information + + + de + PCF-Information + + + + + en + productOrSectorSpecificPcfInformation + + + STRING + + + de + Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden. + + + en + A section in which further content is listed according to the calculation method for the Product Carbon Footprint. + + + + + + + + + productOrSectorSpecificCarbonFootprints + + + en + product or sector specific carbon footprints + + + urn:samm:io.admin-shell.idta.carbon_footprint.pact:1.0.0#productOrSectorSpecificCarbonFootprints + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product or sector specific carbon footprints + + + + + en + productOrSectorSpecificCarbonFootprints + + + STRING + + + en + Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle. + + + + + + + + + diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aasx b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aasx new file mode 100644 index 0000000000000000000000000000000000000000..5fda052c131acc65a391ac6d3e997f85876c4687 GIT binary patch literal 27077 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 literal 0 HcmV?d00001 diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.html b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.html new file mode 100644 index 0000000..c81de49 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.html @@ -0,0 +1,10109 @@ + + + + + + + + + + + + + + Documentation Carbon Footprint + + +
+
+
+
+

Aspect Model Carbon Footprint

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

Overview

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

Properties

+
+ +
+ +
+

product carbon footprint

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

product or sector specific carbon footprints

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

Entities

+
+ +
+
+

ContactInformation

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

Properties

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

Cross Sectoral Standard Entity

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

Properties

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

Data Quality Indicator

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

Properties

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

EmailEntity

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

Properties

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

Emission Factor Data Source Entity

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

Properties

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

FaxEntity

+
+
+ +
+ +
+

Properties

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

IP Communication Channel

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

Properties

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

PCF (Product Carbon Footprint) Entity

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

Properties

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

PhoneEntity

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

Properties

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

Preceding PCF (Product Carbon Footprint) Identifier Entity

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

Properties

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

Product (Carbon) Footprint

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

Properties

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

Product Or Sector Specific Rule

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

Properties

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

ProductOrSectorSpecificRuleEntity

+
+
+ +
+ +
+

Properties

+
+
+
+
+

Rule Name

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

Properties

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

carbon footprint of a product

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

Properties

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

external API for PCF information

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

Properties

+
+
+
+
+

file with content type

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

Properties

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

product or sector specific carbon footprint

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

Properties

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

Aspect Model carbon footprint

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

Aspect Model Carbon Footprint

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

Overview

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

Properties

-

carbon footprint as recommended by PACT

+

product carbon footprint

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

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

Payload key
-
PACTv2-2-0
+
ProductCarbonFootprints

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

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

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

Entities

-
- -
-
-

ContactInformation

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

Properties

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

Cross Sectoral Standard Entity

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

Properties

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

Data Quality Indicator

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

Properties

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

Emission Factor Data Source Entity

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

Properties

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

PCF (Product Carbon Footprint) Entity

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

Properties

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

Preceding PCF (Product Carbon Footprint) Identifier Entity

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

Properties

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

Product (Carbon) Footprint

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

Properties

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

    EmailEntity

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

Properties

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

    FaxEntity

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

Properties

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

    IP Communication Channel

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

Properties

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

Product Or Sector Specific Rule

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

Properties

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

PhoneEntity

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

Properties

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

ProductOrSectorSpecificPcfInformationEntity

-
-
- -
- -
-

Properties

-
-
-
-
-

ProductOrSectorSpecificRuleEntity

-
-
- -
- -
-

Properties

-
-
-
-
-

Rule Name

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

Properties

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

    ProductOrSectorSpecificPcfInformationEntity

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

    Properties

    +
    +
    +
    +
    +

    ProductOrSectorSpecificRuleEntity

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

Properties

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

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

Characteristic
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
Type http://www.w3.org/2001/XMLSchema#dateTime + class="break-all underline">http://www.w3.org/2001/XMLSchema#string
@@ -7103,11 +2670,15 @@
+
Example
+
ISO 14067
+
Optional
- Yes
+ No
@@ -7118,14 +2689,14 @@
Payload key
-
ExpirationDate
+
PcfCalculationMethods
Reference
    -
  • https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0
  • +
  • https://admin-shell.io/idta/CarbonFootprint/PcfCalculationMethods/1/0
@@ -7134,14 +2705,14 @@
-
publication date
+
CO2 eq Climate Change
-Time at which something was first published or made available. +Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard.
Name
-
publicationDate
+
pcf2CoEq
@@ -7150,10 +2721,37 @@
Characteristic
+
+
Measurement
+
+
+
+
+
+
Unit
+
+
+
+
    +
  • + kilogram +
  • +
  • + Symbol kg +
  • +
  • + Code KGM +
  • +
  • + Conversion factor kg +
  • +
+
+
Type http://www.w3.org/2001/XMLSchema#dateTime + class="break-all underline">http://www.w3.org/2001/XMLSchema#double
@@ -7161,6 +2759,10 @@
+
Example
+
17.2
+
Optional
@@ -7176,14 +2778,14 @@
Payload key
-
PublicationDate
+
PcfCo2eq
Reference
    -
  • https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003
@@ -7192,14 +2794,14 @@
-
goods address hand-over
+
reference value for calculation
-Indicates the hand-over address of the goods transport. +Quantity unit of the product to which the PCF information on the CO2 footprint refers.
Name
-
goodsAddressHandover
+
referenceImpactUnitForCalculation
@@ -7208,13 +2810,10 @@
Characteristic
-
-
SingleEntity
-
@@ -7222,6 +2821,10 @@
+
Example
+
piece
+
Optional
@@ -7237,14 +2840,14 @@
Payload key
-
GoodsAddressHandover
+
ReferenceImpactUnitForCalculation
Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2301-AHF575%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003
@@ -7253,14 +2856,14 @@
-
explanatory statement
+
quantity of measure for calculation
-Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product. +Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint.
Name
-
explanatoryStatement
+
quantityOfMeasureForCalculation
@@ -7270,12 +2873,15 @@
ex
-
SingleEntity
+
Quantifiable
+
+
+
Duration
@@ -7283,11 +2889,15 @@
ex
+
+
Example
+
5.0
+
Optional
- Yes
+ No
@@ -7298,14 +2908,14 @@
ex
Payload key
-
ExplanatoryStatement
+
QuantityOfMeasureForCalculation
Reference
    -
  • https://admin-shell.io/idta/CarbonFootprint/ExplanatoryStatement/1/0
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003
@@ -7314,7 +2924,7 @@
ex
-
life cycle phases
+
life cycle phases
Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers. @@ -7376,7 +2986,7 @@
life cy
Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG858%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003
@@ -7385,14 +2995,14 @@
life cy
-
quantity of measure for calculation
+
explanatory statement
-Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint. +Explanation required or provided to ensure that a footprint communication can be properly understood by a purchaser, potential purchaser, or user of the product.
Name
-
quantityOfMeasureForCalculation
+
explanatoryStatement
@@ -7402,15 +3012,12 @@
-
Quantifiable
-
-
-
Duration
+
SingleEntity
@@ -7418,15 +3025,11 @@
-
Example
-
5.0
-
Optional
- No
+ Yes
@@ -7437,14 +3040,14 @@
Payload key
-
QuantityOfMeasureForCalculation
+
ExplanatoryStatement
Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG857%23003
  • +
  • https://admin-shell.io/idta/CarbonFootprint/ExplanatoryStatement/1/0
@@ -7453,14 +3056,14 @@
-
reference value for calculation
+
goods address hand-over
-Quantity unit of the product to which the PCF information on the CO2 footprint refers. +Indicates the hand-over address of the goods transport.
Name
-
referenceImpactUnitForCalculation
+
goodsHandoverAddress
@@ -7469,10 +3072,13 @@
Characteristic
+
+
SingleEntity
+
@@ -7480,15 +3086,11 @@
-
Example
-
piece
-
Optional
- No
+ Yes
@@ -7499,14 +3101,14 @@
Payload key
-
ReferenceImpactUnitForCalculation
+
GoodsHandoverAddress
Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG856%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003
@@ -7515,14 +3117,14 @@
-
CO2 eq Climate Change
+
publication date
-Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard. +Time at which something was first published or made available.
Name
-
pcfCoEq
+
publicationDate
@@ -7531,37 +3133,10 @@
CO2 eq Climate
Characteristic
-
-
Measurement
-
-
-
-
-
-
Unit
-
-
-
-
    -
  • - kilogram -
  • -
  • - Symbol kg -
  • -
  • - Code KGM -
  • -
  • - Conversion factor kg -
  • -
-
-
Type http://www.w3.org/2001/XMLSchema#double + class="break-all underline">http://www.w3.org/2001/XMLSchema#dateTime
@@ -7569,10 +3144,6 @@
CO2 eq Climate
-
-
Example
-
17.2
-
Optional
@@ -7588,14 +3159,14 @@
CO2 eq Climate
Payload key
-
PcfCo2eq
+
PublicationDate
Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG855%23003
  • +
  • https://admin-shell.io/idta/CarbonFootprint/PublicationDate/1/0
@@ -7604,14 +3175,14 @@
CO2 eq Climate
-
Folgenabschätzungsmethode / Berechnungsmethode
+
expiration date
-Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation. +End date up to which a study or data collection for calculating an ecological footprint is considered current and valid before an update or new calculation is required.
Name
-
pcfCalculationMethods
+
expirationDate
@@ -7620,19 +3191,10 @@
F
Characteristic
-
-
Set
-
-
-
Has no order
-
-
-
Duplicates not allowed
-
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/2001/XMLSchema#dateTime
@@ -7640,15 +3202,11 @@
F
-
-
Example
-
ISO 14067
-
Optional
- No
+ Yes
@@ -7659,14 +3217,14 @@
F
Payload key
-
PcfCalculationMethods
+
ExpirationDate
Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG854%23003
  • +
  • https://admin-shell.io/idta/CarbonFootprint/ExpirationDate/1/0
@@ -7907,7 +3465,7 @@
Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABG854%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003
@@ -7916,14 +3474,14 @@
-
product or sector specific rules
+
product or sector specific rules
Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint.
Name
-
productOrSectorSpecificRules
+
productOrSectorSpecificRule
@@ -7933,18 +3491,12 @@
-
Set
-
-
-
Has no order
-
-
-
Duplicates not allowed
+
SingleEntity
Type urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductOrSectorSpecificRuleEntity + class="break-all underline">urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ProductOrSectorSpecificRuleEntity
@@ -7967,7 +3519,7 @@
Payload key
-
ProductOrSectorSpecificRules
+
ProductOrSectorSpecificRule
@@ -7983,7 +3535,7 @@
-
external API for PCF information
+
external API for PCF information
An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required. @@ -8005,7 +3557,7 @@
Type urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ExternalPcfApiEntity + class="break-all underline">urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ExternalPcfApiEntity
@@ -8066,7 +3618,7 @@
Type urn:samm:io.admin-shell.idta.carbon_footprint:2.0.0#ProductOrSectorSpecificPcfInformationEntity + class="break-all underline">urn:samm:io.admin-shell.idta.carbon_footprint:1.0.0#ProductOrSectorSpecificPcfInformationEntity
diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json index e4bf01a..d60d89f 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json @@ -1,100 +1,96 @@ { - "PACTv2-2-0" : { - "specVersion" : "urn:io.catenax.pcf:datamodel:version:7.0.0", - "companyIds" : [ "telnet://192.0.2.16:80/", "ftp://ftp.is.co.za/rfc/rfc1808.txt", "http://www.ietf.org/rfc/rfc2396.txt", "http://www.wikipedia.org", "ftp://ftp.is.co.za/rfc/rfc1808.txt" ], - "extWBCSD_productCodeCpc" : "011-99000", - "created" : "2022-05-22T21:47:32Z", - "companyName" : "My Corp", - "extWBCSD_pfStatus" : "Active", - "version" : 0, - "productName" : "My Product Name", - "pcf" : { - "biogenicCarbonEmissionsOtherThanCO2" : 1, - "distributionStagePcfExcludingBiogenic" : 1.5, - "biogenicCarbonWithdrawal" : 0, - "distributionStageBiogenicCarbonEmissionsOtherThanCO2" : 1, - "extWBCSD_allocationRulesDescription" : "In accordance with Catena-X PCF Rulebook", - "exemptedEmissionsDescription" : "No exemption", - "distributionStageFossilGhgEmissions" : 0.5, - "exemptedEmissionsPercent" : 0, - "geographyCountrySubdivision" : "US-NY", - "extTFS_luGhgEmissions" : 0.3, - "distributionStageBiogenicCarbonWithdrawal" : 0, - "pcfIncludingBiogenic" : 1, - "aircraftGhgEmissions" : 0, - "productMassPerDeclaredUnit" : 0.456, - "productOrSectorSpecificRules" : [ { - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ], - "extWBCSD_otherOperatorName" : "NSF" - } ], - "extTFS_allocationWasteIncineration" : "cut-off", - "pcfExcludingBiogenic" : 2, - "referencePeriodEnd" : "2022-12-31T23:59:59Z", - "extWBCSD_characterizationFactors" : "AR5", - "secondaryEmissionFactorSources" : [ { - "secondaryEmissionFactorSource" : "ecoinvent 3.8" - } ], - "unitaryProductAmount" : 1000.0, - "declaredUnit" : "liter", - "referencePeriodStart" : "2022-01-01T00:00:01Z", - "geographyRegionOrSubregion" : "Africa", - "fossilGhgEmissions" : 0.5, - "distributionStageAircraftGhgEmissions" : 0, - "boundaryProcessesDescription" : "Electricity consumption included as an input in the production phase", - "geographyCountry" : "DE", - "extWBCSD_packagingGhgEmissions" : 0, - "dlucGhgEmissions" : 0.4, - "carbonContentTotal" : 2.5, - "extTFS_distributionStageLuGhgEmissions" : 1.1, - "primaryDataShare" : 56.12, - "dataQualityRating" : { - "completenessDQR" : 2, - "technologicalDQR" : 2, - "geographicalDQR" : 2, - "temporalDQR" : 2, - "reliabilityDQR" : 2, - "coveragePercent" : 1E+2 - }, - "extWBCSD_packagingEmissionsIncluded" : true, - "extWBCSD_fossilCarbonContent" : 0.1, - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "ISO Standard 14067" - } ], - "extTFS_distributionStageDlucGhgEmissions" : 1, - "distributionStagePcfIncludingBiogenic" : 0, - "carbonContentBiogenic" : 0 - }, - "partialFullPcf" : "Cradle-to-gate", - "productIds" : [ "telnet://192.0.2.16:80/", "http://www.wikipedia.org" ], - "validityPeriodStart" : "2022-01-01T00:00:01Z", - "comment" : "Additional explanatory information not reflected by other attributes", - "id" : "3893bb5d-da16-4dc1-9185-11d97476c254", - "validityPeriodEnd" : "2022-12-31T23:59:59Z", - "pcfLegalStatement" : "This PCF (Product Carbon Footprint) is for information purposes only. It is based upon the standards mentioned above.", - "productDescription" : "Ethanol, 95% solution", - "precedingPfIds" : [ { - "id" : "3893bb5d-da16-4dc1-9185-11d97476c254" - } ] - }, "ProductCarbonFootprints" : [ { "QuantityOfMeasureForCalculation" : 5.0, - "PublicationDate" : "2025-06-02T15:21:59.624+02:00", - "ExpirationDate" : "2025-06-02T15:21:59.624+02:00", + "PublicationDate" : "2025-06-04T14:07:48.340+02:00", "ExplanatoryStatement" : { "value" : "https://example.com/SafetyInstructions.pdf", "contentType" : "application/pdf" }, - "PcfCo2eq" : 17.2, - "GoodsAddressHandover" : { - "Street" : "eOMtThyhVNLWUZNRcBaQKxI", - "Country" : "Mycountry", - "HouseNumber" : "1a", - "CityTown" : "JxkyvRnL", - "ZipCode" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + "GoodsHandoverAddress" : { + "POBox" : { + "en" : "Example multi language string" + }, + "Company" : [ { + "en" : "Example multi language string" + } ], + "Email" : { + "EmailAddress" : "email@muster-ag.de", + "PublicKey" : [ { + "en" : "Example multi language string" + } ], + "TypeOfEmailAddress" : "0173-1%2307-AAS754%23001", + "TypeOfPublicKey" : { + "en" : "Example multi language string" + } + }, + "NameOfContact" : { + "en" : "Example multi language string" + }, + "ZipCode" : [ { + "en" : "Example multi language string" + } ], + "FirstName" : { + "en" : "Example multi language string" + }, + "Title" : { + "en" : "Example multi language string" + }, + "Languages" : [ "en" ], + "AcademicTitle" : { + "en" : "Example multi language string" + }, + "IPCommunicationChannels" : [ { + "TypeOfCommunication" : "RYtGKbgicZaHCBRQDSx", + "availableTime" : [ { + "en" : "Example multi language string" + } ], + "AddressOfAdditionalLink" : "JxkyvRnL" + } ], + "RoleOfContactPerson" : "eOMtThyhVNLWUZNRcBaQKxI", + "TimeZone" : "-12:00", + "Department" : [ { + "en" : "Example multi language string" + } ], + "Phone" : { + "TelephoneNumber" : [ { + "en" : "Example multi language string" + } ], + "TYpeOfTelephone" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "AvailableTime" : [ { + "en" : "Example multi language string" + } ] + }, + "NationalCode" : [ { + "en" : "Example multi language string" + } ], + "FurtherDetailsOfContact" : { + "en" : "Example multi language string" + }, + "AddressOfAdditionalLink" : "VLhpfQGTMDYpsBZxvfBoeygjb", + "Street" : [ { + "en" : "Example multi language string" + } ], + "StateCounty" : [ { + "en" : "Example multi language string" + } ], + "Fax" : { + "TypeOfFaxNumber" : "1", + "FaxNumber" : [ { + "en" : "Example multi language string" + } ] + }, + "CityTown" : [ { + "en" : "Example multi language string" + } ], + "ZipCodeOfPOBox" : [ { + "en" : "Example multi language string" + } ], + "MiddleNames" : { + "en" : "Example multi language string" + } }, + "ExpirationDate" : "2025-06-04T14:07:48.340+02:00", + "PcfCo2eq" : 17.2, "ReferenceImpactUnitForCalculation" : "piece", "PcfCalculationMethods" : [ "ISO 14067" ], "LifeCyclePhases" : [ "C4 - landfill" ] @@ -102,7 +98,7 @@ "ProductOrSectorSpecificCarbonFootprints" : [ { "ExternalPcfApi" : { }, "PcfInformation" : { }, - "ProductOrSectorSpecificRules" : [ { } ], + "ProductOrSectorSpecificRule" : { }, "PcfCalculationMethods" : [ "sector specific calculation method" ] } ] } \ No newline at end of file From 86f898989c44d26ebb371779a0d58e11c9ff186b Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 4 Jun 2025 17:44:01 +0200 Subject: [PATCH 12/33] reorder for better derivation of product or sector specific PCF --- .../1.0.0/CarbonFootprints_shared.ttl | 10 ---------- ...SectorSpecificCarbonFootprints_generic.ttl | 20 +++++++++++++++++++ ...rSectorSpecificCarbonFootprints_shared.ttl | 8 +------- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl index f0b41ee..d0de9b5 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl @@ -20,17 +20,7 @@ samm:characteristic :ProductCarbonFootprintSet . -:productOrSectorSpecificCarbonFootprints a samm:Property ; - samm:preferredName "product or sector specific carbon footprints"@en ; - samm:description "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle."@en ; - samm:see ; - samm:characteristic :ProductOrSectorSpecificCarbonFootprintSet . -:ProductCarbonFootprintSet a samm-c:Set ; - samm:dataType :ProductCarbonFootprintEntity . - -:ProductOrSectorSpecificCarbonFootprintSet a samm-c:Set ; - samm:dataType :ProductOrSectorSpecificCarbonFootprintEntity . :ProductCarbonFootprintEntity a samm:Entity ; samm:preferredName "carbon footprint of a product"@en ; diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl index 35293d7..a3eddd2 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl @@ -19,9 +19,29 @@ samm:see ; samm:properties ( [ samm:property pcf:productOrSectorSpecificPcfCalculationMethods; samm:payloadName "PcfCalculationMethods" ] [ samm:property pcf:productOrSectorSpecificRule; samm:payloadName "ProductOrSectorSpecificRule" ] [ samm:property pcf:externalPcfApi; samm:optional true; samm:payloadName "ExternalPcfApi" ] [ samm:property :productOrSectorSpecificPcfInformation; samm:optional true; samm:payloadName "PcfInformation" ] ) . +:productOrSectorSpecificPcfInformation a samm:Property ; + samm:preferredName "PCF information"@en ; + samm:preferredName "PCF-Information"@de ; + samm:description "A section in which further content is listed according to the calculation method for the Product Carbon Footprint."@en ; + samm:description "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden."@de ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificPcfInformationCharacteristic . + :ProductOrSectorSpecificPcfInformationCharacteristic a samm-c:SingleEntity ; samm:dataType :ProductOrSectorSpecificPcfInformationEntity . :ProductOrSectorSpecificPcfInformationEntity a samm:Entity ; samm:properties () . +:productOrSectorSpecificCarbonFootprints a samm:Property ; + samm:preferredName "product or sector specific carbon footprints"@en ; + samm:description "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle."@en ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificCarbonFootprintSet . + +:ProductCarbonFootprintSet a samm-c:Set ; + samm:dataType :ProductCarbonFootprintEntity . + +:ProductOrSectorSpecificCarbonFootprintSet a samm-c:Set ; + samm:dataType :ProductOrSectorSpecificCarbonFootprintEntity . + diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl index 90f8405..6c6b4b3 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl @@ -67,13 +67,7 @@ samm:see ; samm:properties: ( [ samm:property :pcfApiEndpoint; samm:payloadName "PcfApiEndpoint" ] [ samm:property :pcfApiQuery; samm:payloadName "PcfApiQuery" ]) . -:productOrSectorSpecificPcfInformation a samm:Property ; - samm:preferredName "PCF information"@en ; - samm:preferredName "PCF-Information"@de ; - samm:description "A section in which further content is listed according to the calculation method for the Product Carbon Footprint."@en ; - samm:description "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden."@de ; - samm:see ; - samm:characteristic :ProductOrSectorSpecificPcfInformationCharacteristic . + :LifeCylceCharacteristic a samm-c:Set ; samm:dataType xsd:string . From 9965087e820471285e17da75c9d69c0659371d48 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 4 Jun 2025 17:45:13 +0200 Subject: [PATCH 13/33] fix syntax error + rename files --- ...rSectorSpecificCarbonFootprints_shared.ttl | 44 ++++++ ...OrSectorSpecificPcfInformation_shared.ttl} | 2 +- ...rSectorSpecificCarbonFootprints_shared.ttl | 137 ------------------ 3 files changed, 45 insertions(+), 138 deletions(-) create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificCarbonFootprints_shared.ttl rename io.admin-shell.idta.carbon_footprint.pact/1.0.0/{ProductOrSectorSpecificPcfInformation_shared.ttl => PactProductOrSectorSpecificPcfInformation_shared.ttl} (93%) delete mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificCarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificCarbonFootprints_shared.ttl new file mode 100644 index 0000000..10f8c54 --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificCarbonFootprints_shared.ttl @@ -0,0 +1,44 @@ +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf: . +@prefix cx: . +@prefix ext-shared: . +@prefix contact: . +@prefix samm-u: . + + +:ProductOrSectorSpecificCarbonFootprintEntity a samm:Entity ; + samm:preferredName "product or sector specific carbon footprint"@en ; + samm:description "Product Carbon Footprint, which is determined in accordance with sector or product group-specific rules or guidelines and covers the life cycle or parts of a product life cycle."@en ; + samm:see ; + samm:properties ( [ samm:property pcf:productOrSectorSpecificPcfCalculationMethods; samm:payloadName "PcfCalculationMethods" ] [ samm:property pcf:productOrSectorSpecificRule; samm:payloadName "ProductOrSectorSpecificRule" ] [ samm:property pcf:externalPcfApi; samm:optional true; samm:payloadName "ExternalPcfApi" ] [ samm:property :productOrSectorSpecificPcfInformation; samm:optional true; samm:payloadName "PcfInformation" ] ) . + + +:productOrSectorSpecificPcfInformation a samm:Property ; + samm:preferredName "PCF information"@en ; + samm:preferredName "PCF-Information"@de ; + samm:description "A section in which further content is listed according to the calculation method for the Product Carbon Footprint."@en ; + samm:description "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden."@de ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificPcfInformationCharacteristic . + +:ProductOrSectorSpecificPcfInformationCharacteristic a samm-c:SingleEntity ; + samm:dataType :PactEntity . + +:productOrSectorSpecificCarbonFootprints a samm:Property ; + samm:preferredName "product or sector specific carbon footprints"@en ; + samm:description "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle."@en ; + samm:see ; + samm:characteristic :ProductOrSectorSpecificCarbonFootprintSet . + +:ProductCarbonFootprintSet a samm-c:Set ; + samm:dataType pcf:ProductCarbonFootprintEntity . + +:ProductOrSectorSpecificCarbonFootprintSet a samm-c:Set ; + samm:dataType :ProductOrSectorSpecificCarbonFootprintEntity . \ No newline at end of file diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificPcfInformation_shared.ttl b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificPcfInformation_shared.ttl similarity index 93% rename from io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificPcfInformation_shared.ttl rename to io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificPcfInformation_shared.ttl index 6f894e5..2eaf561 100644 --- a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificPcfInformation_shared.ttl +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificPcfInformation_shared.ttl @@ -10,7 +10,7 @@ @prefix cx: . @prefix ext-information: . @prefix ext-shared: . -@prefix samm-u: +@prefix samm-u: . :ProductOrSectorSpecificPcfInformationCharacteristic a samm-c:SingleEntity ; samm:dataType :PactEntity . diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl deleted file mode 100644 index 5961e28..0000000 --- a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl +++ /dev/null @@ -1,137 +0,0 @@ -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . -@prefix : . -@prefix pcf: . -@prefix cx: . -@prefix ext-shared: . -@prefix contact: . -@prefix samm-u: . - - -:productOrSectorSpecificCarbonFootprints a samm:Property ; - samm:preferredName "product or sector specific carbon footprints"@en ; - samm:description "Product carbon footprints, which are determined in accordance with sector or product group-specific rules or guidelines and cover the life cycle or parts of a product life cycle."@en ; - samm:see ; - samm:characteristic :ProductOrSectorSpecificCarbonFootprintSet . - - -:ProductOrSectorSpecificCarbonFootprintSet a samm-c:Set ; - samm:dataType :ProductOrSectorSpecificCarbonFootprintEntity . - - - -:productOrSectorSpecificPcfCalculationMethods a samm:Property ; - samm:preferredName "Folgenabschätzungsmethode / Berechnungsmethode"@en ; - samm:preferredName "impact assessment method / calculation method"@de ; - samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; - samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; - samm:see <0173-1%2302-ABG854%23003> ; - samm:characteristic :PcfCalculationMethodSet ; - samm:exampleValue "sector specific calculation method" . - -:productOrSectorSpecificRule a samm:Property ; - samm:preferredName "product or sector specific rules"@en ; - samm:preferredName "produktspezifische oder sektorspezifische Regeln"@de ; - samm:description "Contains further information on the product-specific or sector-specific rules used to calculate the carbon footprint."@en ; - samm:description "Beinhaltet weiterführende Informationen zur produktspezifischen oder sektorspezifischen Regeln, welche zur Berechnung des CO2-Fußabdrucks eingesetzt werden. "@de ; - samm:see ; - samm:characteristic :ProductOrSectorSpecificRuleCharacteristic . - -:ProductOrSectorSpecificRuleCharacteristic a samm:Characteristic ; - samm:dataType :ProductOrSectorSpecificRuleEntity . - -:ProductOrSectorSpecificRuleEntity a samm:Entity ; - samm:properties: ( [ samm:property :pcfRuleOperator; samm:payloadName "PcfRuleOperator" ] [ samm:property :pcfRuleName; samm:payloadName "PcfRuleName" ] [ samm:property :pcfRuleVersion; samm:optional true; samm:payloadName "PcfRuleVersion" ] [ samm:property :pcfRuleOnlineReference; samm:optional true; samm:payloadName "PcfRuleOnlineReference" ]) . - -:externalPcfApi a samm:Property ; - samm:preferredName "external API for PCF information"@en ; - samm:preferredName "externe API für PCF Informationen"@de ; - samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; - samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; - samm:see ; - samm:characteristic :ExternalPcfApiCharacteristic . - -:ExternalPcfApiCharacteristic a samm-c:SingleEntity ; - samm:dataType :ExternalPcfApiEntity . - -:ExternalPcfApiEntity a samm:Entity ; - samm:preferredName "external API for PCF information"@en ; - samm:preferredName "externe API für PCF-Informationen"@de ; - samm:description "An external service that provides carbon footprint information via an interface, allowing on-demand retrieval of this data when required."@en ; - samm:description "Ein externer Dienst, der über eine Schnittstelle Informationen zum CO2-Fußabdruck bereitstellt und den Abruf dieser Daten auf Abruf ermöglicht."@de ; - samm:see ; - samm:properties: ( [ samm:property :pcfApiEndpoint; samm:payloadName "PcfApiEndpoint" ] [ samm:property :pcfApiQuery; samm:payloadName "PcfApiQuery" ]) . - -:productOrSectorSpecificPcfInformation a samm:Property ; - samm:preferredName "PCF information"@en ; - samm:preferredName "PCF-Information"@de ; - samm:description "A section in which further content is listed according to the calculation method for the Product Carbon Footprint."@en ; - samm:description "Ein Abschnitt, in dem weitere Inhalte entsprechend der Berechnungsmethode zum Product Carbon Footprint aufgeführt werden."@de ; - samm:see ; - samm:characteristic :ProductOrSectorSpecificPcfInformationCharacteristic . - -:LifeCylceCharacteristic a samm-c:Set ; - samm:dataType xsd:string . - -:PcfCo2eqCharacteristic a samm-c:Measurement ; - samm:dataType xsd:double ; - samm-c:unit samm-u:kilogram . - -:PcfCalculationMethodSet a samm-c:Set ; - samm:dataType xsd:string . - -:pcfApiEndpoint a samm:Property ; - samm:preferredName "endpoint"@en ; - samm:preferredName "Endpoint"@de ; - samm:description "Specific URL or address that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; - samm:description "Spezifische URL oder Adresse, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; - samm:see ; - samm:characteristic samm-c:Text ; - samm:exampleValue "https://example.com/pcf" . - -:pcfApiQuery a samm:Property ; - samm:preferredName "query"@en ; - samm:preferredName "Abfrage"@dn ; - samm:description "Specific query that can be used to retrieve data from external sources to calculate the carbon footprint of a product."@en ; - samm:description "Spezifische Abfrage, über die Daten zur Berechnung des CO2-Fußabdrucks eines Produkts von externen Quellen abgerufen werden können."@de ; - samm:see ; - samm:characteristic samm-c:Text ; - samm:exampleValue "specific query" . - -:pcfRuleOperator a samm:Property ; - samm:preferredName "operator of the PCF calculation method"@en ; - samm:preferredName "Herausgeber der PCF Berechnungsmethode"@dn ; - samm:description "Organization that defines and implements specific instructions and methods for calculating and monitoring the carbon footprint of a product or sector."@en ; - samm:description "Einrichtung, welche spezifische Anweisungen und Methoden zur Berechnung und Überwachung des CO2-Fußabdrucks eines Produkts oder Sektors definiert und umsetzt."@de ; - samm:see ; - samm:characteristic samm-c:Text ; - samm:exampleValue "WBCSD" . - -:pcfRuleName a samm:Property ; - samm:preferredName "name of the PCF calculation method"@en ; - samm:preferredName "Name der PCF Berechnungsmethode"@dn ; - samm:description "Standard, method for determining the greenhouse gas emissions of a product."@en ; - samm:description "Folgenabschätzungsmethode / Berechnungsmethode."@de ; - samm:see ; - samm:characteristic samm-c:Text . - -:pcfRuleVersion a samm:Property ; - samm:preferredName "version of the PCF calculation method"@en ; - samm:preferredName "Version der PCF Berechnungsmethode"@dn ; - samm:description "Specific version or revision of the rule used to calculate the carbon footprint of a product."@en ; - samm:description "Spezifische Ausgabe oder Revision der Regel, die zur Berechnung des CO2-Fußabdrucks eines Produkts verwendet wird."@de ; - samm:see ; - samm:characteristic samm-c:Text . - -:pcfRuleOnlineReference a samm:Property ; - samm:preferredName "online reference to the PCF calculation method"@en ; - samm:preferredName "Online Referenz zur PCF Berechnungsmethode"@de ; - samm:description "Online PCF calculation methodology reference that provides detailed instructions and guidelines for calculating a product's carbon footprint."@en ; - samm:description "Online-Referenz zur PCF-Berechnungsmethodik, die detaillierte Anweisungen und Richtlinien zur Berechnung des CO2-Fußabdrucks eines Produkts bereitstellt."@de ; - samm:see ; - samm:characteristic ext-shared:FileWithContentType . \ No newline at end of file From b5b089498e70d83a0866042fddd8e05a32a5ad28 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 11 Jun 2025 14:12:34 +0200 Subject: [PATCH 14/33] fix see attribute values: add ; + samm:see ; samm:characteristic :ContactAddressCharacteristic . :ContactAddressCharacteristic a samm-c:SingleEntity ; @@ -63,7 +63,7 @@ samm:preferredName "life cycle phases"@en ; samm:preferredName "Lebenszyklusphasen"@de ; samm:description "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers."@en ; - samm:see <0173-1%2302-ABG858%23003> ; + samm:see ; samm:characteristic :lifeCyclePhaseSet ; samm:exampleValue "C4 - landfill" . @@ -74,7 +74,7 @@ samm:preferredName "quantity of measure for calculation"@en ; samm:preferredName "Mengenangabe für die Berechnung"@de ; samm:description "Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint."@en ; - samm:see <0173-1%2302-ABG857%23003> ; + samm:see ; samm:characteristic :QuantityOfMeasureForCalculationCharacteristic ; samm:exampleValue "5.0"^^xsd:double . @@ -86,7 +86,7 @@ samm:preferredName "reference value for calculation"@en ; samm:preferredName "Referenzeinheit für die Berechnung"@de ; samm:description "Quantity unit of the product to which the PCF information on the CO2 footprint refers."@en ; - samm:see <0173-1%2302-ABG856%23003> ; + samm:see ; samm:characteristic samm-c:Text ; samm:exampleValue "piece" . @@ -94,7 +94,7 @@ samm:preferredName "CO2 eq Climate Change"@en ; samm:preferredName "CO2 eq Klimawandel"@de ; samm:description "Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard."@en ; - samm:see <0173-1%2302-ABG855%23003> ; + samm:see ; samm:characteristic :PcfCo2eqCharacteristic ; samm:exampleValue "17.2"^^xsd:double . @@ -119,7 +119,7 @@ samm:preferredName "impact assessment method / calculation method"@de ; samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; - samm:see <0173-1%2302-ABG854%23003> ; + samm:see ; samm:dataType xsd:string . :LifeCylceCharacteristic a samm-c:Set ; diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl index 6c6b4b3..c68dc2f 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl @@ -30,7 +30,7 @@ samm:preferredName "impact assessment method / calculation method"@de ; samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; - samm:see <0173-1%2302-ABG854%23003> ; + samm:see ; samm:characteristic :PcfCalculationMethodSet ; samm:exampleValue "sector specific calculation method" . From 83165c5a19201881e74a6137babcbefaad9adc12 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 11 Jun 2025 14:12:52 +0200 Subject: [PATCH 15/33] add newly generated files --- .../1.0.0/gen/CarbonFootprint.aas.json | 12 ++++++------ .../1.0.0/gen/CarbonFootprint.aas.xml | 12 ++++++------ .../1.0.0/gen/CarbonFootprint.aasx | Bin 14022 -> 13950 bytes .../1.0.0/gen/CarbonFootprint.html | 14 +++++++------- .../1.0.0/gen/CarbonFootprint.json | 4 ++-- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json index 540394c..961c1ac 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json @@ -2057,7 +2057,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003" + "value" : "-1%2302-ABG855%23003" } ], "type" : "ExternalReference" } ], @@ -2082,7 +2082,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003" + "value" : "-1%2302-ABG856%23003" } ], "type" : "ExternalReference" } ], @@ -2107,7 +2107,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003" + "value" : "-1%2302-ABG857%23003" } ], "type" : "ExternalReference" } ], @@ -2132,7 +2132,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003" + "value" : "-1%2302-ABG858%23003" } ], "type" : "ExternalReference" } ], @@ -2230,7 +2230,7 @@ }, { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003" + "value" : "-1%2301-AHF575%23003" } ], "type" : "ExternalReference" } ], @@ -3214,7 +3214,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003" + "value" : "-1%2302-ABG854%23003" } ], "type" : "ExternalReference" } ], diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml index 77ee857..0aba983 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml @@ -237,7 +237,7 @@ GlobalReference - file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003 + -1%2302-ABG855%23003 @@ -271,7 +271,7 @@ GlobalReference - file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003 + -1%2302-ABG856%23003 @@ -305,7 +305,7 @@ GlobalReference - file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003 + -1%2302-ABG857%23003 @@ -345,7 +345,7 @@ GlobalReference - file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003 + -1%2302-ABG858%23003 @@ -478,7 +478,7 @@ GlobalReference - file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003 + -1%2301-AHF575%23003 @@ -1845,7 +1845,7 @@ GlobalReference - file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003 + -1%2302-ABG854%23003 diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aasx b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aasx index 911615ebb1cc0ca8f8036e9209e172002aef43b7..a027364bc011a56c48c59356e84cef64baf9b72b 100644 GIT binary patch delta 13341 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 delta 13381 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 diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html index e421439..c8bb35a 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html @@ -181,7 +181,7 @@

Overview

- Aspect Model Diagram + Aspect Model Diagram
@@ -2785,7 +2785,7 @@
Reference
    -
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003
  • +
  • urn:irdi:-1%2302-ABG855%23003
@@ -2847,7 +2847,7 @@
Reference
    -
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003
  • +
  • urn:irdi:-1%2302-ABG856%23003
@@ -2915,7 +2915,7 @@
Reference
    -
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003
  • +
  • urn:irdi:-1%2302-ABG857%23003
@@ -2986,7 +2986,7 @@
Reference
    -
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003
  • +
  • urn:irdi:-1%2302-ABG858%23003
@@ -3108,7 +3108,7 @@
go
Reference
    -
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003
  • +
  • urn:irdi:-1%2301-AHF575%23003
@@ -3465,7 +3465,7 @@
Reference
    -
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003
  • +
  • urn:irdi:-1%2302-ABG854%23003
diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json index d60d89f..697d5bd 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json @@ -1,7 +1,7 @@ { "ProductCarbonFootprints" : [ { "QuantityOfMeasureForCalculation" : 5.0, - "PublicationDate" : "2025-06-04T14:07:48.340+02:00", + "PublicationDate" : "2025-06-11T14:02:02.073+02:00", "ExplanatoryStatement" : { "value" : "https://example.com/SafetyInstructions.pdf", "contentType" : "application/pdf" @@ -89,7 +89,7 @@ "en" : "Example multi language string" } }, - "ExpirationDate" : "2025-06-04T14:07:48.340+02:00", + "ExpirationDate" : "2025-06-11T14:02:02.073+02:00", "PcfCo2eq" : 17.2, "ReferenceImpactUnitForCalculation" : "piece", "PcfCalculationMethods" : [ "ISO 14067" ], From dba3d83d5f74938f0aa399a4cac0997066bdf2e1 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 11 Jun 2025 14:21:11 +0200 Subject: [PATCH 16/33] fix irdi starts with 0173-1 --- .../1.0.0/CarbonFootprints_shared.ttl | 12 ++++++------ ...roductOrSectorSpecificCarbonFootprints_shared.ttl | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl index 1b2688e..6648513 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl @@ -46,7 +46,7 @@ samm:preferredName "goods address hand-over"@en ; samm:preferredName "Warenübergabeadresse"@de ; samm:description "Indicates the hand-over address of the goods transport."@en ; - samm:see ; + samm:see ; samm:characteristic :ContactAddressCharacteristic . :ContactAddressCharacteristic a samm-c:SingleEntity ; @@ -63,7 +63,7 @@ samm:preferredName "life cycle phases"@en ; samm:preferredName "Lebenszyklusphasen"@de ; samm:description "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers."@en ; - samm:see ; + samm:see ; samm:characteristic :lifeCyclePhaseSet ; samm:exampleValue "C4 - landfill" . @@ -74,7 +74,7 @@ samm:preferredName "quantity of measure for calculation"@en ; samm:preferredName "Mengenangabe für die Berechnung"@de ; samm:description "Provides the quantity number of pieces or mass or volume to compute the impact of climate change or product carbon footprint."@en ; - samm:see ; + samm:see ; samm:characteristic :QuantityOfMeasureForCalculationCharacteristic ; samm:exampleValue "5.0"^^xsd:double . @@ -86,7 +86,7 @@ samm:preferredName "reference value for calculation"@en ; samm:preferredName "Referenzeinheit für die Berechnung"@de ; samm:description "Quantity unit of the product to which the PCF information on the CO2 footprint refers."@en ; - samm:see ; + samm:see ; samm:characteristic samm-c:Text ; samm:exampleValue "piece" . @@ -94,7 +94,7 @@ samm:preferredName "CO2 eq Climate Change"@en ; samm:preferredName "CO2 eq Klimawandel"@de ; samm:description "Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard."@en ; - samm:see ; + samm:see ; samm:characteristic :PcfCo2eqCharacteristic ; samm:exampleValue "17.2"^^xsd:double . @@ -119,7 +119,7 @@ samm:preferredName "impact assessment method / calculation method"@de ; samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; - samm:see ; + samm:see ; samm:dataType xsd:string . :LifeCylceCharacteristic a samm-c:Set ; diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl index c68dc2f..bc3bcd5 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl @@ -30,7 +30,7 @@ samm:preferredName "impact assessment method / calculation method"@de ; samm:description "Standard, method for determining the greenhouse gas emissions of a product. Multiple standards can be listed in case these standards are all applied to the respective PCF calculation."@en ; samm:description "Norm, Standard, Verfahren zur Ermittlung der Treibhausgas-Emissionen eines Produkts. Mehrere Standards können aufgeführt werden wenn sie sich auf dieselbe PCF-Berechnung beziehen."@de ; - samm:see ; + samm:see ; samm:characteristic :PcfCalculationMethodSet ; samm:exampleValue "sector specific calculation method" . From 283562cef9f2ee0955ce9c6ba11ce8e9fb85d984 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 14:13:53 +0200 Subject: [PATCH 17/33] Technical Data for Battery - not yet finished --- .../1.0.0/TechnicalData.ttl | 35 + .../1.0.0/technicalProperties_shared.ttl | 717 ++++++++++++++++++ 2 files changed, 752 insertions(+) create mode 100644 io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl create mode 100644 io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl b/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl new file mode 100644 index 0000000..f7d70ca --- /dev/null +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl @@ -0,0 +1,35 @@ +###################################################################### +# namesapce: urn:samm:io.admin-shell.idta.material_composition:1.2.0 +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix tech: . +@prefix shared: . +@prefix nameplate: . + + +:TechnicalData a samm:Aspect ; + samm:description "Technical data of the asset and associated product classificatons."@en ; + samm:see ; + samm:properties ( tech:generalInformation [ samm:property tech:productClassifications; samm:optional true ] :technicalProperties ) ; + samm:operations ( ) ; + samm:events ( ) . + + + + + diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl new file mode 100644 index 0000000..1090ce9 --- /dev/null +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl @@ -0,0 +1,717 @@ +###################################################################### +# namesapce: urn:samm:io.admin-shell.idta.material_composition:1.2.0 +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix tech: . +@prefix shared: . +@prefix nameplate: . + + +:technicalProperties a samm:Property ; + samm:description "Technical and product properties. Individual Characteristics that describe the product and its technical properties."@en ; + samm:see ; + samm:characteristic :TechnicalPropertiesCharacteristic . + +:TechnicalPropertiesCharacteristic a samm-c:SingleEntity ; + samm:dataType :TechnicalPropertiesEntity . + +### still open properties of Efficiency +### still open properties of Resistance +### still open properties of Capacity +### for consistency SMC for TemperatureRangeIdleStateBoundaries should be introduced + +:TechnicalPropertiesEntity a samm:Entity ; + samm:properties ( +# tbd qualifier cardinality = One? + [ samm:property :batteryCategory; samm:payloadName "BatteryCategory" ] + [ samm:property :mass; samm:payloadName "Mass" ] + [ samm:property :length; samm:payloadName "Length" ] +# in BatteryPass nur temperatureRangeIdleState, neu temperatureRangeIdleState_LowerBoundary und temperatureRangeIdleState_UpperBoundary + [ samm:property :temperatureRangeIdleStateLowerBoundary; samm:payloadName "TemperatureRangeIdleState_LowerBoundary" ] + [ samm:property :temperatureRangeIdleStateUpperBoundary; samm:payloadName "TemperatureRangeIdleState_UpperBoundary" ] +# tbd qualifier cardinality = One? + [ samm:property :voltage; samm:payloadName "Voltage" ] +# tbd qualifier cardinality = One? + [ samm:property :efficiency; samm:payloadName "Efficiency" ] + [ samm:property :resistance; samm:payloadName "Resistance" ] + [ samm:property :capacity; samm:payloadName "Capacity" ] + :originalPowerCapability + :ratedMaximumPower + :powerCapabilityRatio + :ratedEnergy + :expectedNumberOfCycles + :initialSelfDischarge + :roundtripEfficiency + :ratedCapacity + :initialInternalResistance + :expectedLifetime + [ samm:property :cRate; samm:optional true ] + :capacityThresholdForExhaustion + :lifetimeReferenceTest + :cRateLifeCycleTest +) . + +:batteryCategory a samm:Property ; +# tbd samm:see missing for batteryCategory + samm:characteristic :BatteryCategoryEnum . + +:mass a samm:Property ; + samm:see ; + samm:preferredName "mass of the entire battery in kilograms"@en ; + samm:description "Mass of the entire battery in kilograms. Voluntary: if the battery is defined on pack or module level: also weight of the modules and/or cells."@en ; + samm:characteristic :MassCharacteristic . + + +:length a samm:Property ; + samm:see ; + samm:preferredName "length"@en ; + samm:description "For objects with orientation in preferred position during use the dimension perpendicular to diameter/height/width/depth"@en ; + samm:characteristic :DimensionCharacteristic ; + samm:exampleValue "2000"^^xsd:double . + +:height a samm:Property ; +# tbd same description as for length + samm:see ; + samm:preferredName "height"@en ; + samm:description "For objects with orientation in preferred position during use the dimension perpendicular to diameter/length/width/depth"@en ; + samm:characteristic :DimensionCharacteristic ; + samm:exampleValue "1"^^xsd:double . + +:width a samm:Property ; +# tbd same description as for length + samm:see ; + samm:preferredName "height"@en ; + samm:description "For objects with orientation in preferred position during use the dimension perpendicular to diameter/length/width/depth"@en ; + samm:characteristic :DimensionCharacteristic ; + samm:exampleValue "1000"^^xsd:double . + +# tbd could have been modelled as a Range in AASX. Voltag as SMC, TemperatureRangeIdle as flat list +# constraint as defined in BatteryPass +:temperatureRangeIdleStateUpperBoundary a samm:Property ; + samm:see ; + samm:preferredName "temperature range idle state (upper boundary)"@en ; + samm:description "Upper boundary of the surrounding temperature range, which the battery can safely withstand."@en ; + samm:characteristic :TemperatureRangeIdleStateTrait ; + samm:exampleValue "-19"^^xsd:double . + +:temperatureRangeIdleStateLowerBoundary a samm:Property ; + samm:see ; + samm:preferredName "temperature range idle state (lower boundary)"@en ; + samm:description "Lower boundary of the surrounding temperature range, which the battery can safely withstand."@en ; + samm:characteristic :TemperatureRangeIdleStateTrait ; + samm:exampleValue "49"^^xsd:double . + +:voltage a samm:Property ; +# semanticId not FurtherInformation, it is section, no? +# description etc. missing in aasx + samm:see ; + samm:characteristic :VoltageCharacteristic . + +:efficiency a samm:Property ; +# semanticId not FurtherInformation, it is section, no? +# description etc. missing in aasx + samm:see ; + samm:characteristic :EfficiencyCharacteristic . + + +:resistance a samm:Property ; +# semanticId not FurtherInformation, it is section, no? +# description etc. missing in aasx + samm:see ; + samm:characteristic :ResistanceCharacteristic . + +:capacity a samm:Property ; +# semanticId not FurtherInformation, it is section, no? +# description etc. missing in aasx + samm:see ; + samm:characteristic :CapacityCharacteristic . + +:VoltageCharacteristic a samm-c:SingleEntity ; + samm:dataType :VoltageEntity . + +:EfficiencyCharacteristic a samm-c:SingleEntity ; + samm:dataType :EfficiencyEntity . + +:ResistanceCharacteristic a samm-c:SingleEntity ; + samm:dataType :ResistanceEntity . + +:CapacityCharacteristic a samm-c:SingleEntity ; + samm:dataType :CapacityEntity . + +:VoltageEntity a samm:Entity ; +# tbd order typically first min then max + samm:properties ( + [ samm:property :nominalVoltage; samm:payloadName "NominalVoltage" ] + [ samm:property :maximumVoltage; samm:payloadName "MaxVoltage" ] + [ samm:property :minimumVoltage; samm:payloadName "MinVoltage" ] + ) . + +:EfficiencyEntity a samm:Entity ; + samm:properties ( ) . + +:ResistanceEntity a samm:Entity ; + samm:properties ( ) . + +:CapacityEntity a samm:Entity ; + samm:properties ( ) . + +:nominalVoltage a samm:Property ; + samm:see ; + samm:preferredName "voltage - NOM"@en ; +# description taken von BatteryPass, in aasx: "voltage the battery is rated for - NOM" + samm:description "Nominal voltage the battery is rated for.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.11"@en ; + samm:characteristic :Voltage ; + samm:exampleValue "4.3"^^xsd:float . + +:minimumVoltage a samm:Property ; + samm:see ; + samm:preferredName "voltage - MIN"@en ; +# description taken von BatteryPass, in aasx: "voltage the battery is rated for - MIN" + samm:description "Minimum voltage the battery is rated for.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.9"@en ; + samm:characteristic :Voltage ; + samm:exampleValue "2.04"^^xsd:float . + +:maximumVoltage a samm:Property ; + samm:see ; + samm:preferredName "voltage - MAX"@en ; +# description taken von BatteryPass, in aasx: "voltage the battery is rated for - MAX" + samm:description "Maximum voltage the battery is rated for.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.10"@en ; + samm:characteristic :Voltage ; + samm:exampleValue "6"^^xsd:float . + + +##################### +## Characteristics +##################### + + +:BatteryCategoryEnum a samm-c:Enumeration ; +# tbd BatteryCategory: Enum noch ausmodellieren + samm:dataType xsd:string ; + samm-c:values ( "EV" "Industrial" "SLI" "LMT") . + +:MassCharacteristic a samm-c:Quantifiable ; + samm:dataType xsd:double ; + samm-c:unit unit:kilogram . + +:DimensionCharacteristic a samm-c:Quantifiable ; +# tbd physical unit missing for Length + samm:dataType xsd:double ; + samm-c:unit unit:centimetre . + +# from BatteryPass: +:TemperatureRangeIdleStateTrait a samm-c:Trait ; + samm-c:baseCharacteristic :TemperatureRangeIdleState ; + samm-c:constraint :TemperatureRange . + + + + + +# from BatteryPass: +:TemperatureRangeIdleState a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit unit:degreeCelsius . + +# from BatteryPass: +:TemperatureRange a samm-c:RangeConstraint ; + samm-c:minValue "-20.0"^^xsd:double ; + samm-c:maxValue "+60.0"^^xsd:double ; + samm-c:lowerBoundDefinition samm-c:AT_LEAST ; + samm-c:upperBoundDefinition samm-c:AT_MOST . + +# Characteristic from BatteryPass merged into on, not for Nominal, Minimum and Maximum +:Voltage a samm-c:Measurement ; + samm:description "s"@en ; + samm:dataType xsd:float ; + samm-c:unit unit:volt . + +############# +###### Kopie von BatteryPass +############# + +:originalPowerCapability a samm:Property ; + samm:description "Pre-use power capability: Definition of power capability as given in Battery Regulation. \nAnnex IV Part B, point 4 --> measurement at 80 % and 20 % SoC required. This requirement may not be implementable for remaining power capability and power fade(see below). It, thus, should be reviewed together with SoC definition.\n\nDIN DKE Spec 99100 chapter reference: 6.7.3.2\n\n"@en ; + samm:characteristic :OriginalPowerCapabilityAtSoC . + +:ratedMaximumPower a samm:Property ; + samm:description "This data point describes the value of maximum permitted power the battery is rated for and reflects the data relevant for power limits.\n\nDIN DKE Spec 99100 chapter reference: 6.7.3.2"@en ; + samm:characteristic :RatedMaximumPower . + +:powerCapabilityRatio a samm:Property ; + samm:preferredName "PowerCapabilityRatio"@en ; + samm:description "Provides information on nominal/recommended charge rate (C-rate); equal to regulation definition."@en ; + samm:characteristic :PowerCapabilityRatio . + +:ratedEnergy a samm:Property ; + samm:description "The certified usable battery energy is the usable battery energy according to the procedure in the UN GTR No 22 as determined during the certification of the vehicle.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.5"@en ; + samm:characteristic :RatedEnergy . + +:expectedNumberOfCycles a samm:Property ; + samm:preferredName "ExpectedNumberOfCycles"@en ; + samm:description "Expected battery lifetime expressed in cycles.\nThe exception for non-cycle applications in Article 10 appears sensible, but is not included in the Annex XIII provision.\nThe data attribute is defined by measurement conditions of the cycle-life test such as the C-Rate (see below) and the depth of discharge in the cycle-life test\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.3"@en ; + samm:characteristic :ExpectedNumberOfCycles . + +:initialSelfDischarge a samm:Property ; + samm:description "Initial self-discharge in % of capacity per unit of time in defined conditions (temperature range etc) as pre-use metric. \n\nDIN DKE Spec 99100 chapter reference: 6.7.4.6"@en ; + samm:characteristic :InitialSelfDischarge . + +:roundtripEfficiency a samm:Property ; + samm:description "Energy round trip efficiency is the ratio of the net energy delivered by a battery during a discharge test to the total energy required to restore the initial state of charge by a standard charge (see BattReg Annex IV (6)).\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.2"@en ; + samm:characteristic :RoundtripEfficiency . + +:ratedCapacity a samm:Property ; + samm:description "�Rated capacity� is the total number of ampere-hours (Ah) that can be withdrawn from a fully charged battery under reference conditions (see BattReg Annex IV (1)).\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.2"@en ; + samm:characteristic :RatedCapacity . + +:initialInternalResistance a samm:Property ; + samm:description "The battery passport can include additional information about the initial internal resistance on battery module level, if available. It should be defined and calculated analogously as the requirements on battery pack level above.\n\nDIN DKE Spec 99100 chapter reference: 6.7.5.2"@en ; + samm:characteristic :InitialInternalResistance . + +:expectedLifetime a samm:Property ; + samm:description "The battery passport must include information about the expected battery lifetime in calendar years.\n\nThe update interval must be upon placement on the market and upon change of the battery status.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.2"@en ; + samm:characteristic :ExpectedLifeTime . + +:cRate a samm:Property ; + samm:description "As a non-mandatory data point the battery passport should include the ratio between nominal battery power in W and battery energy in Wh. It aims to provide an indication of the applicable discharge and charge rate in terms of rated capacity (C-rate) (see BattReg Annex IV Part B(2)).\n\nThe update interval should be upon placement on the market and upon change of the battery status.\n\nDIN DKE Spec 99100 chapter reference: 6.7.3.6"@en ; + samm:characteristic :CRate . + + + +:capacityThresholdForExhaustion a samm:Property ; + samm:description "The percentage of SOCE, above which the battery is still considered operational as EV battery in its current life, as provided by the economic operator.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.9"@en ; + samm:characteristic :CapacityThresholdForExhaustion . + +:lifetimeReferenceTest a samm:Property ; + samm:description "The exception for non-cycle applications as mentioned in \"Expected lifetime: Number of charge-discharge cycles\" should apply to this data attribute as well.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.5"@en ; + samm:characteristic samm-c:ResourcePath . + +:cRateLifeCycleTest a samm:Property ; + samm:description "The C-rate should be provided separately for both the charge and discharge of the battery, if applicable.\n\nThe exception for non-cycle applications as mentioned in \"Expected lifetime: Number of charge-discharge cycles\" should apply to this data attribute as well.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.6"@en ; + samm:characteristic :CRateLifeCycleTest . + +:temperatureRangeIdleState a samm:Property ; + samm:description "Upper an lower boundary of the surrounding temperature range, which the battery can safely withstand. \n\nDIN DKE Spec 99100 chapter reference: 6.7.6.3-4"@en ; + samm:characteristic :TemperatureRangeIdleStateTrait . + +:energyThroughput a samm:Property ; + samm:description "The data attribute should be reported as measured for further potential processing. In addition, the normalisation by capacity may add a further useful value that ensures comparability among battery sizes.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.7"@en ; + samm:characteristic :EnergyThroughput . + +:capacityThroughput a samm:Property ; + samm:description "The data attribute should be reported as measured for further potential processing. In addition, the normalisation by capacity may add a further useful value that ensures comparability among battery sizes.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.8"@en ; + samm:characteristic :CapacityThroughput . + +:numberOfFullCycles a samm:Property ; + samm:description "Number of (full) charging and discharging cycles.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.3"@en ; + samm:characteristic :NumberOfFullCycles . + +:stateOfCertifiedEnergy a samm:Property ; + samm:preferredName "SOCE"@en ; + samm:description "Definition based on UNECE GTR 22: The measured or on-board UBE performance at a specific point in its lifetime, expressed as a percentage of the certified usable battery energy.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.7"@en ; + samm:characteristic :StateOfCertifiedEnergy . + +:capacityFade a samm:Property ; + samm:description "The capacity fade is the �Decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity� (see BattReg Annex IV (2)) as declared by the manufacturer.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.4"@en ; + samm:characteristic :CapacityFade . + +:remainingEnergy a samm:Property ; + samm:description "Definition from UNECE GTR 22, applicable only to EVs.\nThe energy supplied by the battery from the beginning of the test procedure used for certification until the applicable break-off criterion of the test procedure used for certification is reached.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.6"@en ; + samm:characteristic :RemainingEnergy . + +:remainingCapacity a samm:Property ; + samm:description "The in-use data attribute on capacity, corresponding with the definition of rated capacity.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.3"@en ; + samm:characteristic :RemainingCapacity . + +:negativeEvents a samm:Property ; + samm:characteristic :NegativeEvents . + +:temperatureInformation a samm:Property ; + samm:description "The battery passport must include periodically recorded information on the operating environmental conditions, including temperature.\n\nDIN DKE Spec 99100 chapter reference: 6.7.7.5 - 8"@en ; + samm:characteristic :TemperatureInformation . + +:remainingPowerCapability a samm:Property ; + samm:description "'- Original power capability (in Watts) and limits, with temperature range when relevant.\n- The amount of energy that a battery is capable to provide over a given period of time under reference conditions.\n- Power capability at 80% and 20% state of charge.\n\nDIN DKE Spec 99100 chapter reference: 6.7.3.3"@en ; + samm:characteristic :RemainingPowerCapability . + +:powerFade a samm:Property ; + samm:description "�Power fade (in %) means the decrease over time and upon usage in the amount of power that a battery can deliver at the rated voltage.� (see BattReg Annex IV (4)).\n\nPower fade should be calculated using original and remaining power capability following the formula below:\nPfade(x) = (1-P(x)) / PBOL\" �100\" %\" \nwhere\nx \tis the aging parameter (e.g. storage time, number of cycles, etc.);\nP(x) \tis the power capability at aging parameter x;\nPBOL \tis the power capability at begin of life.\n\nDIN DKE Spec 99100 chapter reference: 6.7.3.4"@en ; + samm:characteristic :PowerFade . + +:roundTripEfficiencyFade a samm:Property ; + samm:description "Energy round trip efficiency fade should be calculated using the initial round trip energy efficiency and remaining round trip energy efficiency following the formula below:\n\nRTEfade (x) = (1-RTE(x)) / RTEBOL �100\" %\" \nwhere\nx \tis the aging parameter (e.g. storage time, number of cycles, etc.);\nRTE(x) \tis the round trip energy efficiency at aging parameter x;\nRTEBOL \tis the round trip energy efficiency at begin of life.\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.5"@en ; + samm:characteristic :RoundTripEfficienyFade . + +:evolutionOfSelfDischarge a samm:Property ; + samm:description "�Evolution of self-discharge rates� is the change of self-discharge over time and usage, as percentage calculated from the initial and current self-discharge rate.\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.8"@en ; + samm:characteristic :EvolutionOfSelfDischarge . + +:currentSelfDischargingRate a samm:Property ; + samm:description "The current self-discharge rate is the change of the self-discharge rate in an idle state of the battery in reference conditions (temperature etc.) at aging parameter x, e.g. after a certain amount of storage time or, number of cycles.\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.7"@en ; + samm:characteristic :CurrentSelfDischargingRate . + +:internalResistanceIncrease a samm:Property ; + samm:description "The internal resistance increase over time and upon usage should be defined based on the ratio of current and initial values as follows:\nRincrease(x) = (R(x) - RBOL) / RBOL � 100 %\nwhere\nx \tis the aging parameter (e.g. storage time, number of cycles, etc.;);\nR(x)\tis the internal resistance at the aging parameter x; and\nRBOL\tis the internal resistance at begin of life.\n\nThe battery passport can include additional information about the internal resistance increase on battery cell and battery module level, if available. It should be defined and calculated analogously to the requirements on battery pack level above.\n\nDIN DKE Spec 99100 chapter reference: 6.7.5.3"@en ; + samm:characteristic :CurrentInternalResistanceValue . + +:roundTripEfficiencyat50PerCentCycleLife a samm:Property ; + samm:description "Initial round trip energy efficiency shall be measured at reference conditions that include the specification of �50 % of cycle-life�.\n\nTest methods and reference conditions should separately consider non-cycle applications and batteries with very long cycle-life.\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.3\n"@en ; + samm:characteristic :RoundTripEfficiencyat50PerCentCycleLife . + +:remainingRoundTripEnergyEfficiency a samm:Property ; + samm:description "The battery passport shall include information, where possible, about the remaining round trip energy efficiency as information on the state of health of the battery \n\nThe update frequency of remaining round trip energy efficiency should be aligned with the update frequency of round trip energy efficiency fade and should be provided upon change of the battery status.\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.4"@en ; + samm:characteristic :RemainingRoundTripEnergyEfficiency . + +:stateOfCharge a samm:Property ; + samm:preferredName "SoC"@en ; + samm:description "The Battery Pass consortium proposes to change the definition to: \"available capacity in a battery expressed as a percentage of remaining capacity\" to reflect use of SoC in practice. \n\nDIN DKE Spec 99100 chapter reference: 6.7.2.8"@en ; + samm:characteristic :StateOfCharge . + +:OriginalPowerCapabilityAtSoC a samm-c:List ; + samm:dataType :PowerCapabilityAtEntity . + +:RatedMaximumPower a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit unit:kilowatt . + +:PowerCapabilityRatio a samm-c:Measurement ; + samm:description "Ratio between nominal allowed battery power (W) and battery energy (Wh)."@en ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:RatedEnergy a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:kilowattHour . + +:ExpectedNumberOfCycles a samm-c:Quantifiable ; + samm:dataType xsd:long ; + samm-c:unit unit:cycle . + +:InitialSelfDischarge a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit unit:percentPerMonth . + +:RoundtripEfficiency a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:RatedCapacity a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:ampereHour . + +:InitialInternalResistance a samm-c:List ; + samm:dataType :InternalResistanceEntity . + +:ExpectedLifeTime a samm-c:Measurement ; + samm:dataType xsd:short ; + samm-c:unit unit:year . + +:CRate a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit :C . + + + +:CapacityThresholdForExhaustion a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit unit:percent . + +:CRateLifeCycleTest a samm-c:Quantifiable ; + samm:dataType xsd:float ; + samm-c:unit :C . + + + +:EnergyThroughput a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit unit:kilowattHour . + +:CapacityThroughput a samm-c:SingleEntity ; + samm:description "Capacity throughput."@en ; + samm:dataType :CapacityThroughputEntity . + +:NumberOfFullCycles a samm-c:SingleEntity ; + samm:description "- Information and data as a result of its use, including the number of charging and discharging cycles."@en ; + samm:dataType :NumberOfFullCyclesEntity . + +:StateOfCertifiedEnergy a samm-c:SingleEntity ; + samm:dataType :StateOfCertifiedEnergyEntity . + +:CapacityFade a samm-c:SingleEntity ; + samm:dataType :CapacityFadeEntity . + +:RemainingEnergy a samm-c:SingleEntity ; + samm:dataType :RemainingEnergyEntity . + +:RemainingCapacity a samm-c:SingleEntity ; + samm:dataType :RemainingCapacityEntity . + +:NegativeEvents a samm-c:List ; + samm:dataType :NegativeEventEntity . + +:TemperatureInformation a samm-c:SingleEntity ; + samm:dataType :TemperatureConditionsEntity . + +:RemainingPowerCapability a samm-c:List ; + samm:dataType :RemainingPowerCapabilityEntity . + +:PowerFade a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:RoundTripEfficienyFade a samm-c:Measurement ; + samm:description "Art. 10: Annex IV Part A (4) (only definition); Article 14: Annex VII Part A (3)"@en ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:EvolutionOfSelfDischarge a samm-c:SingleEntity ; + samm:dataType :EvolutionOfSelfDischargeEntity . + +:CurrentSelfDischargingRate a samm-c:SingleEntity ; + samm:dataType :CurrentSelfDischargingRateEntity . + +:CurrentInternalResistanceValue a samm-c:List ; + samm:dataType :InternalResistanceIncreaseEntity . + +:RoundTripEfficiencyat50PerCentCycleLife a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:RemainingRoundTripEnergyEfficiency a samm-c:SingleEntity ; + samm:dataType :RemainingRoundTripEnergyEfficiencyEntity . + +:StateOfCharge a samm-c:SingleEntity ; + samm:dataType :StateOfChargeEntity . + +:PowerCapabilityAtEntity a samm:Entity ; + samm:properties ( :atSoC :powerCapabilityAt ) . + +:InternalResistanceEntity a samm:Entity ; + samm:description "The internal resistance is �a quotient of change of voltage of a battery by the corresponding change in discharge current under specified conditions� (IEV 482 03 36)."@en ; + samm:properties ( :ohmicResistance :batteryComponent ) . + +:C a samm:Unit ; + samm:symbol "C" . + + + + + +:CapacityThroughputEntity a samm:Entity ; + samm:properties ( :capacityThroughputValue :lastUpdate ) . + +:NumberOfFullCyclesEntity a samm:Entity ; + samm:properties ( :numberOfFullCyclesValue :lastUpdate ) . + +:StateOfCertifiedEnergyEntity a samm:Entity ; + samm:properties ( :stateOfCertifiedEnergyValue :lastUpdate ) . + +:CapacityFadeEntity a samm:Entity ; + samm:properties ( :capacityFadeValue :lastUpdate ) . + +:RemainingEnergyEntity a samm:Entity ; + samm:properties ( :remainingEnergyalue :lastUpdate ) . + +:RemainingCapacityEntity a samm:Entity ; + samm:properties ( :remainingCapacityValue :lastUpdate ) . + +:NegativeEventEntity a samm:Entity ; + samm:properties ( :negativeEvent :lastUpdate ) . + +:TemperatureConditionsEntity a samm:Entity ; + samm:properties ( :timeExtremeHighTemp :timeExtremeLowTemp :timeExtremeHighTempCharging :timeExtremeLowTempCharging :lastUpdate ) . + +:RemainingPowerCapabilityEntity a samm:Entity ; + samm:properties ( :remainingPowerCapabilityValue :lastUpdate ) . + +:EvolutionOfSelfDischargeEntity a samm:Entity ; + samm:properties ( :evolutionOfSelfDischargeEntityValue ) . + +:CurrentSelfDischargingRateEntity a samm:Entity ; + samm:properties ( :currentSelfDischargingRateEntity :lastUpdate ) . + +:InternalResistanceIncreaseEntity a samm:Entity ; + samm:properties ( :internalResistanceIncreaseValue :lastUpdate :batteryComponent ) . + +:RemainingRoundTripEnergyEfficiencyEntity a samm:Entity ; + samm:properties ( :remainingRoundTripEnergyEfficiencyValue :lastUpdate ) . + +:StateOfChargeEntity a samm:Entity ; + samm:properties ( :stateOfChargeValue :lastUpdate ) . + +:atSoC a samm:Property ; + samm:characteristic :AtSoC . + +:powerCapabilityAt a samm:Property ; + samm:characteristic :PowerCapabilityAtSoc . + +:ohmicResistance a samm:Property ; + samm:description "Initial (Pre-Use) internal resistance on battery pack level. \n\nDefinition of internal resistance should differ from regulation definition, as \"opposition\" is not an electrotechnical term and may be based on IEV 131-12-04: \"internal resistance means the absolute value of the quotient of the voltage drop between the terminals by the electric current increase in the battery circuit during a current pulse\""@en ; + samm:characteristic :OhimcResistance . + +:batteryComponent a samm:Property ; + samm:characteristic :BatteryComponent . + +:capacityThroughputValue a samm:Property ; + samm:characteristic :CapacityThroughputValue . + +:lastUpdate a samm:Property ; + samm:description "Timestamp for dynamic data attributes show the last update time."@en ; + samm:characteristic samm-c:Timestamp . + +:numberOfFullCyclesValue a samm:Property ; + samm:characteristic :NumberOfFullCyclesValue . + +:stateOfCertifiedEnergyValue a samm:Property ; + samm:characteristic :StateOfCertifiedEnergyValue . + +:capacityFadeValue a samm:Property ; + samm:characteristic :CapacityFadeValue . + +:remainingEnergyalue a samm:Property ; + samm:characteristic :UBERemainingValue . + +:remainingCapacityValue a samm:Property ; + samm:characteristic :RemainingCapacityValue . + +:negativeEvent a samm:Property ; + samm:preferredName "Negative events, such as accidents. No further definition provided by regulation."@en ; + samm:characteristic samm-c:Text . + +:timeExtremeHighTemp a samm:Property ; + samm:description "Cumulated time spent above the given upper boundary of temperature."@en ; + samm:characteristic :TimeExtremeHighTemp . + +:timeExtremeLowTemp a samm:Property ; + samm:description "Cumulated time spent below the given lower boundary of temperature."@en ; + samm:characteristic :TimeExtremeLowTemp . + +:timeExtremeHighTempCharging a samm:Property ; + samm:description "Cumulated time spent above the given upper boundary of temperature during Charging."@en ; + samm:characteristic :TimeExtremeHighTempCharging . + +:timeExtremeLowTempCharging a samm:Property ; + samm:description "Cumulated time spent below the given lower boundary of temperature during charging."@en ; + samm:characteristic :TimeExtremeLowTempCharging . + +:remainingPowerCapabilityValue a samm:Property ; + samm:characteristic :RemainingPowerCapabilityValue . + +:evolutionOfSelfDischargeEntityValue a samm:Property ; + samm:characteristic :EvolutionOfSelfDischargeEntityValue . + +:currentSelfDischargingRateEntity a samm:Property ; + samm:characteristic :CurrentSelfDischargingRateValue . + +:internalResistanceIncreaseValue a samm:Property ; + samm:characteristic :InternalResistanceIncreaseValue . + +:remainingRoundTripEnergyEfficiencyValue a samm:Property ; + samm:characteristic :RemainingRoundTripEnergyEfficiencyValue . + +:stateOfChargeValue a samm:Property ; + samm:characteristic :StateOfChargeValue . + +:AtSoC a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:PowerCapabilityAtSoc a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:OhimcResistance a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit unit:ohm . + +:BatteryComponent a samm-c:Enumeration ; + samm:dataType xsd:string ; + samm-c:values ( "pack" "module" "cell" ) . + +:CapacityThroughputValue a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:ampereHour . + +:NumberOfFullCyclesValue a samm-c:Measurement ; + samm:dataType xsd:integer ; + samm-c:unit unit:cycle . + +:StateOfCertifiedEnergyValue a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:CapacityFadeValue a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:UBERemainingValue a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:kilowattHour . + +:RemainingCapacityValue a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:kilowattHour . + +:TimeExtremeHighTemp a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit unit:minuteUnitOfTime . + +:TimeExtremeLowTemp a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit unit:minuteUnitOfTime . + +:TimeExtremeHighTempCharging a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit unit:minuteUnitOfTime . + +:TimeExtremeLowTempCharging a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit unit:minuteUnitOfTime . + +:RemainingPowerCapabilityValue a samm-c:SingleEntity ; + samm:preferredName "RemainingPowerCapabilityValue"@en ; + samm:dataType :RemainingPowerCapabilityDynamicAt . + +:EvolutionOfSelfDischargeEntityValue a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:CurrentSelfDischargingRateValue a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:InternalResistanceIncreaseValue a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:RemainingRoundTripEnergyEfficiencyValue a samm-c:Measurement ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:StateOfChargeValue a samm-c:Measurement ; + samm:preferredName "Value"@en ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:RemainingPowerCapabilityDynamicAt a samm:Entity ; + samm:extends :PowerCapabilityAtEntity ; + samm:properties ( :rPCLastUpdated ) . + +:rPCLastUpdated a samm:Property ; + samm:characteristic samm-c:Timestamp . + From 0a0b4b6f91649a7d2f0f9466b67c1c18fa2037fc Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 14:14:10 +0200 Subject: [PATCH 18/33] Readme --- .../README.md | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 io.admin-shell.idta.batterypass.technical_data/README.md diff --git a/io.admin-shell.idta.batterypass.technical_data/README.md b/io.admin-shell.idta.batterypass.technical_data/README.md new file mode 100644 index 0000000..3bc0b4e --- /dev/null +++ b/io.admin-shell.idta.batterypass.technical_data/README.md @@ -0,0 +1,59 @@ +# Scope + +This namespace is reserved for the Submodel Template Specification (SMT) [IDTA-020xx Technical Data for Batteries](https://industrialdigitaltwin.org/wp-content/uploads/2022/10/IDTA-02003-1-2_Submodel_TechnicalData.pdf) + +Namespace: urn:samm:io.admin-shell.idta.batterypass.technical_data + +# General + +The folder "gen" for each version contains sammple JSON files generated for the aspect model(s) +The folder "input" contains source files like .aasx or the submodel template specification itself + +# Changelog +All notable changes to this model will be documented in this section. + +## [1.0.0] - add date + +Contained Files: + +* TechnicalData.ttl: the aspect model for the SMT : the _see_ attribute needs to be extended to include the ID of the concrete technical data SMT derived from this generic SMT + +* furtherInformation_generic.ttl : this file needs to be substituted when deriving a concrete techncial data SMT from this generic SMT +* technicalProperties_generic.ttl : this file needs to be substituted when deriving a concrete techncial data SMT from this generic SMT +* generalInformation_shared.ttl : as defined in SMT IDTA-02003, probably to be substituted by the entity in generalInformation_nameplate_shared.ttl +* generalInformation_nameplate_shared.ttl : this file is identical to generalInformation_shared but reused the corresponding properties form SMT Nameplate 3.0.0 +* productImages_shared.ttl : property for a set of product images +* productClassifications_shared.ttl + + +Dependencies: + +* urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0# +* urn:samm:io.admin-shell.idta.nameplate:3.0.0# - if generalInformation_nameplate_shared.ttl is used +* urn:samm:io.admin-shell.idta.shared:3.1.0# + + +In the following only deviations are documented: + +### Added + + + + +### Changed + + + + +### Removed + + + +## Open Questions + +### TO BE CLARIFIED: samm:see ; since it seems to be V1.0? +### still open properties of Efficiency +### still open properties of Resistance +### still open properties of Capacity +### for consistency SMC for TemperatureRangeIdleStateBoundaries should be introduced + From c5f8ec5c1d8c372e0d11f5765ce9808c9f66df51 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 14:48:42 +0200 Subject: [PATCH 19/33] generated files for PACT PCF --- .../1.0.0/gen/CarbonFootprintPact.aas.json | 12 +- .../1.0.0/gen/CarbonFootprintPact.aas.xml | 12 +- .../1.0.0/gen/CarbonFootprintPact.aasx | Bin 27077 -> 27010 bytes .../1.0.0/gen/CarbonFootprintPact.html | 14 +- .../1.0.0/gen/CarbonFootprintPact.json | 183 ++++++++++++++++++ 5 files changed, 202 insertions(+), 19 deletions(-) create mode 100644 io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.json diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.json b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.json index 91d80d8..613d835 100644 --- a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.json +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.json @@ -4895,7 +4895,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003" + "value" : "0173-1%2302-ABG855%23003" } ], "type" : "ExternalReference" } ], @@ -4920,7 +4920,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003" + "value" : "0173-1%2302-ABG856%23003" } ], "type" : "ExternalReference" } ], @@ -4945,7 +4945,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003" + "value" : "0173-1%2302-ABG857%23003" } ], "type" : "ExternalReference" } ], @@ -4970,7 +4970,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003" + "value" : "0173-1%2302-ABG858%23003" } ], "type" : "ExternalReference" } ], @@ -5068,7 +5068,7 @@ }, { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003" + "value" : "0173-1%2301-AHF575%23003" } ], "type" : "ExternalReference" } ], @@ -6052,7 +6052,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003" + "value" : "0173-1%2302-ABG854%23003" } ], "type" : "ExternalReference" } ], diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.xml b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.xml index 5eb0ff6..d47298d 100644 --- a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.xml +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aas.xml @@ -237,7 +237,7 @@ GlobalReference - file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003 + 0173-1%2302-ABG855%23003 @@ -271,7 +271,7 @@ GlobalReference - file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003 + 0173-1%2302-ABG856%23003 @@ -305,7 +305,7 @@ GlobalReference - file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003 + 0173-1%2302-ABG857%23003 @@ -345,7 +345,7 @@ GlobalReference - file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003 + 0173-1%2302-ABG858%23003 @@ -478,7 +478,7 @@ GlobalReference - file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003 + 0173-1%2301-AHF575%23003 @@ -1845,7 +1845,7 @@ GlobalReference - file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003 + 0173-1%2302-ABG854%23003 diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aasx b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.aasx index 5fda052c131acc65a391ac6d3e997f85876c4687..4db324cf33ad221b5bab06ba2ba0861e9f8de730 100644 GIT binary patch delta 24042 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 D9!sYG delta 24096 zcmZ6ybxOg=ySuvuhv4q+ZowUb4ek)&MS}%*cXx;2?yd>$w)x(>yS2Zau9}%Y zx@zk5oYQCenNJ7LgAdJvBdf?mLSccy!NGyuIuF(%bAki^u6khqp9AsVy|JsMy&Egb zf9LGPXp*6Q^YSzg@wddZB+r8?)cOJHE!EAfz134o?D+yA6Bh z^w&n?mC{*c+T{5q2N-iuVe#J*(C-+L=rY^8L8r7KtQi+JSP}7B{*FF%OBGs`>&58) zPW+;x4%{mbf7%W&puY9yw?d8HI$)Bo_PtD>u;Xz6>4-F_@s2gA!N-esKsAV`$xd7{7nq3%K?}z#wdtQm8>H49zjg$gqUh`NFEm z!@~9JcprWI3(Gt>7})<2K#(tl3go{4f__8r0nN$Hzlwb!q9Ab_1p{R_NoV<0G4lSd zgRmiHGleLDoYUX0&C#p~E-v;v8a8NyOUQ`IFk7tC_0Z^;H-Q!A9L_~>$KAdK*y_Sj zw|fPnNbxX7$!`T}v%ecnnX+hq|32vtr>`+pBl$zCR47+vhyB61Gm6C;0#3x-+{~n0 z50G4bweXnpy2&F?(yT(yET47Y3~n_^r^8o?bkTk;sE@~VVYqp->uD!10oE{~hckWd z@6zxh98B@8^_In+;DEW{{J8N|1o2*{&|?1 zf}o*r0seZHr=Fniu>EmD4v-$K>z1z!93eTR??~@D87*mqeS|%5$Q3$MkEfX>D5r!Wn+3?;TKi|69W`*)5 zYpXt=Ca(KtjnV43^m!^*fw#lk&BKq1p0{IG;BzAPgV_8bT;~y{sS3J|Xs|=~0{Qd) zYtAIG_1G2>iJ8Bt&a1tW!fkIY>hm^=GU|_VrM$Y9+MJ{ z^kV$yntRZ^1>@%j&%hjjetVOH{$8xad8>OPJDJU7pB?&w@e!0npXZlX=#M}?@gsj( zac1-rrHu5M@w>%%&Fp1V?*4SoJ#6arLG85=x8d9gEuY1BMHepBFp$n2bfw)4T=+Fysh7C&_LZAWGCi6RCwf3OmoDpF3qP7(4U zM8sc|y%~<5{kkot$V-#Wyw>~)S+DbR<$8Hvdx&6kdU|%)73q(hasYc^rSBa~n#YnYprk)R&$wz_Q*m>fw&?l|qmQumJ7F`ugGS6)PpTpF z3wH8lf~b7;)@Jr4X*N-I)?d;~QilbD2lYU)AE=Oph)aJ>T{lTd9krUlu?{P0AxLqJ zCa|HE-`*j4;woHGdo5%gHVt)4n225ax7zz!(@DPWN|x_N+PB%%1q;e`0QV=D{yss3 zAAyP1-)A(wFvHtKQFVCAEW%WS`XNbUf&h=1lNXE6x%X#O!P&A3|0*6wQUXq4X%ump z3|9vE()+3{Gxb*8V8}^2@}&(=d{NFxG+jIe-Vh|y`DUvm3TMMFbfU%V)H1#c3ah9E zJ0XNPpQwNR@Nj0)kIo0L03z;CX2Z8cjQLk5QJMbmYD*cEe&ej)!gCVYztcE$Wq40D zEPhC+4f9%Mju1iWPDyA{@v z3^D?8&5Oj6SOb4z{gr_&$uk=<3Ke0wx~%UP<6j3ByepvU^HjlVwBf1*I1A6e%I`%Ov)Z^7G_dx3);#kdLN$8)<%zo%F~c~Wjh8>*CtA!N%H#cFYL@;yP0(vkFyGTl-7 zJaH7LU9NXhx8)i?M;G4Guj^vXD%pRE9DYZJ(JEwqzLne#08LhtnfSZ6{u7Hznfi64 znc0^h&LP#s|R)w!+5BP zDDiLb5$$wXfb$@ZEREux3Z*UtuCzkHASc!_cK0 z({t=t(6k{sw`(+l_3rdM;O$J14*5K0mh5@yOK!lQ5o6`3d~Qo&Kr_wYv*19QCZ-9?O@+hPh-n$nR5JI8Q-t-bp!c%?#5I{4F2JQf6`}q6K`H z?E<(sfMB#oI8$?QZ`er^BKsGGexb;L*~|e}W2=)&h5f6O zrwjMbr)?#rA4(6?+ugwZUf9#)>^IU*c<3Yd_3U&Dp~FuA601D?upYl`RyumEnAXmVXu?;)|T|x$1 z(}adv^Q#T!@gAqJAw5WHN=V_YSg5NcS`n7Mrl+sa>v^lMGeKN{4SmIsmnf^m&q);>6)^i7Q4uNWI$bm3uP%>$HaizA@=JK$xruqX#mD-r1Q;LJ4CKs+qZFCz zWxiOsyXGb<+PvR4Yl!0YJoaxxd|7;ZR&JkoGDq}pMf}ts*u>>JtDQ45>VPT z<@}%o$|gP&ugJYl=7aPTw!iYs6HT1CjYOn{V;HUr%||F}o~ZOnBIMs6Du@gSqf<{F zSxvf)%Xv%m`ZZ**W}2f&I4PmVTb>O?2X^#&*4;lnAC&xNjh4z)!OJ%S%iQP3q?lro+|a2F-*`9u zVM&VLq~Lr>VW*x))^Lpxi5g@iv{P9G8GGEn(dDbybY~vO&gHF`$ycxMuu%K9#D*|- zkRSJS^WS4I8Z}01qdvVZY#;J(ef>N?jA`i3_OY2Uu2*ywB6c|o{bH>^2QVg0;|muZ z9)p~q)Dwr;K4@s37IlYdR)#kVqhBreC=rn6I;SJK`4m@FZ5^e@UJZ<6OPc}bZgM+K zl$oMy<2q->k*A%S7#DiNW66a&J_P06$G%qor)OpKh0m8;)R%%@RkPJLaqd5$&)HU0 zJJ~;>_W@BH&%xbMb0vKKfX=0_1P0xgwU^t9QZ%!BAL=fy^(La1$ej2$01n$!HCra* z#G8zJV$0B93^#XX@y{22p@3)C&!^S!1GPyWL|Uj)9cXOrKi=}YwOOykp8A)2VTyL8 zlBz>=l>~}((((EM{(dh8?M}3kJ>TnUj7~amJ!UIf-9&RaCTW;SfXwf;9wRPSfHEDmTEF$dc|hW?ukHRA(aE8}ETNG%7lhfwgEarfksF z)=E@!a4d8thN&VSK&;rAV+cw=W2%s7&0nrUovgu@IfDs6`K+iV-@!w?@mjYv|5a(W zBQgp14p#yNer-{)baiUKY`iFEveac|X)AT{!`F;R&(H9?7b6KN3GoXdWt~8x?zmHg z7j;Up-CNaW2g}c0!L3zPp*5xM;&arkQ4-=cEBx!41q6c)VCk=%BpO(8Vyuy&g`Nxr)~n7 z|2i%qnW0VmKxga~qj;GH~SfOcb1 zsOlpck2@0rL?_pq#ZkjKalP0PalOO8L)MHB4rEmb_1o-mxRgfjhc)$4h7K@ z_i`0z!uE2txq~Uc{wP@I z8EEv-qh>z$m!J_eK5$(SI65)p@_Yw~9G#Z-vd(lbN>;+i7Rc^({y7SN46me$ExW}M zg|j(*Kuce`Cy5$fw2lgLLMI@4#Bq$&p1kiuqM0vXdN?gU(s1=6F13CDnjQ0 zWTgs>dIA&PXvA;Q-laX+Rnebp*!v+%2Xp3nVMeG$x)7u7;Fm zciQ5-_c*LdEX;>XG_>#P62`K1d+ha`_C-VOz7bSH^wAFN-_7H~3}S>>csokM!xhPm zKBUF}RaAmkiIdFOT_zBQ(SNa}+)gdy$ z2@_akL4|vK|FC4HO&ELGe;&<5JpstCHh=CpyS@ni?PeO4(8u0_m#O=9P*Z>31boYCyQ~k-@At-$_z^U10JG*5UxSYWr)u$2SM{*B z1uIVVAu0Buh>7kXliP&d1jq`g9?s|W;u0_Xt{xf-+Nkcnc%V&37cvaCM@ z_w43zH=Af6VIC6;8n43s^-4UL16TsGB{iP(t0@WFi;(L6?OHE z7(rrT5BEkDEk4p?8{#tIa!m~`KVgg!k2JOk%ggy`TQ#AX#L63BqGMcBa!P09 zhaK+3(2X&`f~{3B*Yfir^v4wg{Il#FMLc#iOojn>n5Kkq?f6M9CeHY zPREH08Mxby0v4Y6gNAr(aakE`ZGk-*eC?);!E||{y*cDjw?eZg1$C9<4d(}Sm?6U; zD7jlvrqx?>17nrx23xaVR&|7959&qzKz1r+Dr`lhUSK9Ke|il-Bj*2ce!Odvp`1dM zRl2=~TqifiE18q?a*!39jbI^9uA7C7F;`%hv44B2N=)=2{B}z^B;dmZ@Td}usur!AiGLDc?E(_PAmdFN<^xn=^2_{#LF3;N=D2jsIYTX3L1xA~xapwuDDF zg+_FB#?3%BsUO&E_;8v?4c!=2Wh}bB{%caqQi)Ef*nC$e=cz`0I z7Yh2@wh9ZoSUt}tdUvnQ6^z(lU2=CvRUNvl0!i4@V2QK*T#>;OOl~Gug$9 zM`lpd(=XQX$eX)-KS|`&ylf_v5t|^HMDY(4tb%UX1{#bHaWdl5-=8Xris*G4x9n14 zAf7o8VGKLl&wVyj*{ta=<SMw45xyH}b&F6nndG*{=OFvf=dzfw+G4Q8^8 ztiH^1v2!-Mf%yl5s1bB4Bb>**Nj2Occ5qAk49@EXKJ?6x_E(~@ngD#iJ7A#hrA<=z z&g`Ux2`S$ukBYPaX)?UH4e3yzkSlrj70#7|U zc4!6E-pW;!YRH9utC+9TGw|y0%w{z7%R2L# zXy0(kLObj@gn9`gmIPOCx#fA8)gt2xX&@VMo_gmyGLv@5z98Q3uVn=}+sW7n|tM9FeL^o&y#KA|~bTCgDsQ4+!RFNu$(naYGtZGV_fW;D zFGU3}iM($5tj=KH8AZDgMA^*AONshp(T78wXT+4?iCu3om4NxrIz#dv1oBDw^(=Hm z<#g`PXXWFFm53WFsVBc}SBHfot&5TDFz994#}x2_{}Cg+do{KZu`I?_$-&4I(OKEd zrQqv2@B;xWuQMp*XewtKFMrZX|3F6UkV54=yX(62!gH{8h=%ekNR67m;H z))p_fKlnUmAa}9W_C81I(Kw&H5;g|1DK>X&;Xp4bOa`d9s5=KYlp@62 z$5BuSxpT?;Xg8C*cB{PiWq}Re+CQRzC&IXU5{dTr=R=#^|B3>}^`xGq8N+!=fA1dN zD{!YLhyrZ9O1s3EL{57W(?!NxCR7hyWt*p57p|_ESsgc-tW&00M)Wf?{1>C0k=<70 zfLqpK%Yh(q4%cU_$~pOtqSGp1;`H*bB;09S}6j)0YFZxQHY z+f!c&`M<3S$d0P;^}!iH#- zi3o7SKU5{|JIkmcNk1Us`d@bC6s2AakHX|3f+ad{%cF?HiTVHT+#fzVF|DwYmEE>! zS|(+giB*DM4K9-@_5Mzi@?sZChvg?V9>c4SOdnQ|KW5*|Bm=IG9&b^df)Ob0afTR6 z2in5K;!Hxf2!D#eT)^41@j$K6u#5HO`9f0KU*|%7m@67ES^RtmSwXF>@;9tBC06aH z6>lxN9;d=nIQU_HN7kE@FY9)=#7WPUFYqBFS)5`E4E6rMg=#jZ|LL3jf$ z=>vZr7!>uWq5$MQV!o!NDdGcH)oAax=TI1S?+*%;Lk`=^Plc1c;~uNM1nj_Pxl5Fg z=P-z`f!m6FCk8p%vRCI6m5<0nL%;XNBTmUJwEyj`=pWcB^|TM;e7|3WTfwkTlPS9e z)9JKFM77e`8VLwe6ELYVzr(zFNwnv+=HW4B%CoNuIOeb?@yCNSMF$O*$X_mGF~_Aj$cs zNs}M|=DB{$M}8TJ{z}k9`VCY5*DVDg(Efmy|44M^HnI~lp${TYETdxv%n~0&3nPj( z$}tey4}948RBTAy`2gL04vPNm&+ zSQc&XNIpayLifZeEcGdYle7<@!hQb$#-w8|N}?P9NoD`$NTo1h?^Mr7BlnN@KPSKg zvCm6~q9SpZM+UFV$jqoG^Awxq)8~>Ug)*wLLhx3iui2V>oo7xSyXTSm0EREC`gqSu zh+@w;=fhrG{7TGj2=_p;-l=mf8})IvOk(R*h62|brcL$jOeyYM7)^$`guJ zF$U{$ow2J--<%~tp(d{uM%NL?H zSIA|pA@`IsG|$m5jmu3$tpG^FPpfB`eW63>z>O%Vm51cl(29{eR|WlS6pu_|WzBOa zx~n2Gko;3&YtXgR!yhj8ON)lEzB8u%+Joox08UQIi%#2ji}zOjk6XDHHjs{mZsLZg!>3#OeUM^M*c15z4NA zGge$x2@Dx5E+|;)IHoIqe z2Km@Uq15zzBT%j6tM^srSH6QOl%ZnSs|5Q+67SIk*brF5EBT*48#-|gr72sl)Zx`mb!)qr=Zerf=dvYqBE1NPEAJ+As1OfF0*8 zdnc4bZs`zmth<9{>8G3mxsrO_NtLfCOBcEXdHDzqfWEp_9tR)`XCo) z;|q+q)2a#qBCs8x(oZNA0@o8LvvJyy`&*y$UOs{biHG=ugif>mxkO?6|BpxVJq=Se z&hhV&bY*an#FyU)JQ7%CkA-B?HGhM@eQvTc_rUJ?88(^7r6#kvq%{GM4fbrvcKWO8 zp@~i(mfwuz6jV_l;j35t*mtF3KC~F*I`!yVfux)-0rHR{1m41g5RD#k8kNPSMDFfA z%@5Yy(b0XXPmw4ogSZWtFs`C(`;{eE-w>aZ>szrr7&LFXofns0xPP@`)0x8ltb?L9 z$ktqB*1~LBX=iP{k>?fMJ@|F!tKMEud62-$QYsmCU&a9#s59_QpoF+Oi1 z*kPO{+Ckj0E3!V{wUfHQADVbBkcn|W*{>3qjq@#dYO31B6bLoC43VV-mTUmaH87)1 z=$a;eN=u3WSd^Ggn zd0=Lef~lhh(u;e6=VMHP=Y!>I`81Q{i@_&%i}Ltsl=P0}Iy^Ia9EN~ZuEA@q>LIcH zdjK0WThp8ybn*D+0A82Bod}@$bhC9OY8YOY-|{>@0w&`DQ7C8d$Y>0S2K~>Pgd*jz zj9*P^A;>U|u%sM@9ixs`lBZ|;C}QNSbMa5vZQ};BRN1~^{U(r{cSQHYW?U+UE0yTu zE;2Uk3&09K5cBs7*}_-gbV#(OXKaLzx@-{HV@l>dLR3gL#T=UA0_<(8qlksw2R|`0 zi>tnW-hb3w&dxt3quDuj#Qu6r7ZRruj0A(;OrCbp5k>avVk)&2sYp_$7psu^R{W3} z_?f#!G>V;2k&=^7$+H}~g$CNV74A`}8}sX{0CZl7uCoI$F)(AtXq9_5tTgN6y8p=K znz`4GV$d5)YoBgW0cD7!dRZ&~6q^KrBBw7T7{d9YNwm4TVJDKr6Qea$yNDecWd3s7 zG*Bo9HP8pj0Z9x{Z2z+QyRAxat*?t7nrE3Jaz8D0A?)=7bS959X212HV205&++swz zb1?#yU~Y;3Qnx7^3L!4SC!>%ndn?gf_%su2pJ_`pTjd>46OXiOezVh>Yzk7YL>N{* zuAgH%{=?8kz^-wqs0nSpSlPy~i+x-P;@~c?Okwy|BG*1{TH^DBC!9|t6~0NJ*293H zBMY6W)la-%Oe7*(#Z;Ac$j)`9F3ovv9b0BjAKN(8BhEI)AnZ}sQrK-e1*7mTMA*Z% z`{jP}sOl0ZhLbMYiJRJ`6lk==#M;1$2W9af(8QZ@M#N?QB;;Xd_hs=tfuUp=+=yK6 zju`E`2=txjVG5Z3;gwtR$d~)a1y+aC&`>xt6NX)wW~=_6WZHMM@h8>m)mymJhI%++ zu*(PyTgK031;h3@b%u96X<%4I%WVZOI4&h%(TE4c>HG?*%zaY>83|J(@Q$c;-&ye6 zvI$oPCLwkU6w489Fm8_OOT8-codZp{T#y{DV~GrUobzl~<%zDQQKA=2PG9^vi=T?j zM+7@V%WY{OCr-E7wz(?b!)~iP#d&9ONPP*2*Q~R^w%3)kHu9|e(X?wmzVEQoBsx`D zo|)3*hWWAzfs`6j`l~DDu7!X^`u)t-+3h#LRqX2WfY65JK>_381<`6O7GmQ4#dS7K zW}pcT8i5CfVHP3s754=oj(#nvL0th8Noj+4I-0%h<(WR2A43i_%HpRto=iHY9wGpY z$A?kzak~a7pf>i^X$l5I6FK&AvRQ%*URTr+h`FZJEoJJJxgw~1W$KMjbqW0tLmVYr z5x5B*^HYpW=xBkmTtzfNMKAv!`0V9*-+NoAL6l`Cx z4w4$AD&}EM&LG__Pu!(zD;C4eW#a(o;vW?9e^LcnsUN)Ct(b?m6uLq?R}A_j+?OQ^ z?VO}9Ae{Af8ds6MoTuStpKLjJ!W5h2wAk}k^Xs?w!*c)rku-L4NVD~4(eogjB!tF% zD)3CM{1+i8ow4?4~BrA9MY0coF~GAm+tQ)!*(az+cG{pTP!Mq=r2Y${Ng8OKi2~m9D0J(3nx|bD z1j9@QA!uDG+3j} zL6N}b)W}?j#hl4*~;S0T!T?|{pz!W^fP%2jR8B}&wbhh=vEYjuh53ms& zgQ}P%;XMYMNJIEB?^!^v%*+rhupkB&0`PT^Bntz02gsQP8+-s1&O!p-04icJ2KNI& zv$BAbfw))=zTtwVa;06GuU?3Ec9^%*#@Q~2lMr6BVVYcw^I1MI!nTMS@hknklWuYYfJck_j|cH zxw^ZeLxrsuVFe&h{0_^m*x%@EfBI>!!GtK|zNm5d$=xC4C+k%2d%M+PaO76IvnbKa z>#1laFAlHnV7WOsjbkmZ?Y!I~mMU&pKX}*nPMYaC6LM`zwB=&#F>TxW0g;aKE~=b4X@=uGCJGmSOco{gll$vZ1m@qih438o6u_F z_+BXgeKXK+U;U@;O-F|CjH@E5iI|h0gloVKha&bi$snNwrLf(B7XxnJbrAXSP0)M{$M!H=IlvY z*#ttb%UOd^+y;m++aWzi(~3gl);lsQlrIa4atU1Rne#e5YKzRv8-##ecCIG+IrtGU zMKTkb96U_UEL-z5M@2*MnF?eF*!m4w&g=)l9r6)}TNlbYmj~{Kxe)MR@$ERz`ac|F9xJ zeCu6|D$HG4rEYqN;KdMkZzZMYDbttwl~RL{h0p7D$>%0IkcZGTfudKtBbUow_dA zQXMt$aTIM4-b+9(*WCtl-@Fq7$9(&phHY?)bC7N5kK8bouv^|g)aS^cIfDO1HwT{zhuwxa4QVKbN-}|@C>6_5K*!Ql5v(2Fz2VWlp}bDDX#LBF?vTM^ zu1iFQjc5V9=xX%MyJo$l{4qLw0P)p8puVfrGaFB1+nefv5h0HDN|-d$^QQ$4*kh?! zq4*r*$Gq&F{X$8YY;RS1GqSdjf)I*8_MP|VZehbY>K^w z*hvXw%*8+_jQ6H|liNv7o9M?hjq-60LCd!j!3WMvu9ODOO6hi4)QuD^UPq=u2s}K%4`-PwmuFBCgbt+6 zxlrXHtCVIqWXP9Al19SC=2Pf2to?iU@yLOhitsI!iW0(S0U~m8~W%%+gozo;y~s*$*^- zU{WMS|B`v)MsdUke(z_$&*U%U*|iT{+~hwFJJUDCLQ;Pvawgjm+1wYQ-fz@x7ELi) ze&FM%l7Ii^k-ks{gCb)n$&P>?&E!D-JJrcPnFpp9t;MAg_zxBF%~u-_TpJkCUdUCdwvan56cGRRM7zj|B$Y2G#%|>SCpiXf&#k1%ef0Y#g$$ zWWZ%2Fy*5W#>;k9Lr2*ASx7d$FC7VIHYkusB?lgjDN9kwKF}G|0)EeSTnuZ<<&t5F zKAiA`fRksYJl6Q7E)n{|6j7IHkZPjMAyN6JJMKXx(%Ixgk!*e4f}!==V+5ABiCMT^ za&gun_6V@>)7;_j_3)YYK)^@QOcvM2iGs3h(tR?v#x+|qZ>Gc3&+9+loIt1e*8Gbw|MNAWyuN3h^`$K>& z!r{-Oar2L_kwH->@^;@P!Vdx!!7@*TGUzg=gNT%<`V|aF{Gt#9C@zUhD7gBb+-M`wzPPbJ^+P4?J`E!D(9wGum^_ zKhqfNAzZ-@emx$TOu7CyRjm?g;Y1M2i&cI2X`GGKz!BSUd<~f3NW)r_a~MfK3&=4U z2B{g$euS)(ytKL}cn3aRLR+KkRRcUG$m`=dtu~gSZ?VB|-6WV5`jT^1^M?uuHql&_A2Jufo@UVy5<29T+U4~_vz zWyMBCv(8<5v;N)IdMtF&{#*?(B0e%d{K`{XTZqJpaZN4%W4;pF<%oM@u|94sa|^aL zC+EC98J7Di-qP~<>7wg@uno3?Z9H>KW8{yahQj_lO3;rkOZU?J&>&uLmop(3hJPGO z9!ji-Mm=S(GK1W!7l-I1;4Cw$(%Ernc0{}z^@smv=Q`=%Kjg7kLQ>elI5*Dy9Gza% z=BC?1rr?LGWU}6>DwLWpSk%&iBI1GJcRAr$#s&YyNQ7ewsy5aNWhG?4TjsCtAA;#~f3Lh${WejCtu3`XL%}P&~>+t{~BP|KQGfvPws$q`0twJoa z4S(a`${!Hd-ghTi->N`x9IgmZ8#7jBMsb3bkLu_WKUdo2Se?s6s$R$w&)4JXQ{ z8rbfwmrRwkc4Gk4z+laJmIFQhmjf0YLI(Vnj*}D(42$bax`y!M=852rus|ut9H|es zR7!!FG489;9{Cb&Cqi@iQFuB+mF6w==8dA#XlIiJsXCZm2ivo>TvnxBss}AH;2*it z;?kxh+Dl4mK>90cvw7VfiynLfa^sQYuN!VYLw``8|0I9|wz9mya`mU>&$_Yl$RDvc zAC`cWAnXk$g7r!EsNJ{T+vcKyLO_0px>w$3TArII+{WFOy5Q9gS?T@MBi*xTRdC0c z8MT>Rh_gct>56AXUdLk7`|A@HHyeMiavz=sjHflCP9mpDI@2utYL=2 z(s>hbhI?FT%@^pUwVO?$sgPWiz*H>TB1jp zoU6$O?GRUE<~tJdRWXdEn)@Gc0Y0jX#!ZeaeIOCrgvi9;lHKut*Ri*}PN=82ekSp& z%7~zoaA|A@Rr0C|t{0-9iRnqZY-oN{>Cadmx-wjcjv#(Xqh6RmC;OL|`y!i&5P-wiq2Zlq!_|^PU5qsV$a`5O#un+JLU)0al3YC=YUgw@p9WdY; z#DVqY!QKv4meTGoxtxNz)e6fx=KZ$4wGv&DtCWEx7X_=Kk`%&6Kb1L{PwjV~z%P}c zu)NKt7#gSnF^2=hG7iWsu+F^4&b;1w4QM_#h(t5|KpBnX!?t|8UYxaFoMIMisK3N6 zwWjqH_?};yPj9!Oy%D|FeLJTNA;EyoDFg&EUi!t8HPb^JgU=7V$U~=1UF9Csc1cIy zwuvsUlm26Qj8W)>m@QCDQj8|{S?`l%br)EGs%m);2;MAQJlG8LB*=|7-x*o3&QN+T zj=IT18`LriH925nW3_>~L!!S!!nwY*YFt;e{ur9$yKRR!SYVaR7BYS0hz%fY*0L6zz3*VginBTu*na_ zC*7?|e9{Qbnq|(NgiU-a&yC*6k--DKL*FEur)MNQik61zkA2X5;-!2@bHbeDzAbHm zKrVm?=+?S zDyC+kA!V{9liGWRXS%`BnxshvcF_yYZTL?nSl)tvmHxUV)D)Yzg((|N0+i|ek)Il1 z|K!>+z(>jvM=!coVD(}N6>?~+^Y-1yjR_DEKvqFfT{`%>E93 zdz$069_+^~o&rARpUIm8IukL3KU#pSc^fyz2Xn+z8+s4$cm$#*U!o=|mkOsu4Zh2) z*3>HMjX=c;)}X(bYZ$56I*yX6+x%HUX62XAb{bIf9{oW<>jnd~Eg5e-zg8B{S{Yk=p^oJK7r=}>BSrYCs=NE8&!r>_J z;xV=KKOo2*_5T)(472|gj33nh+FD>j0Nm)mbnG;47aSkd53FyjeVG`4+1U_u?2!vOjF-i(F@F#rEVo0itI29Vd{S5Qf;I@6C<&Q5VAYMskp6- zPd8I2vqQhPY*D78i!qZfreO;4+mloQ=J0*Ch=F;aT)$CC}tFnSG{oGj2|4;)cvVf|2A}NHQ^{t<@pZ%wLbH)>$tH^j@%T$mW z6^sSk=nUAH%C%&foVQ7*&5#M0Xt{C%#LKSsk-?!H2Y-d;*ET+TPk^aIICr%9=BmlQI^s-nqu;fa-769=x{G=lTh=YsL24{Ps}Yznc15ny1zEoIn2Xe0ut?JjR_~p3p%dhkRAjvxs7N$d7fx zwyQI8_^HAkeJMJk1+|b655G&2+vWXyhMnQ5K34y;m~ErfGWwY)OCHYv`fHAnLs6v6 zE-!x@56DBB7S2e%aNvm0T^>{@O%K$bYU?&vU5|d)Cgl8(Xr0QpBKrR#8t4=(1PziY z$ch^h!|O^U`_xBdb3NbnytbD*BTKgCd~w!eHowUY3KfcjIS~>$RW#yg?xMsNZ?;e& z?w!qV4!y=?vKE|A=l*S%n_r?87hLpPjIF1DN#u^MuC!6hX9S+(aqENej~lWyg!p`d zQzft@GR>Al&A;gXQX`;#3u!#DpOQhMYqqMNdUmAK6f+Si3sk$$QCllJ)lzqD|GpAOfw&{y8{sn@;hLJs z&>Q4JtYyR^;sGRy#i|l3PxCgzX8anbmWD2naVVtw80bHX%>Nlfz12=Dl}$*&pN4(r zMM4|Bew}?(=5wQyyM*Hrw9!}a^+(Cpnw%A~&zzsX>&x58;W_Sk5rgqh@G5%dwVcG4 z_{ikoQDf+^@(Pti31cOt(TdZGc}E6KE%i|mLr^(cbv?kHHNw6Or+>^Zmi^Eg*Yg}A zzICEv@2x+rF`A0mn!Ka-uvNs=jivb=WpZGW3vJS>*5i-q9suy}az;O_3O!AT&D4emU&LUc@R-g(LM4aCxwR*xa#5qb5Or zGm!d^`QmU4?f2yK5$4@Dx-zHmZ<>cb9wj;{Exw{CSl*rN}l-w{w_| z+a<&oqMNQB)kuF#4+B4jIg-Y!ka&~X+;8)AXN=PI$LidN0w|9FD65SYxI5z_c*|tR zOCN=Tp_5GZY3^0-##7`kApP{|!SU((=@EF5b#I0KwDyF3|6%KX%!(22b+Qp67Z{w> z>C)chp8O@49EtZ>ikGVy59EXwOJ~1;u@0$!Ma;|o@(+~!FySL?qlRok6eG$ri=du^ zo{VBW1GU>Q0;wB7j~W9<;iGixhr{YHWj~4#5Ma-19a}~nx>b|u<>M+hZx+NT&?*I- zB~}->9IWt%>IuOgs_5Bbg)sXl398#_UOs6r2ex9YS?Qbn zj4tU8pUHf52!e=VR$Sm?cxKS<>Grz=n1g0kgm4U?!eY;5Zk4XMpS~8`%UJhWIRKU;>WD=kw1&muM><8bYyJN5Lg^eu>N1)qR?|dXE-;^!`6(2Z zPR%B-r$)7BM0Ry>2Fu&pdYG&F93P*F04z}f#3G$zv`%!uKY7Ni62rM;$!wp3)>05 zo+yvd+3{I9(p>!y5uVc~q9JN|>96wAeXQ37Vtl6cZ)t;dg$YP5LHHiEH~lz;PCbPYeFzG4rO1@9(k2?lv#ij8edfkDaY*G-b#?N<&d-Y6eq5CmC&`UmMB9 z?aTZ@0cBw)q7c3zRBAmsEKjCAhO%v27+pVGrReU6_`asYj_IP6vOi-o_himKKv>gX z`5Z}zgZ=9v6>0y~?*eHt>9lkl?Ghnx8^`qMkOFl=ZO>MyO_ILUWV}^|cF`DmkqKbq zBn9r1^H@S%F(uTI`o@gHx$WnEV=f~t9wa7uV)}*hQRba?m0T?}x1`b}NB0_5I|YMH z8HE{eev&Y-2}GnXj4o<^>(&|R9_V`$%{f1CMxPMq0q>tf-BE{Wd+uCpA0Ese8Np!W z;xE$Q5BOlSf%Lg%lGL%Tu5Jeouz`SFPlJq_v@Xx+TZt5gWXM5Y)}vcn^@<2-=F@Q; z&+u;S=MPKYQhlNNbg19H`dT~A4bUSgZb z{XH^L1rwEBL5F+u_#EJY-z3SH0}VqanRFsTxC(wp|q)pm@uFW;>XUU(+ZgbAiq%LCJC1e)CeU@M&8 zhQtBRT{5vhUA{QqD4^@nTvj{}*oGQV_A8*QYx6a#1YcYIsw=`;=}04k zMK>N@SGOnAn(I47#g{%)sYEAw#0C6zuQB&Y#!FcCr(>hutUQZ_e#_$pws^8OyM3rO zgqQs4q)(7huM-${fdM5*?#Mi-=B2;POYbLN?}+np)X%;{fR&Eq+X!4kV}+~)TZwir z8n!SUbjg~VTa}CYc&&bB(UTqJLj+D`tAoKVq2T&dP<@yhVj$9;kog@-B0GET$3F;? zB_cY_{?!R;G;S&y9bcF(-FD~Cjfwh1eP7nTVdU3iI@VQ9QwA85$dOKlfSAOvYpk>vvsUaZQ#N>GoXI&_ti0lcU_P%?X@WZKY)gn zoT&K*Yggm9q70DP;#Zl0r_+;)c;l?Z5m!Q<@{@8lUOUQ5Qgo)-wWKxtZ5pS$llphb zTPS&zm1b7^IC_!g991V7MHQ%1sKBZ%I4dh7BeO+36HmKywC6fyUWjkA^2MFvi}5wg z-Ac`n0yGXILSEzq4|b1`KNr%BtPYE1d$3NY^(X*`2M<7D;?@$^V$a~Udue-bb8&ZT zD?6X3;puS^rteXb=v%)B5RAwjBrLRf349-@0B(5V~XWc zU%eLtTP+ll!Yst2@8uq#NY3gH`Rjq-J>VWCpXB>gR2-@@@z0toK8M$uAYpuCNGqJ? zAvs^r2)F|__uu(=>jeo3y$wq)7%b%H#{{4L0efQH_bncE zzNP8_oSFluW`%WzdC#%kMSP_tZ+0^lQMok+3)s0Yw_|iHThh{B;PMvyN?s<$x~u0% z?WIU#T`%$S@^g=t@Jr_?b5dsxEw&pJdwp8s z@g$e_U;nuyF5u^@j5_G~vEE!|<6jR7>`2t$qLTb9wrWy{Hn5~{;ljYG6!>z@+u~R4 zvqGyp`Ig!B!l1Y52B6=^}T@!V@{7&d7qf=-qnOuQ^{Vb>%?90^;@V_Z`j<81PA7B?WypNfnk#Dc>#t(>VTl< zu^{7e?ML!(zxC94-aQ-qH1(WzQ86)wsXf{i(GR*$(c97?kHY1^SXR6EH<~vOJ7-uu zv2ejX5mQ!@6>`yR<@C?}o}q)ULCTRv{cn_> zg4h0Dyz{;%qC2`H!9TtF6a9!dVU{qld;Oe5T|~Et@^txb&-;}FsJR;1fY#C4!2rCl zl|iXPCB8!D?p0e8N`wZM9dS@^4>S709B=*BM#O2Q56ww*rOvCDf*Ms!xyrF;0Ud&iqSu zLuB{6wBZBdTNg@`K%B|D#q`-%LPYkwsAi2${%mvgG7Rt+y+6B!L|F{nmcA%C5tzEc`SHO|Llr_^87Kd}G|kt4V0 z;(BQs^h^dvUxPo9h~#k??rlcX7kl_`(#s3$3FTLiZ>nRU$kPyP?gvIO0wW~?G{#r* z_2>kx#cay_a)gx~su)7c*lCg%R`PSwQ6!x__{SGQgYS*~_q7P(h)bbFGRp9cpV4=G z>(U*8Xg>l=c~wDe$U90qipW4W8++e;LwptF4;8<7D{Lj8YVQg?TBI%J7DQ7dz-(`T0T`C4W zIBDvimcW@;{RT4BP-l0TbFS~eI_*>byfAImqttlu$W*c2P5gWBF2GzO+LbhcmX8~3 z+Uj7Mlw8EI7&1|LU5HF!{N`mf+Xbl}G4J+F_sbe7MLc`-&}BG|S6?RPW8T+Fo~#o= z`DdjhjyA#>+_;%;ji_R~t&o`^mw+F+bWXD%xEk7xe;cpCm8=+JyvoKen;+|XM2d9L zgW8Q3WpN6zC?PG020ntrdFD(JQp(15Dtq$?{W!*WhL8Qm?O_NjnqH@wwMrJpSTmb(;*xS>w0BfC@MCV2M=U;xM<E7epT8*H0M5|y?{HRbwL%c3?-y}&)X#0R(?u_-%_zt^4TnZY#rkDIp zp&ABBM__jI$OQyEBS4U;5au($PC2_fq1+QTtaVl;)z#fd3#e^a}L#URikzo$kc`yearj{`{Ovxi__-q??CrkG zk*Jr?eR!f)7vdwzJ-cp8?mdKXReulXLEhvt)9&2_WMc`O&gL|bl=J?Z0Vy#Z9~amd zXmv22F)Zd-3OO%lm_;@=+A8Ptnr`ekUp*75R_#QbMJ+FbAaOJB#+04S$3!-KvX8qD zd1+^B#@i3&d6BIro9CyKhgBg9N<@C6RWgfsb8#3g?7=&hQai3@vM8Fu?K^YI;KhV& zzGlv)A1xMWlb(#R7{X$#%eUlwH53B?F)Q2~!|WS1dy4i1A2|gZP0bfJ=JyBACnkvD zAE;|BL{7fyCVRK9)_uxZ=~0RNJw9$wQrCXxe5^dn?bkrPnanH#e&4a| zH@19Ot_kWwX8d?yh)iK&@m;w9;q^>@co`;fqBa46n#KL3@2a*fm$V^+2$?`LfNnFq z8_y=Z?k|v=9_-{kTKkcftkr@~v-3VcpOUB}EW6O>vl^Xl6Sr^8 z;i&1jqDu&(W(C*9Sl+H5xve>aOJ+!&(o1f!Fqv>wO`p^jW9J2L zEp`~V{nTF?S7D7*NBX2^9sOpdBM29UM&*RQ1|(AsZv{NGYPDdFc&@_hZ&!BTCZK#exm9=qzZt-G^3QTaaojePuChD3@ku;E#fmw;;6`gd<;zh z*r&p$NKL{%44B|ql~_hVSX1`s-t%VChZzVBZ3A_;4kTR4-VmSCY#E>LLJuI??%Dg8 z%I%X0bf8)2oQvLnvj^Yf^svK`O%D@a?_S0dGoOg_9V2`QXfdE-TO(u364|l(#z~s8 zZuTRSu#%RW!T*-(MLbQ3!kRepFd>7h%zDtnUQk@Q0cci%G5o6tikHOEpolVNpUJbz zG@ZMNDmWZV;#@{4JxZ?bxjrE{J#=~7tlHX@aGL37hecRSu3MF3P!)RgI_dhX*eDVg z@epLxut4exU=#BHpb{rkkSl!w?R|}7;c<(#1=UA`{Cw!tH2*Z#FEkOJt;80%>T)Q~ z!z?EO_W9=EV?anOvNo1S5BUFHDWIWNkA1gv#cd`pyBgebo!LTa8eYnV-aAr*gThza z3>~qxpSWpd5=v`Lb#2%@wf0+MhYyIM(S5ti|<%D6N z5#s9d*%ehgbPxSgbO5)=%xP0^Y^BcPj}D|2%$6I+m4R~xelSVA&(d&tI9o_5BIrm8 zR90^aBE*mFB5h#mI5>ImRNHuV+p9Q8!hb`wR=of8r%nu+(1jWDZDlE44KiEF`K5=o2JtK?sSa5 zE6L3dX0RK41!IU%KRi`^yV`}5YuXvl^aR{y>gvsQ!I_QT8sHpLTy!>TRDPVAS^REP z4E&aq*YOM^YD4fbvq&^m&b*V-D0-AwH5!I8k8@|6wHBGh@fv}Skr{0d3Q?krExy|m z!M#hOkKDMKd6+2|e<}9Pt4o{2>{I3+d8cN6eJ?Sv@M&!S03B{9U7HMre;hz0MFu!# z{W%Q%-AZj0x>93=5x!2>R3KQx0nAn8V;8^yHT`#o)C{}y0KE)z&j%>&)C zFgkDKzSh;iq$;M;tzR{$kE^f)-6Q9@F(2cMH#c|1J6hNuRMNYWJ@GKe?yWsEZCsSf z=6EUOn3{LjwJf-3SWM}MqG6$uV6l-*OS?qL%kfX&7!;3?D5GN4BV&0kY;xqVE6-J# z%=dD466K-}q9i&+B?2XPhae^Ck7V)ty_2e2>vAZazgSvNr*$X@er$pV`UM*km-wR*})_U6GlGo;VIBS_0WjBRJ3|A4i8 zKES^n^;)b0!uHVrJap#F?>CHi*A$?TptEV8vTJWd6i0i2TbPGb5kMuJ3&W*Z`hx>8 zf0EN(_Z0>C=jgUC&RsS}DY7}f6>(V3KC!h8F8%=BUkaBNEaRFCBoJ4Vf;n3qID1lZ zImSXJk~9So0}3h~1#hFP(xgv2u$Ol7!>EnSeqo{mtGdF&BNha)(ierfP0V!3yI2y% z{?{YzqssdSMnCEtNOwJt z>dTmYee}58<255w0@s@tvxK#_hx^(kCY9yE>4;)SQevFXGC~MmZ01fX7QLfq#5c8Z z`Rj5(eF94XQlo^>09L!C$mb#l6D4loGW0Tl6^v+Zxd%Y}{*)62Z*hyJAGQx{Il zlSTd3Rjd*srpA_knbA5k-7U!VOigi&*9!YJ;Gg>YlSMyyV@xH*KuFRKBdE6smP@&{ zWJS1ae+v!WYYxMgWZl!)-=^V$@3x4+RPDHAJ0WYg;gGYGt^Q-*46box{w5IX{$ScO z5keK^unEh_!{(p`QRxHZH}6or{X4nz?-j&XKPs)&#z(OaCk0Rnpeahc4M64c>Ebr@tV}q?A)#+PbRE7stGrN0#Y;Dcye?<1uS@)!F z59uYY5NGR6Nkt*-%Gu$SrXcd)*6s15eD0ZL(cY$VA?U6?pxrLM9PW1&BH%!5Jk)r1 z%~YgUtJKO-#JH+IH`jIL0%i=|>Dn4tB4b`z0?2CY7DSktM#~-oNQ{ES=Y%E@N~cwq zSBM;P*~plK63}kU+jGC_$p`Ax#06j1ljFlb(m!hl$f=mO4<6sYO8RUnyvl=+a!WW8 zj`}l49LxM w-*4fJu&Q^69F2x<6rat0sdtbHUIzs diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.html b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.html index c81de49..b5dc888 100644 --- a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.html +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.html @@ -181,7 +181,7 @@

Overview

- Aspect Model Diagram + Aspect Model Diagram
@@ -9125,7 +9125,7 @@
Reference
    -
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003
  • +
  • urn:irdi:0173-1%2302-ABG855%23003
@@ -9187,7 +9187,7 @@
Reference
    -
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003
  • +
  • urn:irdi:0173-1%2302-ABG856%23003
@@ -9255,7 +9255,7 @@
Reference
    -
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003
  • +
  • urn:irdi:0173-1%2302-ABG857%23003
@@ -9326,7 +9326,7 @@
Reference
    -
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003
  • +
  • urn:irdi:0173-1%2302-ABG858%23003
@@ -9448,7 +9448,7 @@
go
Reference
    -
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003
  • +
  • urn:irdi:0173-1%2301-AHF575%23003
@@ -9805,7 +9805,7 @@
Reference
    -
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003
  • +
  • urn:irdi:0173-1%2302-ABG854%23003
diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.json b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.json new file mode 100644 index 0000000..a8ee05b --- /dev/null +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/gen/CarbonFootprintPact.json @@ -0,0 +1,183 @@ +{ + "ProductCarbonFootprints" : [ { + "QuantityOfMeasureForCalculation" : 5.0, + "PublicationDate" : "2025-07-09T14:42:25.042+02:00", + "ExplanatoryStatement" : { + "value" : "https://example.com/SafetyInstructions.pdf", + "contentType" : "application/pdf" + }, + "GoodsHandoverAddress" : { + "POBox" : { + "en" : "Example multi language string" + }, + "Company" : [ { + "en" : "Example multi language string" + } ], + "Email" : { + "EmailAddress" : "email@muster-ag.de", + "PublicKey" : [ { + "en" : "Example multi language string" + } ], + "TypeOfEmailAddress" : "0173-1%2307-AAS754%23001", + "TypeOfPublicKey" : { + "en" : "Example multi language string" + } + }, + "NameOfContact" : { + "en" : "Example multi language string" + }, + "ZipCode" : [ { + "en" : "Example multi language string" + } ], + "FirstName" : { + "en" : "Example multi language string" + }, + "Title" : { + "en" : "Example multi language string" + }, + "Languages" : [ "en" ], + "AcademicTitle" : { + "en" : "Example multi language string" + }, + "IPCommunicationChannels" : [ { + "TypeOfCommunication" : "RYtGKbgicZaHCBRQDSx", + "availableTime" : [ { + "en" : "Example multi language string" + } ], + "AddressOfAdditionalLink" : "JxkyvRnL" + } ], + "RoleOfContactPerson" : "eOMtThyhVNLWUZNRcBaQKxI", + "TimeZone" : "-12:00", + "Department" : [ { + "en" : "Example multi language string" + } ], + "Phone" : { + "TelephoneNumber" : [ { + "en" : "Example multi language string" + } ], + "TYpeOfTelephone" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "AvailableTime" : [ { + "en" : "Example multi language string" + } ] + }, + "NationalCode" : [ { + "en" : "Example multi language string" + } ], + "FurtherDetailsOfContact" : { + "en" : "Example multi language string" + }, + "AddressOfAdditionalLink" : "VLhpfQGTMDYpsBZxvfBoeygjb", + "Street" : [ { + "en" : "Example multi language string" + } ], + "StateCounty" : [ { + "en" : "Example multi language string" + } ], + "Fax" : { + "TypeOfFaxNumber" : "1", + "FaxNumber" : [ { + "en" : "Example multi language string" + } ] + }, + "CityTown" : [ { + "en" : "Example multi language string" + } ], + "ZipCodeOfPOBox" : [ { + "en" : "Example multi language string" + } ], + "MiddleNames" : { + "en" : "Example multi language string" + } + }, + "ExpirationDate" : "2025-07-09T14:42:25.042+02:00", + "PcfCo2eq" : 17.2, + "ReferenceImpactUnitForCalculation" : "piece", + "PcfCalculationMethods" : [ "ISO 14067" ], + "LifeCyclePhases" : [ "C4 - landfill" ] + } ], + "ProductOrSectorSpecificCarbonFootprints" : [ { + "ExternalPcfApi" : { }, + "PcfInformation" : { + "specVersion" : "urn:io.catenax.pcf:datamodel:version:7.0.0", + "companyIds" : [ "telnet://192.0.2.16:80/", "ftp://ftp.is.co.za/rfc/rfc1808.txt", "http://www.ietf.org/rfc/rfc2396.txt" ], + "extWBCSD_productCodeCpc" : "011-99000", + "created" : "2022-05-22T21:47:32Z", + "companyName" : "My Corp", + "extWBCSD_pfStatus" : "Active", + "version" : 0, + "productName" : "My Product Name", + "pcf" : { + "biogenicCarbonEmissionsOtherThanCO2" : 1, + "distributionStagePcfExcludingBiogenic" : 1.5, + "biogenicCarbonWithdrawal" : 0, + "distributionStageBiogenicCarbonEmissionsOtherThanCO2" : 1, + "extWBCSD_allocationRulesDescription" : "In accordance with Catena-X PCF Rulebook", + "exemptedEmissionsDescription" : "No exemption", + "distributionStageFossilGhgEmissions" : 0.5, + "exemptedEmissionsPercent" : 0, + "geographyCountrySubdivision" : "US-NY", + "extTFS_luGhgEmissions" : 0.3, + "distributionStageBiogenicCarbonWithdrawal" : 0, + "pcfIncludingBiogenic" : 1, + "aircraftGhgEmissions" : 0, + "productMassPerDeclaredUnit" : 0.456, + "productOrSectorSpecificRules" : [ { + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ], + "extWBCSD_otherOperatorName" : "NSF" + } ], + "extTFS_allocationWasteIncineration" : "cut-off", + "pcfExcludingBiogenic" : 2, + "referencePeriodEnd" : "2022-12-31T23:59:59Z", + "extWBCSD_characterizationFactors" : "AR5", + "secondaryEmissionFactorSources" : [ { + "secondaryEmissionFactorSource" : "ecoinvent 3.8" + } ], + "unitaryProductAmount" : 1000.0, + "declaredUnit" : "liter", + "referencePeriodStart" : "2022-01-01T00:00:01Z", + "geographyRegionOrSubregion" : "Africa", + "fossilGhgEmissions" : 0.5, + "distributionStageAircraftGhgEmissions" : 0, + "boundaryProcessesDescription" : "Electricity consumption included as an input in the production phase", + "geographyCountry" : "DE", + "extWBCSD_packagingGhgEmissions" : 0, + "dlucGhgEmissions" : 0.4, + "carbonContentTotal" : 2.5, + "extTFS_distributionStageLuGhgEmissions" : 1.1, + "primaryDataShare" : 56.12, + "dataQualityRating" : { + "completenessDQR" : 2, + "technologicalDQR" : 2, + "geographicalDQR" : 2, + "temporalDQR" : 2, + "reliabilityDQR" : 2, + "coveragePercent" : 1E+2 + }, + "extWBCSD_packagingEmissionsIncluded" : true, + "extWBCSD_fossilCarbonContent" : 0.1, + "crossSectoralStandardsUsed" : [ { + "crossSectoralStandard" : "ISO Standard 14067" + } ], + "extTFS_distributionStageDlucGhgEmissions" : 1, + "distributionStagePcfIncludingBiogenic" : 0, + "carbonContentBiogenic" : 0 + }, + "partialFullPcf" : "Cradle-to-gate", + "productIds" : [ "http://www.wikipedia.org", "ftp://ftp.is.co.za/rfc/rfc1808.txt", "telnet://192.0.2.16:80/", "http://www.wikipedia.org" ], + "validityPeriodStart" : "2022-01-01T00:00:01Z", + "comment" : "Additional explanatory information not reflected by other attributes", + "id" : "3893bb5d-da16-4dc1-9185-11d97476c254", + "validityPeriodEnd" : "2022-12-31T23:59:59Z", + "pcfLegalStatement" : "This PCF (Product Carbon Footprint) is for information purposes only. It is based upon the standards mentioned above.", + "productDescription" : "Ethanol, 95% solution", + "precedingPfIds" : [ { + "id" : "3893bb5d-da16-4dc1-9185-11d97476c254" + } ] + }, + "ProductOrSectorSpecificRule" : { }, + "PcfCalculationMethods" : [ "sector specific calculation method" ] + } ] +} \ No newline at end of file From 6addaf567dbe9c9d03215b12bbfc3ecd3f7b45d6 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 14:49:17 +0200 Subject: [PATCH 20/33] generated html for Generic Technical Data --- .../1.0.0/gen/TechnicalDataGeneric.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.html b/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.html index 39d91f6..f07dbd5 100644 --- a/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.html +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.html @@ -181,7 +181,7 @@

Overview

- Aspect Model Diagram + Aspect Model Diagram
From 9adb52d2e88d6b31c21312c67c1eacea649c2919 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 14:49:36 +0200 Subject: [PATCH 21/33] generated PCF files --- .../1.0.0/gen/CarbonFootprint.aas.json | 37 +++++++++++--- .../1.0.0/gen/CarbonFootprint.aas.xml | 48 +++++++++++++++--- .../1.0.0/gen/CarbonFootprint.aasx | Bin 13950 -> 14082 bytes .../1.0.0/gen/CarbonFootprint.html | 29 +++++++---- .../1.0.0/gen/CarbonFootprint.json | 4 +- 5 files changed, 91 insertions(+), 27 deletions(-) diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json index 961c1ac..1f08184 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.json @@ -305,11 +305,11 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Content type of the content of the file." + "text" : "Content type of the content of the file or blob." } ], "preferredName" : [ { "language" : "en", - "text" : "contentType" + "text" : "content type" } ], "shortName" : [ { "language" : "en", @@ -318,6 +318,10 @@ } } ], "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType", + "displayName" : [ { + "language" : "en", + "text" : "content type" + } ], "idShort" : "contentType" }, { "modelType" : "ConceptDescription", @@ -2057,7 +2061,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "-1%2302-ABG855%23003" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003" } ], "type" : "ExternalReference" } ], @@ -2082,7 +2086,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "-1%2302-ABG856%23003" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003" } ], "type" : "ExternalReference" } ], @@ -2107,7 +2111,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "-1%2302-ABG857%23003" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003" } ], "type" : "ExternalReference" } ], @@ -2132,7 +2136,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "-1%2302-ABG858%23003" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003" } ], "type" : "ExternalReference" } ], @@ -2216,7 +2220,24 @@ } ], "type" : "ExternalReference" }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/Blob/contentType" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/File/contentType" + } ], + "type" : "ExternalReference" + } ], "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "content type" + } ], "idShort" : "contentType" } ] }, { @@ -2230,7 +2251,7 @@ }, { "keys" : [ { "type" : "GlobalReference", - "value" : "-1%2301-AHF575%23003" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003" } ], "type" : "ExternalReference" } ], @@ -3214,7 +3235,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "-1%2302-ABG854%23003" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003" } ], "type" : "ExternalReference" } ], diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml index 0aba983..92db86a 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aas.xml @@ -237,7 +237,7 @@ GlobalReference - -1%2302-ABG855%23003 + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003 @@ -271,7 +271,7 @@ GlobalReference - -1%2302-ABG856%23003 + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003 @@ -305,7 +305,7 @@ GlobalReference - -1%2302-ABG857%23003 + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003 @@ -345,7 +345,7 @@ GlobalReference - -1%2302-ABG858%23003 + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003 @@ -432,6 +432,12 @@ contentType + + + en + content type + + ExternalReference @@ -441,6 +447,26 @@ + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/Blob/contentType + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/File/contentType + + + + xs:string @@ -478,7 +504,7 @@ GlobalReference - -1%2301-AHF575%23003 + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003 @@ -1845,7 +1871,7 @@ GlobalReference - -1%2302-ABG854%23003 + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003 @@ -2367,6 +2393,12 @@ The path can be absolute or relative. contentType + + + en + content type + + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType @@ -2384,7 +2416,7 @@ The path can be absolute or relative. en - contentType + content type @@ -2397,7 +2429,7 @@ The path can be absolute or relative. en - Content type of the content of the file. + Content type of the content of the file or blob. diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aasx b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.aasx index a027364bc011a56c48c59356e84cef64baf9b72b..2b8dccc149b922d1ad0f26afada28f72c622cb48 100644 GIT binary patch delta 13271 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 delta 13164 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 J%=XXI{{?<5A(j9D diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html index c8bb35a..642febc 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.html @@ -181,7 +181,7 @@

Overview

- Aspect Model Diagram + Aspect Model Diagram
@@ -2785,7 +2785,7 @@
Reference
    -
  • urn:irdi:-1%2302-ABG855%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG855%23003
@@ -2847,7 +2847,7 @@
Reference
    -
  • urn:irdi:-1%2302-ABG856%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG856%23003
@@ -2915,7 +2915,7 @@
Reference
    -
  • urn:irdi:-1%2302-ABG857%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG857%23003
@@ -2986,7 +2986,7 @@
Reference
    -
  • urn:irdi:-1%2302-ABG858%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG858%23003
@@ -3108,7 +3108,7 @@
go
Reference
    -
  • urn:irdi:-1%2301-AHF575%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2301-AHF575%23003
@@ -3329,10 +3329,10 @@
-
contentType
+
content type
-Content type of the content of the file. +Content type of the content of the file or blob.
Name
@@ -3378,6 +3378,17 @@
contentType
+
+
Reference
+
+
    +
  • https://admin-shell.io/aas/3/1/Blob/contentType
  • +
+
    +
  • https://admin-shell.io/aas/3/1/File/contentType
  • +
+
+
@@ -3465,7 +3476,7 @@
Reference
    -
  • urn:irdi:-1%2302-ABG854%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABG854%23003
diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json index 697d5bd..0946f89 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/gen/CarbonFootprint.json @@ -1,7 +1,7 @@ { "ProductCarbonFootprints" : [ { "QuantityOfMeasureForCalculation" : 5.0, - "PublicationDate" : "2025-06-11T14:02:02.073+02:00", + "PublicationDate" : "2025-07-03T10:10:36.333+02:00", "ExplanatoryStatement" : { "value" : "https://example.com/SafetyInstructions.pdf", "contentType" : "application/pdf" @@ -89,7 +89,7 @@ "en" : "Example multi language string" } }, - "ExpirationDate" : "2025-06-11T14:02:02.073+02:00", + "ExpirationDate" : "2025-07-03T10:10:36.333+02:00", "PcfCo2eq" : 17.2, "ReferenceImpactUnitForCalculation" : "piece", "PcfCalculationMethods" : [ "ISO 14067" ], From 4637507a0f12663df204f00edd6fdc956daf9715 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 14:49:55 +0200 Subject: [PATCH 22/33] generated .aasx for generic Techncial Data --- .../1.0.0/gen/TechnicalDataGeneric.aasx | Bin 5864 -> 5865 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.aasx b/io.admin-shell.idta.generic.technical_data/1.0.0/gen/TechnicalDataGeneric.aasx index 65ace8120bd9c09aaa403ac5d38bbec92e756569..7777b7c976c8768daec9fefe87c75ed6b1143032 100644 GIT binary patch delta 1009 zcmaE%`%;%Tz?+#xgn@&DgCVx`3|sm;Sf1$IGoV)jxi+K z^Nh^x8)-}O?JsYf-!r$&@PyNRJI~*bO`^WJ8A`raF$v}Ene*w^j<`doe>UbfF75GK z{IyRdM)Tmu4fSf>JEtr;*m8vHuqvnXxrcroOW33gL+vJL&pdZru$VJhpJ`S28&92A zyF@>#Ge7ewyChU!usNh_*1E@UH{Jahx;OIk>7|jMx2gJCUw!%3i`hE)ji$FiN9Hcu zJMNdIzt61tvTMeD|Cx)NqwCf;?#l`6KlagN!q%xD<$Gq{?9uplp+|l1k8Ky?Y+d6| zP3aGr`m_G)@9SkpJS0ui_5@aH@M@$5=LNPLc_YzY9^lQ+aa3Xs_kR%v28PRw3=Aj% zG`WT;031N)ne^(7~~A3~-moRG{j#|`2Zut|b=^qM@PPuNes^M9i@=E8(Yg+%(57f`oJQv1nmQkpX zo#I=nzxtk;Q2Q&_S;?g@=KEgePh%)NY7um4fk0*O&&5XfREt)g_`JUMquKKM+d{7G z{9ol>=o{WDEt{ksH7)6z{hZic?JAZN7_V;43g7pe4HO6odxZUN1H-@>Jq)6Nf*`Q@ z7c-9lI50RxRO(~>n++sd|9f4o*4W^i&aC5Ry!c{Hr$lf0)>>AjzaG)4f2z6te6H*^ zdp<|~x$Vzq3f5m3uWgMIwdfV@aVXS{3Kjpc@RnP4&zy9x4Sw1h9~k)ZPtB1&wY7Ec zRkk(x2Nxa)>?;a>aID&yvv3dN$ru?Kt&a7#yq+Dte(i|CzhhbT3XzlM2yo8hd?qQ` zIB{m@j}DO{vFr}hXN3TU0Q(sRC%1pvv17-YZ9C3P$`Msv9#|B%R5CWLWNY2I zlk5L*{He;0j%#GH4vc3jku$xP$?&%PdWQHi?$l}K$u(uqpPc{oR2>wM($PM8V!%K= z0S-t;CJ_dBew!RGYR3i4Z&BbB$1r)hs6IGAZ;DDY=1u-8Dz5;NM2-n*NZ3QkgG`g} dG0E}=c%zz{AZE`A(g?PB@(M94wm?yk4gi$yu}%O0 delta 1009 zcmaE<`$CsDz?+#xgn@&DgJEUWp^d!8jLblKvNNMv{f~DR-k*b~@3PIka5$mo9pjY< z&oeT&Z=@~Bx4*n`e$U)8!xK*P?L2=!Hj@6-rkItkx>wuF>%up`Olz-SMRf_$UP(-= z4_I_hiZi_QIPrfETaaGo*~Ds^efm+$F_Bxf24QL1O8=dW=Y)LCT^RFUBu4Lb z>;a|o|5xANzwL0k&jN*my{BsO8WdmFbn6@mKW?#yIl!Bp<3|qHGf@Uc28PQ(j1oeV ztC<48A#{#Oul}IlVFRAF_@$q0eXmc=^YJZb>SPu-kvpIg7k$wxP-fw~wGd92FFb-uxk$T5u`qjR&{aOXfnqb#{6)ilo_PFVsD9*tKp|*zx~7H;n4L#nTzGbIP`@UHdEJ z;;Oc9Tb;Jo2b?{4>u_?hs!iH`?qiLU7<)BVpA+Bubxud{%-8pST-}}Xe~VgI&-a(Q z7v>x8N=;H#K3i=0Q~unscXmNSCz{?_@2%YTpA8fSeN(?T++tv0a7GV;D4-x1Z2ry6 zEdUM-P7#&*K<~o_BCY?uPE^lccGb}7w&E$5K(h_bA9dBPZ@ZzU*je`X`?Auofcrw{ zEajiit0{hC{e|(`)+o^#$2i>|oa-sQC--Q{IO%J~+Ha&CFJol4YUYEMkbe8t4n_v7% z+n#a%y<5|+FF0`S%5=flmQoWbhu?R3Z?(R3nz{M5=Dr=ppVI$+5(WjNyOn{aC@>ID zfCG||NrVBO-zF!B+HnE%TNEh4F)&VEA*v4!&s(C>jQNwliOMU0B#~o68W#9q`ViCP eyG*kD0p6&lCW_f}f;56{p1e}biY-7Cq#gh`GPgni From b886aabee11cb4577c9f8ab4c888e26198afe44c Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 14:50:25 +0200 Subject: [PATCH 23/33] generated files Contact Informations --- .../1.0.0/gen/ContactInformations.aasx | Bin 8604 -> 8604 bytes .../1.0.0/gen/ContactInformations.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.aasx b/io.admin-shell.idta.contact_information/1.0.0/gen/ContactInformations.aasx index ea2a9f2db63cb393c20eec0caf4ace9abf1619b3..da749611305d8fb980eab5c32998c4c437af7204 100644 GIT binary patch delta 1018 zcmbQ^Jja0>E- zCa=-c4qFf$CvEQat!CeIS?wUU6O{})k$1k^B zn|7?;AS_LL(GO?ic_p877w)a&d|jQK|L<*K@gkEyuX(sIZ-J88J*#=9HS^++ z3WsPaN5|MsZj)BE@O{j_cE)M1s2GpX#DYs3p2*Bw>XWvRH~1}cp{Jf*-VAT)bjb@b zg=#m=eDxpKv&q!YygK`8LvzsDt-V5bFO)mYTqxcgDxN4m``nCsH^M~s8XudviLG-+ zS)`uVV@u)ZyRPj2xO@B2f2rq1B;Q|-USOZRWp?sJv8d~}e#)Oa_|8s9a{{Af@23xc zz5r7VJI5~j>CbNg(}pv85WrK<=HJZwrNDu)S5Bq=w$~8@iI#ZPC;NPFuU&qjOfc0o zuRMf$@?+sW zm*o4GVZAC=(aXYCa{K+j=!`#QjF+#>FyEmmOLAy-ny*1^1+#78W4_@mr^! zX9oA-!`AIN%)0h)2F^Aghd>6ZYM_Xb?`_(txy+NN!%B$_C_gk6%oy)wgi+NTN_nBq~Mu)!{hg9yLdi?6q zrh5;xyf-b@u&3et@E rlUFLpbAlwnF){g~f+*7=rpb4iWcdTUQB4t1wC4aR1lcq>TG0^zare1Z delta 1017 zcmbQ^JjaU)UPsbt%P3slN5$q$R=U9!~qb zL~V{@sNDkXnd0*4Csccs`4_|`y2No`{P<(C<8_~+OOp<5dpXCKZ|Euro-+quZ&Nxx9bW?y-!kJ}v7IA#M zYRLCKz?+>T=~)@ue_*&=W@KPM3Bk!VOaaWm5S)CTNw5B3UbBIKOa0MXyA3@B7jR7u zR(^WHdurW*q16b}^g3c7;!>~rWUue7S6U0-DxKgx07bKsN8yce|Fh*u2<2A&d5CT+jsA~>@SwrQER#891&3ta5^1!m9=h- z*+omYbH%Ea%SA;hSlX|r>hTEQI&?0J`P%je0S`2ew`dkT-kaEBana#?tc;9SNB*sE zciPvl?R@xX?)7?yAg}Nx?B`X#&+$2MLdT`X#cQL&+4i?-4I(U7FB~h~Cs`=k$MJ6~ z|Ie0|TKFz@_l~y2j`o~yt!|u^`}SAQIPJc6R-Smn=|3H5hnT)A1Tq-d&oVf<{nM1# zxKQbsWhS=0FSHhAPEFDAjVSvzX>$Be&Weic=(uJk>)?3z62WUGnGA2YnP*5Z<4*O< zTmIwGxs&t1p4JD2V@zp|xhOCUPk_Ubkx7IBo*yR*E7);?@*^a@O^#O32Zv{`f;3~^ rOverview
- Aspect Model Diagram + Aspect Model Diagram
From e48a884275551c591fc59dc78ae58c8c79b45dca Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 14:50:46 +0200 Subject: [PATCH 24/33] generated file Nameplate --- .../3.0.0/gen/Nameplate.aasx | Bin 14425 -> 14425 bytes .../3.0.0/gen/Nameplate.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.aasx b/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.aasx index 34f2c9d0f2500203fd21902b676c1798a96a0be9..448fc3552e52ba3c552795aff304df6fdb18f5b0 100644 GIT binary patch delta 1074 zcmcavaI=6nz?+#xgn@&DgCVN)h%Z-05?{GPdGh9{in+j-8un_BdyH)z{I z?H9AeBr0WlzBV^qKdcL6cXvgGYVmwVIvN-0P;)9ydK% zwl%}LII8Rb-wZY_E|#QycjV+I$*%eDW6K(RR$i}ll6!dl`ic8;F8W;iY%{62msh@L z=FJ|Be;0hJFV{!USTH|$MXHUJO4h4C`+xn-woY2q#KwJZh0Qg#DP3!~uW(8#>v?M( z;LXnAWwxv6A23)hGcqus1mNUqrT}JO08T!~q*s5|?}!0UOT6kQTi@tyr^QU~3TqcW zXqv`u(D_^WmP(iMmD=h}P6}0<)1RC-zFQeB{?T<}`g@ZQSI(w6AIr)Xw|#%@I?tiN zDZTJxpUIt$hj+^JwjJBnr3m$V5!KwDM`i`yJCJg=vg=SYcJb#ERfY?zQv?f zr$4QDRL}ONe&(a2Sq@vCJ`M=fUVUrJrvOup+wHq19zJRI);;#oL^gr&9%WTtu8HPT z?X@1qDoyXQ`G0Huy=Py}M=yHuVck8Zzp8G#&-s0FIURK7U;Ae7^64t5) zJ}3;7#pa~m28Mw%dKkbG&*opuwT9rps4`WlkM%xmAkq5Y>qPDBEw}%0-L)W2&iYh*wNkW%=$6(cHi$0 zTSX0H_I#}8^6+}e`SL*VNn3Sg10!QW`H4YiJU-{$=2T#96tfDrH&Mm!ME~{Xw|Dk8 zdd{57e*Mh4eeWOF8UA!y++uV0{@dlB0v8{<&H6yedeO`c2W&k=7|!sk`FvVyqo=q2 z6t7;;taVCNQWrlPdEPWiUH!#UdH*Nn53kqe7V>hvajBKO;A$GNoNdePdkb=B=uL^d z*Z1+}+==$D#pi%9gw+svim?qz4lI0KZMm6-Jxir%g=E;mKV%lg@QOIr)L@_I8vc82D E0LK`>>;M1& delta 1073 zcmcavaI=6nz?+#xgn@&DgJFHup^d!8jP*b|iUA351KIIKsX4{^dLVM{#IspP6a*UL zUH3=_&z_$aS?;g(1k_$zoVB%UN4zt`nMxTAouXC zw1C9|XDt%kPf9*&i45YKaP9Ts8k5O|^H;jB@BaCBmZ8;#r{9G>oEH0%B;#!y6)pMy z;Efr%9e?=GR$O{?+o}4iNUf%Auw7EJR!IG2n5jSN&w`%l&eitM7Lf zA$GltpA7j)x4N!%PU0y2KW~jd$Gta_KP#8n=e}0jr?Kqj=Eh~K90j7^r^)f|nLqz2 zbH|j4vU>AQ9+)aLr|n;_*qNs)zQrDk3@jvP6!Gz*kXG1)4fvhm8G{muPj;m?u1-_)NAj{jTXr=n$iIs znZZvNZ<=RZxbD=S?EO{Ym+W(ADn0hy%l6B=CvR@#vd(EsXZ__*pZ-qmq{xXTsj98o z_BG6)Fu1S4J?}O!44l!!0G4_-|75N;1P4Z?sY?A_uOkK`E%B;P_W53VrL^#^(y6XR zZ<@5b$_;I|9eviWa_jBw+1IulwAs^Cjci`u_7ebq-B(X%z+I88tQ~ulR zCp^mXE$dwKO{P?^^j{BE)SZ6p;5kWdy^;rkPcqIg)h(26dfHNPvq{LVmrwR+_~R)Y zA74u)wblsp)=%iUBpN8-qT8e(Y_O4AP=4apmXYNr2Q>fZ zCxnSTKUm(KEzwqTB0WCm$cf8$-~NrUd-MGs>$umbJBaBf7z+9|C8{C*SRsJtWtM;Y9%jL#w<5s-Euo_aqb+wX_h-@ zKI-1BP=9T`9XKuRnCbdM6c~mlz~RWqB*FmCkCQK$*>QsMBRIWH7B@El2d9_0G-KZ6 zG;?_ckQ{P6NF(K228M%7lkYIe@&|aM8hX)On&~O?Bo;AkG?^%5rwF1Ll{;DALJI(0 CX2R6~ diff --git a/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.html b/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.html index de039fa..fdd0771 100644 --- a/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.html +++ b/io.admin-shell.idta.digital_nameplate/3.0.0/gen/Nameplate.html @@ -181,7 +181,7 @@

Overview

- Aspect Model Diagram + Aspect Model Diagram
From 29bf7667c01f41e79a955a363b9a29803162b131 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 14:51:02 +0200 Subject: [PATCH 25/33] generated files Handover Docu --- .../2.0.0/gen/HandoverDocumentation.aas.json | 14 +++++++------- .../2.0.0/gen/HandoverDocumentation.aas.xml | 14 +++++++------- .../2.0.0/gen/HandoverDocumentation.aasx | Bin 13857 -> 13823 bytes .../2.0.0/gen/HandoverDocumentation.html | 10 +++++----- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.json b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.json index f6d95dc..142658a 100644 --- a/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.json +++ b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.json @@ -1558,7 +1558,7 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI500%23003/0173-1%2301-AHF579%23003" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABI500%23003/0173-1%2301-AHF579%23003" } ], "type" : "ExternalReference" }, { @@ -1592,13 +1592,13 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://api.eclass-cdp.com/0173-1-02-ABI501-003" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABI501%23003" } ], "type" : "ExternalReference" }, { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI501%23003" + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI501-003" } ], "type" : "ExternalReference" } ], @@ -1756,13 +1756,13 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI502%23003" + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI502-003" } ], "type" : "ExternalReference" }, { "keys" : [ { "type" : "GlobalReference", - "value" : "https://api.eclass-cdp.com/0173-1-02-ABI502-003" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABI502%23003" } ], "type" : "ExternalReference" } ], @@ -1926,13 +1926,13 @@ "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://api.eclass-cdp.com/0173-1-02-ABI503-003" + "value" : "file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABI503%23003" } ], "type" : "ExternalReference" }, { "keys" : [ { "type" : "GlobalReference", - "value" : "file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI503%23003" + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI503-003" } ], "type" : "ExternalReference" } ], diff --git a/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.xml b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.xml index 3bfa6b4..fdebb07 100644 --- a/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.xml +++ b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aas.xml @@ -156,7 +156,7 @@ GlobalReference - file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI500%23003/0173-1%2301-AHF579%23003 + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABI500%23003/0173-1%2301-AHF579%23003 @@ -208,7 +208,7 @@ GlobalReference - https://api.eclass-cdp.com/0173-1-02-ABI501-003 + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABI501%23003 @@ -217,7 +217,7 @@ GlobalReference - file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI501%23003 + https://api.eclass-cdp.com/0173-1-02-ABI501-003 @@ -439,7 +439,7 @@ Constraint: at least one classification according to VDI 2770 shall be provided. GlobalReference - file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI502%23003 + https://api.eclass-cdp.com/0173-1-02-ABI502-003 @@ -448,7 +448,7 @@ Constraint: at least one classification according to VDI 2770 shall be provided. GlobalReference - https://api.eclass-cdp.com/0173-1-02-ABI502-003 + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABI502%23003 @@ -680,7 +680,7 @@ Note: at the time of handover, this collection shall include at least one Docume GlobalReference - https://api.eclass-cdp.com/0173-1-02-ABI503-003 + file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABI503%23003 @@ -689,7 +689,7 @@ Note: at the time of handover, this collection shall include at least one Docume GlobalReference - file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI503%23003 + https://api.eclass-cdp.com/0173-1-02-ABI503-003 diff --git a/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aasx b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.aasx index e33e038c2ff7d1995c0ad05c6a61aa4a8dc32aad..c751635e5b97c4ef7da29c52f7879c1a58c93024 100644 GIT binary patch delta 12616 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 diff --git a/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.html b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.html index c44c865..5ef4675 100644 --- a/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.html +++ b/io.admin-shell.idta.handover_documentation/2.0.0/gen/HandoverDocumentation.html @@ -181,7 +181,7 @@

Overview

- Aspect Model Diagram + Aspect Model Diagram
@@ -581,7 +581,7 @@

Docume Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI500%23003/0173-1%2301-AHF579%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABI500%23003/0173-1%2301-AHF579%23003
  • https://api.eclass-cdp.com/0173-1-02-ABI500-003/0173-1-01-AHF579-003
  • @@ -653,7 +653,7 @@
    Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI501%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABI501%23003
  • https://api.eclass-cdp.com/0173-1-02-ABI501-003
  • @@ -724,7 +724,7 @@
    Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI502%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABI502%23003
  • https://api.eclass-cdp.com/0173-1-02-ABI502-003
  • @@ -795,7 +795,7 @@
    Reference
    -
  • file:///C:/__git/bosch-semantic-stack.rbs-aspect-models/src/main/resources/aspects/cli/0173-1%2302-ABI503%23003
  • +
  • file:///C:/__git/admin-shell-io.smt-semantic-models/cli/0173-1%2302-ABI503%23003
  • https://api.eclass-cdp.com/0173-1-02-ABI503-003
  • From 10f6afbfea75718b44c4df6fa2a7bc95055029c3 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 14:51:17 +0200 Subject: [PATCH 26/33] genearted file shared elements IDTA --- .../3.1.0/gen/TestAspectShared.aasx | Bin 4716 -> 4719 bytes .../3.1.0/gen/TestAspectShared.html | 2 +- .../3.1.0/gen/ValueOnlyExampleAspect.aasx | Bin 5249 -> 5251 bytes .../3.1.0/gen/ValueOnlyExampleAspect.html | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.aasx b/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.aasx index df337e45d4d879e9c0c31e60d04fe280803e247a..ff7345c7d2151c7c32609c77098744662432db11 100644 GIT binary patch delta 1055 zcmaE(@?M2Ez?+#xgn@&DgCV{2&%Q-0RV1>yI_tX51H$(m`y#W~yR|N6TBxA^97XlP>+*XrKNxGd?l?ka(JndI-B z0p9E!$qx?o`~wEdWkv=DlmMJu%@n{448Y0fm@MnJ$KGN!y({b?vtz+i#yy?Cm2atZ zDPO6r-sGfEwK@ICdE>j4(c&LnC#JtQk?9g*v3&gYjT^80bn!~2gPe1Z9<{zypxjn` zfA8fc&G{cp*u`c(j5s_cs3NHAtc!NhL*|`tcN-9SJg;nE@SpR{jZ;d@r;!TsGj}hk?xjQm&m{=u^Sfs5SyGFoillY%kJOr zeP2g8)_TvF*>4%Vrp&qD?!Yd;)k5lqM>(ck*c9yBDgUapq-)~m7|(mztg82#53gP& z(8igYn7x(pwRM3;!Ib1fQ+9m4XW%p^Bk_SAAD`%v@LcwHhp(F*DfoCyx?VwZ>G2eX z^QzzH_#8N)<5J_`wNc^h?zia;A}m!B4wdecEEMhI_{$3Zv!$gLzKhwu<5*$O@tkk1 zZk(07cJG~k+I{Yl22nUCxSL1YySO_QC3RM@TyfCK^b Cd%s-( delta 1071 zcmaE_@z?+#xgn@&DgJFBsp^d!8jP*b|iUA351KIIKsX4{^dLVM{#Isq44R{*j zRe!v*@VvfNuC)5rg7$+FcbPS|&6;7kZR1&w`*n+w?Io?>CQWFytDRKVURiWidRb0$ z_?orSVGFMxjIh`ER#f#MI_xRay#{VM(cKAY?SJ1%%8F>6T->{}Ua9STSMSmz){2|t z3Y%iuJLVZZpP;58vdq!t!g_-RFJ?UpTQZ+#TS}PwVu=@}{I&Zd3p1@w<}aBhvn}`h z?XzOhHtU~6O}fWCDW@}K>`{$^Vz9b#hRidktB#O!nQlCFn`PT$6Q z_5g2ojzf-zkN*dT%VkCe29yw-T*VZ?3=F}^XPGSPU;bOXteUBlS$vC4L+9RH*Vitd zExYpl!#G^>zxDj7TxP5PdC5MDWf!|!+gGt2ePq*nDY|06&1>ZqQvx~E^>ZE`<2)Dp z`vqDgIrDxngSba*V=-IFItR~!rZc_3)c>VD&An~vRMDVcv`bLOk6{73a{Yi7P` z)p^i1`*PbvlaKY=uHByNTwB6^ZFk$9f6Xrnl$c5n-YDLdAaFV9l>6g7Dbr%6{=8oI zHRO`L?##sxV)wHC^X@U}Uv&Av<&fTg?VG*IrvhCHq$OVU$v)r9>sGgH>(s&DUnLe$`7%vwP;V&+>#^ZA0nYFxF*-O@bN=U;CM|)~(ofQPS;Pap>nb zZH*5ceEFwhB-FOF?!C&k=KX<%2Lk&zgCAV0KFm?Li1lQwjEq*t`deP_4qrDrQt4_uJ+(ZdJI@%<@!rp`ogM9DmrZdgjfWEcn+& z#~d~|;%xTYN!e@OyS(?$KLsvdcANEqk^Q2X8xGiB(O{S%?>pm3bmbX6z16yUmsM;# zCzVcFB6>E$>*lL3mg@UI34eIKHn)y1yXi?#C{UouM}+@~+RvqjM+Q zzn(rH6sQ-gj!X~*2IvWJpfWOvFu?QUW*schG6axU{OUQo! diff --git a/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.html b/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.html index 9da9135..04c6cb5 100644 --- a/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.html +++ b/io.admin-shell.idta.shared/3.1.0/gen/TestAspectShared.html @@ -181,7 +181,7 @@

    Overview

    - Aspect Model Diagram + Aspect Model Diagram
    diff --git a/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.aasx b/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.aasx index e577c082c4b6c0be4101687c7ac3c4bf58ed9b39..3a6c297148cb55fa2fbfb75db990a70d8bf2020e 100644 GIT binary patch delta 1020 zcmZqFY}Vur@MdNaVc_84U`Q!_xslhHu^vcAF(3hMAUnP&HK$l#4@AzLcsB2_0#8Fc zYoU4yZ}z2CTb75uO1xxJ%KxBo@&ZAJhE-qQwp+bbzwEbLLGtu```fz@+e8)}oY7N0 z>0YR*>WeAYkMU00H>ZEiVwKbasWs&qFGYoI-;|%vP@F!=WYz?a`otY7FJ~0rD4KVr zLwLz4_7c_0zbzc~5@jkFzOpfY3XNS~`RC*UZ#BzIPsh$}`M=ktedqn+!>~@$#L3`d z?v%E(*~%f_CnX;>L@V`#PE>369Qr^UXc$apJ9MN9ra z7%@Y);}8GYic72Wx!+z5{<758=VwRg%>Uv0>vP-vXE-{yNl$IP#E@+ERLr$Qzi(qb zdw@4P$27lmxBtL!xy;DGfD(d}tC<3rfgw2g9Fsx)VFLk|`lGjYCtsehEu^rDsgqee z#4aH@e{#o>ZF|JL{>z1Pxa93NzO~)>ZDnlQN7v5f4|r`tq*yAY?>u2=mY*(O$#PI~ z?_tXdqXOl&;_Le^_w1bW!NOIn_2JC}Gm33AkCrWA-N`kvrf{92?u^s3*hDYZJ#xre z{xxptf1VpgN9$J`H=Iq3|85)Q>3=rR&Z>RW^&2N%GfJ;5jlX`D?+EKg^u&ofmZ{Pq(>b6CV8IVa}zyswXGvtXLO1`_o-> zPzZF*%V4?<3;}2K5J04z&A*wK@PY$lk)TR_tbenCMC*UA%hef;KR2>P^rX2hzBwt; zsg@>RF+9J3hl}Z4Svv`B|A6y ziA}ia`z=jO{0}~?I@6ly6n!Hq_rNbP87`TpGYnYoRp(16`n_>15@&DcdbE1mq~9O5 z@*2kM`B=~9;q_8;;)BYww(80TM#h5j6SvNo`0Q?(@B%Rws|gGCD0|MCAithn`|kcm z&zW=Cub*4D@BL%D*);G{4smhLyYi6Q#yIa zf4n(&a{kxT{-B_=-Vzui1`Ng%;Gkq=5@CR6$jLv1>^MLf5|rR3+X)+jgR@B3niC`l zj)TeDgdM=5KZT{4o-$8j5u2h!jrQ_1lV2+f$}y0qXD|+ delta 1031 zcmZqHY}Dip@MdNaVc_84VAxu9Xd|yNV?B_LVn71iKz4jlYEH4f9*CSf@od&%1D=NX zqd(qR=;qGp*=3u1;c!CFJH{;@zCNWY&a;`otYee$FV~G1=&= zvhM^f`4dym+&s=%#Q9i(`HQ%O$GX?MCVo_J)}Q&NV^;H`t2SC@( zr<>rayxXg$HEb3>(zxlFkiyyR?msfv9@_=?%XRgVlF@1(`+97y3JJkU!+#k_I2%&RcHRMzQ2E)vihlp2@l;w7n&@X;k(mSa8h^j zoBNCb-s~J-GvXWm1HvZt@Xrg zE%~XOc9YMC&a8jCJ;D3ebKT%i72)|4{|POQojcv;@}>~IKLuqk-%Wbr!FJ`s>e!zT zr9lC3Hg|`>EnomRqXz&|(%Jl%c`+|IFcu4{)CYPWHV|q3?{%Vjw#i&)r`w9BTmsED zIDgb#c759oHO0=dzu%XYh6UUgI%g^Wd|poR8|yEO*S1DIwdmAzTd-tZROs^`0eOpy zd*+C*5}F$};jy61J&~CvFZB$;c$a0MCz;e+k)ffbt_Ky-juyHUx)eiLf;%NDv$c ulXnO^fJJ``OEW!Tp3KN1Hd#-EM;@dA*Nmb#kPL3foH|kRSkK*SwAZ diff --git a/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.html b/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.html index c57bd52..ad8224c 100644 --- a/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.html +++ b/io.admin-shell.idta.shared/3.1.0/gen/ValueOnlyExampleAspect.html @@ -181,7 +181,7 @@

    Overview

    - Aspect Model Diagram + Aspect Model Diagram
    From b6144162d076c5cb6d82a71036bba7a07d9a2cae Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 14:51:35 +0200 Subject: [PATCH 27/33] generated files Battery Pass Technical Data --- .../gen/TechnicalData_BatteryPass.aas.json | 981 +++++ .../gen/TechnicalData_BatteryPass.aas.xml | 1363 ++++++ .../1.0.0/gen/TechnicalData_BatteryPass.aasx | Bin 0 -> 5863 bytes .../1.0.0/gen/TechnicalData_BatteryPass.html | 3811 +++++++++++++++++ .../1.0.0/gen/TechnicalData_BatteryPass.json | 55 + 5 files changed, 6210 insertions(+) create mode 100644 io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.aas.json create mode 100644 io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.aas.xml create mode 100644 io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.aasx create mode 100644 io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.html create mode 100644 io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.json diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.aas.json b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.aas.json new file mode 100644 index 0000000..5f93f84 --- /dev/null +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.aas.json @@ -0,0 +1,981 @@ +{ + "assetAdministrationShells" : [ { + "modelType" : "AssetAdministrationShell", + "assetInformation" : { + "assetKind" : "Type" + }, + "submodels" : [ { + "keys" : [ { + "type" : "Submodel", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData/submodel" + } ], + "type" : "ModelReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData", + "description" : [ { + "language" : "en", + "text" : "defaultAdminShell" + } ], + "idShort" : "defaultAdminShell" + } ], + "conceptDescriptions" : [ { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "definition" : [ { + "language" : "en", + "text" : "Technical data of the asset and associated product classificatons." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "TechnicalData" + } ], + "shortName" : [ { + "language" : "en", + "text" : "TechnicalData" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData", + "category" : "APPLICATION_CLASS", + "description" : [ { + "language" : "en", + "text" : "Technical data of the asset and associated product classificatons." + } ], + "idShort" : "TechnicalData" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Further information on the product, the validity of the information provided and this data record." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "furtherInformation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "furtherInformation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#furtherInformation", + "idShort" : "furtherInformation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Technical and product properties. Individual Characteristics that describe the product and its technical properties." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "technicalProperties" + } ], + "shortName" : [ { + "language" : "en", + "text" : "technicalProperties" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#technicalProperties", + "idShort" : "technicalProperties" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Common name of the classification system.\nNote: Examples for common names for classification systems are \"ECLASS\" or \"IEC CDD\"." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product classification system" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productClassificationSystem" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassificationSystem", + "displayName" : [ { + "language" : "en", + "text" : "product classification system" + } ], + "idShort" : "productClassificationSystem" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Common version identifier of the used classification system, in order to distinguish different version of the property dictionary.\nNote: Casing is to be ignored." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "classification system version" + } ], + "shortName" : [ { + "language" : "en", + "text" : "classificationSystemVersion" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#classificationSystemVersion", + "displayName" : [ { + "language" : "en", + "text" : "classification system version" + } ], + "idShort" : "classificationSystemVersion" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Class of the associated product or industrial equipment in the classification system. According to the notation of the system.\nNote: Ideally, the Property/valueId is used to reference the IRI/ IRDI of the product class." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product class ID" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productClassId" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassId", + "displayName" : [ { + "language" : "en", + "text" : "product class ID" + } ], + "idShort" : "productClassId" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Product classifications by association with product classes in common classification systems." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product classifications" + }, { + "language" : "de", + "text" : "Produkt-Klassifikationen" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productClassifications" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassifications", + "displayName" : [ { + "language" : "en", + "text" : "product classifications" + }, { + "language" : "de", + "text" : "Produkt-Klassifikationen" + } ], + "idShort" : "productClassifications" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Name des Herstellers." + }, { + "language" : "en", + "text" : "Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Herstellername" + }, { + "language" : "en", + "text" : "manufacturer name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerName" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerName", + "displayName" : [ { + "language" : "de", + "text" : "Herstellername" + }, { + "language" : "en", + "text" : "manufacturer name" + } ], + "idShort" : "manufacturerName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Das Firmenlogo des Produkts." + }, { + "language" : "en", + "text" : "A graphic mark used to represent a company, an organisation or a product." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "company logo" + }, { + "language" : "de", + "text" : "Firmenlogo" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerLogo" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerLogo", + "displayName" : [ { + "language" : "en", + "text" : "company logo" + }, { + "language" : "de", + "text" : "Firmenlogo" + } ], + "idShort" : "manufacturerLogo" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Bezeichnung des Produkts." + }, { + "language" : "en", + "text" : "Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy." + } ], + "preferredName" : [ { + "language" : "de", + "text" : "Produktbezeichnung" + }, { + "language" : "en", + "text" : "manufacturer product designation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerProductDesignation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerProductDesignation", + "displayName" : [ { + "language" : "de", + "text" : "Produktbezeichnung" + }, { + "language" : "en", + "text" : "manufacturer product designation" + } ], + "idShort" : "manufacturerProductDesignation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Unique product identifier of the manufacturer Note: The manufacturer article number is represented as a string, although often a numerical ID." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "article number of the product" + }, { + "language" : "de", + "text" : "Artikelnummer des Produkts" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerArticleNumber" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerArticleNumber", + "displayName" : [ { + "language" : "en", + "text" : "article number of the product" + }, { + "language" : "de", + "text" : "Artikelnummer des Produkts" + } ], + "idShort" : "manufacturerArticleNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "de", + "text" : "Eindeutige Zahlen- und Buchstabenkombination um das Produkt eindeutig für die Bestellung zu identifizieren." + }, { + "language" : "en", + "text" : "Unique combination of numbers and letters used to identify the device for ordering." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "order code for the product" + }, { + "language" : "de", + "text" : "Bestellcode des Produkts" + } ], + "shortName" : [ { + "language" : "en", + "text" : "manufacturerOrderCode" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerOrderCode", + "displayName" : [ { + "language" : "en", + "text" : "order code for the product" + }, { + "language" : "de", + "text" : "Bestellcode des Produkts" + } ], + "idShort" : "manufacturerOrderCode" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Path and name of the file (with file extension).\n\nThe path can be absolute or relative." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "resourceValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "resourceValue" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue", + "idShort" : "resourceValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Content type of the content of the file." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "contentType" + } ], + "shortName" : [ { + "language" : "en", + "text" : "contentType" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType", + "idShort" : "contentType" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Image files for associated product provided in common format (.png, .jpg)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product images" + } ], + "shortName" : [ { + "language" : "en", + "text" : "productImages" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productImages", + "displayName" : [ { + "language" : "en", + "text" : "product images" + } ], + "idShort" : "productImages" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "General information, for example ordering and manufacturer information." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "general information" + } ], + "shortName" : [ { + "language" : "en", + "text" : "generalInformation" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#generalInformation", + "displayName" : [ { + "language" : "en", + "text" : "general information" + } ], + "idShort" : "generalInformation" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/Submodel/1/2" + } ], + "type" : "ExternalReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData/submodel", + "description" : [ { + "language" : "en", + "text" : "Technical data of the asset and associated product classificatons." + } ], + "idShort" : "TechnicalData", + "submodelElements" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Further information on the product, the validity of the information provided and this data record." + } ], + "idShort" : "furtherInformation" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/TechnicalProperties/1/1" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Technical and product properties. Individual Characteristics that describe the product and its technical properties." + } ], + "idShort" : "technicalProperties" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#ProductClassificationSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/ProductClassifications/1/1" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Product classifications by association with product classes in common classification systems." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product classifications" + }, { + "language" : "de", + "text" : "Produkt-Klassifikationen" + } ], + "idShort" : "productClassifications", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://api.eclass-cdp.com/0173-1-02-ABI502-003/0173-1-01-AHF581-003" + } ], + "type" : "ExternalReference" + }, { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-ABI502#003/0173-1#01-AHF581#003" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Product classifications by association with product classes in common classification systems." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product classifications" + }, { + "language" : "de", + "text" : "Produkt-Klassifikationen" + } ], + "idShort" : "productClassifications", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassificationSystem" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/ProductClassificationSystem/1/1" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "product classification system" + } ], + "idShort" : "productClassificationSystem" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#classificationSystemVersion" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/ClassificationSystemVersion/1/1" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "classification system version" + } ], + "idShort" : "classificationSystemVersion" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassId" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/ProductClassId/1/1" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "product class ID" + } ], + "idShort" : "productClassId" + } ] + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/GeneralInformation/1/1" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "General information, for example ordering and manufacturer information." + } ], + "displayName" : [ { + "language" : "en", + "text" : "general information" + } ], + "idShort" : "generalInformation", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO677%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Herstellername" + }, { + "language" : "en", + "text" : "manufacturer name" + } ], + "idShort" : "manufacturerName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerLogo" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/ManufacturerLogo/1/1" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:anyURI", + "displayName" : [ { + "language" : "en", + "text" : "company logo" + }, { + "language" : "de", + "text" : "Firmenlogo" + } ], + "idShort" : "manufacturerLogo" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerProductDesignation" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAW338%23001" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Bezeichnung des Produkts." + }, { + "language" : "en", + "text" : "Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Produktbezeichnung" + }, { + "language" : "en", + "text" : "manufacturer product designation" + } ], + "idShort" : "manufacturerProductDesignation" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerArticleNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO676%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "article number of the product" + }, { + "language" : "de", + "text" : "Artikelnummer des Produkts" + } ], + "idShort" : "manufacturerArticleNumber" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerOrderCode" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO227%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "order code for the product" + }, { + "language" : "de", + "text" : "Bestellcode des Produkts" + } ], + "idShort" : "manufacturerOrderCode" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#ProductImageSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/ProductImages/1/1" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Image files for associated product provided in common format (.png, .jpg)." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product images" + } ], + "idShort" : "productImages", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/File" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Image files for associated product provided in common format (.png, .jpg)." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product images" + } ], + "idShort" : "productImages", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "resourceValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "contentType" + } ] + } ] + } ] + } ] + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.aas.xml b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.aas.xml new file mode 100644 index 0000000..618d913 --- /dev/null +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.aas.xml @@ -0,0 +1,1363 @@ + + + + + defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData + + Type + + + + ModelReference + + + Submodel + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData/submodel + + + + + + + + + TechnicalData + + + en + Technical data of the asset and associated product classificatons. + + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData/submodel + Template + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/Submodel/1/2 + + + + + + + furtherInformation + + + en + Further information on the product, the validity of the information provided and this data record. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1 + + + + + + + technicalProperties + + + en + Technical and product properties. Individual Characteristics that describe the product and its technical properties. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/TechnicalProperties/1/1 + + + + + + + productClassifications + + + en + product classifications + + + de + Produkt-Klassifikationen + + + + + en + Product classifications by association with product classes in common classification systems. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#ProductClassificationSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/ProductClassifications/1/1 + + + + + false + SubmodelElementCollection + + + productClassifications + + + en + product classifications + + + de + Produkt-Klassifikationen + + + + + en + Product classifications by association with product classes in common classification systems. + + + + + ExternalReference + + + GlobalReference + https://api.eclass-cdp.com/0173-1-02-ABI502-003/0173-1-01-AHF581-003 + + + + + ExternalReference + + + GlobalReference + 0173-1#02-ABI502#003/0173-1#01-AHF581#003 + + + + + + + productClassificationSystem + + + en + product classification system + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassificationSystem + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/ProductClassificationSystem/1/1 + + + + + xs:string + + + classificationSystemVersion + + + en + classification system version + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#classificationSystemVersion + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/ClassificationSystemVersion/1/1 + + + + + xs:string + + + productClassId + + + en + product class ID + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassId + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/ProductClassId/1/1 + + + + + xs:string + + + + + + + generalInformation + + + en + general information + + + + + en + General information, for example ordering and manufacturer information. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/GeneralInformation/1/1 + + + + + + + manufacturerName + + + de + Herstellername + + + en + manufacturer name + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerName + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO677%23002 + + + + + xs:string + + + manufacturerLogo + + + en + company logo + + + de + Firmenlogo + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerLogo + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/ManufacturerLogo/1/1 + + + + + xs:anyURI + + + manufacturerProductDesignation + + + de + Produktbezeichnung + + + en + manufacturer product designation + + + + + de + Bezeichnung des Produkts. + + + en + Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy. + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerProductDesignation + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAW338%23001 + + + + + + + manufacturerArticleNumber + + + en + article number of the product + + + de + Artikelnummer des Produkts + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerArticleNumber + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO676%23003 + + + + + xs:string + + + manufacturerOrderCode + + + en + order code for the product + + + de + Bestellcode des Produkts + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerOrderCode + + + + + + ExternalReference + + + GlobalReference + 0173-1%2302-AAO227%23002 + + + + + xs:string + + + productImages + + + en + product images + + + + + en + Image files for associated product provided in common format (.png, .jpg). + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#ProductImageSet + + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/ProductImages/1/1 + + + + + false + SubmodelElementCollection + + + productImages + + + en + product images + + + + + en + Image files for associated product provided in common format (.png, .jpg). + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/aas/3/1/File + + + + + + + resourceValue + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + xs:anyURI + + + contentType + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + xs:string + + + + + + + + + + + + + APPLICATION_CLASS + TechnicalData + + + en + Technical data of the asset and associated product classificatons. + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#TechnicalData + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + TechnicalData + + + + + en + TechnicalData + + + + + en + Technical data of the asset and associated product classificatons. + + + + + + + + + furtherInformation + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#furtherInformation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + furtherInformation + + + + + en + furtherInformation + + + STRING + + + en + Further information on the product, the validity of the information provided and this data record. + + + + + + + + + technicalProperties + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#technicalProperties + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + technicalProperties + + + + + en + technicalProperties + + + STRING + + + en + Technical and product properties. Individual Characteristics that describe the product and its technical properties. + + + + + + + + + productClassificationSystem + + + en + product classification system + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassificationSystem + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product classification system + + + + + en + productClassificationSystem + + + STRING + + + en + Common name of the classification system. +Note: Examples for common names for classification systems are "ECLASS" or "IEC CDD". + + + + + + + + + classificationSystemVersion + + + en + classification system version + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#classificationSystemVersion + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + classification system version + + + + + en + classificationSystemVersion + + + STRING + + + en + Common version identifier of the used classification system, in order to distinguish different version of the property dictionary. +Note: Casing is to be ignored. + + + + + + + + + productClassId + + + en + product class ID + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassId + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product class ID + + + + + en + productClassId + + + STRING + + + en + Class of the associated product or industrial equipment in the classification system. According to the notation of the system. +Note: Ideally, the Property/valueId is used to reference the IRI/ IRDI of the product class. + + + + + + + + + productClassifications + + + en + product classifications + + + de + Produkt-Klassifikationen + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productClassifications + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product classifications + + + de + Produkt-Klassifikationen + + + + + en + productClassifications + + + STRING + + + en + Product classifications by association with product classes in common classification systems. + + + + + + + + + manufacturerName + + + de + Herstellername + + + en + manufacturer name + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Herstellername + + + en + manufacturer name + + + + + en + manufacturerName + + + STRING + + + de + Name des Herstellers. + + + en + Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation. + + + + + + + + + manufacturerLogo + + + en + company logo + + + de + Firmenlogo + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerLogo + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + company logo + + + de + Firmenlogo + + + + + en + manufacturerLogo + + + STRING + + + de + Das Firmenlogo des Produkts. + + + en + A graphic mark used to represent a company, an organisation or a product. + + + + + + + + + manufacturerProductDesignation + + + de + Produktbezeichnung + + + en + manufacturer product designation + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerProductDesignation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + de + Produktbezeichnung + + + en + manufacturer product designation + + + + + en + manufacturerProductDesignation + + + STRING + + + de + Bezeichnung des Produkts. + + + en + Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy. + + + + + + + + + manufacturerArticleNumber + + + en + article number of the product + + + de + Artikelnummer des Produkts + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerArticleNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + article number of the product + + + de + Artikelnummer des Produkts + + + + + en + manufacturerArticleNumber + + + STRING + + + en + Unique product identifier of the manufacturer Note: The manufacturer article number is represented as a string, although often a numerical ID. + + + + + + + + + manufacturerOrderCode + + + en + order code for the product + + + de + Bestellcode des Produkts + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#manufacturerOrderCode + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + order code for the product + + + de + Bestellcode des Produkts + + + + + en + manufacturerOrderCode + + + STRING + + + de + Eindeutige Zahlen- und Buchstabenkombination um das Produkt eindeutig für die Bestellung zu identifizieren. + + + en + Unique combination of numbers and letters used to identify the device for ordering. + + + + + + + + + resourceValue + urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + resourceValue + + + + + en + resourceValue + + + STRING + + + en + Path and name of the file (with file extension). + +The path can be absolute or relative. + + + + + + + + + contentType + urn:samm:io.admin-shell.idta.shared:3.1.0#contentType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + contentType + + + + + en + contentType + + + STRING + + + en + Content type of the content of the file. + + + + + + + + + productImages + + + en + product images + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#productImages + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product images + + + + + en + productImages + + + STRING + + + en + Image files for associated product provided in common format (.png, .jpg). + + + + + + + + + generalInformation + + + en + general information + + + urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0#generalInformation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + general information + + + + + en + generalInformation + + + STRING + + + en + General information, for example ordering and manufacturer information. + + + + + + + + + diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.aasx b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.aasx new file mode 100644 index 0000000000000000000000000000000000000000..5c832e0d6ab626a7da88927b6f8b9110adaf31f9 GIT binary patch literal 5863 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 IK!t$+0W->a1^@s6 literal 0 HcmV?d00001 diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.html b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.html new file mode 100644 index 0000000..2a200ed --- /dev/null +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.html @@ -0,0 +1,3811 @@ + + + + + + + + + + + + + + Documentation TechnicalData + + +
    +
    +
    +
    +

    Aspect Model TechnicalData

    +
    urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#TechnicalData
    +
    +
    +
    +
    +
    +
    +
    + +
    + + +
    + Technical data of the asset and associated product classificatons. +
    + + +
    +

    Overview

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

    Properties

    +
    + +
    + +
    +

    general information

    +
    + +General information, for example ordering and manufacturer information. + +
    +
    Name
    +
    generalInformation
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    generalInformation
    +
    + +
    +
    Reference
    +
    +
      +
    • https://admin-shell.io/ZVEI/TechnicalData/GeneralInformation/1/1
    • +
    +
    +
    + +
    +
    + +
    +

    product classifications

    +
    + +Product classifications by association with product classes in common classification systems. + +
    +
    Name
    +
    productClassifications
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Set
    +
    +
    +
    Has no order
    +
    +
    +
    Duplicates not allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + Yes
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    productClassifications
    +
    + +
    +
    Reference
    +
    +
      +
    • https://admin-shell.io/ZVEI/TechnicalData/ProductClassifications/1/1
    • +
    +
    +
    + +
    +
    + +
    +

    technicalProperties

    +
    + +Technical and product properties. Individual Characteristics that describe the product and its technical properties. + +
    +
    Name
    +
    technicalProperties
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    technicalProperties
    +
    + +
    +
    Reference
    +
    +
      +
    • https://admin-shell.io/ZVEI/TechnicalData/TechnicalProperties/1/1
    • +
    +
    +
    + +
    +
    + + + +
    +
    +

    Entities

    +
    + +
    +
    +

    CapacityEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    +
    +
    +

    EfficiencyEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    +
    +
    +

    GeneralInformationEntity

    +
    +
    + +
    +
    + Reference +
    +
      +
    • https://admin-shell.io/ZVEI/TechnicalData/GeneralInformation/1/1
    • +
    +
    +
    + +
    +

    Properties

    +
    +
    + +
    +
    manufacturer name
    +
    + +Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation. + +
    +
    Name
    +
    manufacturerName
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    ManufacturerName
    +
    + +
    +
    Reference
    +
    +
      +
    • urn:irdi:0173-1%2302-AAO677%23002
    • +
    +
    +
    + +
    +
    + +
    +
    company logo
    +
    + +A graphic mark used to represent a company, an organisation or a product. + +
    +
    Name
    +
    manufacturerLogo
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + Yes
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    ManufacturerLogo
    +
    + +
    +
    Reference
    +
    +
      +
    • https://admin-shell.io/ZVEI/TechnicalData/ManufacturerLogo/1/1
    • +
    +
    +
    + +
    +
    + +
    +
    manufacturer product designation
    +
    + +Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy. + +
    +
    Name
    +
    manufacturerProductDesignation
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Set
    +
    +
    +
    Has no order
    +
    +
    +
    Duplicates not allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    ManufacturerProductDesignation
    +
    + +
    +
    Reference
    +
    +
      +
    • urn:irdi:0173-1%2302-AAW338%23001
    • +
    +
    +
    + +
    +
    + +
    +
    article number of the product
    +
    + +Unique product identifier of the manufacturer Note: The manufacturer article number is represented as a string, although often a numerical ID. + +
    +
    Name
    +
    manufacturerArticleNumber
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    ManufacturerArticleNumber
    +
    + +
    +
    Reference
    +
    +
      +
    • urn:irdi:0173-1%2302-AAO676%23003
    • +
    +
    +
    + +
    +
    + +
    +
    order code for the product
    +
    + +Unique combination of numbers and letters used to identify the device for ordering. + +
    +
    Name
    +
    manufacturerOrderCode
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    ManufacturerOrderCode
    +
    + +
    +
    Reference
    +
    +
      +
    • urn:irdi:0173-1%2302-AAO227%23002
    • +
    +
    +
    + +
    +
    + +
    +
    product images
    +
    + +Image files for associated product provided in common format (.png, .jpg). + +
    +
    Name
    +
    productImages
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Set
    +
    +
    +
    Has no order
    +
    +
    +
    Duplicates not allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + Yes
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    ProductImages
    +
    + +
    +
    Reference
    +
    +
      +
    • https://admin-shell.io/ZVEI/TechnicalData/ProductImages/1/1
    • +
    +
    +
    + +
    +
    +
    +
    +

    InternalResistanceEntity

    +
    +
    + The internal resistance is �a quotient of change of voltage of a battery by the corresponding change in discharge current under specified conditions� (IEV 482 03 36). +
    + +
    +

    Properties

    +
    +
    + +
    +
    ohmicResistance
    +
    + +Initial (Pre-Use) internal resistance on battery pack level. + +Definition of internal resistance should differ from regulation definition, as "opposition" is not an electrotechnical term and may be based on IEV 131-12-04: "internal resistance means the absolute value of the quotient of the voltage drop between the terminals by the electric current increase in the battery circuit during a current pulse" + +
    +
    Name
    +
    ohmicResistance
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + ohm +
    • +
    • + Symbol Ω +
    • +
    • + Code OHM +
    • +
    • + Conversion factor Ω +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    ohmicResistance
    +
    + + +
    +
    + +
    +
    batteryComponent
    +
    + + +
    +
    Name
    +
    batteryComponent
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Enumeration
    +
    +
    +
    Values
    +
    +
    +
    +
      +
    • pack
    • +
    • module
    • +
    • cell
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    batteryComponent
    +
    + + +
    +
    +
    +
    +

    PowerCapabilityAtEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    atSoC
    +
    + + +
    +
    Name
    +
    atSoC
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    atSoC
    +
    + + +
    +
    + +
    +
    powerCapabilityAt
    +
    + + +
    +
    Name
    +
    powerCapabilityAt
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    powerCapabilityAt
    +
    + + +
    +
    +
    +
    +

    RemainingPowerCapabilityDynamicAt

    +
    + Extends PowerCapabilityAtEntity +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    rPCLastUpdated
    +
    + + +
    +
    Name
    +
    rPCLastUpdated
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    rPCLastUpdated
    +
    + + +
    +
    + +
    +
    atSoC
    +
    + + +
    +
    Name
    +
    atSoC
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    atSoC
    +
    + + +
    +
    + +
    +
    powerCapabilityAt
    +
    + + +
    +
    Name
    +
    powerCapabilityAt
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    powerCapabilityAt
    +
    + + +
    +
    +
    +
    +

    ResistanceEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    +
    +
    +

    TechnicalPropertiesEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    batteryCategory
    +
    + + +
    +
    Name
    +
    batteryCategory
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Enumeration
    +
    +
    +
    Values
    +
    +
    +
    +
      +
    • EV
    • +
    • Industrial
    • +
    • SLI
    • +
    • LMT
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    BatteryCategory
    +
    + + +
    +
    + +
    +
    mass of the entire battery in kilograms
    +
    + +Mass of the entire battery in kilograms. Voluntary: if the battery is defined on pack or module level: also weight of the modules and/or cells. + +
    +
    Name
    +
    mass
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Quantifiable
    +
    +
    +
    Duration
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + kilogram +
    • +
    • + Symbol kg +
    • +
    • + Code KGM +
    • +
    • + Conversion factor kg +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    Mass
    +
    + +
    +
    Reference
    +
    +
      +
    • urn:irdi:0173-1#02-AAF040#007
    • +
    +
    +
    + +
    +
    + +
    +
    length
    +
    + +For objects with orientation in preferred position during use the dimension perpendicular to diameter/height/width/depth + +
    +
    Name
    +
    length
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Quantifiable
    +
    +
    +
    Duration
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + centimetre +
    • +
    • + Symbol cm +
    • +
    • + Code CMT +
    • +
    • + Conversion factor 10⁻² m +
    • +
    +
    +
    + +
    +
    +
    + +
    +
    Example
    +
    2000.0
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    Length
    +
    + +
    +
    Reference
    +
    +
      +
    • urn:irdi:0173-1#02-BAA018#007
    • +
    +
    +
    + +
    +
    + +
    +
    temperature range idle state (lower boundary)
    +
    + +Lower boundary of the surrounding temperature range, which the battery can safely withstand. + +
    +
    Name
    +
    temperatureRangeIdleStateLowerBoundary
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Trait
    +
    +
    +
    + Reference +
    +
    +
    +
    + +
    +
    +
    + +
    +
    Example
    +
    49.0
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    TemperatureRangeIdleState_LowerBoundary
    +
    + +
    +
    Reference
    +
    +
      +
    • urn:irdi:0173-1#02-ABL842#001
    • +
    +
    +
    + +
    +
    Constraints
    +
    +
      +
    • +
      + +
      + TemperatureRange +
      + + + +
      +
      +>= +
      + DefaultScalarValue[value=-20.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#double']'] +
      +
      ...
      +
      +< + DefaultScalarValue[value=60.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#double']'] +
      + +
    • +
    +
    +
    +
    +
    + +
    +
    temperature range idle state (upper boundary)
    +
    + +Upper boundary of the surrounding temperature range, which the battery can safely withstand. + +
    +
    Name
    +
    temperatureRangeIdleStateUpperBoundary
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Trait
    +
    +
    +
    + Reference +
    +
    +
    +
    + +
    +
    +
    + +
    +
    Example
    +
    -19.0
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    TemperatureRangeIdleState_UpperBoundary
    +
    + +
    +
    Reference
    +
    +
      +
    • urn:irdi:0173-1#02-ABL871#001
    • +
    +
    +
    + +
    +
    Constraints
    +
    +
      +
    • +
      + +
      + TemperatureRange +
      + + + +
      +
      +>= +
      + DefaultScalarValue[value=-20.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#double']'] +
      +
      ...
      +
      +< + DefaultScalarValue[value=60.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#double']'] +
      + +
    • +
    +
    +
    +
    +
    + +
    +
    voltage
    +
    + + +
    +
    Name
    +
    voltage
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    Voltage
    +
    + +
    +
    Reference
    +
    +
      +
    • https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1
    • +
    +
    +
    + +
    +
    + +
    +
    efficiency
    +
    + + +
    +
    Name
    +
    efficiency
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    Efficiency
    +
    + +
    +
    Reference
    +
    +
      +
    • https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1
    • +
    +
    +
    + +
    +
    + +
    +
    resistance
    +
    + + +
    +
    Name
    +
    resistance
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    Resistance
    +
    + +
    +
    Reference
    +
    +
      +
    • https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1
    • +
    +
    +
    + +
    +
    + +
    +
    capacity
    +
    + + +
    +
    Name
    +
    capacity
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    Capacity
    +
    + +
    +
    Reference
    +
    +
      +
    • https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1
    • +
    +
    +
    + +
    +
    + +
    +
    originalPowerCapability
    +
    + +Pre-use power capability: Definition of power capability as given in Battery Regulation. +Annex IV Part B, point 4 --> measurement at 80 % and 20 % SoC required. This requirement may not be implementable for remaining power capability and power fade(see below). It, thus, should be reviewed together with SoC definition. + +DIN DKE Spec 99100 chapter reference: 6.7.3.2 + + + +
    +
    Name
    +
    originalPowerCapability
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    List
    +
    +
    +
    Has a certain order
    +
    +
    +
    Duplicates allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    originalPowerCapability
    +
    + + +
    +
    + +
    +
    ratedMaximumPower
    +
    + +This data point describes the value of maximum permitted power the battery is rated for and reflects the data relevant for power limits. + +DIN DKE Spec 99100 chapter reference: 6.7.3.2 + +
    +
    Name
    +
    ratedMaximumPower
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + kilowatt +
    • +
    • + Symbol kW +
    • +
    • + Code KWT +
    • +
    • + Conversion factor 10³ W +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    ratedMaximumPower
    +
    + + +
    +
    + +
    +
    PowerCapabilityRatio
    +
    + +Provides information on nominal/recommended charge rate (C-rate); equal to regulation definition. + +
    +
    Name
    +
    powerCapabilityRatio
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    Ratio between nominal allowed battery power (W) and battery energy (Wh).
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    powerCapabilityRatio
    +
    + + +
    +
    + +
    +
    ratedEnergy
    +
    + +The certified usable battery energy is the usable battery energy according to the procedure in the UN GTR No 22 as determined during the certification of the vehicle. + +DIN DKE Spec 99100 chapter reference: 6.7.2.5 + +
    +
    Name
    +
    ratedEnergy
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + kilowatt hour +
    • +
    • + Symbol kW·h +
    • +
    • + Code KWH +
    • +
    • + Conversion factor 3.6 × 10⁶ J +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    ratedEnergy
    +
    + + +
    +
    + +
    +
    ExpectedNumberOfCycles
    +
    + +Expected battery lifetime expressed in cycles. +The exception for non-cycle applications in Article 10 appears sensible, but is not included in the Annex XIII provision. +The data attribute is defined by measurement conditions of the cycle-life test such as the C-Rate (see below) and the depth of discharge in the cycle-life test + +DIN DKE Spec 99100 chapter reference: 6.7.6.3 + +
    +
    Name
    +
    expectedNumberOfCycles
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Quantifiable
    +
    +
    +
    Duration
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + cycle +
    • +
    • + Code B7 +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    expectedNumberOfCycles
    +
    + + +
    +
    + +
    +
    initialSelfDischarge
    +
    + +Initial self-discharge in % of capacity per unit of time in defined conditions (temperature range etc) as pre-use metric. + +DIN DKE Spec 99100 chapter reference: 6.7.4.6 + +
    +
    Name
    +
    initialSelfDischarge
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent per month +
    • +
    • + Symbol %/mo +
    • +
    • + Code H71 +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    initialSelfDischarge
    +
    + + +
    +
    + +
    +
    roundtripEfficiency
    +
    + +Energy round trip efficiency is the ratio of the net energy delivered by a battery during a discharge test to the total energy required to restore the initial state of charge by a standard charge (see BattReg Annex IV (6)). + +DIN DKE Spec 99100 chapter reference: 6.7.4.2 + +
    +
    Name
    +
    roundtripEfficiency
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    roundtripEfficiency
    +
    + + +
    +
    + +
    +
    ratedCapacity
    +
    + +�Rated capacity� is the total number of ampere-hours (Ah) that can be withdrawn from a fully charged battery under reference conditions (see BattReg Annex IV (1)). + +DIN DKE Spec 99100 chapter reference: 6.7.2.2 + +
    +
    Name
    +
    ratedCapacity
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + ampere hour +
    • +
    • + Symbol A·h +
    • +
    • + Code AMH +
    • +
    • + Conversion factor 3.6 × 10³ C +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    ratedCapacity
    +
    + + +
    +
    + +
    +
    initialInternalResistance
    +
    + +The battery passport can include additional information about the initial internal resistance on battery module level, if available. It should be defined and calculated analogously as the requirements on battery pack level above. + +DIN DKE Spec 99100 chapter reference: 6.7.5.2 + +
    +
    Name
    +
    initialInternalResistance
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    List
    +
    +
    +
    Has a certain order
    +
    +
    +
    Duplicates allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    initialInternalResistance
    +
    + + +
    +
    + +
    +
    expectedLifetime
    +
    + +The battery passport must include information about the expected battery lifetime in calendar years. + +The update interval must be upon placement on the market and upon change of the battery status. + +DIN DKE Spec 99100 chapter reference: 6.7.6.2 + +
    +
    Name
    +
    expectedLifetime
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + year +
    • +
    • + Symbol y +
    • +
    • + Code ANN +
    • +
    • + Conversion factor 3.15576 × 10⁷ s +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    expectedLifetime
    +
    + + +
    +
    + +
    +
    cRate
    +
    + +As a non-mandatory data point the battery passport should include the ratio between nominal battery power in W and battery energy in Wh. It aims to provide an indication of the applicable discharge and charge rate in terms of rated capacity (C-rate) (see BattReg Annex IV Part B(2)). + +The update interval should be upon placement on the market and upon change of the battery status. + +DIN DKE Spec 99100 chapter reference: 6.7.3.6 + +
    +
    Name
    +
    cRate
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + C +
    • +
    • + Symbol C +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + Yes
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    cRate
    +
    + + +
    +
    + +
    +
    capacityThresholdForExhaustion
    +
    + +The percentage of SOCE, above which the battery is still considered operational as EV battery in its current life, as provided by the economic operator. + +DIN DKE Spec 99100 chapter reference: 6.7.6.9 + +
    +
    Name
    +
    capacityThresholdForExhaustion
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    capacityThresholdForExhaustion
    +
    + + +
    +
    + +
    +
    lifetimeReferenceTest
    +
    + +The exception for non-cycle applications as mentioned in "Expected lifetime: Number of charge-discharge cycles" should apply to this data attribute as well. + +DIN DKE Spec 99100 chapter reference: 6.7.6.5 + +
    +
    Name
    +
    lifetimeReferenceTest
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    lifetimeReferenceTest
    +
    + + +
    +
    + +
    +
    cRateLifeCycleTest
    +
    + +The C-rate should be provided separately for both the charge and discharge of the battery, if applicable. + +The exception for non-cycle applications as mentioned in "Expected lifetime: Number of charge-discharge cycles" should apply to this data attribute as well. + +DIN DKE Spec 99100 chapter reference: 6.7.6.6 + +
    +
    Name
    +
    cRateLifeCycleTest
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Quantifiable
    +
    +
    +
    Duration
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + C +
    • +
    • + Symbol C +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    cRateLifeCycleTest
    +
    + + +
    +
    +
    +
    +

    VoltageEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    voltage - NOM
    +
    + +Nominal voltage the battery is rated for. + +DIN DKE Spec 99100 chapter reference: 6.7.2.11 + +
    +
    Name
    +
    nominalVoltage
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    s
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + volt +
    • +
    • + Symbol V +
    • +
    • + Code VLT +
    • +
    • + Conversion factor V +
    • +
    +
    +
    + +
    +
    +
    + +
    +
    Example
    +
    4.3
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    NominalVoltage
    +
    + +
    +
    Reference
    +
    +
      +
    • urn:irdi:0173-1#02-ABL588#001
    • +
    +
    +
    + +
    +
    + +
    +
    voltage - MAX
    +
    + +Maximum voltage the battery is rated for. + +DIN DKE Spec 99100 chapter reference: 6.7.2.10 + +
    +
    Name
    +
    maximumVoltage
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    s
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + volt +
    • +
    • + Symbol V +
    • +
    • + Code VLT +
    • +
    • + Conversion factor V +
    • +
    +
    +
    + +
    +
    +
    + +
    +
    Example
    +
    6.0
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    MaxVoltage
    +
    + +
    +
    Reference
    +
    +
      +
    • urn:irdi:0173-1#02-ABL589#001
    • +
    +
    +
    + +
    +
    + +
    +
    voltage - MIN
    +
    + +Minimum voltage the battery is rated for. + +DIN DKE Spec 99100 chapter reference: 6.7.2.9 + +
    +
    Name
    +
    minimumVoltage
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    s
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + volt +
    • +
    • + Symbol V +
    • +
    • + Code VLT +
    • +
    • + Conversion factor V +
    • +
    +
    +
    + +
    +
    +
    + +
    +
    Example
    +
    2.04
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    MinVoltage
    +
    + +
    +
    Reference
    +
    +
      +
    • urn:irdi:0173-1#02-ABL587#001
    • +
    +
    +
    + +
    +
    +
    +
    +

    file with content type

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

    Properties

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

    product classification entity

    +
    +
    + Single product classification item by association with product class in a particular classification system or property dictionary. +
    +
    + Reference +
    +
      +
    • https://api.eclass-cdp.com/0173-1-02-ABI502-003/0173-1-01-AHF581-003
    • +
    +
      +
    • urn:irdi:0173-1#02-ABI502#003/0173-1#01-AHF581#003
    • +
    +
    +
    + +
    +

    Properties

    +
    +
    + +
    +
    product classification system
    +
    + +Common name of the classification system. +Note: Examples for common names for classification systems are "ECLASS" or "IEC CDD". + +
    +
    Name
    +
    productClassificationSystem
    +
    + + + +
    +
    Characteristic
    + +
    + +
    +
    Example
    +
    ECLASS
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    ProductClassificationSystem
    +
    + +
    +
    Reference
    +
    +
      +
    • https://admin-shell.io/ZVEI/TechnicalData/ProductClassificationSystem/1/1
    • +
    +
    +
    + +
    +
    + +
    +
    classification system version
    +
    + +Common version identifier of the used classification system, in order to distinguish different version of the property dictionary. +Note: Casing is to be ignored. + +
    +
    Name
    +
    classificationSystemVersion
    +
    + + + +
    +
    Characteristic
    + +
    + +
    +
    Example
    +
    9.0 (BASIC)
    +
    + +
    +
    Optional
    +
    + Yes
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    ClassificationSystemVersion
    +
    + +
    +
    Reference
    +
    +
      +
    • https://admin-shell.io/ZVEI/TechnicalData/ClassificationSystemVersion/1/1
    • +
    +
    +
    + +
    +
    + +
    +
    product class ID
    +
    + +Class of the associated product or industrial equipment in the classification system. According to the notation of the system. +Note: Ideally, the Property/valueId is used to reference the IRI/ IRDI of the product class. + +
    +
    Name
    +
    productClassId
    +
    + + + +
    +
    Characteristic
    + +
    + +
    +
    Example
    +
    27-01-88-77
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    ProductClassId
    +
    + +
    +
    Reference
    +
    +
      +
    • https://admin-shell.io/ZVEI/TechnicalData/ProductClassId/1/1
    • +
    +
    +
    + +
    +
    +
    + +
    + Third party licenses + +
    + +
    + + +
    + + + \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.json b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.json new file mode 100644 index 0000000..044e805 --- /dev/null +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalData_BatteryPass.json @@ -0,0 +1,55 @@ +{ + "technicalProperties" : { + "TemperatureRangeIdleState_UpperBoundary" : -19.0, + "originalPowerCapability" : [ { + "atSoC" : -3.2575986E38, + "powerCapabilityAt" : -1.4607971E38 + } ], + "ratedEnergy" : 2.6932817E38, + "expectedLifetime" : -23806, + "ratedMaximumPower" : -1.7976931348623157E308, + "capacityThresholdForExhaustion" : -1.7976931348623157E308, + "lifetimeReferenceTest" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "Mass" : -1.7976931348623157E308, + "Resistance" : { }, + "ratedCapacity" : -1.815467E38, + "Length" : 2000.0, + "TemperatureRangeIdleState_LowerBoundary" : 49.0, + "Efficiency" : { }, + "Capacity" : { }, + "BatteryCategory" : "EV", + "Voltage" : { + "MaxVoltage" : 6.0, + "NominalVoltage" : 4.3, + "MinVoltage" : 2.04 + }, + "initialSelfDischarge" : -1.7976931348623157E308, + "roundtripEfficiency" : 1.0971632E38, + "initialInternalResistance" : [ { + "ohmicResistance" : -1.7976931348623157E308, + "batteryComponent" : "pack" + } ], + "cRate" : -3.2434262E38, + "cRateLifeCycleTest" : -8.619897E37, + "powerCapabilityRatio" : -3.3209981E38, + "expectedNumberOfCycles" : 7063901970676054475 + }, + "generalInformation" : { + "ManufacturerOrderCode" : "JxkyvRnL", + "ManufacturerLogo" : "telnet://192.0.2.16:80/", + "ManufacturerArticleNumber" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "ManufacturerName" : "eOMtThyhVNLWUZNRcBaQKxI", + "ProductImages" : [ { + "value" : "https://example.com/SafetyInstructions.pdf", + "contentType" : "application/pdf" + } ], + "ManufacturerProductDesignation" : [ { + "en" : "Example multi language string" + } ] + }, + "productClassifications" : [ { + "ProductClassificationSystem" : "ECLASS", + "ClassificationSystemVersion" : "9.0 (BASIC)", + "ProductClassId" : "27-01-88-77" + } ] +} \ No newline at end of file From 90d6d1ad1558ca6f80e65ffef39add14721fb07a Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 16:53:07 +0200 Subject: [PATCH 28/33] Circularity --- .../1.2.0/Circularity.ttl | 37 + .../1.2.0/gen/Circularity.aas.json | 1408 ++++++++++++ .../1.2.0/gen/Circularity.aas.xml | 1921 ++++++++++++++++ .../1.2.0/gen/Circularity.aasx | Bin 0 -> 7791 bytes .../1.2.0/gen/Circularity.html | 2048 +++++++++++++++++ .../1.2.0/gen/Circularity.json | 36 + .../README.md | 29 + 7 files changed, 5479 insertions(+) create mode 100644 io.admin-shell.idta.batterypass.circularity/1.2.0/Circularity.ttl create mode 100644 io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.aas.json create mode 100644 io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.aas.xml create mode 100644 io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.aasx create mode 100644 io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.html create mode 100644 io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.json create mode 100644 io.admin-shell.idta.batterypass.circularity/README.md diff --git a/io.admin-shell.idta.batterypass.circularity/1.2.0/Circularity.ttl b/io.admin-shell.idta.batterypass.circularity/1.2.0/Circularity.ttl new file mode 100644 index 0000000..1b9fa85 --- /dev/null +++ b/io.admin-shell.idta.batterypass.circularity/1.2.0/Circularity.ttl @@ -0,0 +1,37 @@ +###################################################################### +# namesapce: urn:samm:io.admin-shell.idta.material_composition:1.2.0 +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +# +# namespace: urn:samm:io.BatteryPass.Circularity:1.2.0 +# Copyright (c) 2025 Circulor GmbH on behalf of the Battery Pass Consortium +# +# The referenced work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# +# SPDX-License-Identifier: CC-BY-NC-4.0 +####################################################################### + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix bp: . + +:Circularity a samm:Aspect ; + samm:description "Dismantling information (including at least: exploded diagrams of the battery system/pack showing the location of battery cells; disassembly sequences; type and number of fastening techniques to be unlocked; tools required for disassembly; warnings if risk of damaging parts exists; amount of cells used and layout); part numbers for components and contact details of sources for replacement spares; safety measures (Annex XIII (2b-d)); usable extinguishing agent (Annex VI, Part A(9))."@en ; + samm:properties ( bp:dismantlingAndRemovalInformation bp:sparePartSources bp:recycledContent bp:safetyMeasures bp:endOfLifeInformation bp:renewableContent ) ; + samm:operations ( ) ; + samm:events ( ) . + diff --git a/io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.aas.json b/io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.aas.json new file mode 100644 index 0000000..34ebadd --- /dev/null +++ b/io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.aas.json @@ -0,0 +1,1408 @@ +{ + "assetAdministrationShells" : [ { + "modelType" : "AssetAdministrationShell", + "assetInformation" : { + "assetKind" : "Type" + }, + "submodels" : [ { + "keys" : [ { + "type" : "Submodel", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#Circularity/submodel" + } ], + "type" : "ModelReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#Circularity", + "description" : [ { + "language" : "en", + "text" : "defaultAdminShell" + } ], + "idShort" : "defaultAdminShell" + } ], + "conceptDescriptions" : [ { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "definition" : [ { + "language" : "en", + "text" : "Dismantling information (including at least: exploded diagrams of the battery system/pack showing the location of battery cells; disassembly sequences; type and number of fastening techniques to be unlocked; tools required for disassembly; warnings if risk of damaging parts exists; amount of cells used and layout); part numbers for components and contact details of sources for replacement spares; safety measures (Annex XIII (2b-d)); usable extinguishing agent (Annex VI, Part A(9)). 2024 Circulor (for and on behalf of the Battery Pass Consortium). This work is licensed under a Creative Commons License Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). Readers may reproduce material for their own publications, as long as it is not sold commercially and is given appropriate attribution." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Circularity" + } ], + "shortName" : [ { + "language" : "en", + "text" : "Circularity" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#Circularity", + "category" : "APPLICATION_CLASS", + "description" : [ { + "language" : "en", + "text" : "Dismantling information (including at least: exploded diagrams of the battery system/pack showing the location of battery cells; disassembly sequences; type and number of fastening techniques to be unlocked; tools required for disassembly; warnings if risk of damaging parts exists; amount of cells used and layout); part numbers for components and contact details of sources for replacement spares; safety measures (Annex XIII (2b-d)); usable extinguishing agent (Annex VI, Part A(9)). 2024 Circulor (for and on behalf of the Battery Pass Consortium). This work is licensed under a Creative Commons License Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). Readers may reproduce material for their own publications, as long as it is not sold commercially and is given appropriate attribution." + } ], + "idShort" : "Circularity" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Describes type for document e.g. Dismantling manual" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "documentType" + } ], + "shortName" : [ { + "language" : "en", + "text" : "documentType" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "BillOfMaterial", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#Documenttype:_BillOfMaterial25938575" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Model3D", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#Documenttype:_Model3Dae07ca6b" + } ], + "type" : "ModelReference" + } + }, { + "value" : "DismantlingManual", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#Documenttype:_DismantlingManualed9e323a" + } ], + "type" : "ModelReference" + } + }, { + "value" : "RemovalManual", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#Documenttype:_RemovalManual16b5f239" + } ], + "type" : "ModelReference" + } + }, { + "value" : "OtherManual", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#Documenttype:_OtherManualb453faa5" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Drawing", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#Documenttype:_Drawing39de4731" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#documentType", + "idShort" : "documentType" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Defines internet media typ to determin how to interpret the documentURL" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "mimeType" + } ], + "shortName" : [ { + "language" : "en", + "text" : "mimeType" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#mimeType", + "idShort" : "mimeType" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Link to document" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "documentURL" + } ], + "shortName" : [ { + "language" : "en", + "text" : "documentURL" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#documentURL", + "idShort" : "documentURL" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Dismantling and Removal information, including at least:- Exploded diagrams of the battery system/pack showing the location of battery cells- Disassembly sequences- Type and number of fastening techniques to be unlocked- Tools required for disassembly- Warnings if risk of damaging parts exists- Amount of cells used and layout. BR Annex XIII (2c)\n\nDIN DKE Spec 99100 chapter reference: 6.6.1.2" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "dismantlingAndRemovalInformation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "dismantlingAndRemovalInformation" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#dismantlingAndRemovalInformation", + "idShort" : "dismantlingAndRemovalInformation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Name of Supplier" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "nameOfSupplier" + } ], + "shortName" : [ { + "language" : "en", + "text" : "nameOfSupplier" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#nameOfSupplier", + "idShort" : "nameOfSupplier" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "addressCountry" + } ], + "shortName" : [ { + "language" : "en", + "text" : "addressCountry" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#addressCountry", + "idShort" : "addressCountry" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "PostalCode" + } ], + "shortName" : [ { + "language" : "en", + "text" : "postalCode" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#postalCode", + "displayName" : [ { + "language" : "en", + "text" : "PostalCode" + } ], + "idShort" : "postalCode" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "streetAddress" + } ], + "shortName" : [ { + "language" : "en", + "text" : "streetAddress" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#streetAddress", + "idShort" : "streetAddress" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Postal address of supplier for spare parts." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "addressOfSupplier" + } ], + "shortName" : [ { + "language" : "en", + "text" : "addressOfSupplier" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#addressOfSupplier", + "idShort" : "addressOfSupplier" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "E-mail address of supplier for spare parts." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "emailAddressOfSupplier" + } ], + "shortName" : [ { + "language" : "en", + "text" : "emailAddressOfSupplier" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#emailAddressOfSupplier", + "idShort" : "emailAddressOfSupplier" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Web address of supplier for spare parts." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "supplierWebAddress" + } ], + "shortName" : [ { + "language" : "en", + "text" : "supplierWebAddress" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#supplierWebAddress", + "idShort" : "supplierWebAddress" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "PartName" + } ], + "shortName" : [ { + "language" : "en", + "text" : "partName" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#partName", + "displayName" : [ { + "language" : "en", + "text" : "PartName" + } ], + "idShort" : "partName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Part Number of Component" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "partNumber" + } ], + "shortName" : [ { + "language" : "en", + "text" : "partNumber" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#partNumber", + "idShort" : "partNumber" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Components available at supplier" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "components" + } ], + "shortName" : [ { + "language" : "en", + "text" : "components" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#components", + "idShort" : "components" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Contact details of sources for replacement spares. Postal address, including name and brand names, postal code and place, street and number, country, telephone, if any. BR Annex XIII (2b)\n\nDIN DKE Spec 99100 chapter reference: 6.6.1.3" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "sparePartSources" + } ], + "shortName" : [ { + "language" : "en", + "text" : "sparePartSources" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#sparePartSources", + "idShort" : "sparePartSources" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Recycled material share from pre-consumer waste (manufacturing waste, excluding run-around scrap) of the active material." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "preConsumerShare" + } ], + "shortName" : [ { + "language" : "en", + "text" : "preConsumerShare" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#preConsumerShare", + "idShort" : "preConsumerShare" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "RecycledMaterial" + } ], + "shortName" : [ { + "language" : "en", + "text" : "recycledMaterial" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "Cobalt", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Cobalt9eae7576" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Nickel", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Nickel17af1c2d" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Lithium", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Lithiumb422ec11" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Lead", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Lead64597828" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Cobalt", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Cobalt9eae7576" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Nickel", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Nickel17af1c2d" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Lithium", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Lithiumb422ec11" + } ], + "type" : "ModelReference" + } + }, { + "value" : "Lead", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Lead64597828" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#recycledMaterial", + "displayName" : [ { + "language" : "en", + "text" : "RecycledMaterial" + } ], + "idShort" : "recycledMaterial" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Recycled material share from post-consumer waste (end-of-life scrap) of the active material." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "postConsumerShare" + } ], + "shortName" : [ { + "language" : "en", + "text" : "postConsumerShare" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#postConsumerShare", + "idShort" : "postConsumerShare" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Share of material recovered from waste present in active materials for each battery model per year and per manufacturing plant.\n\nDIN DKE Spec 99100 chapter reference: 6.6.2.3 - 6.6.2.10" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "recycledContent" + } ], + "shortName" : [ { + "language" : "en", + "text" : "recycledContent" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#recycledContent", + "idShort" : "recycledContent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "- Safety measures. - Necessary safety instructions to handle waste batteries, including in relation to the risks associated with, and the handling of, batteries containing lithium." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "safetyInstructions" + } ], + "shortName" : [ { + "language" : "en", + "text" : "safetyInstructions" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#safetyInstructions", + "idShort" : "safetyInstructions" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Usable extinguishing agents refering to classes of extinguishers (A, B, C, D, K).EUBR: Annex XIII (1a) ? Annex VI Part A (9)" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "extinguishingAgent" + } ], + "shortName" : [ { + "language" : "en", + "text" : "extinguishingAgent" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#extinguishingAgent", + "idShort" : "extinguishingAgent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Safety measures and instructions should also take past negative and extreme events as well as the separate data attributes ?battery status? and ?battery composition/chemistry? into account.\n\nDIN DKE Spec 99100 chapter reference: 6.6.1.5" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "SafetyMeasures" + } ], + "shortName" : [ { + "language" : "en", + "text" : "safetyMeasures" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#safetyMeasures", + "displayName" : [ { + "language" : "en", + "text" : "SafetyMeasures" + } ], + "idShort" : "safetyMeasures" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Prevention and management of waste batteries: Point (a) of Article 60(1): Information on the role of end-users in contributing to waste prevention, including by information on good practices and recommendations concerning the use of batteries aiming at extending their use phase and the possibilities of re-use, preparing for re-use, preparing for repurpose, repurposing and remanufacturing" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "wastePrevention" + } ], + "shortName" : [ { + "language" : "en", + "text" : "wastePrevention" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#wastePrevention", + "idShort" : "wastePrevention" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Prevention and management of waste batteries: Point (b) of Article 60(1): Information on the role of end-users in contributing to the separate collection of waste batteries in accordance with their obligations under Article 51 so as to allow their treatment" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "separateCollection" + } ], + "shortName" : [ { + "language" : "en", + "text" : "separateCollection" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#separateCollection", + "idShort" : "separateCollection" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Prevention and management of waste batteries: Point (c) of Article 60(1): information on the separate collection, the take back, the collection points and preparing for re-use, preparing for repurposing, and recycling operations available for waste batteries" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "informationOnCollection" + } ], + "shortName" : [ { + "language" : "en", + "text" : "informationOnCollection" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#informationOnCollection", + "idShort" : "informationOnCollection" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Producer or producer responsibility organisations shall make information available to distributors and end-users on: the role of end-users in contributing to waste prevention, including by information on good practices and recommendations concerning the use of batteries aiming at extending their use phase and the possibilities of re-use, preparing for re-use, preparing for repurpose, repurposing and remanufacturing.\n\nDIN DKE Spec 99100 chapter reference: 6.6.3.2 - 6.6.3.4" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "EndOfLifeInformation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "endOfLifeInformation" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#endOfLifeInformation", + "displayName" : [ { + "language" : "en", + "text" : "EndOfLifeInformation" + } ], + "idShort" : "endOfLifeInformation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Share of renewable material content. A renewable material is a material made of natural resources that can be replenished. \n\nDIN DKE Spec 99100 chapter reference: 6.6.2.11" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "RenewableContent" + } ], + "shortName" : [ { + "language" : "en", + "text" : "renewableContent" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#renewableContent", + "displayName" : [ { + "language" : "en", + "text" : "RenewableContent" + } ], + "idShort" : "renewableContent" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#Circularity" + } ], + "type" : "ExternalReference" + }, + "administration" : { }, + "id" : "urn:samm:io.BatteryPass.Circularity:1.2.0#Circularity/submodel", + "description" : [ { + "language" : "en", + "text" : "Dismantling information (including at least: exploded diagrams of the battery system/pack showing the location of battery cells; disassembly sequences; type and number of fastening techniques to be unlocked; tools required for disassembly; warnings if risk of damaging parts exists; amount of cells used and layout); part numbers for components and contact details of sources for replacement spares; safety measures (Annex XIII (2b-d)); usable extinguishing agent (Annex VI, Part A(9)). 2024 Circulor (for and on behalf of the Battery Pass Consortium). This work is licensed under a Creative Commons License Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). Readers may reproduce material for their own publications, as long as it is not sold commercially and is given appropriate attribution." + } ], + "idShort" : "Circularity", + "submodelElements" : [ { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#DocumentationList" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "Dismantling and Removal information, including at least:- Exploded diagrams of the battery system/pack showing the location of battery cells- Disassembly sequences- Type and number of fastening techniques to be unlocked- Tools required for disassembly- Warnings if risk of damaging parts exists- Amount of cells used and layout. BR Annex XIII (2c)\n\nDIN DKE Spec 99100 chapter reference: 6.6.1.2" + } ], + "idShort" : "dismantlingAndRemovalInformation", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Dismantling and Removal information, including at least:- Exploded diagrams of the battery system/pack showing the location of battery cells- Disassembly sequences- Type and number of fastening techniques to be unlocked- Tools required for disassembly- Warnings if risk of damaging parts exists- Amount of cells used and layout. BR Annex XIII (2c)\n\nDIN DKE Spec 99100 chapter reference: 6.6.1.2" + } ], + "idShort" : "dismantlingAndRemovalInformation", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#documentType" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "documentType" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#mimeType" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "mimeType" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#documentURL" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "documentURL" + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#SparePartSourcesList" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "Contact details of sources for replacement spares. Postal address, including name and brand names, postal code and place, street and number, country, telephone, if any. BR Annex XIII (2b)\n\nDIN DKE Spec 99100 chapter reference: 6.6.1.3" + } ], + "idShort" : "sparePartSources", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Contact details of sources for replacement spares. Postal address, including name and brand names, postal code and place, street and number, country, telephone, if any. BR Annex XIII (2b)\n\nDIN DKE Spec 99100 chapter reference: 6.6.1.3" + } ], + "idShort" : "sparePartSources", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#nameOfSupplier" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "nameOfSupplier" + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://schema.org/PostalAddress" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Postal address of supplier for spare parts." + } ], + "idShort" : "addressOfSupplier", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#addressCountry" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://schema.org/addressCountry" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "idShort" : "addressCountry" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#postalCode" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://schema.org/postalCode" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "PostalCode" + } ], + "idShort" : "postalCode" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#streetAddress" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://schema.org/streetAddress" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "idShort" : "streetAddress" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#emailAddressOfSupplier" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "emailAddressOfSupplier" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#supplierWebAddress" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "supplierWebAddress" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#ComponentList" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "Components available at supplier" + } ], + "idShort" : "components", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Components available at supplier" + } ], + "idShort" : "components", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#partName" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "PartName" + } ], + "idShort" : "partName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#partNumber" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "partNumber" + } ] + } ] + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledContentList" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "Share of material recovered from waste present in active materials for each battery model per year and per manufacturing plant.\n\nDIN DKE Spec 99100 chapter reference: 6.6.2.3 - 6.6.2.10" + } ], + "idShort" : "recycledContent", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Share of material recovered from waste present in active materials for each battery model per year and per manufacturing plant.\n\nDIN DKE Spec 99100 chapter reference: 6.6.2.3 - 6.6.2.10" + } ], + "idShort" : "recycledContent", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#preConsumerShare" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "preConsumerShare" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#recycledMaterial" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "RecycledMaterial" + } ], + "idShort" : "recycledMaterial" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#postConsumerShare" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "postConsumerShare" + } ] + } ] + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Safety measures and instructions should also take past negative and extreme events as well as the separate data attributes ?battery status? and ?battery composition/chemistry? into account.\n\nDIN DKE Spec 99100 chapter reference: 6.6.1.5" + } ], + "displayName" : [ { + "language" : "en", + "text" : "SafetyMeasures" + } ], + "idShort" : "safetyMeasures", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#safetyInstructions" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "safetyInstructions" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#ExtinguishingAgentsList" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "Usable extinguishing agents refering to classes of extinguishers (A, B, C, D, K).EUBR: Annex XIII (1a) ? Annex VI Part A (9)" + } ], + "idShort" : "extinguishingAgent", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#extinguishingAgent" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "extinguishingAgent" + } ] + } ] + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Producer or producer responsibility organisations shall make information available to distributors and end-users on: the role of end-users in contributing to waste prevention, including by information on good practices and recommendations concerning the use of batteries aiming at extending their use phase and the possibilities of re-use, preparing for re-use, preparing for repurpose, repurposing and remanufacturing.\n\nDIN DKE Spec 99100 chapter reference: 6.6.3.2 - 6.6.3.4" + } ], + "displayName" : [ { + "language" : "en", + "text" : "EndOfLifeInformation" + } ], + "idShort" : "endOfLifeInformation", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#wastePrevention" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "wastePrevention" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#separateCollection" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "separateCollection" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#informationOnCollection" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "informationOnCollection" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Circularity:1.2.0#renewableContent" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "displayName" : [ { + "language" : "en", + "text" : "RenewableContent" + } ], + "idShort" : "renewableContent" + } ] + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.aas.xml b/io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.aas.xml new file mode 100644 index 0000000..1a62f64 --- /dev/null +++ b/io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.aas.xml @@ -0,0 +1,1921 @@ + + + + + defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.BatteryPass.Circularity:1.2.0#Circularity + + Type + + + + ModelReference + + + Submodel + urn:samm:io.BatteryPass.Circularity:1.2.0#Circularity/submodel + + + + + + + + + Circularity + + + en + Dismantling information (including at least: exploded diagrams of the battery system/pack showing the location of battery cells; disassembly sequences; type and number of fastening techniques to be unlocked; tools required for disassembly; warnings if risk of damaging parts exists; amount of cells used and layout); part numbers for components and contact details of sources for replacement spares; safety measures (Annex XIII (2b-d)); usable extinguishing agent (Annex VI, Part A(9)). 2024 Circulor (for and on behalf of the Battery Pass Consortium). This work is licensed under a Creative Commons License Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). Readers may reproduce material for their own publications, as long as it is not sold commercially and is given appropriate attribution. + + + + urn:samm:io.BatteryPass.Circularity:1.2.0#Circularity/submodel + Template + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#Circularity + + + + + + dismantlingAndRemovalInformation + + + en + Dismantling and Removal information, including at least:- Exploded diagrams of the battery system/pack showing the location of battery cells- Disassembly sequences- Type and number of fastening techniques to be unlocked- Tools required for disassembly- Warnings if risk of damaging parts exists- Amount of cells used and layout. BR Annex XIII (2c) + +DIN DKE Spec 99100 chapter reference: 6.6.1.2 + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#DocumentationList + + + + false + SubmodelElementCollection + + + dismantlingAndRemovalInformation + + + en + Dismantling and Removal information, including at least:- Exploded diagrams of the battery system/pack showing the location of battery cells- Disassembly sequences- Type and number of fastening techniques to be unlocked- Tools required for disassembly- Warnings if risk of damaging parts exists- Amount of cells used and layout. BR Annex XIII (2c) + +DIN DKE Spec 99100 chapter reference: 6.6.1.2 + + + + + documentType + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#documentType + + + + xs:string + + + mimeType + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#mimeType + + + + xs:string + + + documentURL + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#documentURL + + + + xs:anyURI + + + + + + + sparePartSources + + + en + Contact details of sources for replacement spares. Postal address, including name and brand names, postal code and place, street and number, country, telephone, if any. BR Annex XIII (2b) + +DIN DKE Spec 99100 chapter reference: 6.6.1.3 + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#SparePartSourcesList + + + + false + SubmodelElementCollection + + + sparePartSources + + + en + Contact details of sources for replacement spares. Postal address, including name and brand names, postal code and place, street and number, country, telephone, if any. BR Annex XIII (2b) + +DIN DKE Spec 99100 chapter reference: 6.6.1.3 + + + + + nameOfSupplier + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#nameOfSupplier + + + + xs:string + + + addressOfSupplier + + + en + Postal address of supplier for spare parts. + + + + + ExternalReference + + + GlobalReference + https://schema.org/PostalAddress + + + + + + + addressCountry + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#addressCountry + + + + + + ExternalReference + + + GlobalReference + https://schema.org/addressCountry + + + + + xs:string + + + postalCode + + + en + PostalCode + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#postalCode + + + + + + ExternalReference + + + GlobalReference + https://schema.org/postalCode + + + + + xs:string + + + streetAddress + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#streetAddress + + + + + + ExternalReference + + + GlobalReference + https://schema.org/streetAddress + + + + + xs:string + + + + + emailAddressOfSupplier + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#emailAddressOfSupplier + + + + xs:string + + + supplierWebAddress + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#supplierWebAddress + + + + xs:anyURI + + + components + + + en + Components available at supplier + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#ComponentList + + + + false + SubmodelElementCollection + + + components + + + en + Components available at supplier + + + + + partName + + + en + PartName + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#partName + + + + xs:string + + + partNumber + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#partNumber + + + + xs:string + + + + + + + + + + + recycledContent + + + en + Share of material recovered from waste present in active materials for each battery model per year and per manufacturing plant. + +DIN DKE Spec 99100 chapter reference: 6.6.2.3 - 6.6.2.10 + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledContentList + + + + false + SubmodelElementCollection + + + recycledContent + + + en + Share of material recovered from waste present in active materials for each battery model per year and per manufacturing plant. + +DIN DKE Spec 99100 chapter reference: 6.6.2.3 - 6.6.2.10 + + + + + preConsumerShare + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#preConsumerShare + + + + xs:float + + + recycledMaterial + + + en + RecycledMaterial + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#recycledMaterial + + + + xs:string + + + postConsumerShare + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#postConsumerShare + + + + xs:float + + + + + + + safetyMeasures + + + en + SafetyMeasures + + + + + en + Safety measures and instructions should also take past negative and extreme events as well as the separate data attributes ?battery status? and ?battery composition/chemistry? into account. + +DIN DKE Spec 99100 chapter reference: 6.6.1.5 + + + + + safetyInstructions + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#safetyInstructions + + + + xs:anyURI + + + extinguishingAgent + + + en + Usable extinguishing agents refering to classes of extinguishers (A, B, C, D, K).EUBR: Annex XIII (1a) ? Annex VI Part A (9) + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#ExtinguishingAgentsList + + + + false + SubmodelElementCollection + + + extinguishingAgent + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#extinguishingAgent + + + + xs:string + + + + + + + endOfLifeInformation + + + en + EndOfLifeInformation + + + + + en + Producer or producer responsibility organisations shall make information available to distributors and end-users on: the role of end-users in contributing to waste prevention, including by information on good practices and recommendations concerning the use of batteries aiming at extending their use phase and the possibilities of re-use, preparing for re-use, preparing for repurpose, repurposing and remanufacturing. + +DIN DKE Spec 99100 chapter reference: 6.6.3.2 - 6.6.3.4 + + + + + wastePrevention + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#wastePrevention + + + + xs:anyURI + + + separateCollection + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#separateCollection + + + + xs:anyURI + + + informationOnCollection + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#informationOnCollection + + + + xs:anyURI + + + + + renewableContent + + + en + RenewableContent + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Circularity:1.2.0#renewableContent + + + + xs:float + + + + + + + APPLICATION_CLASS + Circularity + + + en + Dismantling information (including at least: exploded diagrams of the battery system/pack showing the location of battery cells; disassembly sequences; type and number of fastening techniques to be unlocked; tools required for disassembly; warnings if risk of damaging parts exists; amount of cells used and layout); part numbers for components and contact details of sources for replacement spares; safety measures (Annex XIII (2b-d)); usable extinguishing agent (Annex VI, Part A(9)). 2024 Circulor (for and on behalf of the Battery Pass Consortium). This work is licensed under a Creative Commons License Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). Readers may reproduce material for their own publications, as long as it is not sold commercially and is given appropriate attribution. + + + urn:samm:io.BatteryPass.Circularity:1.2.0#Circularity + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Circularity + + + + + en + Circularity + + + + + en + Dismantling information (including at least: exploded diagrams of the battery system/pack showing the location of battery cells; disassembly sequences; type and number of fastening techniques to be unlocked; tools required for disassembly; warnings if risk of damaging parts exists; amount of cells used and layout); part numbers for components and contact details of sources for replacement spares; safety measures (Annex XIII (2b-d)); usable extinguishing agent (Annex VI, Part A(9)). 2024 Circulor (for and on behalf of the Battery Pass Consortium). This work is licensed under a Creative Commons License Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). Readers may reproduce material for their own publications, as long as it is not sold commercially and is given appropriate attribution. + + + + + + + + + documentType + urn:samm:io.BatteryPass.Circularity:1.2.0#documentType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + documentType + + + + + en + documentType + + + STRING + + + en + Describes type for document e.g. Dismantling manual + + + + + + BillOfMaterial + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Circularity:1.2.0#Documenttype:_BillOfMaterial25938575 + + + + + + Model3D + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Circularity:1.2.0#Documenttype:_Model3Dae07ca6b + + + + + + DismantlingManual + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Circularity:1.2.0#Documenttype:_DismantlingManualed9e323a + + + + + + RemovalManual + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Circularity:1.2.0#Documenttype:_RemovalManual16b5f239 + + + + + + OtherManual + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Circularity:1.2.0#Documenttype:_OtherManualb453faa5 + + + + + + Drawing + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Circularity:1.2.0#Documenttype:_Drawing39de4731 + + + + + + + + + + + + + mimeType + urn:samm:io.BatteryPass.Circularity:1.2.0#mimeType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + mimeType + + + + + en + mimeType + + + STRING + + + en + Defines internet media typ to determin how to interpret the documentURL + + + + + + + + + documentURL + urn:samm:io.BatteryPass.Circularity:1.2.0#documentURL + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + documentURL + + + + + en + documentURL + + + STRING + + + en + Link to document + + + + + + + + + dismantlingAndRemovalInformation + urn:samm:io.BatteryPass.Circularity:1.2.0#dismantlingAndRemovalInformation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + dismantlingAndRemovalInformation + + + + + en + dismantlingAndRemovalInformation + + + STRING + + + en + Dismantling and Removal information, including at least:- Exploded diagrams of the battery system/pack showing the location of battery cells- Disassembly sequences- Type and number of fastening techniques to be unlocked- Tools required for disassembly- Warnings if risk of damaging parts exists- Amount of cells used and layout. BR Annex XIII (2c) + +DIN DKE Spec 99100 chapter reference: 6.6.1.2 + + + + + + + + + nameOfSupplier + urn:samm:io.BatteryPass.Circularity:1.2.0#nameOfSupplier + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + nameOfSupplier + + + + + en + nameOfSupplier + + + STRING + + + en + Name of Supplier + + + + + + + + + addressCountry + urn:samm:io.BatteryPass.Circularity:1.2.0#addressCountry + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + addressCountry + + + + + en + addressCountry + + + STRING + + + + + + + postalCode + + + en + PostalCode + + + urn:samm:io.BatteryPass.Circularity:1.2.0#postalCode + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PostalCode + + + + + en + postalCode + + + STRING + + + + + + + streetAddress + urn:samm:io.BatteryPass.Circularity:1.2.0#streetAddress + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + streetAddress + + + + + en + streetAddress + + + STRING + + + + + + + addressOfSupplier + urn:samm:io.BatteryPass.Circularity:1.2.0#addressOfSupplier + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + addressOfSupplier + + + + + en + addressOfSupplier + + + STRING + + + en + Postal address of supplier for spare parts. + + + + + + + + + emailAddressOfSupplier + urn:samm:io.BatteryPass.Circularity:1.2.0#emailAddressOfSupplier + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + emailAddressOfSupplier + + + + + en + emailAddressOfSupplier + + + STRING + + + en + E-mail address of supplier for spare parts. + + + + + + + + + supplierWebAddress + urn:samm:io.BatteryPass.Circularity:1.2.0#supplierWebAddress + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + supplierWebAddress + + + + + en + supplierWebAddress + + + STRING + + + en + Web address of supplier for spare parts. + + + + + + + + + partName + + + en + PartName + + + urn:samm:io.BatteryPass.Circularity:1.2.0#partName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PartName + + + + + en + partName + + + STRING + + + + + + + partNumber + urn:samm:io.BatteryPass.Circularity:1.2.0#partNumber + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + partNumber + + + + + en + partNumber + + + STRING + + + en + Part Number of Component + + + + + + + + + components + urn:samm:io.BatteryPass.Circularity:1.2.0#components + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + components + + + + + en + components + + + STRING + + + en + Components available at supplier + + + + + + + + + sparePartSources + urn:samm:io.BatteryPass.Circularity:1.2.0#sparePartSources + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + sparePartSources + + + + + en + sparePartSources + + + STRING + + + en + Contact details of sources for replacement spares. Postal address, including name and brand names, postal code and place, street and number, country, telephone, if any. BR Annex XIII (2b) + +DIN DKE Spec 99100 chapter reference: 6.6.1.3 + + + + + + + + + preConsumerShare + urn:samm:io.BatteryPass.Circularity:1.2.0#preConsumerShare + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + preConsumerShare + + + + + en + preConsumerShare + + + REAL_MEASURE + + + en + Recycled material share from pre-consumer waste (manufacturing waste, excluding run-around scrap) of the active material. + + + + + + + + + recycledMaterial + + + en + RecycledMaterial + + + urn:samm:io.BatteryPass.Circularity:1.2.0#recycledMaterial + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + RecycledMaterial + + + + + en + recycledMaterial + + + STRING + + + + Cobalt + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Cobalt9eae7576 + + + + + + Nickel + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Nickel17af1c2d + + + + + + Lithium + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Lithiumb422ec11 + + + + + + Lead + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Lead64597828 + + + + + + Cobalt + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Cobalt9eae7576 + + + + + + Nickel + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Nickel17af1c2d + + + + + + Lithium + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Lithiumb422ec11 + + + + + + Lead + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Circularity:1.2.0#RecycledMaterial:_Lead64597828 + + + + + + + + + + + + + postConsumerShare + urn:samm:io.BatteryPass.Circularity:1.2.0#postConsumerShare + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + postConsumerShare + + + + + en + postConsumerShare + + + REAL_MEASURE + + + en + Recycled material share from post-consumer waste (end-of-life scrap) of the active material. + + + + + + + + + recycledContent + urn:samm:io.BatteryPass.Circularity:1.2.0#recycledContent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + recycledContent + + + + + en + recycledContent + + + STRING + + + en + Share of material recovered from waste present in active materials for each battery model per year and per manufacturing plant. + +DIN DKE Spec 99100 chapter reference: 6.6.2.3 - 6.6.2.10 + + + + + + + + + safetyInstructions + urn:samm:io.BatteryPass.Circularity:1.2.0#safetyInstructions + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + safetyInstructions + + + + + en + safetyInstructions + + + STRING + + + en + - Safety measures. - Necessary safety instructions to handle waste batteries, including in relation to the risks associated with, and the handling of, batteries containing lithium. + + + + + + + + + extinguishingAgent + urn:samm:io.BatteryPass.Circularity:1.2.0#extinguishingAgent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + extinguishingAgent + + + + + en + extinguishingAgent + + + STRING + + + en + Usable extinguishing agents refering to classes of extinguishers (A, B, C, D, K).EUBR: Annex XIII (1a) ? Annex VI Part A (9) + + + + + + + + + safetyMeasures + + + en + SafetyMeasures + + + urn:samm:io.BatteryPass.Circularity:1.2.0#safetyMeasures + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + SafetyMeasures + + + + + en + safetyMeasures + + + STRING + + + en + Safety measures and instructions should also take past negative and extreme events as well as the separate data attributes ?battery status? and ?battery composition/chemistry? into account. + +DIN DKE Spec 99100 chapter reference: 6.6.1.5 + + + + + + + + + wastePrevention + urn:samm:io.BatteryPass.Circularity:1.2.0#wastePrevention + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + wastePrevention + + + + + en + wastePrevention + + + STRING + + + en + Prevention and management of waste batteries: Point (a) of Article 60(1): Information on the role of end-users in contributing to waste prevention, including by information on good practices and recommendations concerning the use of batteries aiming at extending their use phase and the possibilities of re-use, preparing for re-use, preparing for repurpose, repurposing and remanufacturing + + + + + + + + + separateCollection + urn:samm:io.BatteryPass.Circularity:1.2.0#separateCollection + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + separateCollection + + + + + en + separateCollection + + + STRING + + + en + Prevention and management of waste batteries: Point (b) of Article 60(1): Information on the role of end-users in contributing to the separate collection of waste batteries in accordance with their obligations under Article 51 so as to allow their treatment + + + + + + + + + informationOnCollection + urn:samm:io.BatteryPass.Circularity:1.2.0#informationOnCollection + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + informationOnCollection + + + + + en + informationOnCollection + + + STRING + + + en + Prevention and management of waste batteries: Point (c) of Article 60(1): information on the separate collection, the take back, the collection points and preparing for re-use, preparing for repurposing, and recycling operations available for waste batteries + + + + + + + + + endOfLifeInformation + + + en + EndOfLifeInformation + + + urn:samm:io.BatteryPass.Circularity:1.2.0#endOfLifeInformation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + EndOfLifeInformation + + + + + en + endOfLifeInformation + + + STRING + + + en + Producer or producer responsibility organisations shall make information available to distributors and end-users on: the role of end-users in contributing to waste prevention, including by information on good practices and recommendations concerning the use of batteries aiming at extending their use phase and the possibilities of re-use, preparing for re-use, preparing for repurpose, repurposing and remanufacturing. + +DIN DKE Spec 99100 chapter reference: 6.6.3.2 - 6.6.3.4 + + + + + + + + + renewableContent + + + en + RenewableContent + + + urn:samm:io.BatteryPass.Circularity:1.2.0#renewableContent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + RenewableContent + + + + + en + renewableContent + + + percent + REAL_MEASURE + + + en + Share of renewable material content. A renewable material is a material made of natural resources that can be replenished. + +DIN DKE Spec 99100 chapter reference: 6.6.2.11 + + + + + + + + + diff --git a/io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.aasx b/io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.aasx new file mode 100644 index 0000000000000000000000000000000000000000..cd8319b99a804c3ad057d67fa5221eb17b7a8671 GIT binary patch literal 7791 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 F`wyw!H1hxe literal 0 HcmV?d00001 diff --git a/io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.html b/io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.html new file mode 100644 index 0000000..3851df5 --- /dev/null +++ b/io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.html @@ -0,0 +1,2048 @@ + + + + + + + + + + + + + + Documentation Circularity + + +
    +
    +
    +
    +

    Aspect Model Circularity

    +
    urn:samm:io.BatteryPass.Circularity:1.2.0#Circularity
    +
    +
    +
    +
    +
    +
    +
    + +
    + + +
    + Dismantling information (including at least: exploded diagrams of the battery system/pack showing the location of battery cells; disassembly sequences; type and number of fastening techniques to be unlocked; tools required for disassembly; warnings if risk of damaging parts exists; amount of cells used and layout); part numbers for components and contact details of sources for replacement spares; safety measures (Annex XIII (2b-d)); usable extinguishing agent (Annex VI, Part A(9)). 2024 Circulor (for and on behalf of the Battery Pass Consortium). This work is licensed under a Creative Commons License Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). Readers may reproduce material for their own publications, as long as it is not sold commercially and is given appropriate attribution. +
    + + +
    +

    Overview

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

    Properties

    +
    + +
    + +
    +

    EndOfLifeInformation

    +
    + +Producer or producer responsibility organisations shall make information available to distributors and end-users on: the role of end-users in contributing to waste prevention, including by information on good practices and recommendations concerning the use of batteries aiming at extending their use phase and the possibilities of re-use, preparing for re-use, preparing for repurpose, repurposing and remanufacturing. + +DIN DKE Spec 99100 chapter reference: 6.6.3.2 - 6.6.3.4 + +
    +
    Name
    +
    endOfLifeInformation
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    endOfLifeInformation
    +
    + + +
    +
    + +
    +

    RenewableContent

    +
    + +Share of renewable material content. A renewable material is a material made of natural resources that can be replenished. + +DIN DKE Spec 99100 chapter reference: 6.6.2.11 + +
    +
    Name
    +
    renewableContent
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    renewableContent
    +
    + + +
    +
    + +
    +

    SafetyMeasures

    +
    + +Safety measures and instructions should also take past negative and extreme events as well as the separate data attributes ?battery status? and ?battery composition/chemistry? into account. + +DIN DKE Spec 99100 chapter reference: 6.6.1.5 + +
    +
    Name
    +
    safetyMeasures
    +
    + + + +
    +
    Characteristic
    +
    + +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    safetyMeasures
    +
    + + +
    +
    + +
    +

    dismantlingAndRemovalInformation

    +
    + +Dismantling and Removal information, including at least:- Exploded diagrams of the battery system/pack showing the location of battery cells- Disassembly sequences- Type and number of fastening techniques to be unlocked- Tools required for disassembly- Warnings if risk of damaging parts exists- Amount of cells used and layout. BR Annex XIII (2c) + +DIN DKE Spec 99100 chapter reference: 6.6.1.2 + +
    +
    Name
    +
    dismantlingAndRemovalInformation
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    List
    +
    +
    +
    Has a certain order
    +
    +
    +
    Duplicates allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    dismantlingAndRemovalInformation
    +
    + + +
    +
    + +
    +

    recycledContent

    +
    + +Share of material recovered from waste present in active materials for each battery model per year and per manufacturing plant. + +DIN DKE Spec 99100 chapter reference: 6.6.2.3 - 6.6.2.10 + +
    +
    Name
    +
    recycledContent
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    List
    +
    +
    +
    Has a certain order
    +
    +
    +
    Duplicates allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    recycledContent
    +
    + + +
    +
    + +
    +

    sparePartSources

    +
    + +Contact details of sources for replacement spares. Postal address, including name and brand names, postal code and place, street and number, country, telephone, if any. BR Annex XIII (2b) + +DIN DKE Spec 99100 chapter reference: 6.6.1.3 + +
    +
    Name
    +
    sparePartSources
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    List
    +
    +
    +
    Has a certain order
    +
    +
    +
    Duplicates allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    sparePartSources
    +
    + + +
    +
    + + + +
    +
    +

    Entities

    +
    + +
    +
    +

    ComponentEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    PartName
    +
    + + +
    +
    Name
    +
    partName
    +
    + + + +
    +
    Characteristic
    + +
    + +
    +
    Example
    +
    Cell
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    partName
    +
    + + +
    +
    + +
    +
    partNumber
    +
    + +Part Number of Component + +
    +
    Name
    +
    partNumber
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Code
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    partNumber
    +
    + + +
    +
    +
    +
    +

    DismantlingandRemovalDocumentation

    +
    +
    + Dismantling and Removal information, including at least:- Exploded diagrams of the battery system/pack showing the location of battery cells- Disassembly sequences- Type and number of fastening techniques to be unlocked- Tools required for disassembly- Warnings if risk of damaging parts exists- Amount of cells used and layoutEUBR: Annex XIII (2c) +
    + +
    +

    Properties

    +
    +
    + +
    +
    documentType
    +
    + +Describes type for document e.g. Dismantling manual + +
    +
    Name
    +
    documentType
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Enumeration
    +
    +
    +
    Values
    +
    +
    +
    +
      +
    • BillOfMaterial
    • +
    • Model3D
    • +
    • DismantlingManual
    • +
    • RemovalManual
    • +
    • OtherManual
    • +
    • Drawing
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    documentType
    +
    + + +
    +
    + +
    +
    mimeType
    +
    + +Defines internet media typ to determin how to interpret the documentURL + +
    +
    Name
    +
    mimeType
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    mimeType
    +
    + + +
    +
    + +
    +
    documentURL
    +
    + +Link to document + +
    +
    Name
    +
    documentURL
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    documentURL
    +
    + + +
    +
    +
    +
    +

    EndOfLifeInformationEnity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    wastePrevention
    +
    + +Prevention and management of waste batteries: Point (a) of Article 60(1): Information on the role of end-users in contributing to waste prevention, including by information on good practices and recommendations concerning the use of batteries aiming at extending their use phase and the possibilities of re-use, preparing for re-use, preparing for repurpose, repurposing and remanufacturing + +
    +
    Name
    +
    wastePrevention
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    wastePrevention
    +
    + + +
    +
    + +
    +
    separateCollection
    +
    + +Prevention and management of waste batteries: Point (b) of Article 60(1): Information on the role of end-users in contributing to the separate collection of waste batteries in accordance with their obligations under Article 51 so as to allow their treatment + +
    +
    Name
    +
    separateCollection
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    separateCollection
    +
    + + +
    +
    + +
    +
    informationOnCollection
    +
    + +Prevention and management of waste batteries: Point (c) of Article 60(1): information on the separate collection, the take back, the collection points and preparing for re-use, preparing for repurposing, and recycling operations available for waste batteries + +
    +
    Name
    +
    informationOnCollection
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    informationOnCollection
    +
    + + +
    +
    +
    +
    +

    PostalAddress

    +
    +
    + +
    +
    + Reference +
    +
      +
    • https://schema.org/PostalAddress
    • +
    +
    +
    + +
    +

    Properties

    +
    +
    + +
    +
    addressCountry
    +
    + + +
    +
    Name
    +
    addressCountry
    +
    + + + +
    +
    Characteristic
    + +
    + +
    +
    Example
    +
    Germany
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    addressCountry
    +
    + +
    +
    Reference
    +
    +
      +
    • https://schema.org/addressCountry
    • +
    +
    +
    + +
    +
    + +
    +
    PostalCode
    +
    + + +
    +
    Name
    +
    postalCode
    +
    + + + +
    +
    Characteristic
    + +
    + +
    +
    Example
    +
    DE-10719
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    postalCode
    +
    + +
    +
    Reference
    +
    +
      +
    • https://schema.org/postalCode
    • +
    +
    +
    + +
    +
    + +
    +
    streetAddress
    +
    + + +
    +
    Name
    +
    streetAddress
    +
    + + + +
    +
    Characteristic
    + +
    + +
    +
    Example
    +
    Street 1
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    streetAddress
    +
    + +
    +
    Reference
    +
    +
      +
    • https://schema.org/streetAddress
    • +
    +
    +
    + +
    +
    +
    +
    +

    RecycledContentEntity

    +
    +
    + A battery passport must include recycled content information. + +The content information must include the percentage share of nickel that is present in active materials and that has been recovered from battery manufacturing waste, for each battery model per year and per manufacturing plant. +
    + +
    +

    Properties

    +
    +
    + +
    +
    preConsumerShare
    +
    + +Recycled material share from pre-consumer waste (manufacturing waste, excluding run-around scrap) of the active material. + +
    +
    Name
    +
    preConsumerShare
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Trait
    +
    +
    +
    + Reference +
    +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    preConsumerShare
    +
    + + +
    +
    Constraints
    +
    +
      +
    • +
      + +
      + ConsumerShareRange +
      + + + +
      +
      +>= +
      + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#float']'] +
      +
      ...
      +
      +< + DefaultScalarValue[value=100.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#float']'] +
      + +
    • +
    +
    +
    +
    +
    + +
    +
    RecycledMaterial
    +
    + + +
    +
    Name
    +
    recycledMaterial
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Enumeration
    +
    +
    +
    Values
    +
    +
    +
    +
      +
    • Cobalt
    • +
    • Nickel
    • +
    • Lithium
    • +
    • Lead
    • +
    • Cobalt
    • +
    • Nickel
    • +
    • Lithium
    • +
    • Lead
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    recycledMaterial
    +
    + + +
    +
    + +
    +
    postConsumerShare
    +
    + +Recycled material share from post-consumer waste (end-of-life scrap) of the active material. + +
    +
    Name
    +
    postConsumerShare
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Trait
    +
    +
    +
    + Reference +
    +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    postConsumerShare
    +
    + + +
    +
    Constraints
    +
    +
      +
    • +
      + +
      + ConsumerShareRange +
      + + + +
      +
      +>= +
      + DefaultScalarValue[value=0.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#float']'] +
      +
      ...
      +
      +< + DefaultScalarValue[value=100.0, typeUri='DefaultScalar[urn='http://www.w3.org/2001/XMLSchema#float']'] +
      + +
    • +
    +
    +
    +
    +
    +
    +
    +

    SafetyMeasuresEntity

    +
    +
    + The safety measures should be provided via the instruction manual as URL linking to PDF. +
    + +
    +

    Properties

    +
    +
    + +
    +
    safetyInstructions
    +
    + +- Safety measures. - Necessary safety instructions to handle waste batteries, including in relation to the risks associated with, and the handling of, batteries containing lithium. + +
    +
    Name
    +
    safetyInstructions
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    safetyInstructions
    +
    + + +
    +
    + +
    +
    extinguishingAgent
    +
    + +Usable extinguishing agents refering to classes of extinguishers (A, B, C, D, K).EUBR: Annex XIII (1a) ? Annex VI Part A (9) + +
    +
    Name
    +
    extinguishingAgent
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    List
    +
    +
    +
    Has a certain order
    +
    +
    +
    Duplicates allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    extinguishingAgent
    +
    + + +
    +
    +
    +
    +

    SparePartSupplierEntity

    +
    +
    + The part numbers for components should be provided together with the postal address, e-mail address and web address of the sources for spare parts. +
    + +
    +

    Properties

    +
    +
    + +
    +
    nameOfSupplier
    +
    + +Name of Supplier + +
    +
    Name
    +
    nameOfSupplier
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    nameOfSupplier
    +
    + + +
    +
    + +
    +
    addressOfSupplier
    +
    + +Postal address of supplier for spare parts. + +
    +
    Name
    +
    addressOfSupplier
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    SingleEntity
    +
    +
    +
    + Reference +
    +
      +
    • https://schema.org/address
    • +
    +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    addressOfSupplier
    +
    + + +
    +
    + +
    +
    emailAddressOfSupplier
    +
    + +E-mail address of supplier for spare parts. + +
    +
    Name
    +
    emailAddressOfSupplier
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Trait
    +
    +
    +
    + Reference +
    +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    emailAddressOfSupplier
    +
    + + +
    +
    Constraints
    +
    +
      +
    • +
      + +
      + ValidEmailAddress +
      + + + +
      +
      Regular expression
      +
      ^[w.-]+@[w.-]+.[A-Za-z]{2,}$
      +
      + +
    • +
    +
    +
    +
    +
    + +
    +
    supplierWebAddress
    +
    + +Web address of supplier for spare parts. + +
    +
    Name
    +
    supplierWebAddress
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    supplierWebAddress
    +
    + + +
    +
    + +
    +
    components
    +
    + +Components available at supplier + +
    +
    Name
    +
    components
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    List
    +
    +
    +
    Has a certain order
    +
    +
    +
    Duplicates allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    components
    +
    + + +
    +
    +
    + +
    + Third party licenses + +
    + +
    + + +
    + + + \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.json b/io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.json new file mode 100644 index 0000000..9d0e3d9 --- /dev/null +++ b/io.admin-shell.idta.batterypass.circularity/1.2.0/gen/Circularity.json @@ -0,0 +1,36 @@ +{ + "renewableContent" : -3.1273916E37, + "dismantlingAndRemovalInformation" : [ { + "documentType" : "BillOfMaterial", + "mimeType" : "eOMtThyhVNLWUZNRcBaQKxI", + "documentURL" : "telnet://192.0.2.16:80/" + } ], + "recycledContent" : [ { + "preConsumerShare" : 66.93859, + "recycledMaterial" : "Cobalt", + "postConsumerShare" : 5.83694 + } ], + "endOfLifeInformation" : { + "separateCollection" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "wastePrevention" : "http://www.wikipedia.org", + "informationOnCollection" : "telnet://192.0.2.16:80/" + }, + "safetyMeasures" : { + "safetyInstructions" : "http://www.ietf.org/rfc/rfc2396.txt", + "extinguishingAgent" : [ "RYtGKbgicZaHCBRQDSx" ] + }, + "sparePartSources" : [ { + "nameOfSupplier" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "components" : [ { + "partName" : "Cell", + "partNumber" : "JxkyvRnL" + } ], + "supplierWebAddress" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "emailAddressOfSupplier" : "wwww.-.w.w--w-w-ww-.w-w-.ww-w.w.ww-w--w-ww---..w.w--.w-.w--.w-.-.w-..ww-@...-..-ww--.-.-.w--.wwww-w..-.---..-w-....FuXHCzWusCHWpNMBwUiAgBnhhNhNkrUwfTjUlPONoNlaINBdD", + "addressOfSupplier" : { + "addressCountry" : "Germany", + "streetAddress" : "Street 1", + "postalCode" : "DE-10719" + } + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.circularity/README.md b/io.admin-shell.idta.batterypass.circularity/README.md new file mode 100644 index 0000000..71bec9b --- /dev/null +++ b/io.admin-shell.idta.batterypass.circularity/README.md @@ -0,0 +1,29 @@ +# Scope + +This namespace is reserved for the Submodel Template Specification (SMT) IDTA-020xx Version 1.1 Circularity for Battery Passport + +This model is using the models of the BatteryPass Consortium: https://github.com/batterypass/BatteryPassDataModel/tree/main/BatteryPass/io.BatteryPass.Circularity +with license CC BY-NC 4.0. + +Source GitHub IDTA: https://github.com/admin-shell-io/submodel-templates +Source Content Hub of the IDTA: [IDTA-020xx V1.2]() + +# Changelog +All notable changes to this model will be documented in this section. + +## [1.2.0] - + +for changelog see [IDTA-020xx V1.2, section "Version history"]() + +Contained Files: + +* Circularity.ttl + + + +Dependencies: + +* urn:samm:io.BatteryPass.Circularity:1.2.0 + + + From 505aeac65863b7bfa53bb2cb787964ab6e814617 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 17:40:25 +0200 Subject: [PATCH 29/33] MaterialComposition --- .../1.2.0/MaterialComposition.ttl | 38 + .../1.2.0/gen/MaterialComposition.aas.json | 1020 ++++++++++++ .../1.2.0/gen/MaterialComposition.aas.xml | 1409 ++++++++++++++++ .../1.2.0/gen/MaterialComposition.aasx | Bin 0 -> 6127 bytes .../1.2.0/gen/MaterialComposition.html | 1473 +++++++++++++++++ .../1.2.0/gen/MaterialComposition.json | 27 + .../README.md | 29 + 7 files changed, 3996 insertions(+) create mode 100644 io.admin-shell.idta.batterypass.material_composition/1.2.0/MaterialComposition.ttl create mode 100644 io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.aas.json create mode 100644 io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.aas.xml create mode 100644 io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.aasx create mode 100644 io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.html create mode 100644 io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.json create mode 100644 io.admin-shell.idta.batterypass.material_composition/README.md diff --git a/io.admin-shell.idta.batterypass.material_composition/1.2.0/MaterialComposition.ttl b/io.admin-shell.idta.batterypass.material_composition/1.2.0/MaterialComposition.ttl new file mode 100644 index 0000000..3caf3e7 --- /dev/null +++ b/io.admin-shell.idta.batterypass.material_composition/1.2.0/MaterialComposition.ttl @@ -0,0 +1,38 @@ +###################################################################### +# namesapce: urn:samm:io.admin-shell.idta.material_composition:1.2.0 +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +# +# namespace: urn:samm:io.BatteryPass.MaterialComposition:1.2.0 +# Copyright (c) 2025 Circulor GmbH on behalf of the Battery Pass Consortium +# +# The referenced work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# +# SPDX-License-Identifier: CC-BY-NC-4.0 +####################################################################### + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix bp: . + +:MaterialComposition a samm:Aspect ; + samm:preferredName "material composition"@en ; + samm:description "Mandatory data: Battery chemistry; critical raw materials; materials used in the cathode, anode, and \nelectrolyte; hazardous substances; impact of substances on the environment and on human health or \nsafety."@en ; + samm:properties ( bp:batteryChemistry bp:batteryMaterials bp:hazardousSubstances ) ; + samm:operations ( ) ; + samm:events ( ) . + diff --git a/io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.aas.json b/io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.aas.json new file mode 100644 index 0000000..79c3161 --- /dev/null +++ b/io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.aas.json @@ -0,0 +1,1020 @@ +{ + "assetAdministrationShells" : [ { + "modelType" : "AssetAdministrationShell", + "assetInformation" : { + "assetKind" : "Type" + }, + "submodels" : [ { + "keys" : [ { + "type" : "Submodel", + "value" : "urn:samm:io.admin-shell.idta.batterypass.material_composition:1.2.0#MaterialComposition/submodel" + } ], + "type" : "ModelReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.batterypass.material_composition:1.2.0#MaterialComposition", + "description" : [ { + "language" : "en", + "text" : "defaultAdminShell" + } ], + "idShort" : "defaultAdminShell" + } ], + "conceptDescriptions" : [ { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "definition" : [ { + "language" : "en", + "text" : "Mandatory data: Battery chemistry; critical raw materials; materials used in the cathode, anode, and \nelectrolyte; hazardous substances; impact of substances on the environment and on human health or \nsafety." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "material composition" + } ], + "shortName" : [ { + "language" : "en", + "text" : "MaterialComposition" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.material_composition:1.2.0#MaterialComposition", + "category" : "APPLICATION_CLASS", + "description" : [ { + "language" : "en", + "text" : "Mandatory data: Battery chemistry; critical raw materials; materials used in the cathode, anode, and \nelectrolyte; hazardous substances; impact of substances on the environment and on human health or \nsafety." + } ], + "displayName" : [ { + "language" : "en", + "text" : "material composition" + } ], + "idShort" : "MaterialComposition" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "shortName" + } ], + "shortName" : [ { + "language" : "en", + "text" : "shortName" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#shortName", + "idShort" : "shortName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "clearName" + } ], + "shortName" : [ { + "language" : "en", + "text" : "clearName" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#clearName", + "idShort" : "clearName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Composition of a product in general terms by specifying the cathode and anode active material as well as electrolyte.\n\nDIN DKE Spec 99100 chapter reference: 6.5.2" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "ProductChemistry" + } ], + "shortName" : [ { + "language" : "en", + "text" : "batteryChemistry" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryChemistry", + "displayName" : [ { + "language" : "en", + "text" : "ProductChemistry" + } ], + "idShort" : "batteryChemistry" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "componentName" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#componentName", + "displayName" : [ { + "language" : "en", + "text" : "Name" + } ], + "idShort" : "componentName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "SubstanceId" + } ], + "shortName" : [ { + "language" : "en", + "text" : "componentId" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#componentId", + "displayName" : [ { + "language" : "en", + "text" : "SubstanceId" + } ], + "idShort" : "componentId" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Battery component that relates to the material" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Location" + } ], + "shortName" : [ { + "language" : "en", + "text" : "batteryMaterialLocation" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterialLocation", + "displayName" : [ { + "language" : "en", + "text" : "Location" + } ], + "idShort" : "batteryMaterialLocation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "CAS Number " + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Identifier" + } ], + "shortName" : [ { + "language" : "en", + "text" : "batteryMaterialIdentifier" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterialIdentifier", + "displayName" : [ { + "language" : "en", + "text" : "Identifier" + } ], + "idShort" : "batteryMaterialIdentifier" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Clear name of Material" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "batteryMaterialName" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterialName", + "displayName" : [ { + "language" : "en", + "text" : "Name" + } ], + "idShort" : "batteryMaterialName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Weight of component material" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Weight" + } ], + "shortName" : [ { + "language" : "en", + "text" : "batteryMaterialMass" + } ], + "unit" : "gram" + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterialMass", + "displayName" : [ { + "language" : "en", + "text" : "Weight" + } ], + "idShort" : "batteryMaterialMass" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "BOOLEAN", + "definition" : [ { + "language" : "en", + "text" : "The battery passport must contain information on the critical raw materials present in the battery.\n\nThe information on the critical raw materials must also be provided on the battery label.\nPer Annex VI, Part A(10), critical raw materials must be reported if present in the battery in a concentration of more than 0,1 % weight by weight. " + } ], + "preferredName" : [ { + "language" : "en", + "text" : "isCriticalRawMaterial" + } ], + "shortName" : [ { + "language" : "en", + "text" : "isCriticalRawMaterial" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#isCriticalRawMaterial", + "idShort" : "isCriticalRawMaterial" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "\"Component materials used\" (No. 17.a-c): Naming the materials (as a composition of substances) in cathode, anode, electrolyte according to public standards, including specification of the corresponding component (i.e., cathode, anode, or electrolyte). We suggest a reporting threshold of 0.1 % weight by weight.\n\nDIN DKE Spec 99100 chapter reference: 6.5.3-6.5.4" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "BatteryMaterials" + } ], + "shortName" : [ { + "language" : "en", + "text" : "batteryMaterials" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterials", + "displayName" : [ { + "language" : "en", + "text" : "BatteryMaterials" + } ], + "idShort" : "batteryMaterials" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Battery Regulation narrows reporting to substances falling under defined hazard classes and categories of the CLP regulation." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Class" + } ], + "shortName" : [ { + "language" : "en", + "text" : "hazardousSubstanceClass" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "AcuteToxicity", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#HazardousSubstanceClassChrateristicEnum:_AcuteToxicity90bfce19" + } ], + "type" : "ModelReference" + } + }, { + "value" : "SkinCorrosionOrIrritation", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#HazardousSubstanceClassChrateristicEnum:_SkinCorrosionOrIrritationf87a46ce" + } ], + "type" : "ModelReference" + } + }, { + "value" : "EyeDamageOrIrritation", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#HazardousSubstanceClassChrateristicEnum:_EyeDamageOrIrritation3b92bbc2" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceClass", + "displayName" : [ { + "language" : "en", + "text" : "Class" + } ], + "idShort" : "hazardousSubstanceClass" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Clear name of hazardous substance" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Name" + } ], + "shortName" : [ { + "language" : "en", + "text" : "hazardousSubstanceName" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceName", + "displayName" : [ { + "language" : "en", + "text" : "Name" + } ], + "idShort" : "hazardousSubstanceName" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Concentration of hazardous substance" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Concentration" + } ], + "shortName" : [ { + "language" : "en", + "text" : "hazardousSubstanceConcentration" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceConcentration", + "displayName" : [ { + "language" : "en", + "text" : "Concentration" + } ], + "idShort" : "hazardousSubstanceConcentration" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Impact statements based on, e.g., REACH or GHS for all hazard classes applicable to substances in the battery." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Impact" + } ], + "shortName" : [ { + "language" : "en", + "text" : "hazardousSubstanceImpact" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceImpact", + "displayName" : [ { + "language" : "en", + "text" : "Impact" + } ], + "idShort" : "hazardousSubstanceImpact" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Hazardous substances (No. 19-23): Location on a (sub-)component-level of all hazardous substances (as ?any substance that poses a threat to human health and the environment?). Suggested via a unique identifier or nomenclature." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Location" + } ], + "shortName" : [ { + "language" : "en", + "text" : "hazardousSubstanceLocation" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceLocation", + "displayName" : [ { + "language" : "en", + "text" : "Location" + } ], + "idShort" : "hazardousSubstanceLocation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "CAS identifier of hazardous substance" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "Identifier" + } ], + "shortName" : [ { + "language" : "en", + "text" : "hazardousSubstanceIdentifier" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceIdentifier", + "displayName" : [ { + "language" : "en", + "text" : "Identifier" + } ], + "idShort" : "hazardousSubstanceIdentifier" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "\"Hazardous substances\" (No 20.a-e): Name (agreed substance nomenclature, e.g. IUPAC or chemical name) all hazardous substance (as ?any substance that poses a threat to human health and the environment?). Suggested above 0.1 % weight by weight within each (sub-)component.\n\nDIN DKE Spec 99100 chapter reference: 6.5.4 - 6.5.6" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "HazardousSubstances" + } ], + "shortName" : [ { + "language" : "en", + "text" : "hazardousSubstances" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstances", + "displayName" : [ { + "language" : "en", + "text" : "HazardousSubstances" + } ], + "idShort" : "hazardousSubstances" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.material_composition:1.2.0#MaterialComposition" + } ], + "type" : "ExternalReference" + }, + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.batterypass.material_composition:1.2.0#MaterialComposition/submodel", + "description" : [ { + "language" : "en", + "text" : "Mandatory data: Battery chemistry; critical raw materials; materials used in the cathode, anode, and \nelectrolyte; hazardous substances; impact of substances on the environment and on human health or \nsafety." + } ], + "idShort" : "MaterialComposition", + "submodelElements" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Composition of a product in general terms by specifying the cathode and anode active material as well as electrolyte.\n\nDIN DKE Spec 99100 chapter reference: 6.5.2" + } ], + "displayName" : [ { + "language" : "en", + "text" : "ProductChemistry" + } ], + "idShort" : "batteryChemistry", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#shortName" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "shortName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#clearName" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "clearName" + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#BatteryMaterialList" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "\"Component materials used\" (No. 17.a-c): Naming the materials (as a composition of substances) in cathode, anode, electrolyte according to public standards, including specification of the corresponding component (i.e., cathode, anode, or electrolyte). We suggest a reporting threshold of 0.1 % weight by weight.\n\nDIN DKE Spec 99100 chapter reference: 6.5.3-6.5.4" + } ], + "displayName" : [ { + "language" : "en", + "text" : "BatteryMaterials" + } ], + "idShort" : "batteryMaterials", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "\"Component materials used\" (No. 17.a-c): Naming the materials (as a composition of substances) in cathode, anode, electrolyte according to public standards, including specification of the corresponding component (i.e., cathode, anode, or electrolyte). We suggest a reporting threshold of 0.1 % weight by weight.\n\nDIN DKE Spec 99100 chapter reference: 6.5.3-6.5.4" + } ], + "displayName" : [ { + "language" : "en", + "text" : "BatteryMaterials" + } ], + "idShort" : "batteryMaterials", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Battery component that relates to the material" + } ], + "displayName" : [ { + "language" : "en", + "text" : "Location" + } ], + "idShort" : "batteryMaterialLocation", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#componentName" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Name" + } ], + "idShort" : "componentName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#componentId" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "SubstanceId" + } ], + "idShort" : "componentId" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterialIdentifier" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Identifier" + } ], + "idShort" : "batteryMaterialIdentifier" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterialName" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Name" + } ], + "idShort" : "batteryMaterialName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterialMass" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "displayName" : [ { + "language" : "en", + "text" : "Weight" + } ], + "idShort" : "batteryMaterialMass" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#isCriticalRawMaterial" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:boolean", + "idShort" : "isCriticalRawMaterial" + } ] + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#HazardousSubstancesList" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "\"Hazardous substances\" (No 20.a-e): Name (agreed substance nomenclature, e.g. IUPAC or chemical name) all hazardous substance (as ?any substance that poses a threat to human health and the environment?). Suggested above 0.1 % weight by weight within each (sub-)component.\n\nDIN DKE Spec 99100 chapter reference: 6.5.4 - 6.5.6" + } ], + "displayName" : [ { + "language" : "en", + "text" : "HazardousSubstances" + } ], + "idShort" : "hazardousSubstances", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "\"Hazardous substances\" (No 20.a-e): Name (agreed substance nomenclature, e.g. IUPAC or chemical name) all hazardous substance (as ?any substance that poses a threat to human health and the environment?). Suggested above 0.1 % weight by weight within each (sub-)component.\n\nDIN DKE Spec 99100 chapter reference: 6.5.4 - 6.5.6" + } ], + "displayName" : [ { + "language" : "en", + "text" : "HazardousSubstances" + } ], + "idShort" : "hazardousSubstances", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceClass" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Class" + } ], + "idShort" : "hazardousSubstanceClass" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceName" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Name" + } ], + "idShort" : "hazardousSubstanceName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceConcentration" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:double", + "displayName" : [ { + "language" : "en", + "text" : "Concentration" + } ], + "idShort" : "hazardousSubstanceConcentration" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#ImpactList" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "Impact statements based on, e.g., REACH or GHS for all hazard classes applicable to substances in the battery." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Impact" + } ], + "idShort" : "hazardousSubstanceImpact", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceImpact" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Impact" + } ], + "idShort" : "hazardousSubstanceImpact" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Hazardous substances (No. 19-23): Location on a (sub-)component-level of all hazardous substances (as ?any substance that poses a threat to human health and the environment?). Suggested via a unique identifier or nomenclature." + } ], + "displayName" : [ { + "language" : "en", + "text" : "Location" + } ], + "idShort" : "hazardousSubstanceLocation", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#componentName" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Name" + } ], + "idShort" : "componentName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#componentId" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "SubstanceId" + } ], + "idShort" : "componentId" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceIdentifier" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://www.cas.org/cas-data/cas-registry" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Identifier" + } ], + "idShort" : "hazardousSubstanceIdentifier" + } ] + } ] + } ] + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.aas.xml b/io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.aas.xml new file mode 100644 index 0000000..ac7ddb9 --- /dev/null +++ b/io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.aas.xml @@ -0,0 +1,1409 @@ + + + + + defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.admin-shell.idta.batterypass.material_composition:1.2.0#MaterialComposition + + Type + + + + ModelReference + + + Submodel + urn:samm:io.admin-shell.idta.batterypass.material_composition:1.2.0#MaterialComposition/submodel + + + + + + + + + MaterialComposition + + + en + Mandatory data: Battery chemistry; critical raw materials; materials used in the cathode, anode, and +electrolyte; hazardous substances; impact of substances on the environment and on human health or +safety. + + + + urn:samm:io.admin-shell.idta.batterypass.material_composition:1.2.0#MaterialComposition/submodel + Template + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.batterypass.material_composition:1.2.0#MaterialComposition + + + + + + batteryChemistry + + + en + ProductChemistry + + + + + en + Composition of a product in general terms by specifying the cathode and anode active material as well as electrolyte. + +DIN DKE Spec 99100 chapter reference: 6.5.2 + + + + + shortName + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#shortName + + + + xs:string + + + clearName + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#clearName + + + + xs:string + + + + + batteryMaterials + + + en + BatteryMaterials + + + + + en + "Component materials used" (No. 17.a-c): Naming the materials (as a composition of substances) in cathode, anode, electrolyte according to public standards, including specification of the corresponding component (i.e., cathode, anode, or electrolyte). We suggest a reporting threshold of 0.1 % weight by weight. + +DIN DKE Spec 99100 chapter reference: 6.5.3-6.5.4 + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#BatteryMaterialList + + + + false + SubmodelElementCollection + + + batteryMaterials + + + en + BatteryMaterials + + + + + en + "Component materials used" (No. 17.a-c): Naming the materials (as a composition of substances) in cathode, anode, electrolyte according to public standards, including specification of the corresponding component (i.e., cathode, anode, or electrolyte). We suggest a reporting threshold of 0.1 % weight by weight. + +DIN DKE Spec 99100 chapter reference: 6.5.3-6.5.4 + + + + + batteryMaterialLocation + + + en + Location + + + + + en + Battery component that relates to the material + + + + + componentName + + + en + Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#componentName + + + + xs:string + + + componentId + + + en + SubstanceId + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#componentId + + + + xs:string + + + + + batteryMaterialIdentifier + + + en + Identifier + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterialIdentifier + + + + xs:string + + + batteryMaterialName + + + en + Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterialName + + + + xs:string + + + batteryMaterialMass + + + en + Weight + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterialMass + + + + xs:float + + + isCriticalRawMaterial + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#isCriticalRawMaterial + + + + xs:boolean + + + + + + + hazardousSubstances + + + en + HazardousSubstances + + + + + en + "Hazardous substances" (No 20.a-e): Name (agreed substance nomenclature, e.g. IUPAC or chemical name) all hazardous substance (as ?any substance that poses a threat to human health and the environment?). Suggested above 0.1 % weight by weight within each (sub-)component. + +DIN DKE Spec 99100 chapter reference: 6.5.4 - 6.5.6 + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#HazardousSubstancesList + + + + false + SubmodelElementCollection + + + hazardousSubstances + + + en + HazardousSubstances + + + + + en + "Hazardous substances" (No 20.a-e): Name (agreed substance nomenclature, e.g. IUPAC or chemical name) all hazardous substance (as ?any substance that poses a threat to human health and the environment?). Suggested above 0.1 % weight by weight within each (sub-)component. + +DIN DKE Spec 99100 chapter reference: 6.5.4 - 6.5.6 + + + + + hazardousSubstanceClass + + + en + Class + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceClass + + + + xs:string + + + hazardousSubstanceName + + + en + Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceName + + + + xs:string + + + hazardousSubstanceConcentration + + + en + Concentration + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceConcentration + + + + xs:double + + + hazardousSubstanceImpact + + + en + Impact + + + + + en + Impact statements based on, e.g., REACH or GHS for all hazard classes applicable to substances in the battery. + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#ImpactList + + + + false + SubmodelElementCollection + + + hazardousSubstanceImpact + + + en + Impact + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceImpact + + + + xs:string + + + + + hazardousSubstanceLocation + + + en + Location + + + + + en + Hazardous substances (No. 19-23): Location on a (sub-)component-level of all hazardous substances (as ?any substance that poses a threat to human health and the environment?). Suggested via a unique identifier or nomenclature. + + + + + componentName + + + en + Name + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#componentName + + + + xs:string + + + componentId + + + en + SubstanceId + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#componentId + + + + xs:string + + + + + hazardousSubstanceIdentifier + + + en + Identifier + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceIdentifier + + + + + + ExternalReference + + + GlobalReference + https://www.cas.org/cas-data/cas-registry + + + + + xs:string + + + + + + + + + + + APPLICATION_CLASS + MaterialComposition + + + en + material composition + + + + + en + Mandatory data: Battery chemistry; critical raw materials; materials used in the cathode, anode, and +electrolyte; hazardous substances; impact of substances on the environment and on human health or +safety. + + + urn:samm:io.admin-shell.idta.batterypass.material_composition:1.2.0#MaterialComposition + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + material composition + + + + + en + MaterialComposition + + + + + en + Mandatory data: Battery chemistry; critical raw materials; materials used in the cathode, anode, and +electrolyte; hazardous substances; impact of substances on the environment and on human health or +safety. + + + + + + + + + shortName + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#shortName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + shortName + + + + + en + shortName + + + STRING + + + + + + + clearName + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#clearName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + clearName + + + + + en + clearName + + + STRING + + + + + + + batteryChemistry + + + en + ProductChemistry + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryChemistry + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ProductChemistry + + + + + en + batteryChemistry + + + STRING + + + en + Composition of a product in general terms by specifying the cathode and anode active material as well as electrolyte. + +DIN DKE Spec 99100 chapter reference: 6.5.2 + + + + + + + + + componentName + + + en + Name + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#componentName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Name + + + + + en + componentName + + + STRING + + + + + + + componentId + + + en + SubstanceId + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#componentId + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + SubstanceId + + + + + en + componentId + + + STRING + + + + + + + batteryMaterialLocation + + + en + Location + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterialLocation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + batteryMaterialLocation + + + STRING + + + en + Battery component that relates to the material + + + + + + + + + batteryMaterialIdentifier + + + en + Identifier + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterialIdentifier + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Identifier + + + + + en + batteryMaterialIdentifier + + + STRING + + + en + CAS Number + + + + + + + + + batteryMaterialName + + + en + Name + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterialName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Name + + + + + en + batteryMaterialName + + + STRING + + + en + Clear name of Material + + + + + + + + + batteryMaterialMass + + + en + Weight + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterialMass + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + batteryMaterialMass + + + gram + REAL_MEASURE + + + en + Weight of component material + + + + + + + + + isCriticalRawMaterial + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#isCriticalRawMaterial + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + isCriticalRawMaterial + + + + + en + isCriticalRawMaterial + + + BOOLEAN + + + en + The battery passport must contain information on the critical raw materials present in the battery. + +The information on the critical raw materials must also be provided on the battery label. +Per Annex VI, Part A(10), critical raw materials must be reported if present in the battery in a concentration of more than 0,1 % weight by weight. + + + + + + + + + batteryMaterials + + + en + BatteryMaterials + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#batteryMaterials + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + BatteryMaterials + + + + + en + batteryMaterials + + + STRING + + + en + "Component materials used" (No. 17.a-c): Naming the materials (as a composition of substances) in cathode, anode, electrolyte according to public standards, including specification of the corresponding component (i.e., cathode, anode, or electrolyte). We suggest a reporting threshold of 0.1 % weight by weight. + +DIN DKE Spec 99100 chapter reference: 6.5.3-6.5.4 + + + + + + + + + hazardousSubstanceClass + + + en + Class + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceClass + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Class + + + + + en + hazardousSubstanceClass + + + STRING + + + en + Battery Regulation narrows reporting to substances falling under defined hazard classes and categories of the CLP regulation. + + + + + + AcuteToxicity + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#HazardousSubstanceClassChrateristicEnum:_AcuteToxicity90bfce19 + + + + + + SkinCorrosionOrIrritation + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#HazardousSubstanceClassChrateristicEnum:_SkinCorrosionOrIrritationf87a46ce + + + + + + EyeDamageOrIrritation + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#HazardousSubstanceClassChrateristicEnum:_EyeDamageOrIrritation3b92bbc2 + + + + + + + + + + + + + hazardousSubstanceName + + + en + Name + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceName + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Name + + + + + en + hazardousSubstanceName + + + STRING + + + en + Clear name of hazardous substance + + + + + + + + + hazardousSubstanceConcentration + + + en + Concentration + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceConcentration + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Concentration + + + + + en + hazardousSubstanceConcentration + + + percent + REAL_MEASURE + + + en + Concentration of hazardous substance + + + + + + + + + hazardousSubstanceImpact + + + en + Impact + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceImpact + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Impact + + + + + en + hazardousSubstanceImpact + + + STRING + + + en + Impact statements based on, e.g., REACH or GHS for all hazard classes applicable to substances in the battery. + + + + + + + + + hazardousSubstanceLocation + + + en + Location + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceLocation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + hazardousSubstanceLocation + + + STRING + + + en + Hazardous substances (No. 19-23): Location on a (sub-)component-level of all hazardous substances (as ?any substance that poses a threat to human health and the environment?). Suggested via a unique identifier or nomenclature. + + + + + + + + + hazardousSubstanceIdentifier + + + en + Identifier + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstanceIdentifier + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Identifier + + + + + en + hazardousSubstanceIdentifier + + + STRING + + + en + CAS identifier of hazardous substance + + + + + + + + + hazardousSubstances + + + en + HazardousSubstances + + + urn:samm:io.BatteryPass.MaterialComposition:1.2.0#hazardousSubstances + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + HazardousSubstances + + + + + en + hazardousSubstances + + + STRING + + + en + "Hazardous substances" (No 20.a-e): Name (agreed substance nomenclature, e.g. IUPAC or chemical name) all hazardous substance (as ?any substance that poses a threat to human health and the environment?). Suggested above 0.1 % weight by weight within each (sub-)component. + +DIN DKE Spec 99100 chapter reference: 6.5.4 - 6.5.6 + + + + + + + + + diff --git a/io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.aasx b/io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.aasx new file mode 100644 index 0000000000000000000000000000000000000000..c7206aff46b600c26e6d48fb529611273bcf3b83 GIT binary patch literal 6127 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 literal 0 HcmV?d00001 diff --git a/io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.html b/io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.html new file mode 100644 index 0000000..8307418 --- /dev/null +++ b/io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.html @@ -0,0 +1,1473 @@ + + + + + + + + + + + + + + Documentation MaterialComposition + + +
    +
    +
    +
    +

    Aspect Model MaterialComposition

    +
    urn:samm:io.BatteryPass.MaterialComposition:1.2.0#MaterialComposition
    +
    +
    +
    +
    +
    +
    +
    + +
    + + +
    + Mandatory data: Battery chemistry; critical raw materials; materials used in the cathode, anode, and +electrolyte; hazardous substances; impact of substances on the environment and on human health or +safety + +Copyright ? 2024 Circulor (for and on behalf of the Battery Pass Consortium). This work is li-censed under a Creative Commons License Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). Readers may reproduce material for their own publications, as long as it is not sold com-mercially and is given appropriate attribution. +
    + + +
    +

    Overview

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

    Properties

    +
    + +
    + +
    +

    BatteryMaterials

    +
    + +"Component materials used" (No. 17.a-c): Naming the materials (as a composition of substances) in cathode, anode, electrolyte according to public standards, including specification of the corresponding component (i.e., cathode, anode, or electrolyte). We suggest a reporting threshold of 0.1 % weight by weight. + +DIN DKE Spec 99100 chapter reference: 6.5.3-6.5.4 + +
    +
    Name
    +
    batteryMaterials
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    List
    +
    +
    +
    Has a certain order
    +
    +
    +
    Duplicates allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    batteryMaterials
    +
    + + +
    +
    + +
    +

    HazardousSubstances

    +
    + +"Hazardous substances" (No 20.a-e): Name (agreed substance nomenclature, e.g. IUPAC or chemical name) all hazardous substance (as ?any substance that poses a threat to human health and the environment?). Suggested above 0.1 % weight by weight within each (sub-)component. + +DIN DKE Spec 99100 chapter reference: 6.5.4 - 6.5.6 + +
    +
    Name
    +
    hazardousSubstances
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    List
    +
    +
    +
    Has a certain order
    +
    +
    +
    Duplicates allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    hazardousSubstances
    +
    + + +
    +
    + +
    +

    ProductChemistry

    +
    + +Composition of a product in general terms by specifying the cathode and anode active material as well as electrolyte. + +DIN DKE Spec 99100 chapter reference: 6.5.2 + +
    +
    Name
    +
    batteryChemistry
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    batteryChemistry
    +
    + + +
    +
    + + + +
    +
    +

    Entities

    +
    + +
    +
    +

    BatteryLocation

    +
    +
    + Battery component that includes the material +
    + +
    +

    Properties

    +
    +
    + +
    +
    Name
    +
    + + +
    +
    Name
    +
    componentName
    +
    + + + +
    +
    Characteristic
    + +
    + +
    +
    Example
    +
    Anode
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    componentName
    +
    + + +
    +
    + +
    +
    SubstanceId
    +
    + + +
    +
    Name
    +
    componentId
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + Yes
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    componentId
    +
    + + +
    +
    +
    +
    +

    Chemistry

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    shortName
    +
    + + +
    +
    Name
    +
    shortName
    +
    + + + +
    +
    Characteristic
    + +
    + +
    +
    Example
    +
    NMC
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    shortName
    +
    + + +
    +
    + +
    +
    clearName
    +
    + + +
    +
    Name
    +
    clearName
    +
    + + + +
    +
    Characteristic
    + +
    + +
    +
    Example
    +
    Lithium nickel manganese cobalt oxides
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    clearName
    +
    + + +
    +
    +
    +
    +

    HazardousSubstanceEntity

    +
    +
    + Hazardous substances (No. 19-23): Name (agreed substance nomenclature, e.g. IUPAC or chemical name) all hazardous substance (as ?any substance that poses a threat to human health and the environment?). Suggested above 0.1 % weight by weight within each (sub-)component. +
    + +
    +

    Properties

    +
    +
    + +
    +
    Class
    +
    + +Battery Regulation narrows reporting to substances falling under defined hazard classes and categories of the CLP regulation. + +
    +
    Name
    +
    hazardousSubstanceClass
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Enumeration
    +
    +
    +
    Values
    +
    +
    +
    +
      +
    • AcuteToxicity
    • +
    • SkinCorrosionOrIrritation
    • +
    • EyeDamageOrIrritation
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    hazardousSubstanceClass
    +
    + + +
    +
    + +
    +
    Name
    +
    + +Clear name of hazardous substance + +
    +
    Name
    +
    hazardousSubstanceName
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    hazardousSubstanceName
    +
    + + +
    +
    + +
    +
    Concentration
    +
    + +Concentration of hazardous substance + +
    +
    Name
    +
    hazardousSubstanceConcentration
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    hazardousSubstanceConcentration
    +
    + + +
    +
    + +
    +
    Impact
    +
    + +Impact statements based on, e.g., REACH or GHS for all hazard classes applicable to substances in the battery. + +
    +
    Name
    +
    hazardousSubstanceImpact
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    List
    +
    +
    +
    Has a certain order
    +
    +
    +
    Duplicates allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    hazardousSubstanceImpact
    +
    + + +
    +
    + +
    +
    Location
    +
    + +Hazardous substances (No. 19-23): Location on a (sub-)component-level of all hazardous substances (as ?any substance that poses a threat to human health and the environment?). Suggested via a unique identifier or nomenclature. + +
    +
    Name
    +
    hazardousSubstanceLocation
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    hazardousSubstanceLocation
    +
    + + +
    +
    + +
    +
    Identifier
    +
    + +CAS identifier of hazardous substance + +
    +
    Name
    +
    hazardousSubstanceIdentifier
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Trait
    +
    +
    +
    + Reference +
    +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    hazardousSubstanceIdentifier
    +
    + +
    +
    Reference
    +
    +
      +
    • https://www.cas.org/cas-data/cas-registry
    • +
    +
    +
    + +
    +
    Constraints
    +
    +
      +
    • +
      + +
      + CASNumberConstraint +
      + + + +
      +
      Regular expression
      +
      ^\d{2,7}-\d{2}-\d{1}$
      +
      + +
    • +
    +
    +
    +
    +
    +
    +
    +

    Material

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    Location
    +
    + +Battery component that relates to the material + +
    +
    Name
    +
    batteryMaterialLocation
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    batteryMaterialLocation
    +
    + + +
    +
    + +
    +
    Identifier
    +
    + +CAS Number + +
    +
    Name
    +
    batteryMaterialIdentifier
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Trait
    +
    +
    +
    + Reference +
    +
    +
    +
    + +
    +
    +
    + +
    +
    Example
    +
    7439-93-2
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    batteryMaterialIdentifier
    +
    + + +
    +
    Constraints
    +
    +
      +
    • +
      + +
      + CASNumberConstraint +
      + + + +
      +
      Regular expression
      +
      ^\d{2,7}-\d{2}-\d{1}$
      +
      + +
    • +
    +
    +
    +
    +
    + +
    +
    Name
    +
    + +Clear name of Material + +
    +
    Name
    +
    batteryMaterialName
    +
    + + + +
    +
    Characteristic
    + +
    + +
    +
    Example
    +
    Lithium
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    batteryMaterialName
    +
    + + +
    +
    + +
    +
    Weight
    +
    + +Weight of component material + +
    +
    Name
    +
    batteryMaterialMass
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + gram +
    • +
    • + Symbol g +
    • +
    • + Code GRM +
    • +
    • + Conversion factor 10⁻³ kg +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    batteryMaterialMass
    +
    + + +
    +
    + +
    +
    isCriticalRawMaterial
    +
    + +The battery passport must contain information on the critical raw materials present in the battery. + +The information on the critical raw materials must also be provided on the battery label. +Per Annex VI, Part A(10), critical raw materials must be reported if present in the battery in a concentration of more than 0,1 % weight by weight. + +
    +
    Name
    +
    isCriticalRawMaterial
    +
    + + + +
    +
    Characteristic
    + +
    + +
    +
    Example
    +
    true
    +
    + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    isCriticalRawMaterial
    +
    + + +
    +
    +
    + +
    + Third party licenses + +
    + +
    + + +
    + + + \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.json b/io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.json new file mode 100644 index 0000000..6aeea63 --- /dev/null +++ b/io.admin-shell.idta.batterypass.material_composition/1.2.0/gen/MaterialComposition.json @@ -0,0 +1,27 @@ +{ + "batteryChemistry" : { + "shortName" : "NMC", + "clearName" : "Lithium nickel manganese cobalt oxides" + }, + "hazardousSubstances" : [ { + "hazardousSubstanceClass" : "AcuteToxicity", + "hazardousSubstanceConcentration" : -1.7976931348623157E308, + "hazardousSubstanceImpact" : [ "JxkyvRnL" ], + "hazardousSubstanceIdentifier" : "45306-91-8", + "hazardousSubstanceLocation" : { + "componentName" : "Anode", + "componentId" : "RYtGKbgicZaHCBRQDSx" + }, + "hazardousSubstanceName" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "batteryMaterials" : [ { + "batteryMaterialIdentifier" : "7439-93-2 ", + "batteryMaterialMass" : -1.706338E38, + "batteryMaterialName" : "Lithium", + "batteryMaterialLocation" : { + "componentName" : "Anode", + "componentId" : "eOMtThyhVNLWUZNRcBaQKxI" + }, + "isCriticalRawMaterial" : true + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.material_composition/README.md b/io.admin-shell.idta.batterypass.material_composition/README.md new file mode 100644 index 0000000..4d3faa7 --- /dev/null +++ b/io.admin-shell.idta.batterypass.material_composition/README.md @@ -0,0 +1,29 @@ +# Scope + +This namespace is reserved for the Submodel Template Specification (SMT) IDTA-020xx Version 1.1 Material Composition for Battery Passport + +This model is using the models of the BatteryPass Consortium: https://github.com/batterypass/BatteryPassDataModel/tree/main/BatteryPass/io.BatteryPass.MaterialComposition +with license CC BY-NC 4.0. + +Source GitHub IDTA: https://github.com/admin-shell-io/submodel-templates +Source Content Hub of the IDTA: [IDTA-020xx V1.2]() + +# Changelog +All notable changes to this model will be documented in this section. + +## [1.2.0] - + +for changelog see [IDTA-020xx V1.2, section "Version history"]() + +Contained Files: + +* MaterialComposition.ttl + + + +Dependencies: + +* urn:samm:io.BatteryPass.MaterialComposition:1.2.0 + + + From 53e26befdde5b28d044674cda79ea0495932d3af Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 17:40:41 +0200 Subject: [PATCH 30/33] ProductCondition --- .../1.2.0/ProductCondition.ttl | 38 + .../1.2.0/gen/ProductCondition.aas.json | 1808 ++++++++ .../1.2.0/gen/ProductCondition.aas.xml | 2505 +++++++++++ .../1.2.0/gen/ProductCondition.aasx | Bin 0 -> 9009 bytes .../1.2.0/gen/ProductCondition.html | 3944 +++++++++++++++++ .../1.2.0/gen/ProductCondition.json | 69 + .../README.md | 29 + 7 files changed, 8393 insertions(+) create mode 100644 io.admin-shell.idta.batterypass.product_condition/1.2.0/ProductCondition.ttl create mode 100644 io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.aas.json create mode 100644 io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.aas.xml create mode 100644 io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.aasx create mode 100644 io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.html create mode 100644 io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.json create mode 100644 io.admin-shell.idta.batterypass.product_condition/README.md diff --git a/io.admin-shell.idta.batterypass.product_condition/1.2.0/ProductCondition.ttl b/io.admin-shell.idta.batterypass.product_condition/1.2.0/ProductCondition.ttl new file mode 100644 index 0000000..a28aa1d --- /dev/null +++ b/io.admin-shell.idta.batterypass.product_condition/1.2.0/ProductCondition.ttl @@ -0,0 +1,38 @@ +###################################################################### +# namesapce: urn:samm:io.admin-shell.idta.material_composition:1.2.0 +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +# +# namespace: urn:samm:io.BatteryPass.Performance:1.2.0 +# Copyright (c) 2025 Circulor GmbH on behalf of the Battery Pass Consortium +# +# The referenced work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# +# SPDX-License-Identifier: CC-BY-NC-4.0 +####################################################################### + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix bp: . + +:ProductCondition a samm:Aspect ; + samm:preferredName "product condition"@en ; + samm:description "Covers all battery lifetime relevant properties."@en ; + samm:properties ( bp:energyThroughput bp:capacityThroughput bp:numberOfFullCycles bp:stateOfCertifiedEnergy bp:capacityFade bp:remainingEnergy bp:remainingCapacity bp:negativeEvents bp:temperatureInformation bp:remainingPowerCapability bp:powerFade bp:roundTripEfficiencyFade bp:evolutionOfSelfDischarge bp:currentSelfDischargingRate bp:internalResistanceIncrease bp:roundTripEfficiencyat50PerCentCycleLife bp:remainingRoundTripEnergyEfficiency bp:stateOfCharge ) ; + samm:operations ( ) ; + samm:events ( ) . + diff --git a/io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.aas.json b/io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.aas.json new file mode 100644 index 0000000..d850808 --- /dev/null +++ b/io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.aas.json @@ -0,0 +1,1808 @@ +{ + "assetAdministrationShells" : [ { + "modelType" : "AssetAdministrationShell", + "assetInformation" : { + "assetKind" : "Type" + }, + "submodels" : [ { + "keys" : [ { + "type" : "Submodel", + "value" : "urn:samm:io.admin-shell.idta.batterypass.product_condition:1.2.0#ProductCondition/submodel" + } ], + "type" : "ModelReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.batterypass.product_condition:1.2.0#ProductCondition", + "description" : [ { + "language" : "en", + "text" : "defaultAdminShell" + } ], + "idShort" : "defaultAdminShell" + } ], + "conceptDescriptions" : [ { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "definition" : [ { + "language" : "en", + "text" : "Covers all battery lifetime relevant properties." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "product condition" + } ], + "shortName" : [ { + "language" : "en", + "text" : "ProductCondition" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.product_condition:1.2.0#ProductCondition", + "category" : "APPLICATION_CLASS", + "description" : [ { + "language" : "en", + "text" : "Covers all battery lifetime relevant properties." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product condition" + } ], + "idShort" : "ProductCondition" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "The data attribute should be reported as measured for further potential processing. In addition, the normalisation by capacity may add a further useful value that ensures comparability among battery sizes.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.7" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "energyThroughput" + } ], + "shortName" : [ { + "language" : "en", + "text" : "energyThroughput" + } ], + "unit" : "kilowattHour" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#energyThroughput", + "idShort" : "energyThroughput" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "capacityThroughputValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "capacityThroughputValue" + } ], + "unit" : "ampereHour" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#capacityThroughputValue", + "idShort" : "capacityThroughputValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Timestamp for dynamic data attributes show the last update time." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "lastUpdate" + } ], + "shortName" : [ { + "language" : "en", + "text" : "lastUpdate" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate", + "idShort" : "lastUpdate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "The data attribute should be reported as measured for further potential processing. In addition, the normalisation by capacity may add a further useful value that ensures comparability among battery sizes.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.8" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "capacityThroughput" + } ], + "shortName" : [ { + "language" : "en", + "text" : "capacityThroughput" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#capacityThroughput", + "idShort" : "capacityThroughput" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "numberOfFullCyclesValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "numberOfFullCyclesValue" + } ], + "unit" : "cycle" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#numberOfFullCyclesValue", + "idShort" : "numberOfFullCyclesValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Number of (full) charging and discharging cycles.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.3" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "numberOfFullCycles" + } ], + "shortName" : [ { + "language" : "en", + "text" : "numberOfFullCycles" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#numberOfFullCycles", + "idShort" : "numberOfFullCycles" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "stateOfCertifiedEnergyValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "stateOfCertifiedEnergyValue" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#stateOfCertifiedEnergyValue", + "idShort" : "stateOfCertifiedEnergyValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Definition based on UNECE GTR 22: The measured or on-board UBE performance at a specific point in its lifetime, expressed as a percentage of the certified usable battery energy.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.7" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "SOCE" + } ], + "shortName" : [ { + "language" : "en", + "text" : "stateOfCertifiedEnergy" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#stateOfCertifiedEnergy", + "displayName" : [ { + "language" : "en", + "text" : "SOCE" + } ], + "idShort" : "stateOfCertifiedEnergy" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "capacityFadeValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "capacityFadeValue" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#capacityFadeValue", + "idShort" : "capacityFadeValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "The capacity fade is the �Decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity� (see BattReg Annex IV (2)) as declared by the manufacturer.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.4" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "capacityFade" + } ], + "shortName" : [ { + "language" : "en", + "text" : "capacityFade" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#capacityFade", + "idShort" : "capacityFade" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "remainingEnergyalue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "remainingEnergyalue" + } ], + "unit" : "kilowattHour" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#remainingEnergyalue", + "idShort" : "remainingEnergyalue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Definition from UNECE GTR 22, applicable only to EVs.\nThe energy supplied by the battery from the beginning of the test procedure used for certification until the applicable break-off criterion of the test procedure used for certification is reached.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.6" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "remainingEnergy" + } ], + "shortName" : [ { + "language" : "en", + "text" : "remainingEnergy" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#remainingEnergy", + "idShort" : "remainingEnergy" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "remainingCapacityValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "remainingCapacityValue" + } ], + "unit" : "kilowattHour" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#remainingCapacityValue", + "idShort" : "remainingCapacityValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "The in-use data attribute on capacity, corresponding with the definition of rated capacity.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.3" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "remainingCapacity" + } ], + "shortName" : [ { + "language" : "en", + "text" : "remainingCapacity" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#remainingCapacity", + "idShort" : "remainingCapacity" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "Negative events, such as accidents. No further definition provided by regulation." + } ], + "shortName" : [ { + "language" : "en", + "text" : "negativeEvent" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#negativeEvent", + "displayName" : [ { + "language" : "en", + "text" : "Negative events, such as accidents. No further definition provided by regulation." + } ], + "idShort" : "negativeEvent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "negativeEvents" + } ], + "shortName" : [ { + "language" : "en", + "text" : "negativeEvents" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#negativeEvents", + "idShort" : "negativeEvents" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Cumulated time spent above the given upper boundary of temperature." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "timeExtremeHighTemp" + } ], + "shortName" : [ { + "language" : "en", + "text" : "timeExtremeHighTemp" + } ], + "unit" : "minuteUnitOfTime" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeHighTemp", + "idShort" : "timeExtremeHighTemp" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Cumulated time spent below the given lower boundary of temperature." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "timeExtremeLowTemp" + } ], + "shortName" : [ { + "language" : "en", + "text" : "timeExtremeLowTemp" + } ], + "unit" : "minuteUnitOfTime" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeLowTemp", + "idShort" : "timeExtremeLowTemp" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Cumulated time spent above the given upper boundary of temperature during Charging." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "timeExtremeHighTempCharging" + } ], + "shortName" : [ { + "language" : "en", + "text" : "timeExtremeHighTempCharging" + } ], + "unit" : "minuteUnitOfTime" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeHighTempCharging", + "idShort" : "timeExtremeHighTempCharging" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Cumulated time spent below the given lower boundary of temperature during charging." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "timeExtremeLowTempCharging" + } ], + "shortName" : [ { + "language" : "en", + "text" : "timeExtremeLowTempCharging" + } ], + "unit" : "minuteUnitOfTime" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeLowTempCharging", + "idShort" : "timeExtremeLowTempCharging" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "The battery passport must include periodically recorded information on the operating environmental conditions, including temperature.\n\nDIN DKE Spec 99100 chapter reference: 6.7.7.5 - 8" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "temperatureInformation" + } ], + "shortName" : [ { + "language" : "en", + "text" : "temperatureInformation" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#temperatureInformation", + "idShort" : "temperatureInformation" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "rPCLastUpdated" + } ], + "shortName" : [ { + "language" : "en", + "text" : "rPCLastUpdated" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#rPCLastUpdated", + "idShort" : "rPCLastUpdated" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "atSoC" + } ], + "shortName" : [ { + "language" : "en", + "text" : "atSoC" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#atSoC", + "idShort" : "atSoC" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "powerCapabilityAt" + } ], + "shortName" : [ { + "language" : "en", + "text" : "powerCapabilityAt" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#powerCapabilityAt", + "idShort" : "powerCapabilityAt" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "remainingPowerCapabilityValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "remainingPowerCapabilityValue" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#remainingPowerCapabilityValue", + "idShort" : "remainingPowerCapabilityValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "'- Original power capability (in Watts) and limits, with temperature range when relevant.\n- The amount of energy that a battery is capable to provide over a given period of time under reference conditions.\n- Power capability at 80% and 20% state of charge.\n\nDIN DKE Spec 99100 chapter reference: 6.7.3.3" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "remainingPowerCapability" + } ], + "shortName" : [ { + "language" : "en", + "text" : "remainingPowerCapability" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#remainingPowerCapability", + "idShort" : "remainingPowerCapability" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "�Power fade (in %) means the decrease over time and upon usage in the amount of power that a battery can deliver at the rated voltage.� (see BattReg Annex IV (4)).\n\nPower fade should be calculated using original and remaining power capability following the formula below:\nPfade(x) = (1-P(x)) / PBOL\" �100\" %\" \nwhere\nx \tis the aging parameter (e.g. storage time, number of cycles, etc.);\nP(x) \tis the power capability at aging parameter x;\nPBOL \tis the power capability at begin of life.\n\nDIN DKE Spec 99100 chapter reference: 6.7.3.4" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "powerFade" + } ], + "shortName" : [ { + "language" : "en", + "text" : "powerFade" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#powerFade", + "idShort" : "powerFade" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Energy round trip efficiency fade should be calculated using the initial round trip energy efficiency and remaining round trip energy efficiency following the formula below:\n\nRTEfade (x) = (1-RTE(x)) / RTEBOL �100\" %\" \nwhere\nx \tis the aging parameter (e.g. storage time, number of cycles, etc.);\nRTE(x) \tis the round trip energy efficiency at aging parameter x;\nRTEBOL \tis the round trip energy efficiency at begin of life.\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.5" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "roundTripEfficiencyFade" + } ], + "shortName" : [ { + "language" : "en", + "text" : "roundTripEfficiencyFade" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#roundTripEfficiencyFade", + "idShort" : "roundTripEfficiencyFade" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "evolutionOfSelfDischargeEntityValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "evolutionOfSelfDischargeEntityValue" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#evolutionOfSelfDischargeEntityValue", + "idShort" : "evolutionOfSelfDischargeEntityValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "�Evolution of self-discharge rates� is the change of self-discharge over time and usage, as percentage calculated from the initial and current self-discharge rate.\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.8" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "evolutionOfSelfDischarge" + } ], + "shortName" : [ { + "language" : "en", + "text" : "evolutionOfSelfDischarge" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#evolutionOfSelfDischarge", + "idShort" : "evolutionOfSelfDischarge" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "currentSelfDischargingRateEntity" + } ], + "shortName" : [ { + "language" : "en", + "text" : "currentSelfDischargingRateEntity" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#currentSelfDischargingRateEntity", + "idShort" : "currentSelfDischargingRateEntity" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "The current self-discharge rate is the change of the self-discharge rate in an idle state of the battery in reference conditions (temperature etc.) at aging parameter x, e.g. after a certain amount of storage time or, number of cycles.\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.7" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "currentSelfDischargingRate" + } ], + "shortName" : [ { + "language" : "en", + "text" : "currentSelfDischargingRate" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#currentSelfDischargingRate", + "idShort" : "currentSelfDischargingRate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "internalResistanceIncreaseValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "internalResistanceIncreaseValue" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#internalResistanceIncreaseValue", + "idShort" : "internalResistanceIncreaseValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "batteryComponent" + } ], + "shortName" : [ { + "language" : "en", + "text" : "batteryComponent" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "pack", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#BatteryComponent:_pack4862f447" + } ], + "type" : "ModelReference" + } + }, { + "value" : "module", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#BatteryComponent:_module120970d8" + } ], + "type" : "ModelReference" + } + }, { + "value" : "cell", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#BatteryComponent:_cell39d02b42" + } ], + "type" : "ModelReference" + } + } ] + } + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#batteryComponent", + "idShort" : "batteryComponent" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "The internal resistance increase over time and upon usage should be defined based on the ratio of current and initial values as follows:\nRincrease(x) = (R(x) - RBOL) / RBOL � 100 %\nwhere\nx \tis the aging parameter (e.g. storage time, number of cycles, etc.;);\nR(x)\tis the internal resistance at the aging parameter x; and\nRBOL\tis the internal resistance at begin of life.\n\nThe battery passport can include additional information about the internal resistance increase on battery cell and battery module level, if available. It should be defined and calculated analogously to the requirements on battery pack level above.\n\nDIN DKE Spec 99100 chapter reference: 6.7.5.3" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "internalResistanceIncrease" + } ], + "shortName" : [ { + "language" : "en", + "text" : "internalResistanceIncrease" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#internalResistanceIncrease", + "idShort" : "internalResistanceIncrease" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Initial round trip energy efficiency shall be measured at reference conditions that include the specification of �50 % of cycle-life�.\n\nTest methods and reference conditions should separately consider non-cycle applications and batteries with very long cycle-life.\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.3\n" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "roundTripEfficiencyat50PerCentCycleLife" + } ], + "shortName" : [ { + "language" : "en", + "text" : "roundTripEfficiencyat50PerCentCycleLife" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#roundTripEfficiencyat50PerCentCycleLife", + "idShort" : "roundTripEfficiencyat50PerCentCycleLife" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "remainingRoundTripEnergyEfficiencyValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "remainingRoundTripEnergyEfficiencyValue" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#remainingRoundTripEnergyEfficiencyValue", + "idShort" : "remainingRoundTripEnergyEfficiencyValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "The battery passport shall include information, where possible, about the remaining round trip energy efficiency as information on the state of health of the battery \n\nThe update frequency of remaining round trip energy efficiency should be aligned with the update frequency of round trip energy efficiency fade and should be provided upon change of the battery status.\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.4" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "remainingRoundTripEnergyEfficiency" + } ], + "shortName" : [ { + "language" : "en", + "text" : "remainingRoundTripEnergyEfficiency" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#remainingRoundTripEnergyEfficiency", + "idShort" : "remainingRoundTripEnergyEfficiency" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "stateOfChargeValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "stateOfChargeValue" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#stateOfChargeValue", + "idShort" : "stateOfChargeValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "The Battery Pass consortium proposes to change the definition to: \"available capacity in a battery expressed as a percentage of remaining capacity\" to reflect use of SoC in practice. \n\nDIN DKE Spec 99100 chapter reference: 6.7.2.8" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "SoC" + } ], + "shortName" : [ { + "language" : "en", + "text" : "stateOfCharge" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.0#stateOfCharge", + "displayName" : [ { + "language" : "en", + "text" : "SoC" + } ], + "idShort" : "stateOfCharge" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.product_condition:1.2.0#ProductCondition" + } ], + "type" : "ExternalReference" + }, + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.batterypass.product_condition:1.2.0#ProductCondition/submodel", + "description" : [ { + "language" : "en", + "text" : "Covers all battery lifetime relevant properties." + } ], + "idShort" : "ProductCondition", + "submodelElements" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#energyThroughput" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:double", + "idShort" : "energyThroughput" + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "The data attribute should be reported as measured for further potential processing. In addition, the normalisation by capacity may add a further useful value that ensures comparability among battery sizes.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.8" + } ], + "idShort" : "capacityThroughput", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#capacityThroughputValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "capacityThroughputValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Number of (full) charging and discharging cycles.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.3" + } ], + "idShort" : "numberOfFullCycles", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#numberOfFullCyclesValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:integer", + "idShort" : "numberOfFullCyclesValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Definition based on UNECE GTR 22: The measured or on-board UBE performance at a specific point in its lifetime, expressed as a percentage of the certified usable battery energy.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.7" + } ], + "displayName" : [ { + "language" : "en", + "text" : "SOCE" + } ], + "idShort" : "stateOfCertifiedEnergy", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#stateOfCertifiedEnergyValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "stateOfCertifiedEnergyValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "The capacity fade is the �Decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity� (see BattReg Annex IV (2)) as declared by the manufacturer.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.4" + } ], + "idShort" : "capacityFade", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#capacityFadeValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "capacityFadeValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Definition from UNECE GTR 22, applicable only to EVs.\nThe energy supplied by the battery from the beginning of the test procedure used for certification until the applicable break-off criterion of the test procedure used for certification is reached.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.6" + } ], + "idShort" : "remainingEnergy", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#remainingEnergyalue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "remainingEnergyalue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "The in-use data attribute on capacity, corresponding with the definition of rated capacity.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.3" + } ], + "idShort" : "remainingCapacity", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#remainingCapacityValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "remainingCapacityValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#NegativeEvents" + } ], + "type" : "ExternalReference" + }, + "idShort" : "negativeEvents", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "idShort" : "negativeEvents", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#negativeEvent" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "Negative events, such as accidents. No further definition provided by regulation." + } ], + "idShort" : "negativeEvent" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + } ] + } ] + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "The battery passport must include periodically recorded information on the operating environmental conditions, including temperature.\n\nDIN DKE Spec 99100 chapter reference: 6.7.7.5 - 8" + } ], + "idShort" : "temperatureInformation", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeHighTemp" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:double", + "idShort" : "timeExtremeHighTemp" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeLowTemp" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:double", + "idShort" : "timeExtremeLowTemp" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeHighTempCharging" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:double", + "idShort" : "timeExtremeHighTempCharging" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeLowTempCharging" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:double", + "idShort" : "timeExtremeLowTempCharging" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#RemainingPowerCapability" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "'- Original power capability (in Watts) and limits, with temperature range when relevant.\n- The amount of energy that a battery is capable to provide over a given period of time under reference conditions.\n- Power capability at 80% and 20% state of charge.\n\nDIN DKE Spec 99100 chapter reference: 6.7.3.3" + } ], + "idShort" : "remainingPowerCapability", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "'- Original power capability (in Watts) and limits, with temperature range when relevant.\n- The amount of energy that a battery is capable to provide over a given period of time under reference conditions.\n- Power capability at 80% and 20% state of charge.\n\nDIN DKE Spec 99100 chapter reference: 6.7.3.3" + } ], + "idShort" : "remainingPowerCapability", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "idShort" : "remainingPowerCapabilityValue", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#rPCLastUpdated" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "rPCLastUpdated" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#atSoC" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "atSoC" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#powerCapabilityAt" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "powerCapabilityAt" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#powerFade" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "powerFade" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#roundTripEfficiencyFade" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "roundTripEfficiencyFade" + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "�Evolution of self-discharge rates� is the change of self-discharge over time and usage, as percentage calculated from the initial and current self-discharge rate.\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.8" + } ], + "idShort" : "evolutionOfSelfDischarge", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#evolutionOfSelfDischargeEntityValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "evolutionOfSelfDischargeEntityValue" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "The current self-discharge rate is the change of the self-discharge rate in an idle state of the battery in reference conditions (temperature etc.) at aging parameter x, e.g. after a certain amount of storage time or, number of cycles.\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.7" + } ], + "idShort" : "currentSelfDischargingRate", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#currentSelfDischargingRateEntity" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "currentSelfDischargingRateEntity" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + } ] + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#CurrentInternalResistanceValue" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "The internal resistance increase over time and upon usage should be defined based on the ratio of current and initial values as follows:\nRincrease(x) = (R(x) - RBOL) / RBOL � 100 %\nwhere\nx \tis the aging parameter (e.g. storage time, number of cycles, etc.;);\nR(x)\tis the internal resistance at the aging parameter x; and\nRBOL\tis the internal resistance at begin of life.\n\nThe battery passport can include additional information about the internal resistance increase on battery cell and battery module level, if available. It should be defined and calculated analogously to the requirements on battery pack level above.\n\nDIN DKE Spec 99100 chapter reference: 6.7.5.3" + } ], + "idShort" : "internalResistanceIncrease", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "The internal resistance increase over time and upon usage should be defined based on the ratio of current and initial values as follows:\nRincrease(x) = (R(x) - RBOL) / RBOL � 100 %\nwhere\nx \tis the aging parameter (e.g. storage time, number of cycles, etc.;);\nR(x)\tis the internal resistance at the aging parameter x; and\nRBOL\tis the internal resistance at begin of life.\n\nThe battery passport can include additional information about the internal resistance increase on battery cell and battery module level, if available. It should be defined and calculated analogously to the requirements on battery pack level above.\n\nDIN DKE Spec 99100 chapter reference: 6.7.5.3" + } ], + "idShort" : "internalResistanceIncrease", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#internalResistanceIncreaseValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "internalResistanceIncreaseValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#batteryComponent" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "batteryComponent" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#roundTripEfficiencyat50PerCentCycleLife" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "roundTripEfficiencyat50PerCentCycleLife" + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "The battery passport shall include information, where possible, about the remaining round trip energy efficiency as information on the state of health of the battery \n\nThe update frequency of remaining round trip energy efficiency should be aligned with the update frequency of round trip energy efficiency fade and should be provided upon change of the battery status.\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.4" + } ], + "idShort" : "remainingRoundTripEnergyEfficiency", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#remainingRoundTripEnergyEfficiencyValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "remainingRoundTripEnergyEfficiencyValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "The Battery Pass consortium proposes to change the definition to: \"available capacity in a battery expressed as a percentage of remaining capacity\" to reflect use of SoC in practice. \n\nDIN DKE Spec 99100 chapter reference: 6.7.2.8" + } ], + "displayName" : [ { + "language" : "en", + "text" : "SoC" + } ], + "idShort" : "stateOfCharge", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#stateOfChargeValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "stateOfChargeValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + } ] + } ] + } ] +} \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.aas.xml b/io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.aas.xml new file mode 100644 index 0000000..29d1b79 --- /dev/null +++ b/io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.aas.xml @@ -0,0 +1,2505 @@ + + + + + defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.admin-shell.idta.batterypass.product_condition:1.2.0#ProductCondition + + Type + + + + ModelReference + + + Submodel + urn:samm:io.admin-shell.idta.batterypass.product_condition:1.2.0#ProductCondition/submodel + + + + + + + + + ProductCondition + + + en + Covers all battery lifetime relevant properties. + + + + urn:samm:io.admin-shell.idta.batterypass.product_condition:1.2.0#ProductCondition/submodel + Template + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.batterypass.product_condition:1.2.0#ProductCondition + + + + + + energyThroughput + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#energyThroughput + + + + xs:double + + + capacityThroughput + + + en + The data attribute should be reported as measured for further potential processing. In addition, the normalisation by capacity may add a further useful value that ensures comparability among battery sizes. + +DIN DKE Spec 99100 chapter reference: 6.7.6.8 + + + + + capacityThroughputValue + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#capacityThroughputValue + + + + xs:float + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate + + + + xs:dateTime + + + + + numberOfFullCycles + + + en + Number of (full) charging and discharging cycles. + +DIN DKE Spec 99100 chapter reference: 6.7.6.3 + + + + + numberOfFullCyclesValue + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#numberOfFullCyclesValue + + + + xs:integer + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate + + + + xs:dateTime + + + + + stateOfCertifiedEnergy + + + en + SOCE + + + + + en + Definition based on UNECE GTR 22: The measured or on-board UBE performance at a specific point in its lifetime, expressed as a percentage of the certified usable battery energy. + +DIN DKE Spec 99100 chapter reference: 6.7.2.7 + + + + + stateOfCertifiedEnergyValue + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#stateOfCertifiedEnergyValue + + + + xs:float + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate + + + + xs:dateTime + + + + + capacityFade + + + en + The capacity fade is the �Decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity� (see BattReg Annex IV (2)) as declared by the manufacturer. + +DIN DKE Spec 99100 chapter reference: 6.7.2.4 + + + + + capacityFadeValue + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#capacityFadeValue + + + + xs:float + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate + + + + xs:dateTime + + + + + remainingEnergy + + + en + Definition from UNECE GTR 22, applicable only to EVs. +The energy supplied by the battery from the beginning of the test procedure used for certification until the applicable break-off criterion of the test procedure used for certification is reached. + +DIN DKE Spec 99100 chapter reference: 6.7.2.6 + + + + + remainingEnergyalue + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#remainingEnergyalue + + + + xs:float + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate + + + + xs:dateTime + + + + + remainingCapacity + + + en + The in-use data attribute on capacity, corresponding with the definition of rated capacity. + +DIN DKE Spec 99100 chapter reference: 6.7.2.3 + + + + + remainingCapacityValue + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#remainingCapacityValue + + + + xs:float + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate + + + + xs:dateTime + + + + + negativeEvents + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#NegativeEvents + + + + false + SubmodelElementCollection + + + negativeEvents + + + negativeEvent + + + en + Negative events, such as accidents. No further definition provided by regulation. + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#negativeEvent + + + + xs:string + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate + + + + xs:dateTime + + + + + + + temperatureInformation + + + en + The battery passport must include periodically recorded information on the operating environmental conditions, including temperature. + +DIN DKE Spec 99100 chapter reference: 6.7.7.5 - 8 + + + + + timeExtremeHighTemp + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeHighTemp + + + + xs:double + + + timeExtremeLowTemp + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeLowTemp + + + + xs:double + + + timeExtremeHighTempCharging + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeHighTempCharging + + + + xs:double + + + timeExtremeLowTempCharging + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeLowTempCharging + + + + xs:double + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate + + + + xs:dateTime + + + + + remainingPowerCapability + + + en + '- Original power capability (in Watts) and limits, with temperature range when relevant. +- The amount of energy that a battery is capable to provide over a given period of time under reference conditions. +- Power capability at 80% and 20% state of charge. + +DIN DKE Spec 99100 chapter reference: 6.7.3.3 + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#RemainingPowerCapability + + + + false + SubmodelElementCollection + + + remainingPowerCapability + + + en + '- Original power capability (in Watts) and limits, with temperature range when relevant. +- The amount of energy that a battery is capable to provide over a given period of time under reference conditions. +- Power capability at 80% and 20% state of charge. + +DIN DKE Spec 99100 chapter reference: 6.7.3.3 + + + + + remainingPowerCapabilityValue + + + rPCLastUpdated + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#rPCLastUpdated + + + + xs:dateTime + + + atSoC + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#atSoC + + + + xs:float + + + powerCapabilityAt + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#powerCapabilityAt + + + + xs:float + + + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate + + + + xs:dateTime + + + + + + + powerFade + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#powerFade + + + + xs:float + + + roundTripEfficiencyFade + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#roundTripEfficiencyFade + + + + xs:float + + + evolutionOfSelfDischarge + + + en + �Evolution of self-discharge rates� is the change of self-discharge over time and usage, as percentage calculated from the initial and current self-discharge rate. + +DIN DKE Spec 99100 chapter reference: 6.7.4.8 + + + + + evolutionOfSelfDischargeEntityValue + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#evolutionOfSelfDischargeEntityValue + + + + xs:float + + + + + currentSelfDischargingRate + + + en + The current self-discharge rate is the change of the self-discharge rate in an idle state of the battery in reference conditions (temperature etc.) at aging parameter x, e.g. after a certain amount of storage time or, number of cycles. + +DIN DKE Spec 99100 chapter reference: 6.7.4.7 + + + + + currentSelfDischargingRateEntity + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#currentSelfDischargingRateEntity + + + + xs:float + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate + + + + xs:dateTime + + + + + internalResistanceIncrease + + + en + The internal resistance increase over time and upon usage should be defined based on the ratio of current and initial values as follows: +Rincrease(x) = (R(x) - RBOL) / RBOL � 100 % +where +x is the aging parameter (e.g. storage time, number of cycles, etc.;); +R(x) is the internal resistance at the aging parameter x; and +RBOL is the internal resistance at begin of life. + +The battery passport can include additional information about the internal resistance increase on battery cell and battery module level, if available. It should be defined and calculated analogously to the requirements on battery pack level above. + +DIN DKE Spec 99100 chapter reference: 6.7.5.3 + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#CurrentInternalResistanceValue + + + + false + SubmodelElementCollection + + + internalResistanceIncrease + + + en + The internal resistance increase over time and upon usage should be defined based on the ratio of current and initial values as follows: +Rincrease(x) = (R(x) - RBOL) / RBOL � 100 % +where +x is the aging parameter (e.g. storage time, number of cycles, etc.;); +R(x) is the internal resistance at the aging parameter x; and +RBOL is the internal resistance at begin of life. + +The battery passport can include additional information about the internal resistance increase on battery cell and battery module level, if available. It should be defined and calculated analogously to the requirements on battery pack level above. + +DIN DKE Spec 99100 chapter reference: 6.7.5.3 + + + + + internalResistanceIncreaseValue + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#internalResistanceIncreaseValue + + + + xs:float + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate + + + + xs:dateTime + + + batteryComponent + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#batteryComponent + + + + xs:string + + + + + + + roundTripEfficiencyat50PerCentCycleLife + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#roundTripEfficiencyat50PerCentCycleLife + + + + xs:float + + + remainingRoundTripEnergyEfficiency + + + en + The battery passport shall include information, where possible, about the remaining round trip energy efficiency as information on the state of health of the battery + +The update frequency of remaining round trip energy efficiency should be aligned with the update frequency of round trip energy efficiency fade and should be provided upon change of the battery status. + +DIN DKE Spec 99100 chapter reference: 6.7.4.4 + + + + + remainingRoundTripEnergyEfficiencyValue + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#remainingRoundTripEnergyEfficiencyValue + + + + xs:float + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate + + + + xs:dateTime + + + + + stateOfCharge + + + en + SoC + + + + + en + The Battery Pass consortium proposes to change the definition to: "available capacity in a battery expressed as a percentage of remaining capacity" to reflect use of SoC in practice. + +DIN DKE Spec 99100 chapter reference: 6.7.2.8 + + + + + stateOfChargeValue + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#stateOfChargeValue + + + + xs:float + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate + + + + xs:dateTime + + + + + + + + + APPLICATION_CLASS + ProductCondition + + + en + product condition + + + + + en + Covers all battery lifetime relevant properties. + + + urn:samm:io.admin-shell.idta.batterypass.product_condition:1.2.0#ProductCondition + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + product condition + + + + + en + ProductCondition + + + + + en + Covers all battery lifetime relevant properties. + + + + + + + + + energyThroughput + urn:samm:io.BatteryPass.Performance:1.2.0#energyThroughput + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + energyThroughput + + + + + en + energyThroughput + + + kilowattHour + REAL_MEASURE + + + en + The data attribute should be reported as measured for further potential processing. In addition, the normalisation by capacity may add a further useful value that ensures comparability among battery sizes. + +DIN DKE Spec 99100 chapter reference: 6.7.6.7 + + + + + + + + + capacityThroughputValue + urn:samm:io.BatteryPass.Performance:1.2.0#capacityThroughputValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + capacityThroughputValue + + + + + en + capacityThroughputValue + + + ampereHour + REAL_MEASURE + + + + + + + lastUpdate + urn:samm:io.BatteryPass.Performance:1.2.0#lastUpdate + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + lastUpdate + + + + + en + lastUpdate + + + STRING + + + en + Timestamp for dynamic data attributes show the last update time. + + + + + + + + + capacityThroughput + urn:samm:io.BatteryPass.Performance:1.2.0#capacityThroughput + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + capacityThroughput + + + + + en + capacityThroughput + + + STRING + + + en + The data attribute should be reported as measured for further potential processing. In addition, the normalisation by capacity may add a further useful value that ensures comparability among battery sizes. + +DIN DKE Spec 99100 chapter reference: 6.7.6.8 + + + + + + + + + numberOfFullCyclesValue + urn:samm:io.BatteryPass.Performance:1.2.0#numberOfFullCyclesValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + numberOfFullCyclesValue + + + + + en + numberOfFullCyclesValue + + + cycle + INTEGER_MEASURE + + + + + + + numberOfFullCycles + urn:samm:io.BatteryPass.Performance:1.2.0#numberOfFullCycles + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + numberOfFullCycles + + + + + en + numberOfFullCycles + + + STRING + + + en + Number of (full) charging and discharging cycles. + +DIN DKE Spec 99100 chapter reference: 6.7.6.3 + + + + + + + + + stateOfCertifiedEnergyValue + urn:samm:io.BatteryPass.Performance:1.2.0#stateOfCertifiedEnergyValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + stateOfCertifiedEnergyValue + + + + + en + stateOfCertifiedEnergyValue + + + percent + REAL_MEASURE + + + + + + + stateOfCertifiedEnergy + + + en + SOCE + + + urn:samm:io.BatteryPass.Performance:1.2.0#stateOfCertifiedEnergy + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + SOCE + + + + + en + stateOfCertifiedEnergy + + + STRING + + + en + Definition based on UNECE GTR 22: The measured or on-board UBE performance at a specific point in its lifetime, expressed as a percentage of the certified usable battery energy. + +DIN DKE Spec 99100 chapter reference: 6.7.2.7 + + + + + + + + + capacityFadeValue + urn:samm:io.BatteryPass.Performance:1.2.0#capacityFadeValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + capacityFadeValue + + + + + en + capacityFadeValue + + + percent + REAL_MEASURE + + + + + + + capacityFade + urn:samm:io.BatteryPass.Performance:1.2.0#capacityFade + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + capacityFade + + + + + en + capacityFade + + + STRING + + + en + The capacity fade is the �Decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity� (see BattReg Annex IV (2)) as declared by the manufacturer. + +DIN DKE Spec 99100 chapter reference: 6.7.2.4 + + + + + + + + + remainingEnergyalue + urn:samm:io.BatteryPass.Performance:1.2.0#remainingEnergyalue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + remainingEnergyalue + + + + + en + remainingEnergyalue + + + kilowattHour + REAL_MEASURE + + + + + + + remainingEnergy + urn:samm:io.BatteryPass.Performance:1.2.0#remainingEnergy + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + remainingEnergy + + + + + en + remainingEnergy + + + STRING + + + en + Definition from UNECE GTR 22, applicable only to EVs. +The energy supplied by the battery from the beginning of the test procedure used for certification until the applicable break-off criterion of the test procedure used for certification is reached. + +DIN DKE Spec 99100 chapter reference: 6.7.2.6 + + + + + + + + + remainingCapacityValue + urn:samm:io.BatteryPass.Performance:1.2.0#remainingCapacityValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + remainingCapacityValue + + + + + en + remainingCapacityValue + + + kilowattHour + REAL_MEASURE + + + + + + + remainingCapacity + urn:samm:io.BatteryPass.Performance:1.2.0#remainingCapacity + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + remainingCapacity + + + + + en + remainingCapacity + + + STRING + + + en + The in-use data attribute on capacity, corresponding with the definition of rated capacity. + +DIN DKE Spec 99100 chapter reference: 6.7.2.3 + + + + + + + + + negativeEvent + + + en + Negative events, such as accidents. No further definition provided by regulation. + + + urn:samm:io.BatteryPass.Performance:1.2.0#negativeEvent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Negative events, such as accidents. No further definition provided by regulation. + + + + + en + negativeEvent + + + STRING + + + + + + + negativeEvents + urn:samm:io.BatteryPass.Performance:1.2.0#negativeEvents + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + negativeEvents + + + + + en + negativeEvents + + + STRING + + + + + + + timeExtremeHighTemp + urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeHighTemp + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + timeExtremeHighTemp + + + + + en + timeExtremeHighTemp + + + minuteUnitOfTime + REAL_MEASURE + + + en + Cumulated time spent above the given upper boundary of temperature. + + + + + + + + + timeExtremeLowTemp + urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeLowTemp + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + timeExtremeLowTemp + + + + + en + timeExtremeLowTemp + + + minuteUnitOfTime + REAL_MEASURE + + + en + Cumulated time spent below the given lower boundary of temperature. + + + + + + + + + timeExtremeHighTempCharging + urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeHighTempCharging + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + timeExtremeHighTempCharging + + + + + en + timeExtremeHighTempCharging + + + minuteUnitOfTime + REAL_MEASURE + + + en + Cumulated time spent above the given upper boundary of temperature during Charging. + + + + + + + + + timeExtremeLowTempCharging + urn:samm:io.BatteryPass.Performance:1.2.0#timeExtremeLowTempCharging + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + timeExtremeLowTempCharging + + + + + en + timeExtremeLowTempCharging + + + minuteUnitOfTime + REAL_MEASURE + + + en + Cumulated time spent below the given lower boundary of temperature during charging. + + + + + + + + + temperatureInformation + urn:samm:io.BatteryPass.Performance:1.2.0#temperatureInformation + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + temperatureInformation + + + + + en + temperatureInformation + + + STRING + + + en + The battery passport must include periodically recorded information on the operating environmental conditions, including temperature. + +DIN DKE Spec 99100 chapter reference: 6.7.7.5 - 8 + + + + + + + + + rPCLastUpdated + urn:samm:io.BatteryPass.Performance:1.2.0#rPCLastUpdated + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + rPCLastUpdated + + + + + en + rPCLastUpdated + + + STRING + + + + + + + atSoC + urn:samm:io.BatteryPass.Performance:1.2.0#atSoC + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + atSoC + + + + + en + atSoC + + + percent + REAL_MEASURE + + + + + + + powerCapabilityAt + urn:samm:io.BatteryPass.Performance:1.2.0#powerCapabilityAt + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + powerCapabilityAt + + + + + en + powerCapabilityAt + + + percent + REAL_MEASURE + + + + + + + remainingPowerCapabilityValue + urn:samm:io.BatteryPass.Performance:1.2.0#remainingPowerCapabilityValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + remainingPowerCapabilityValue + + + + + en + remainingPowerCapabilityValue + + + STRING + + + + + + + remainingPowerCapability + urn:samm:io.BatteryPass.Performance:1.2.0#remainingPowerCapability + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + remainingPowerCapability + + + + + en + remainingPowerCapability + + + STRING + + + en + '- Original power capability (in Watts) and limits, with temperature range when relevant. +- The amount of energy that a battery is capable to provide over a given period of time under reference conditions. +- Power capability at 80% and 20% state of charge. + +DIN DKE Spec 99100 chapter reference: 6.7.3.3 + + + + + + + + + powerFade + urn:samm:io.BatteryPass.Performance:1.2.0#powerFade + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + powerFade + + + + + en + powerFade + + + percent + REAL_MEASURE + + + en + �Power fade (in %) means the decrease over time and upon usage in the amount of power that a battery can deliver at the rated voltage.� (see BattReg Annex IV (4)). + +Power fade should be calculated using original and remaining power capability following the formula below: +Pfade(x) = (1-P(x)) / PBOL" �100" %" +where +x is the aging parameter (e.g. storage time, number of cycles, etc.); +P(x) is the power capability at aging parameter x; +PBOL is the power capability at begin of life. + +DIN DKE Spec 99100 chapter reference: 6.7.3.4 + + + + + + + + + roundTripEfficiencyFade + urn:samm:io.BatteryPass.Performance:1.2.0#roundTripEfficiencyFade + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + roundTripEfficiencyFade + + + + + en + roundTripEfficiencyFade + + + percent + REAL_MEASURE + + + en + Energy round trip efficiency fade should be calculated using the initial round trip energy efficiency and remaining round trip energy efficiency following the formula below: + +RTEfade (x) = (1-RTE(x)) / RTEBOL �100" %" +where +x is the aging parameter (e.g. storage time, number of cycles, etc.); +RTE(x) is the round trip energy efficiency at aging parameter x; +RTEBOL is the round trip energy efficiency at begin of life. + +DIN DKE Spec 99100 chapter reference: 6.7.4.5 + + + + + + + + + evolutionOfSelfDischargeEntityValue + urn:samm:io.BatteryPass.Performance:1.2.0#evolutionOfSelfDischargeEntityValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + evolutionOfSelfDischargeEntityValue + + + + + en + evolutionOfSelfDischargeEntityValue + + + percent + REAL_MEASURE + + + + + + + evolutionOfSelfDischarge + urn:samm:io.BatteryPass.Performance:1.2.0#evolutionOfSelfDischarge + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + evolutionOfSelfDischarge + + + + + en + evolutionOfSelfDischarge + + + STRING + + + en + �Evolution of self-discharge rates� is the change of self-discharge over time and usage, as percentage calculated from the initial and current self-discharge rate. + +DIN DKE Spec 99100 chapter reference: 6.7.4.8 + + + + + + + + + currentSelfDischargingRateEntity + urn:samm:io.BatteryPass.Performance:1.2.0#currentSelfDischargingRateEntity + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + currentSelfDischargingRateEntity + + + + + en + currentSelfDischargingRateEntity + + + percent + REAL_MEASURE + + + + + + + currentSelfDischargingRate + urn:samm:io.BatteryPass.Performance:1.2.0#currentSelfDischargingRate + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + currentSelfDischargingRate + + + + + en + currentSelfDischargingRate + + + STRING + + + en + The current self-discharge rate is the change of the self-discharge rate in an idle state of the battery in reference conditions (temperature etc.) at aging parameter x, e.g. after a certain amount of storage time or, number of cycles. + +DIN DKE Spec 99100 chapter reference: 6.7.4.7 + + + + + + + + + internalResistanceIncreaseValue + urn:samm:io.BatteryPass.Performance:1.2.0#internalResistanceIncreaseValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + internalResistanceIncreaseValue + + + + + en + internalResistanceIncreaseValue + + + percent + REAL_MEASURE + + + + + + + batteryComponent + urn:samm:io.BatteryPass.Performance:1.2.0#batteryComponent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + batteryComponent + + + + + en + batteryComponent + + + STRING + + + + pack + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Performance:1.2.0#BatteryComponent:_pack4862f447 + + + + + + module + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Performance:1.2.0#BatteryComponent:_module120970d8 + + + + + + cell + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.Performance:1.2.0#BatteryComponent:_cell39d02b42 + + + + + + + + + + + + + internalResistanceIncrease + urn:samm:io.BatteryPass.Performance:1.2.0#internalResistanceIncrease + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + internalResistanceIncrease + + + + + en + internalResistanceIncrease + + + STRING + + + en + The internal resistance increase over time and upon usage should be defined based on the ratio of current and initial values as follows: +Rincrease(x) = (R(x) - RBOL) / RBOL � 100 % +where +x is the aging parameter (e.g. storage time, number of cycles, etc.;); +R(x) is the internal resistance at the aging parameter x; and +RBOL is the internal resistance at begin of life. + +The battery passport can include additional information about the internal resistance increase on battery cell and battery module level, if available. It should be defined and calculated analogously to the requirements on battery pack level above. + +DIN DKE Spec 99100 chapter reference: 6.7.5.3 + + + + + + + + + roundTripEfficiencyat50PerCentCycleLife + urn:samm:io.BatteryPass.Performance:1.2.0#roundTripEfficiencyat50PerCentCycleLife + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + roundTripEfficiencyat50PerCentCycleLife + + + + + en + roundTripEfficiencyat50PerCentCycleLife + + + percent + REAL_MEASURE + + + en + Initial round trip energy efficiency shall be measured at reference conditions that include the specification of �50 % of cycle-life�. + +Test methods and reference conditions should separately consider non-cycle applications and batteries with very long cycle-life. + +DIN DKE Spec 99100 chapter reference: 6.7.4.3 + + + + + + + + + + remainingRoundTripEnergyEfficiencyValue + urn:samm:io.BatteryPass.Performance:1.2.0#remainingRoundTripEnergyEfficiencyValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + remainingRoundTripEnergyEfficiencyValue + + + + + en + remainingRoundTripEnergyEfficiencyValue + + + percent + REAL_MEASURE + + + + + + + remainingRoundTripEnergyEfficiency + urn:samm:io.BatteryPass.Performance:1.2.0#remainingRoundTripEnergyEfficiency + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + remainingRoundTripEnergyEfficiency + + + + + en + remainingRoundTripEnergyEfficiency + + + STRING + + + en + The battery passport shall include information, where possible, about the remaining round trip energy efficiency as information on the state of health of the battery + +The update frequency of remaining round trip energy efficiency should be aligned with the update frequency of round trip energy efficiency fade and should be provided upon change of the battery status. + +DIN DKE Spec 99100 chapter reference: 6.7.4.4 + + + + + + + + + stateOfChargeValue + urn:samm:io.BatteryPass.Performance:1.2.0#stateOfChargeValue + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + stateOfChargeValue + + + + + en + stateOfChargeValue + + + percent + REAL_MEASURE + + + + + + + stateOfCharge + + + en + SoC + + + urn:samm:io.BatteryPass.Performance:1.2.0#stateOfCharge + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + SoC + + + + + en + stateOfCharge + + + STRING + + + en + The Battery Pass consortium proposes to change the definition to: "available capacity in a battery expressed as a percentage of remaining capacity" to reflect use of SoC in practice. + +DIN DKE Spec 99100 chapter reference: 6.7.2.8 + + + + + + + + + diff --git a/io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.aasx b/io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.aasx new file mode 100644 index 0000000000000000000000000000000000000000..515c9c9d3f1ef10882c266e99f545c8e42108236 GIT binary patch literal 9009 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 + + + + + + + + + + + + Documentation product condition + + +
    +
    +
    +
    +

    Aspect Model product condition

    +
    urn:samm:io.admin-shell.idta.batterypass.product_condition:1.2.0#ProductCondition
    +
    +
    +
    +
    +
    +
    +
    + +
    + + +
    + Covers all battery lifetime relevant properties. +
    + + +
    +

    Overview

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

    Properties

    +
    + +
    + +
    +

    SOCE

    +
    + +Definition based on UNECE GTR 22: The measured or on-board UBE performance at a specific point in its lifetime, expressed as a percentage of the certified usable battery energy. + +DIN DKE Spec 99100 chapter reference: 6.7.2.7 + +
    +
    Name
    +
    stateOfCertifiedEnergy
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    stateOfCertifiedEnergy
    +
    + + +
    +
    + +
    +

    SoC

    +
    + +The Battery Pass consortium proposes to change the definition to: "available capacity in a battery expressed as a percentage of remaining capacity" to reflect use of SoC in practice. + +DIN DKE Spec 99100 chapter reference: 6.7.2.8 + +
    +
    Name
    +
    stateOfCharge
    +
    + + + +
    +
    Characteristic
    +
    + +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    stateOfCharge
    +
    + + +
    +
    + +
    +

    capacityFade

    +
    + +The capacity fade is the �Decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity� (see BattReg Annex IV (2)) as declared by the manufacturer. + +DIN DKE Spec 99100 chapter reference: 6.7.2.4 + +
    +
    Name
    +
    capacityFade
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    SingleEntity
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    capacityFade
    +
    + + +
    +
    + +
    +

    capacityThroughput

    +
    + +The data attribute should be reported as measured for further potential processing. In addition, the normalisation by capacity may add a further useful value that ensures comparability among battery sizes. + +DIN DKE Spec 99100 chapter reference: 6.7.6.8 + +
    +
    Name
    +
    capacityThroughput
    +
    + + + +
    +
    Characteristic
    +
    + +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    capacityThroughput
    +
    + + +
    +
    + +
    +

    currentSelfDischargingRate

    +
    + +The current self-discharge rate is the change of the self-discharge rate in an idle state of the battery in reference conditions (temperature etc.) at aging parameter x, e.g. after a certain amount of storage time or, number of cycles. + +DIN DKE Spec 99100 chapter reference: 6.7.4.7 + +
    +
    Name
    +
    currentSelfDischargingRate
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    currentSelfDischargingRate
    +
    + + +
    +
    + +
    +

    energyThroughput

    +
    + +The data attribute should be reported as measured for further potential processing. In addition, the normalisation by capacity may add a further useful value that ensures comparability among battery sizes. + +DIN DKE Spec 99100 chapter reference: 6.7.6.7 + +
    +
    Name
    +
    energyThroughput
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + kilowatt hour +
    • +
    • + Symbol kW·h +
    • +
    • + Code KWH +
    • +
    • + Conversion factor 3.6 × 10⁶ J +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    energyThroughput
    +
    + + +
    +
    + +
    +

    evolutionOfSelfDischarge

    +
    + +�Evolution of self-discharge rates� is the change of self-discharge over time and usage, as percentage calculated from the initial and current self-discharge rate. + +DIN DKE Spec 99100 chapter reference: 6.7.4.8 + +
    +
    Name
    +
    evolutionOfSelfDischarge
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    evolutionOfSelfDischarge
    +
    + + +
    +
    + +
    +

    internalResistanceIncrease

    +
    + +The internal resistance increase over time and upon usage should be defined based on the ratio of current and initial values as follows: +Rincrease(x) = (R(x) - RBOL) / RBOL � 100 % +where +x is the aging parameter (e.g. storage time, number of cycles, etc.;); +R(x) is the internal resistance at the aging parameter x; and +RBOL is the internal resistance at begin of life. + +The battery passport can include additional information about the internal resistance increase on battery cell and battery module level, if available. It should be defined and calculated analogously to the requirements on battery pack level above. + +DIN DKE Spec 99100 chapter reference: 6.7.5.3 + +
    +
    Name
    +
    internalResistanceIncrease
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    List
    +
    +
    +
    Has a certain order
    +
    +
    +
    Duplicates allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    internalResistanceIncrease
    +
    + + +
    +
    + +
    +

    negativeEvents

    +
    + + +
    +
    Name
    +
    negativeEvents
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    List
    +
    +
    +
    Has a certain order
    +
    +
    +
    Duplicates allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    negativeEvents
    +
    + + +
    +
    + +
    +

    numberOfFullCycles

    +
    + +Number of (full) charging and discharging cycles. + +DIN DKE Spec 99100 chapter reference: 6.7.6.3 + +
    +
    Name
    +
    numberOfFullCycles
    +
    + + + +
    +
    Characteristic
    +
    + +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    numberOfFullCycles
    +
    + + +
    +
    + +
    +

    powerFade

    +
    + +�Power fade (in %) means the decrease over time and upon usage in the amount of power that a battery can deliver at the rated voltage.� (see BattReg Annex IV (4)). + +Power fade should be calculated using original and remaining power capability following the formula below: +Pfade(x) = (1-P(x)) / PBOL" �100" %" +where +x is the aging parameter (e.g. storage time, number of cycles, etc.); +P(x) is the power capability at aging parameter x; +PBOL is the power capability at begin of life. + +DIN DKE Spec 99100 chapter reference: 6.7.3.4 + +
    +
    Name
    +
    powerFade
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    powerFade
    +
    + + +
    +
    + +
    +

    remainingCapacity

    +
    + +The in-use data attribute on capacity, corresponding with the definition of rated capacity. + +DIN DKE Spec 99100 chapter reference: 6.7.2.3 + +
    +
    Name
    +
    remainingCapacity
    +
    + + + +
    +
    Characteristic
    +
    + +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    remainingCapacity
    +
    + + +
    +
    + +
    +

    remainingEnergy

    +
    + +Definition from UNECE GTR 22, applicable only to EVs. +The energy supplied by the battery from the beginning of the test procedure used for certification until the applicable break-off criterion of the test procedure used for certification is reached. + +DIN DKE Spec 99100 chapter reference: 6.7.2.6 + +
    +
    Name
    +
    remainingEnergy
    +
    + + + +
    +
    Characteristic
    +
    + +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    remainingEnergy
    +
    + + +
    +
    + +
    +

    remainingPowerCapability

    +
    + +'- Original power capability (in Watts) and limits, with temperature range when relevant. +- The amount of energy that a battery is capable to provide over a given period of time under reference conditions. +- Power capability at 80% and 20% state of charge. + +DIN DKE Spec 99100 chapter reference: 6.7.3.3 + +
    +
    Name
    +
    remainingPowerCapability
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    List
    +
    +
    +
    Has a certain order
    +
    +
    +
    Duplicates allowed
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    remainingPowerCapability
    +
    + + +
    +
    + +
    +

    remainingRoundTripEnergyEfficiency

    +
    + +The battery passport shall include information, where possible, about the remaining round trip energy efficiency as information on the state of health of the battery + +The update frequency of remaining round trip energy efficiency should be aligned with the update frequency of round trip energy efficiency fade and should be provided upon change of the battery status. + +DIN DKE Spec 99100 chapter reference: 6.7.4.4 + +
    +
    Name
    +
    remainingRoundTripEnergyEfficiency
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    remainingRoundTripEnergyEfficiency
    +
    + + +
    +
    + +
    +

    roundTripEfficiencyFade

    +
    + +Energy round trip efficiency fade should be calculated using the initial round trip energy efficiency and remaining round trip energy efficiency following the formula below: + +RTEfade (x) = (1-RTE(x)) / RTEBOL �100" %" +where +x is the aging parameter (e.g. storage time, number of cycles, etc.); +RTE(x) is the round trip energy efficiency at aging parameter x; +RTEBOL is the round trip energy efficiency at begin of life. + +DIN DKE Spec 99100 chapter reference: 6.7.4.5 + +
    +
    Name
    +
    roundTripEfficiencyFade
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    Art. 10: Annex IV Part A (4) (only definition); Article 14: Annex VII Part A (3)
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    roundTripEfficiencyFade
    +
    + + +
    +
    + +
    +

    roundTripEfficiencyat50PerCentCycleLife

    +
    + +Initial round trip energy efficiency shall be measured at reference conditions that include the specification of �50 % of cycle-life�. + +Test methods and reference conditions should separately consider non-cycle applications and batteries with very long cycle-life. + +DIN DKE Spec 99100 chapter reference: 6.7.4.3 + + +
    +
    Name
    +
    roundTripEfficiencyat50PerCentCycleLife
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    roundTripEfficiencyat50PerCentCycleLife
    +
    + + +
    +
    + +
    +

    temperatureInformation

    +
    + +The battery passport must include periodically recorded information on the operating environmental conditions, including temperature. + +DIN DKE Spec 99100 chapter reference: 6.7.7.5 - 8 + +
    +
    Name
    +
    temperatureInformation
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    temperatureInformation
    +
    + + +
    +
    + + + +
    +
    +

    Entities

    +
    + +
    +
    +

    CapacityFadeEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    capacityFadeValue
    +
    + + +
    +
    Name
    +
    capacityFadeValue
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    capacityFadeValue
    +
    + + +
    +
    + +
    +
    lastUpdate
    +
    + +Timestamp for dynamic data attributes show the last update time. + +
    +
    Name
    +
    lastUpdate
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    lastUpdate
    +
    + + +
    +
    +
    +
    +

    CapacityThroughputEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    capacityThroughputValue
    +
    + + +
    +
    Name
    +
    capacityThroughputValue
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + ampere hour +
    • +
    • + Symbol A·h +
    • +
    • + Code AMH +
    • +
    • + Conversion factor 3.6 × 10³ C +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    capacityThroughputValue
    +
    + + +
    +
    + +
    +
    lastUpdate
    +
    + +Timestamp for dynamic data attributes show the last update time. + +
    +
    Name
    +
    lastUpdate
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    lastUpdate
    +
    + + +
    +
    +
    +
    +

    CurrentSelfDischargingRateEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    currentSelfDischargingRateEntity
    +
    + + +
    +
    Name
    +
    currentSelfDischargingRateEntity
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    currentSelfDischargingRateEntity
    +
    + + +
    +
    + +
    +
    lastUpdate
    +
    + +Timestamp for dynamic data attributes show the last update time. + +
    +
    Name
    +
    lastUpdate
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    lastUpdate
    +
    + + +
    +
    +
    +
    +

    EvolutionOfSelfDischargeEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    evolutionOfSelfDischargeEntityValue
    +
    + + +
    +
    Name
    +
    evolutionOfSelfDischargeEntityValue
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    evolutionOfSelfDischargeEntityValue
    +
    + + +
    +
    +
    +
    +

    InternalResistanceIncreaseEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    internalResistanceIncreaseValue
    +
    + + +
    +
    Name
    +
    internalResistanceIncreaseValue
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    internalResistanceIncreaseValue
    +
    + + +
    +
    + +
    +
    lastUpdate
    +
    + +Timestamp for dynamic data attributes show the last update time. + +
    +
    Name
    +
    lastUpdate
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    lastUpdate
    +
    + + +
    +
    + +
    +
    batteryComponent
    +
    + + +
    +
    Name
    +
    batteryComponent
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Enumeration
    +
    +
    +
    Values
    +
    +
    +
    +
      +
    • pack
    • +
    • module
    • +
    • cell
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    batteryComponent
    +
    + + +
    +
    +
    +
    +

    NegativeEventEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    Negative events, such as accidents. No further definition provided by regulation.
    +
    + + +
    +
    Name
    +
    negativeEvent
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    negativeEvent
    +
    + + +
    +
    + +
    +
    lastUpdate
    +
    + +Timestamp for dynamic data attributes show the last update time. + +
    +
    Name
    +
    lastUpdate
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    lastUpdate
    +
    + + +
    +
    +
    +
    +

    NumberOfFullCyclesEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    numberOfFullCyclesValue
    +
    + + +
    +
    Name
    +
    numberOfFullCyclesValue
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + cycle +
    • +
    • + Code B7 +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    numberOfFullCyclesValue
    +
    + + +
    +
    + +
    +
    lastUpdate
    +
    + +Timestamp for dynamic data attributes show the last update time. + +
    +
    Name
    +
    lastUpdate
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    lastUpdate
    +
    + + +
    +
    +
    +
    +

    PowerCapabilityAtEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    atSoC
    +
    + + +
    +
    Name
    +
    atSoC
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    atSoC
    +
    + + +
    +
    + +
    +
    powerCapabilityAt
    +
    + + +
    +
    Name
    +
    powerCapabilityAt
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    powerCapabilityAt
    +
    + + +
    +
    +
    +
    +

    RemainingCapacityEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    remainingCapacityValue
    +
    + + +
    +
    Name
    +
    remainingCapacityValue
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + kilowatt hour +
    • +
    • + Symbol kW·h +
    • +
    • + Code KWH +
    • +
    • + Conversion factor 3.6 × 10⁶ J +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    remainingCapacityValue
    +
    + + +
    +
    + +
    +
    lastUpdate
    +
    + +Timestamp for dynamic data attributes show the last update time. + +
    +
    Name
    +
    lastUpdate
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    lastUpdate
    +
    + + +
    +
    +
    +
    +

    RemainingEnergyEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    remainingEnergyalue
    +
    + + +
    +
    Name
    +
    remainingEnergyalue
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + kilowatt hour +
    • +
    • + Symbol kW·h +
    • +
    • + Code KWH +
    • +
    • + Conversion factor 3.6 × 10⁶ J +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    remainingEnergyalue
    +
    + + +
    +
    + +
    +
    lastUpdate
    +
    + +Timestamp for dynamic data attributes show the last update time. + +
    +
    Name
    +
    lastUpdate
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    lastUpdate
    +
    + + +
    +
    +
    +
    +

    RemainingPowerCapabilityDynamicAt

    +
    + Extends PowerCapabilityAtEntity +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    rPCLastUpdated
    +
    + + +
    +
    Name
    +
    rPCLastUpdated
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    rPCLastUpdated
    +
    + + +
    +
    + +
    +
    atSoC
    +
    + + +
    +
    Name
    +
    atSoC
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    atSoC
    +
    + + +
    +
    + +
    +
    powerCapabilityAt
    +
    + + +
    +
    Name
    +
    powerCapabilityAt
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    powerCapabilityAt
    +
    + + +
    +
    +
    +
    +

    RemainingPowerCapabilityEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    remainingPowerCapabilityValue
    +
    + + +
    +
    Name
    +
    remainingPowerCapabilityValue
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    remainingPowerCapabilityValue
    +
    + + +
    +
    + +
    +
    lastUpdate
    +
    + +Timestamp for dynamic data attributes show the last update time. + +
    +
    Name
    +
    lastUpdate
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    lastUpdate
    +
    + + +
    +
    +
    +
    +

    RemainingRoundTripEnergyEfficiencyEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    remainingRoundTripEnergyEfficiencyValue
    +
    + + +
    +
    Name
    +
    remainingRoundTripEnergyEfficiencyValue
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    remainingRoundTripEnergyEfficiencyValue
    +
    + + +
    +
    + +
    +
    lastUpdate
    +
    + +Timestamp for dynamic data attributes show the last update time. + +
    +
    Name
    +
    lastUpdate
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    lastUpdate
    +
    + + +
    +
    +
    +
    +

    StateOfCertifiedEnergyEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    stateOfCertifiedEnergyValue
    +
    + + +
    +
    Name
    +
    stateOfCertifiedEnergyValue
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    stateOfCertifiedEnergyValue
    +
    + + +
    +
    + +
    +
    lastUpdate
    +
    + +Timestamp for dynamic data attributes show the last update time. + +
    +
    Name
    +
    lastUpdate
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    lastUpdate
    +
    + + +
    +
    +
    +
    +

    StateOfChargeEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    stateOfChargeValue
    +
    + + +
    +
    Name
    +
    stateOfChargeValue
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + percent +
    • +
    • + Symbol % +
    • +
    • + Code P1 +
    • +
    • + Conversion factor 1 × 10⁻² +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    stateOfChargeValue
    +
    + + +
    +
    + +
    +
    lastUpdate
    +
    + +Timestamp for dynamic data attributes show the last update time. + +
    +
    Name
    +
    lastUpdate
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    lastUpdate
    +
    + + +
    +
    +
    +
    +

    TemperatureConditionsEntity

    +
    +
    + +
    + +
    +

    Properties

    +
    +
    + +
    +
    timeExtremeHighTemp
    +
    + +Cumulated time spent above the given upper boundary of temperature. + +
    +
    Name
    +
    timeExtremeHighTemp
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + minute [unit of time] +
    • +
    • + Symbol min +
    • +
    • + Code MIN +
    • +
    • + Conversion factor 60 s +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    timeExtremeHighTemp
    +
    + + +
    +
    + +
    +
    timeExtremeLowTemp
    +
    + +Cumulated time spent below the given lower boundary of temperature. + +
    +
    Name
    +
    timeExtremeLowTemp
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + minute [unit of time] +
    • +
    • + Symbol min +
    • +
    • + Code MIN +
    • +
    • + Conversion factor 60 s +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    timeExtremeLowTemp
    +
    + + +
    +
    + +
    +
    timeExtremeHighTempCharging
    +
    + +Cumulated time spent above the given upper boundary of temperature during Charging. + +
    +
    Name
    +
    timeExtremeHighTempCharging
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + minute [unit of time] +
    • +
    • + Symbol min +
    • +
    • + Code MIN +
    • +
    • + Conversion factor 60 s +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    timeExtremeHighTempCharging
    +
    + + +
    +
    + +
    +
    timeExtremeLowTempCharging
    +
    + +Cumulated time spent below the given lower boundary of temperature during charging. + +
    +
    Name
    +
    timeExtremeLowTempCharging
    +
    + + + +
    +
    Characteristic
    +
    +
    +
    +
    Measurement
    +
    +
    +
    +
    +
    +
    Unit
    +
    +
    +
    +
      +
    • + minute [unit of time] +
    • +
    • + Symbol min +
    • +
    • + Code MIN +
    • +
    • + Conversion factor 60 s +
    • +
    +
    +
    + +
    +
    +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    timeExtremeLowTempCharging
    +
    + + +
    +
    + +
    +
    lastUpdate
    +
    + +Timestamp for dynamic data attributes show the last update time. + +
    +
    Name
    +
    lastUpdate
    +
    + + + +
    +
    Characteristic
    + +
    + + +
    +
    Optional
    +
    + No
    +
    + +
    +
    In payload
    +
    + Yes
    +
    + +
    +
    Payload key
    +
    lastUpdate
    +
    + + +
    +
    +
    + +
    + Third party licenses + +
    + +
    + + +
    + + + \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.json b/io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.json new file mode 100644 index 0000000..8d450b3 --- /dev/null +++ b/io.admin-shell.idta.batterypass.product_condition/1.2.0/gen/ProductCondition.json @@ -0,0 +1,69 @@ +{ + "numberOfFullCycles" : { + "numberOfFullCyclesValue" : -179769313486231570000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, + "lastUpdate" : "2025-07-09T16:52:37.013+02:00" + }, + "roundTripEfficiencyat50PerCentCycleLife" : 9.858433E37, + "stateOfCharge" : { + "stateOfChargeValue" : 2.882686E38, + "lastUpdate" : "2025-07-09T16:52:37.013+02:00" + }, + "currentSelfDischargingRate" : { + "currentSelfDischargingRateEntity" : 3.1020956E38, + "lastUpdate" : "2025-07-09T16:52:37.013+02:00" + }, + "remainingEnergy" : { + "remainingEnergyalue" : 2.902464E38, + "lastUpdate" : "2025-07-09T16:52:37.013+02:00" + }, + "evolutionOfSelfDischarge" : { + "evolutionOfSelfDischargeEntityValue" : 3.646838E37 + }, + "negativeEvents" : [ { + "negativeEvent" : "eOMtThyhVNLWUZNRcBaQKxI", + "lastUpdate" : "2025-07-09T16:52:37.013+02:00" + } ], + "temperatureInformation" : { + "timeExtremeHighTemp" : -1.7976931348623157E308, + "timeExtremeLowTempCharging" : -1.7976931348623157E308, + "timeExtremeHighTempCharging" : -1.7976931348623157E308, + "timeExtremeLowTemp" : -1.7976931348623157E308, + "lastUpdate" : "2025-07-09T16:52:37.013+02:00" + }, + "stateOfCertifiedEnergy" : { + "stateOfCertifiedEnergyValue" : -1.2450209E38, + "lastUpdate" : "2025-07-09T16:52:37.013+02:00" + }, + "energyThroughput" : -1.7976931348623157E308, + "internalResistanceIncrease" : [ { + "internalResistanceIncreaseValue" : 3.2541033E38, + "batteryComponent" : "pack", + "lastUpdate" : "2025-07-09T16:52:37.013+02:00" + } ], + "remainingPowerCapability" : [ { + "remainingPowerCapabilityValue" : { + "atSoC" : 2.3111491E38, + "powerCapabilityAt" : -1.7022268E38, + "rPCLastUpdated" : "2025-07-09T16:52:37.013+02:00" + }, + "lastUpdate" : "2025-07-09T16:52:37.013+02:00" + } ], + "roundTripEfficiencyFade" : 1.9666475E38, + "powerFade" : -4.743485E37, + "remainingRoundTripEnergyEfficiency" : { + "remainingRoundTripEnergyEfficiencyValue" : -2.6515055E37, + "lastUpdate" : "2025-07-09T16:52:37.013+02:00" + }, + "capacityThroughput" : { + "capacityThroughputValue" : 7.86902E36, + "lastUpdate" : "2025-07-09T16:52:37.013+02:00" + }, + "remainingCapacity" : { + "remainingCapacityValue" : -1.7048495E37, + "lastUpdate" : "2025-07-09T16:52:37.013+02:00" + }, + "capacityFade" : { + "capacityFadeValue" : -1.5630617E38, + "lastUpdate" : "2025-07-09T16:52:37.013+02:00" + } +} \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.product_condition/README.md b/io.admin-shell.idta.batterypass.product_condition/README.md new file mode 100644 index 0000000..4911403 --- /dev/null +++ b/io.admin-shell.idta.batterypass.product_condition/README.md @@ -0,0 +1,29 @@ +# Scope + +This namespace is reserved for the Submodel Template Specification (SMT) IDTA-020xx Version 1.1 Material Composition for Battery Passport + +This model is using parts of the models relevant for dynamic data of the BatteryPass Consortium: https://github.com/batterypass/BatteryPassDataModel/tree/main/BatteryPass/io.BatteryPass.Performance +with license CC BY-NC 4.0. + +Source GitHub IDTA: https://github.com/admin-shell-io/submodel-templates +Source Content Hub of the IDTA: [IDTA-020xx V1.2]() + +# Changelog +All notable changes to this model will be documented in this section. + +## [1.2.0] - + +for changelog see [IDTA-020xx V1.2, section "Version history"]() + +Contained Files: + +* ProductCondition.ttl + + + +Dependencies: + +* urn:samm:io.BatteryPass.Performance:1.2.0 + + + From 6f05ac7569537e04ee8d956fae1518fc2045bbc2 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 18:02:23 +0200 Subject: [PATCH 31/33] correct header urn --- .../1.2.0/Circularity.ttl | 2 +- .../1.2.0/MaterialComposition.ttl | 2 +- .../1.2.0/ProductCondition.ttl | 2 +- .../1.0.0/TechnicalData.ttl | 1 - .../1.0.0/technicalProperties_shared.ttl | 1 - 5 files changed, 3 insertions(+), 5 deletions(-) diff --git a/io.admin-shell.idta.batterypass.circularity/1.2.0/Circularity.ttl b/io.admin-shell.idta.batterypass.circularity/1.2.0/Circularity.ttl index 1b9fa85..43f43bc 100644 --- a/io.admin-shell.idta.batterypass.circularity/1.2.0/Circularity.ttl +++ b/io.admin-shell.idta.batterypass.circularity/1.2.0/Circularity.ttl @@ -1,5 +1,5 @@ ###################################################################### -# namesapce: urn:samm:io.admin-shell.idta.material_composition:1.2.0 +# namesapce: urn:samm:io.admin-shell.idta.batterypass.circularity:1.2.0 # Copyright (c) 2025 Bosch Connected Industry # Copyright (c) 2025 Industrial Digital Twin Association # This work is made available under the terms of the diff --git a/io.admin-shell.idta.batterypass.material_composition/1.2.0/MaterialComposition.ttl b/io.admin-shell.idta.batterypass.material_composition/1.2.0/MaterialComposition.ttl index 3caf3e7..7efb0d1 100644 --- a/io.admin-shell.idta.batterypass.material_composition/1.2.0/MaterialComposition.ttl +++ b/io.admin-shell.idta.batterypass.material_composition/1.2.0/MaterialComposition.ttl @@ -1,5 +1,5 @@ ###################################################################### -# namesapce: urn:samm:io.admin-shell.idta.material_composition:1.2.0 +# namespace: urn:samm:io.admin-shell.idta.material_composition:1.2.0 # Copyright (c) 2025 Bosch Connected Industry # Copyright (c) 2025 Industrial Digital Twin Association # This work is made available under the terms of the diff --git a/io.admin-shell.idta.batterypass.product_condition/1.2.0/ProductCondition.ttl b/io.admin-shell.idta.batterypass.product_condition/1.2.0/ProductCondition.ttl index a28aa1d..8b6d521 100644 --- a/io.admin-shell.idta.batterypass.product_condition/1.2.0/ProductCondition.ttl +++ b/io.admin-shell.idta.batterypass.product_condition/1.2.0/ProductCondition.ttl @@ -1,5 +1,5 @@ ###################################################################### -# namesapce: urn:samm:io.admin-shell.idta.material_composition:1.2.0 +# namesapce: urn:samm:io.admin-shell.idta.batterypass.product_condition:1.2.0 # Copyright (c) 2025 Bosch Connected Industry # Copyright (c) 2025 Industrial Digital Twin Association # This work is made available under the terms of the diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl b/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl index f7d70ca..55d97dd 100644 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl @@ -1,5 +1,4 @@ ###################################################################### -# namesapce: urn:samm:io.admin-shell.idta.material_composition:1.2.0 # Copyright (c) 2025 Bosch Connected Industry # Copyright (c) 2025 Industrial Digital Twin Association # This work is made available under the terms of the diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl index 1090ce9..c9956db 100644 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl @@ -1,5 +1,4 @@ ###################################################################### -# namesapce: urn:samm:io.admin-shell.idta.material_composition:1.2.0 # Copyright (c) 2025 Bosch Connected Industry # Copyright (c) 2025 Industrial Digital Twin Association # This work is made available under the terms of the From e0f6561e06bedcb3ceec181be571b56ffdf4d509 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 18:08:56 +0200 Subject: [PATCH 32/33] add or update header information w.r.t. copyright and license --- .../1.2.0/Circularity.ttl | 2 +- .../1.2.0/ProductCondition.ttl | 2 +- .../1.0.0/PactCarbonFootprint.ttl | 10 ++++++++++ ...ProductOrSectorSpecificCarbonFootprints_shared.ttl | 10 ++++++++++ ...ctProductOrSectorSpecificPcfInformation_shared.ttl | 10 ++++++++++ .../1.0.0/pact_shared.ttl | 10 ++++++++++ .../1.0.0/CarbonFootprint.ttl | 10 ++++++++++ .../1.0.0/CarbonFootprints_shared.ttl | 10 ++++++++++ ...roductOrSectorSpecificCarbonFootprints_generic.ttl | 10 ++++++++++ ...ProductOrSectorSpecificCarbonFootprints_shared.ttl | 10 ++++++++++ .../1.0.0/ContactInformation_shared.ttl | 10 +++++++++- .../1.0.0/ContactInformations.ttl | 10 ++++++++++ .../3.0.0/AddressInformation_shared.ttl | 10 +++++++++- .../3.0.0/Nameplate.ttl | 9 +++++++++ .../1.0.0/TechnicalData.ttl | 10 ++++++++++ .../1.0.0/furtherInformation_generic.ttl | 10 ++++++++++ .../1.0.0/generalInformation_shared.ttl | 10 ++++++++++ .../1.0.0/productClassifications_shared.ttl | 10 ++++++++++ .../1.0.0/productImages_shared.ttl | 10 ++++++++++ .../1.0.0/technicalProperties_generic.ttl | 10 ++++++++++ .../2.0.0/HandoverDocumentation.ttl | 11 +++++++++-- .../2.0.0/Organization_shared.ttl | 10 +++++++++- 22 files changed, 197 insertions(+), 7 deletions(-) diff --git a/io.admin-shell.idta.batterypass.circularity/1.2.0/Circularity.ttl b/io.admin-shell.idta.batterypass.circularity/1.2.0/Circularity.ttl index 43f43bc..2eaebb6 100644 --- a/io.admin-shell.idta.batterypass.circularity/1.2.0/Circularity.ttl +++ b/io.admin-shell.idta.batterypass.circularity/1.2.0/Circularity.ttl @@ -1,5 +1,5 @@ ###################################################################### -# namesapce: urn:samm:io.admin-shell.idta.batterypass.circularity:1.2.0 +# namespace: urn:samm:io.admin-shell.idta.batterypass.circularity:1.2.0 # Copyright (c) 2025 Bosch Connected Industry # Copyright (c) 2025 Industrial Digital Twin Association # This work is made available under the terms of the diff --git a/io.admin-shell.idta.batterypass.product_condition/1.2.0/ProductCondition.ttl b/io.admin-shell.idta.batterypass.product_condition/1.2.0/ProductCondition.ttl index 8b6d521..4a9eff1 100644 --- a/io.admin-shell.idta.batterypass.product_condition/1.2.0/ProductCondition.ttl +++ b/io.admin-shell.idta.batterypass.product_condition/1.2.0/ProductCondition.ttl @@ -1,5 +1,5 @@ ###################################################################### -# namesapce: urn:samm:io.admin-shell.idta.batterypass.product_condition:1.2.0 +# namespace: urn:samm:io.admin-shell.idta.batterypass.product_condition:1.2.0 # Copyright (c) 2025 Bosch Connected Industry # Copyright (c) 2025 Industrial Digital Twin Association # This work is made available under the terms of the diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactCarbonFootprint.ttl b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactCarbonFootprint.ttl index f556863..5582ee7 100644 --- a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactCarbonFootprint.ttl +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactCarbonFootprint.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificCarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificCarbonFootprints_shared.ttl index 10f8c54..21cd744 100644 --- a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificCarbonFootprints_shared.ttl +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificCarbonFootprints_shared.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificPcfInformation_shared.ttl b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificPcfInformation_shared.ttl index 2eaf561..4743ebd 100644 --- a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificPcfInformation_shared.ttl +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/PactProductOrSectorSpecificPcfInformation_shared.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/pact_shared.ttl b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/pact_shared.ttl index f88f8f3..c557c3b 100644 --- a/io.admin-shell.idta.carbon_footprint.pact/1.0.0/pact_shared.ttl +++ b/io.admin-shell.idta.carbon_footprint.pact/1.0.0/pact_shared.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprint.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprint.ttl index b94158f..ea062c6 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprint.ttl +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprint.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl index 6648513..e6801d3 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/CarbonFootprints_shared.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl index a3eddd2..da8339c 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_generic.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl index bc3bcd5..e53b1f6 100644 --- a/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl +++ b/io.admin-shell.idta.carbon_footprint/1.0.0/ProductOrSectorSpecificCarbonFootprints_shared.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.contact_information/1.0.0/ContactInformation_shared.ttl b/io.admin-shell.idta.contact_information/1.0.0/ContactInformation_shared.ttl index 2865be5..dc5a4c4 100644 --- a/io.admin-shell.idta.contact_information/1.0.0/ContactInformation_shared.ttl +++ b/io.admin-shell.idta.contact_information/1.0.0/ContactInformation_shared.ttl @@ -1,4 +1,12 @@ - +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### diff --git a/io.admin-shell.idta.contact_information/1.0.0/ContactInformations.ttl b/io.admin-shell.idta.contact_information/1.0.0/ContactInformations.ttl index 05123d5..c015c41 100644 --- a/io.admin-shell.idta.contact_information/1.0.0/ContactInformations.ttl +++ b/io.admin-shell.idta.contact_information/1.0.0/ContactInformations.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.digital_nameplate/3.0.0/AddressInformation_shared.ttl b/io.admin-shell.idta.digital_nameplate/3.0.0/AddressInformation_shared.ttl index 71d2912..66eb3b2 100644 --- a/io.admin-shell.idta.digital_nameplate/3.0.0/AddressInformation_shared.ttl +++ b/io.admin-shell.idta.digital_nameplate/3.0.0/AddressInformation_shared.ttl @@ -1,4 +1,12 @@ - +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### diff --git a/io.admin-shell.idta.digital_nameplate/3.0.0/Nameplate.ttl b/io.admin-shell.idta.digital_nameplate/3.0.0/Nameplate.ttl index a9566ce..c23d7c7 100644 --- a/io.admin-shell.idta.digital_nameplate/3.0.0/Nameplate.ttl +++ b/io.admin-shell.idta.digital_nameplate/3.0.0/Nameplate.ttl @@ -1,3 +1,12 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### @prefix samm: . @prefix samm-c: . diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/TechnicalData.ttl b/io.admin-shell.idta.generic.technical_data/1.0.0/TechnicalData.ttl index a85d434..b09a87e 100644 --- a/io.admin-shell.idta.generic.technical_data/1.0.0/TechnicalData.ttl +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/TechnicalData.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/furtherInformation_generic.ttl b/io.admin-shell.idta.generic.technical_data/1.0.0/furtherInformation_generic.ttl index dc83e31..480fc8b 100644 --- a/io.admin-shell.idta.generic.technical_data/1.0.0/furtherInformation_generic.ttl +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/furtherInformation_generic.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/generalInformation_shared.ttl b/io.admin-shell.idta.generic.technical_data/1.0.0/generalInformation_shared.ttl index 39694df..d2e0ae6 100644 --- a/io.admin-shell.idta.generic.technical_data/1.0.0/generalInformation_shared.ttl +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/generalInformation_shared.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/productClassifications_shared.ttl b/io.admin-shell.idta.generic.technical_data/1.0.0/productClassifications_shared.ttl index 3fbb50a..da63a9e 100644 --- a/io.admin-shell.idta.generic.technical_data/1.0.0/productClassifications_shared.ttl +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/productClassifications_shared.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/productImages_shared.ttl b/io.admin-shell.idta.generic.technical_data/1.0.0/productImages_shared.ttl index 86bfb5b..1597a7c 100644 --- a/io.admin-shell.idta.generic.technical_data/1.0.0/productImages_shared.ttl +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/productImages_shared.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.generic.technical_data/1.0.0/technicalProperties_generic.ttl b/io.admin-shell.idta.generic.technical_data/1.0.0/technicalProperties_generic.ttl index 2d38944..256c57d 100644 --- a/io.admin-shell.idta.generic.technical_data/1.0.0/technicalProperties_generic.ttl +++ b/io.admin-shell.idta.generic.technical_data/1.0.0/technicalProperties_generic.ttl @@ -1,3 +1,13 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + @prefix samm: . @prefix samm-c: . @prefix samm-e: . diff --git a/io.admin-shell.idta.handover_documentation/2.0.0/HandoverDocumentation.ttl b/io.admin-shell.idta.handover_documentation/2.0.0/HandoverDocumentation.ttl index 6ce50f0..a461fd2 100644 --- a/io.admin-shell.idta.handover_documentation/2.0.0/HandoverDocumentation.ttl +++ b/io.admin-shell.idta.handover_documentation/2.0.0/HandoverDocumentation.ttl @@ -1,5 +1,12 @@ - - +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### @prefix samm: . diff --git a/io.admin-shell.idta.handover_documentation/2.0.0/Organization_shared.ttl b/io.admin-shell.idta.handover_documentation/2.0.0/Organization_shared.ttl index 9f04687..760066c 100644 --- a/io.admin-shell.idta.handover_documentation/2.0.0/Organization_shared.ttl +++ b/io.admin-shell.idta.handover_documentation/2.0.0/Organization_shared.ttl @@ -1,4 +1,12 @@ - +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by-nc/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### @prefix samm: . @prefix samm-c: . From 9928977f0c7dcb4aa289787c83f7867c97ee596a Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 9 Jul 2025 18:15:33 +0200 Subject: [PATCH 33/33] update Readme (copy/paste error from generic Technical data) --- .../README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/io.admin-shell.idta.batterypass.technical_data/README.md b/io.admin-shell.idta.batterypass.technical_data/README.md index 3bc0b4e..b44e1f5 100644 --- a/io.admin-shell.idta.batterypass.technical_data/README.md +++ b/io.admin-shell.idta.batterypass.technical_data/README.md @@ -2,12 +2,14 @@ This namespace is reserved for the Submodel Template Specification (SMT) [IDTA-020xx Technical Data for Batteries](https://industrialdigitaltwin.org/wp-content/uploads/2022/10/IDTA-02003-1-2_Submodel_TechnicalData.pdf) +This SMT is derived from IDTA-02003-1-2 Generic Technical Data 1.2 + Namespace: urn:samm:io.admin-shell.idta.batterypass.technical_data # General The folder "gen" for each version contains sammple JSON files generated for the aspect model(s) -The folder "input" contains source files like .aasx or the submodel template specification itself + # Changelog All notable changes to this model will be documented in this section. @@ -16,20 +18,16 @@ All notable changes to this model will be documented in this section. Contained Files: -* TechnicalData.ttl: the aspect model for the SMT : the _see_ attribute needs to be extended to include the ID of the concrete technical data SMT derived from this generic SMT +* TechnicalData.ttl: the aspect model for the SMT +* technicalProperties_shared.ttl + -* furtherInformation_generic.ttl : this file needs to be substituted when deriving a concrete techncial data SMT from this generic SMT -* technicalProperties_generic.ttl : this file needs to be substituted when deriving a concrete techncial data SMT from this generic SMT -* generalInformation_shared.ttl : as defined in SMT IDTA-02003, probably to be substituted by the entity in generalInformation_nameplate_shared.ttl -* generalInformation_nameplate_shared.ttl : this file is identical to generalInformation_shared but reused the corresponding properties form SMT Nameplate 3.0.0 -* productImages_shared.ttl : property for a set of product images -* productClassifications_shared.ttl Dependencies: * urn:samm:io.admin-shell.idta.generic.technical_data:1.0.0# -* urn:samm:io.admin-shell.idta.nameplate:3.0.0# - if generalInformation_nameplate_shared.ttl is used +* urn:samm:io.admin-shell.idta.nameplate:3.0.0# * urn:samm:io.admin-shell.idta.shared:3.1.0#