diff --git a/src/AasxCore.Samm2_2_0/docs/Readme.md b/src/AasxCore.Samm2_2_0/docs/Readme.md
index 75257a3c..fb0ee310 100644
--- a/src/AasxCore.Samm2_2_0/docs/Readme.md
+++ b/src/AasxCore.Samm2_2_0/docs/Readme.md
@@ -13,9 +13,14 @@
- [References for usage of SAMM and ESMF](#references)
- [Examples](#examples)
- [AASX Package Explorer - Step by Step](#aasx-package-explorer-step-by-step)
- - [Import Aspect Model](#import-aspect-model)
+ - [Import and View Aspect Model](#import-aspect-model)
- [Creating a Submodel Instance](#creating-a-submodel-instance)
+ - [Editing an Aspect Model](#editing-an-aspect-model)
- [Export Aspect Model](#export-aspect-model)
+- [Background on Implementation](#background-on-implementation)
+ - [Data Specifications and Extensions](#data-specifications-and-extensions)
+ - [SAMM Extensions](#samm-extensions)
+
## Introduction
@@ -223,7 +228,10 @@ Meta Model see
## AASX Package Explorer - Step by Step
-### Import Aspect Model
+
+
+### Import and View an Aspect Model
+
For importing an existing aspect model use "File/Import .../Import SAMM aspect into ConceptDescriptions ...".
@@ -297,6 +305,94 @@ After selecting the elements (in our example only the mandatory fields were sele
+### Editing an Aspect Model
+
+After adding a new Concept Description choose SAMM Extensions to model a new aspect model.
+
+**Step 1) Add a new Concept Description**
+
+**Step 2) Choose SAMM Extension**
+
+![SAMM Extension](src/aasx_package_explorer_SAMMExtension.png "SAMM Extension")
+
+Clicking on "Add other" shows which SAMM element types are available to create and to edit.
+
+**Step 3) Choose "Add other"**
+
+**Step 4) Choose SAMM element type**
+
+![SAMM Extension - Add other](src/aasx_package_explorer_SAMMExtension_AddOther.png "SAMM Extension - Add other")
+
+The list of SAMM element types contains not only all elements from the SAMM metamodel but also all predefined characteristics except for the basis ones like "bamm-c:Boolean" etc. because in this case the data type is added directly into the Concept Description and not into a new Concept Description.
+
+*NOTE: per Concept Description please add only one SAMM Extension!*
+
+
+![SAMM Extension - Select SAMM Element Type](src/aasx_package_explorer_SAMMExtension_SelectSAMMElementType.png "SAMM Extension - Select SAMM Element Type")
+
+Click on the element you want to edit. In our example we start with modelling an aspect model "Movement".
+Then select the version of the SAMM Aspect Metamodel that you need. In our example we select version 2.0.0.
+
+![SAMM Extension - Select SAMM Version](src/aasx_package_explorer_SAMMExtension_SelectSAMMVersion.png "SAMM Extension - Select SAMM Version")
+
+First we add the idShort and ID of the Concept Description. These two attributes are not part of the SAMM extension but common to all Concept Descriptions.
+
+**Step 5) Edit attribute "id" of the Concept Description**
+
+**Step 6) Edit attribute "idShort" of the Concept Description**
+
+
+In a next step add the preferredName in the languages you want to support. In our example the preferred name is provided in English as "movement".
+
+**Step 7) Edit attribute "preferredName" of the SAMM Extension**
+
+
+![SAMM Extension - Preferred Name](src/aasx_package_explorer_SAMMExtension_PreferredName.png "SAMM Extension - - Preferred Name")
+
+The ID consists of the namespace and the name of the model element. In our example the namespace of the model is "urn:samm:org.eclipse.examples:1.0.0#" and its name is "Movement".
+
+![SAMM Extension - ID and idShort of Concept Description](src/aasx_package_explorer_ConceptDescription_ID.png "SAMM Extension - ID and idShort of Concept Description")
+
+In a next step we add the properties "isMoving" and "position" to the aspect.
+
+![SAMM Extension - SAMM Aspect: add property](src/aasx_package_explorer_SAMMExtension_AddProperty.png "SAMM Extension - SAMM Aspect: add property")
+
+The IDs of the two properties need to be added. Add as many properties as needed. If a property is optional click on the Box "Opt." In our example the two properties "isMoving" and "position" are mandatory.
+
+**Step 8) (Context:Aspect or Entity) Add Properties with their unique ID**
+
+**Step 9) (Context:Aspect or Entity) Decide whether Property is optional**
+
+![SAMM Extension - SAMM Aspect: added two properties](src/aasx_package_explorer_SAMMExtension_PropertiesAdded.png "SAMM Extension - SAMM Aspect: added two properties)
+
+Now we need to add the two newly defined properties "isMoving" and "position". "isMoving" has the basic predefined Characteristic "samm-c:Boolean" with data type "Boolean". "position" has the basic Characteristic "samm-c:SingleEntity". The namespace of samm-c is *urn:samm:org.eclipse.examples:1.0.0#*.
+
+**Step 10) (Context:Property) Edit attribute "Characteristic": Either select predefined characteristic or create new characteristic. If constraints shall be added to the characteristic a trait needs to be created.**
+
+We start Step 1) to Step 7) but this time choose the SAMM element type "Property". This Concept Description shall contain the information for the SAMM-property "isMoving". We select the predefined chacteristic "urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#Boolean" by selecting from the set of characteristics by clicking on "Preset".
+
+![SAMM Extension - Predefined Characteristics](src/aasx_package_explorer_SAMMExtension_PresetCharacteristics.png "SAMM Extension - Predefined Characteristics")
+
+![SAMM Extension - Characteristic](src/aasx_package_explorer_SAMMExtension_PropertyCharacteristics.png "SAMM Extension - Characteristic")
+
+
+We start Step 1) to Step 7) but this time choose the SAMM element type "Property". This Concept Description shall contain the information for the SAMM-property "position". As the characteristic we add the newly defined characteristic "urn:samm:org.eclipse.examples:1.0.0#SpatialPositionCharacteristic". This is why we need to add a new Concept Description representing the new characteristic "SpatialPositionCharacteristic" (following the steps 1) to Step 7)). As a SAMM model element type we choose "SingleEntity". As a data type we add "urn:samm:org.eclipse.examples:1.0.0#SpatialPosition".
+
+For the SAMM-property "position" we create a new Concept Description of SAMM model element type "Entity" with ID "urn:samm:org.eclipse.examples:1.0.0#SpatialPosition", that is used as data type in the characteristic "SpatialPositionCharacteristic".
+
+An important characteristic are the characteristic for sets, lists etc. For those the unique ID of the Element Characteristic needs to be added. A predefined characteristic may be used, see Step 10).
+
+![SAMM Extension - Characteristic Set](src/aasx_package_explorer_SAMMExtension_CharacteristicSet.png "SAMM Extension - Characteristic Set")
+
+Traits are also supported. A Trait is a combination of a characteristic and a constraint. In this case an existing BaseCharacteristic and several constraints can be added.
+
+![SAMM Extension - Traits](src/aasx_package_explorer_SAMMExtension_Trait.png "SAMM Extension - Traits")
+
+For each Constraint again a separate Concept Description of SAMM model element type "Constraint" needs to be created following steps 1) to 7). Choose one of the predefined constraint types like "RangeConstraint" etc.
+
+**Step 11) (Context: Trait) Edit "BaseCharacteristic" and add IDs of constraints ("Constraint" and "+").**
+
+
### Export Aspect Model
@@ -306,5 +402,73 @@ For exporting an aspect model from a choosen concept description use the "File/E
+# Background on Implementation
+
+## Data Specifications and Extensions
+
+
+The [Specification of the Asset Administration Shell](https://industrialdigitaltwin.org/en/content-hub/aasspecifications) support embedded data specifications. Data Specifications are supporting standardized extension points whereas Extensions are used for proprietary extensions (class "HasExtensions" in Part 1). All referables are allowed to have proprietary extensions.
+
+Especially for concept descriptions it was foreseen that there will be different kinds of concept descriptions that need to be supported. In a first step a data specification for IEC61360 properties and values was standardized (Part 3a). These data specifications are embedded, i.e. they are part of the standardized schemas in https://github.com/admin-shell-io/aas-specs.
+
+## SAMM Extensions
+
+Since there is no standardized data specification for aspect models conformant to SAMM so far the extension mechanism was used to implement the functionality as explained in this document.
+
+![AAS Extension for a SAMM Property](src/aasx_package_explorer_SAMMExtension_Property.png "AAS Extension for a SAMM Property")
+
+The semanticId of each extension corresponds to the SAMM Metamodel ID. For example the extension of a Concept Description representing a SAMM-property has the semantic ID *urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#Property*. The value of the Extension carries the attributes as well as the values of the attributes in a JSON format. This is why the "valueType" is "xs:string". In this example the attributes specific for a SAMM property are "Characteristic" and "PreferredName".
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#Property
+
+
+
+
+ samm-property
+
+ xs:string
+
+ {
+ "Characteristic": {
+ "Value": "urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#Boolean"
+ },
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "is moving"
+ }
+ ]
+ }
+
+
+
+
+The JSON value for an extension for a SAMM Measurement would look like this. It contains additionally a Unit ID.
+
+ {
+ "Unit": {
+ "Value": "urn:samm:org.eclipse.esmf.samm:unit:2.0.0#kilometrePerHour"
+ },
+ "DataType": {
+ "Value": "http://www.w3.org/2001/XMLSchema#float"
+ },
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "speed"
+ }
+ ]
+ }
+
+
+
diff --git a/src/AasxCore.Samm2_2_0/docs/examples/Movement.xml b/src/AasxCore.Samm2_2_0/docs/examples/Movement.xml
new file mode 100644
index 00000000..beff30d3
--- /dev/null
+++ b/src/AasxCore.Samm2_2_0/docs/examples/Movement.xml
@@ -0,0 +1,529 @@
+
+
+
+ http://bosch-connected-industry.com/demo/aas/1/1/901372387BDPAKZ
+
+ Instance
+
+
+
+
+
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#Aspect
+
+
+
+ samm-aspect
+ xs:string
+ {
+ "Namespaces": {
+ "Items": [
+ {
+ "Prefix": "rdf:",
+ "Uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ },
+ {
+ "Prefix": "rdfs:",
+ "Uri": "http://www.w3.org/2000/01/rdf-schema#"
+ },
+ {
+ "Prefix": "xsd:",
+ "Uri": "http://www.w3.org/2001/XMLSchema#"
+ },
+ {
+ "Prefix": "samm:",
+ "Uri": "urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#"
+ },
+ {
+ "Prefix": "samm-c:",
+ "Uri": "urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#"
+ },
+ {
+ "Prefix": "samm-e:",
+ "Uri": "urn:samm:org.eclipse.esmf.samm:entity:2.0.0#"
+ },
+ {
+ "Prefix": "unit:",
+ "Uri": "urn:samm:org.eclipse.esmf.samm:unit:2.0.0#"
+ },
+ {
+ "Prefix": ":",
+ "Uri": "urn:samm:org.eclipse.examples:1.0.0#"
+ }
+ ]
+ },
+ "Comments": "",
+ "Properties": [
+ {
+ "Optional": false,
+ "Value": "urn:samm:org.eclipse.examples:1.0.0#isMoving"
+ },
+ {
+ "Optional": false,
+ "Value": "urn:samm:org.eclipse.examples:1.0.0#position"
+ },
+ {
+ "Optional": false,
+ "Value": "urn:samm:org.eclipse.examples:1.0.0#speed"
+ },
+ {
+ "Optional": false,
+ "Value": "urn:samm:org.eclipse.examples:1.0.0#speedLimitWarning"
+ }
+ ],
+ "Events": [],
+ "Operations": [],
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "movement"
+ }
+ ]
+}
+
+
+ Movement
+ urn:samm:org.eclipse.examples:1.0.0#Movement
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#Property
+
+
+
+ samm-property
+ xs:string
+ {
+ "Characteristic": {
+ "Value": "urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#Boolean"
+ },
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "is moving"
+ }
+ ]
+}
+
+
+ isMoving
+ urn:samm:org.eclipse.examples:1.0.0#isMoving
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#Property
+
+
+
+ samm-property
+ xs:string
+ {
+ "Characteristic": {
+ "Value": "urn:samm:org.eclipse.examples:1.0.0#SpatialPositionCharacteristic"
+ },
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "position"
+ }
+ ]
+}
+
+
+ position
+ urn:samm:org.eclipse.examples:1.0.0#position
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#Property
+
+
+
+ samm-property
+ xs:string
+ {
+ "Characteristic": {
+ "Value": "urn:samm:org.eclipse.examples:1.0.0#Speed"
+ },
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "speed"
+ }
+ ]
+}
+
+
+ speed
+ urn:samm:org.eclipse.examples:1.0.0#speed
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#Property
+
+
+
+ samm-property
+ xs:string
+ {
+ "Characteristic": {
+ "Value": "urn:samm:org.eclipse.examples:1.0.0#TrafficLight"
+ },
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "speed limit warning"
+ }
+ ]
+}
+
+
+ speedLimitWarning
+ urn:samm:org.eclipse.examples:1.0.0#speedLimitWarning
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#SingleEntity
+
+
+
+ samm-single-entity
+ xs:string
+ {
+ "DataType": {
+ "Value": "urn:samm:org.eclipse.examples:1.0.0#SpatialPosition"
+ },
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "spatial position characteristic"
+ }
+ ]
+}
+
+
+ SpatialPositionCharacteristic
+ urn:samm:org.eclipse.examples:1.0.0#SpatialPositionCharacteristic
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#Measurement
+
+
+
+ samm-measurement
+ xs:string
+ {
+ "Unit": {
+ "Value": "urn:samm:org.eclipse.esmf.samm:unit:2.0.0#kilometrePerHour"
+ },
+ "DataType": {
+ "Value": "http://www.w3.org/2001/XMLSchema#float"
+ },
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "speed"
+ }
+ ]
+}
+
+
+ Speed
+ urn:samm:org.eclipse.examples:1.0.0#Speed
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#Enumeration
+
+
+
+ samm-enumeration
+ xs:string
+ {
+ "Values": [
+ "_:autos49"
+ ],
+ "DataType": {
+ "Value": "http://www.w3.org/2001/XMLSchema#string"
+ },
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "warning level"
+ }
+ ]
+}
+
+
+ TrafficLight
+ urn:samm:org.eclipse.examples:1.0.0#TrafficLight
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#Entity
+
+
+
+ samm-entity
+ xs:string
+ {
+ "Properties": [
+ {
+ "Optional": false,
+ "Value": "urn:samm:org.eclipse.examples:1.0.0#latitude"
+ },
+ {
+ "Optional": false,
+ "Value": "urn:samm:org.eclipse.examples:1.0.0#longitude"
+ },
+ {
+ "Optional": true,
+ "Value": "urn:samm:org.eclipse.examples:1.0.0#altitude"
+ }
+ ],
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "spatial position"
+ }
+ ],
+ "See": [
+ "https://www.w3.org/2003/01/geo/"
+ ]
+}
+
+
+ SpatialPosition
+ urn:samm:org.eclipse.examples:1.0.0#SpatialPosition
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#Property
+
+
+
+ samm-property
+ xs:string
+ {
+ "ExampleValue": "9.1781",
+ "Characteristic": {
+ "Value": "urn:samm:org.eclipse.examples:1.0.0#Coordinate"
+ },
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "latitude"
+ }
+ ],
+ "See": [
+ "http://www.w3.org/2003/01/geo/wgs84_pos#lat"
+ ]
+}
+
+
+ latitude
+ urn:samm:org.eclipse.examples:1.0.0#latitude
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#Property
+
+
+
+ samm-property
+ xs:string
+ {
+ "ExampleValue": "48.80835",
+ "Characteristic": {
+ "Value": "urn:samm:org.eclipse.examples:1.0.0#Coordinate"
+ },
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "longitude"
+ }
+ ],
+ "See": [
+ "http://www.w3.org/2003/01/geo/wgs84_pos#long"
+ ]
+}
+
+
+ longitude
+ urn:samm:org.eclipse.examples:1.0.0#longitude
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#Property
+
+
+
+ samm-property
+ xs:string
+ {
+ "ExampleValue": "153",
+ "Characteristic": {
+ "Value": "urn:samm:org.eclipse.examples:1.0.0#MetresAboveMeanSeaLevel"
+ },
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "altitude"
+ }
+ ],
+ "See": [
+ "http://www.w3.org/2003/01/geo/wgs84_pos#alt"
+ ]
+}
+
+
+ altitude
+ urn:samm:org.eclipse.examples:1.0.0#altitude
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#Measurement
+
+
+
+ samm-measurement
+ xs:string
+ {
+ "Unit": {
+ "Value": "urn:samm:org.eclipse.esmf.samm:unit:2.0.0#degreeUnitOfAngle"
+ },
+ "DataType": {
+ "Value": "http://www.w3.org/2001/XMLSchema#decimal"
+ },
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "coordinate"
+ }
+ ]
+}
+
+
+ Coordinate
+ urn:samm:org.eclipse.examples:1.0.0#Coordinate
+
+
+
+
+
+ ExternalReference
+
+
+ GlobalReference
+ urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#Measurement
+
+
+
+ samm-measurement
+ xs:string
+ {
+ "Unit": {
+ "Value": "urn:samm:org.eclipse.esmf.samm:unit:2.0.0#metre"
+ },
+ "DataType": {
+ "Value": "http://www.w3.org/2001/XMLSchema#float"
+ },
+ "PreferredName": [
+ {
+ "Language": "en",
+ "Text": "metres above mean sea level"
+ }
+ ],
+ "See": [
+ "https://en.wikipedia.org/wiki/Height_above_sea_level"
+ ]
+}
+
+
+ MetresAboveMeanSeaLevel
+ urn:samm:org.eclipse.examples:1.0.0#MetresAboveMeanSeaLevel
+
+
+
\ No newline at end of file
diff --git a/src/AasxCore.Samm2_2_0/docs/gen/Aspect_BatteryPass_bamm generated by aasx package explorer.ttl b/src/AasxCore.Samm2_2_0/docs/gen/Aspect_BatteryPass_bamm generated by aasx package explorer.ttl
new file mode 100644
index 00000000..292c835b
--- /dev/null
+++ b/src/AasxCore.Samm2_2_0/docs/gen/Aspect_BatteryPass_bamm generated by aasx package explorer.ttl
@@ -0,0 +1,839 @@
+#######################################################################
+# Copyright (c) 2023 BASF SE
+# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft
+# Copyright (c) 2023 Robert Bosch GmbH
+# Copyright (c) 2023 Contributors to the Eclipse Foundation
+# Copyright (c) 2023 Henkel AG & Co. KGaA
+# Copyright (c) 2023 SAP SE
+# Copyright (c) 2023 T-Systems International GmbH
+# Copyright (c) 2023 ZF Friedrichshafen AG
+# Copyright (c) 2023 Contributors to the Eclipse Foundation
+#
+# See the NOTICE file(s) distributed with this work for additional
+# information regarding copyright ownership.
+#
+# This work is made available under the terms of the
+# Creative Commons Attribution 4.0 International (CC-BY-4.0) license,
+# which is available at
+# https://creativecommons.org/licenses/by/4.0/legalcode.
+#
+# SPDX-License-Identifier: CC-BY-4.0
+#######################################################################
+
+@base .
+
+@prefix rdf: .
+@prefix rdfs: .
+@prefix xsd: .
+@prefix bamm: .
+@prefix bamm-c: .
+@prefix bamm-e: .
+@prefix unit: .
+@prefix : .
+@prefix address-c: .
+@prefix contact-c: .
+@prefix this: .
+
+:AnodeActiveMaterialsCharacteristic a bamm-c:Set;
+ bamm:dataType :MaterialNameAndWeightAndPercentageMassFractionEntity;
+ bamm:description "The total amount of valuable materials contained in Anode: graphite"@en;
+ bamm:name "AnodeActiveMaterialsCharacteristic";
+ bamm:preferredName "anode active materials"@en.
+:AnodeCompositionOtherCharacteristic a bamm-c:Set;
+ bamm:dataType :MaterialNameAndWeightAndPercentageMassFractionEntity;
+ bamm:description "The composition or materials contained in the anode is describing a regulatory requirement."@en;
+ bamm:name "AnodeCompositionOtherCharacteristic";
+ bamm:preferredName "anode composition other"@en.
+:AttachmentEntity a bamm:Entity;
+ bamm:description "Entity encapsulating the details of a attachment for the battery"@en;
+ bamm:name "AttachmentEntity".
+:AttachmentLinkCharacteristic a bamm-c:Set;
+ bamm:dataType :AttachmentEntity;
+ bamm:description "Links the referenced attachments"@en;
+ bamm:name "AttachmentLinkCharacteristic";
+ bamm:preferredName "attachment"@en.
+:BatteryCycleLifeCharacteristic a bamm:Characteristic;
+ bamm:dataType :BatteryCycleLifeEntity;
+ bamm:description "Characteristic describing the cycle life of a battery"@en;
+ bamm:name "BatteryCycleLifeCharacteristic";
+ bamm:preferredName "battery cycle life"@en.
+:BatteryCycleLifeEntity a bamm:Entity;
+ bamm:description "Entity to bundle the characterisitics describing the cycle life of a battery"@en;
+ bamm:name "BatteryCycleLifeEntity".
+:BatteryEnergyCharacterisitc a bamm:Characteristic;
+ bamm:dataType :BatteryEnergyEntity;
+ bamm:description "Characteristic to describe the energy (kWh) properties of the battery."@en;
+ bamm:name "BatteryEnergyCharacterisitc";
+ bamm:preferredName "battery energy characterisitc"@en.
+:BatteryEnergyEntity a bamm:Entity;
+ bamm:description "Entity to bundle the energy properties of a battery."@en;
+ bamm:name "BatteryEnergyEntity".
+:BatteryIdentificationCharacteristic a bamm:Characteristic;
+ bamm:dataType :BatteryIdentificationEntity;
+ bamm:description "Information to identify a specific battery."@en;
+ bamm:name "BatteryIdentificationCharacteristic";
+ bamm:preferredName "battery identification characteristic"@en.
+:BatteryIdentificationEntity a bamm:Entity;
+ bamm:description "Entity to bundle the characterisitics describing the identification of a battery"@en;
+ bamm:name "BatteryIdentificationEntity".
+:BatteryPass a bamm:Aspect;
+ bamm:description "The battery pass describes information collected during the lifecycle of a battery"@en;
+ bamm:name "BatteryPass".
+:BatteryPowerCharacteristic a bamm:Characteristic;
+ bamm:dataType :BatteryPowerEntity;
+ bamm:description "Characteristic to describe the power (W) properties of the battery."@en;
+ bamm:name "BatteryPowerCharacteristic";
+ bamm:preferredName "battery power characteristic"@en.
+:BatteryPowerEntity a bamm:Entity;
+ bamm:description "Entity to bundle the power properties of a battery."@en;
+ bamm:name "BatteryPowerEntity".
+:BatteryVoltageCharacteristic a bamm:Characteristic;
+ bamm:dataType :BatteryVoltageEntity;
+ bamm:description "Characteristic to describe the voltage (V) properties of the battery."@en;
+ bamm:name "BatteryVoltageCharacteristic";
+ bamm:preferredName "BatteryVoltageCharacteristic"@en.
+:BatteryVoltageEntity a bamm:Entity;
+ bamm:description "Entity to bundle the voltage properties of a battery."@en;
+ bamm:name "BatteryVoltageEntity".
+:CO2FootprintTotalCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:kilogram;
+ bamm:dataType xsd:double;
+ bamm:description "The total carbon footprint of the battery, calculated as kg of carbon dioxide equivalent is describing a regulatory requirement."@en;
+ bamm:name "CO2FootprintTotalCharacteristic";
+ bamm:preferredName "co2 footprint total"@en.
+:CapacityFadeCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:percent;
+ bamm:dataType xsd:decimal;
+ bamm:description "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 declared by the manufacturer is describing a regulatory requirement."@en;
+ bamm:name "CapacityFadeCharacteristic";
+ bamm:preferredName "capacity fade characteristic"@en.
+:CapacityThresholdExhaustionCharacterisitic a bamm-c:Measurement;
+ bamm-c:unit unit:percent;
+ bamm:dataType xsd:decimal;
+ bamm:description "Capacity threshold for exhaustion as percentage value is describing a regulatory requirement."@en;
+ bamm:name "CapacityThresholdExhaustionCharacterisitic";
+ bamm:preferredName "capacity threshold exhaustion characterisitic"@en.
+:CathodeActiveMaterialsCharacterisitic a bamm-c:Set;
+ bamm:dataType :MaterialNameAndWeightAndPercentageMassFractionEntity;
+ bamm:description "The total amount of valuable materials contained in CAM material: Nickel, Cobalt, Lithium."@en;
+ bamm:name "CathodeActiveMaterialsCharacterisitic";
+ bamm:preferredName "cathode active materials"@en.
+:CathodeCompositionOtherCharacteristic a bamm-c:Set;
+ bamm:dataType :MaterialNameAndWeightAndPercentageMassFractionEntity;
+ bamm:description "The composition or materials contained in the Cathode is describing a regulatory requirement."@en;
+ bamm:name "CathodeCompositionOtherCharacteristic";
+ bamm:preferredName "cathode composition other"@en.
+:CellChemistryCharacteristic a bamm:Characteristic;
+ bamm:dataType :CellChemistryEntity;
+ bamm:description "Information about the the cell chemistry of a battery cell"@en;
+ bamm:name "CellChemistryCharacteristic";
+ bamm:preferredName "cell chemistry"@en.
+:CellChemistryEntity a bamm:Entity;
+ bamm:description "Entity to bundle the characterisitics describing a battery's cell chemistry"@en;
+ bamm:name "CellChemistryEntity".
+:CompomenentsEntity a bamm:Entity;
+ bamm:description "Entity to bundle the components properties of a battery."@en;
+ bamm:name "CompomenentsEntity".
+:ComponentsCharacteristic a bamm:Characteristic;
+ bamm:dataType :CompomenentsEntity;
+ bamm:description "Characteristics of the battery's comoponents."@en;
+ bamm:name "ComponentsCharacteristic";
+ bamm:preferredName "components"@en.
+:ComponentsPartNumberList a bamm-c:Collection;
+ bamm:dataType xsd:string;
+ bamm:description "A list of the unique serial numbers of the different parts of a battery is describing a regulatory requirement."@en;
+ bamm:name "ComponentsPartNumberList";
+ bamm:preferredName "components part number list"@en.
+:ComponentsSupplierCharacteristic a bamm-c:Set;
+ bamm:dataType :ComponentsSupplierEntity;
+ bamm:description "Contact details of the suppliers of replacement parts / spare parts is describing a regulatory requirement."@en;
+ bamm:name "ComponentsSupplierCharacteristic";
+ bamm:preferredName "components supplier"@en.
+:ComponentsSupplierEntity a bamm:Entity;
+ bamm:description "Entity encapsulating the details of a components supplier"@en;
+ bamm:name "ComponentsSupplierEntity".
+:CompositionCharacteristic a bamm:Characteristic;
+ bamm:dataType :CompositionEntity;
+ bamm:description "Information about the composition of a battery and the combination of materials is describing a business requirement."@en;
+ bamm:name "CompositionCharacteristic";
+ bamm:preferredName "composition"@en.
+:CompositionEntity a bamm:Entity;
+ bamm:description "Entity to bundle the characterisitics describing a battery's composition"@en;
+ bamm:name "CompositionEntity".
+:CompositionOfBatteryCharacteristic a bamm-c:Set;
+ bamm:dataType :MaterialNameAndWeightAndPercentageMassFractionEntity;
+ bamm:description "Full composition of battery is describing a business requirement."@en;
+ bamm:name "CompositionOfBatteryCharacteristic";
+ bamm:preferredName "composition of battery"@en.
+:CriticalRawMaterialsCharacteristic a bamm:Characteristic;
+ bamm:dataType xsd:string;
+ bamm:description "List of critical raw materials (CRM) as specified by EU in a battery is describing a regulatory requirement."@en;
+ bamm:name "CriticalRawMaterialsCharacteristic";
+ bamm:preferredName "critical raw materials"@en.
+:CycleLifeTestCRateCharacterisitc a bamm:Characteristic;
+ bamm:dataType xsd:decimal;
+ bamm:description "C-rate of Relevant Cycle-life Test is describing a regulatory requirement."@en;
+ bamm:name "CycleLifeTestCRateCharacterisitc";
+ bamm:preferredName "cycle life test c-rate"@en.
+:CycleLifeTestDepthOfDischargeCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:percent;
+ bamm:dataType xsd:decimal;
+ bamm:description "Depth of discharge in the cycle-life test is describing a regulatory requirement."@en;
+ bamm:name "CycleLifeTestDepthOfDischargeCharacteristic";
+ bamm:preferredName "cycle life test depth of discharge"@en.
+:Datestamp a bamm:Characteristic;
+ bamm:dataType xsd:date;
+ bamm:description "Describes a Property which contains the date and time with an optional timezone."@en;
+ bamm:name "Datestamp";
+ bamm:preferredName "datestamp"@en.
+:DocumentCharacteristic a bamm:Characteristic;
+ bamm:dataType :DocumentEntity;
+ bamm:description "Set of documents containing the description of battery components"@en;
+ bamm:name "DocumentCharacteristic";
+ bamm:preferredName "document characteristic"@en.
+:DocumentEntity a bamm:Entity;
+ bamm:description "Entity encapsulating the details of a attachment for the battery"@en;
+ bamm:name "DocumentEntity".
+:ElectrochemicalPropertiesCharacteristic a bamm:Characteristic;
+ bamm:dataType :ElectrochemicalPropertiesEntity;
+ bamm:description "Electrochemical characteristics to describe a battery"@en;
+ bamm:name "ElectrochemicalPropertiesCharacteristic";
+ bamm:preferredName "electrochemical properties characteristic"@en.
+:ElectrochemicalPropertiesEntity a bamm:Entity;
+ bamm:description "Entity encapsulating the electrochemical details of a battery"@en;
+ bamm:name "ElectrochemicalPropertiesEntity".
+:ElectrolyteCompositionCharacteristic a bamm-c:Set;
+ bamm:dataType :MaterialNameAndWeightAndPercentageMassFractionEntity;
+ bamm:description "List of materials contained in the electrolyte is describing a regulatory requirement."@en;
+ bamm:name "ElectrolyteCompositionCharacteristic";
+ bamm:preferredName "electrolyte composition"@en.
+:EnergyRoundtripEfficiency a bamm-c:Measurement;
+ bamm-c:unit unit:percent;
+ bamm:dataType xsd:decimal;
+ bamm:description "Round-trip efficiency is the percentage of electricity put into storage is describing a regulatory requirement."@en;
+ bamm:name "EnergyRoundtripEfficiency";
+ bamm:preferredName "energy roundtrip efficiency"@en.
+:EnergyRoundtripEfficiencyChangeCharacterisitic a bamm-c:Measurement;
+ bamm-c:unit unit:percent;
+ bamm:dataType xsd:decimal;
+ bamm:description "Round-trip efficiency is the percentage of electricity put into storage after 50% of life of the battery is describing a regulatory requirement."@en;
+ bamm:name "EnergyRoundtripEfficiencyChangeCharacterisitic";
+ bamm:preferredName "energy roundtrip efficiency change"@en.
+:ExpectedLifetime a bamm-c:Measurement;
+ bamm-c:unit unit:piece;
+ bamm:dataType xsd:decimal;
+ bamm:description "Expected battery lifetime expressed in cycles, and reference test used is describing a regulatory requirement."@en;
+ bamm:name "ExpectedLifetime";
+ bamm:preferredName "expected lifetime"@en.
+:FileLocationCharacteristic a bamm:Characteristic;
+ bamm:dataType xsd:anyURI;
+ bamm:description "The path to the file"@en;
+ bamm:name "FileLocationCharacteristic";
+ bamm:preferredName "file location"@en.
+:GramCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:gram;
+ bamm:dataType xsd:decimal;
+ bamm:description "Weight of the material (in gram)"@en;
+ bamm:name "GramCharacteristic";
+ bamm:preferredName "gram characteristic"@en.
+:InternalResistanceCharacteristic a bamm:Characteristic;
+ bamm:dataType :InternalResistanceEntity;
+ bamm:description "Internal resistance in a battery cell or pack is describing a regulatory requirement."@en;
+ bamm:name "InternalResistanceCharacteristic";
+ bamm:preferredName "internal resistance"@en.
+:InternalResistanceEntity a bamm:Entity;
+ bamm:description "Entity to bundle the internal resistance properties of a battery."@en;
+ bamm:name "InternalResistanceEntity".
+:KilogramCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:kilogram;
+ bamm:dataType xsd:integer;
+ bamm:description "A measurement for the weight of an item."@en;
+ bamm:name "KilogramCharacteristic";
+ bamm:preferredName "kilogram characteristic"@en.
+:ManufacturerCharacteristic a bamm:Characteristic;
+ bamm:dataType :ManufacturerEntity;
+ bamm:description "A manufacturer of goods"@en;
+ bamm:name "ManufacturerCharacteristic";
+ bamm:preferredName "manufacturer characteristic"@en.
+:ManufacturerEntity a bamm:Entity;
+ bamm:description "Entity encapsulating the details of a manufacturer of goods"@en;
+ bamm:name "ManufacturerEntity".
+:ManufacturingCharacteristic a bamm:Characteristic;
+ bamm:dataType :ManufacturingEntity;
+ bamm:description "Information about the manufacturing process of a battery"@en;
+ bamm:name "ManufacturingCharacteristic";
+ bamm:preferredName "manufacturing characteristic"@en.
+:ManufacturingEntity a bamm:Entity;
+ bamm:description "Entity to bundle the characterisitics describing the manufacturing (place and date of manufacture)"@en;
+ bamm:name "ManufacturingEntity".
+:MaterialNameAndWeightAndPercentageMassFractionEntity a bamm:Entity;
+ bamm:description "Entity to bundle a material's name, weight and percentage of mass."@en;
+ bamm:name "MaterialNameAndWeightAndPercentageMassFractionEntity".
+:MaximumAllowedBatteryEnergyCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:wattHour;
+ bamm:dataType xsd:decimal;
+ bamm:description "Characteristic to describe the energy (Wh) properties of the battery is describing a regulatory requirement."@en;
+ bamm:name "MaximumAllowedBatteryEnergyCharacteristic";
+ bamm:preferredName "maximum allowed battery energy"@en.
+:MillimetreCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:millimetre;
+ bamm:dataType xsd:integer;
+ bamm:description "A measurment for the length/width/height of an item."@en;
+ bamm:name "MillimetreCharacteristic";
+ bamm:preferredName "millimetre characteristic"@en.
+:MilliohmCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:milliohm;
+ bamm:dataType xsd:decimal;
+ bamm:description "The resistance offered by the cell in the flow of the current"@en;
+ bamm:name "MilliohmCharacteristic";
+ bamm:preferredName "milliohm characteristic"@en.
+:OhmCharacterisitic a bamm-c:Measurement;
+ bamm-c:unit unit:ohm;
+ bamm:dataType xsd:decimal;
+ bamm:description "Total internal resistance in a battery pack"@en;
+ bamm:name "OhmCharacterisitic";
+ bamm:preferredName "ohm characterisitic"@en.
+:PercentCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:percent;
+ bamm:dataType xsd:decimal;
+ bamm:description "Increase in internal resistance of a battery pack over a period of time"@en;
+ bamm:name "PercentCharacteristic";
+ bamm:preferredName "percent characteristic"@en.
+:PhysicalDimensionsCharacteristic a bamm:Characteristic;
+ bamm:dataType :PhysicalDimensionsEntity;
+ bamm:description "Geometrical properties of the battery"@en;
+ bamm:name "PhysicalDimensionsCharacteristic";
+ bamm:preferredName "physical dimensions characteristic"@en.
+:PhysicalDimensionsEntity a bamm:Entity;
+ bamm:description "Entity to bundle the characterisitics describing the physical dimensions"@en;
+ bamm:name "PhysicalDimensionsEntity".
+:PowerCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:kilowatt;
+ bamm:dataType xsd:decimal;
+ bamm:description "Power capability in kilowatts"@en;
+ bamm:name "PowerCharacteristic";
+ bamm:preferredName "power characteristic"@en.
+:PowerFadeCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:percent;
+ bamm:dataType xsd:decimal;
+ bamm:description "The decrease over time and upon usage in the amount of power that a battery can deliver at the rated voltage is describing a regulatory requirement."@en;
+ bamm:name "PowerFadeCharacteristic";
+ bamm:preferredName "power fade characteristic"@en.
+:RatedCapacityCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:ampere;
+ bamm:dataType xsd:decimal;
+ bamm:description "The total number of ampere-hours (Ah) that can be withdrawn from a fully charged battery under specific conditions is describing a regulatory requirement."@en;
+ bamm:name "RatedCapacityCharacteristic";
+ bamm:preferredName "rated capacity characteristic"@en.
+:RatioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergyCharacterisitic a bamm:Characteristic;
+ bamm:dataType xsd:decimal;
+ bamm:description "Ratio between maximum allowed battery power (W) and battery energy (Wh) is describing a regulatory requirement."@en;
+ bamm:name "RatioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergyCharacterisitic";
+ bamm:preferredName "ratio maximum allowed battery power and maximum allowed battery energy characterisitic"@en.
+:RecyclateContentActiveMaterialsCharacteristic a bamm-c:Set;
+ bamm:dataType :MaterialNameAndWeightAndPercentageMassFractionEntity;
+ bamm:description "List of recovered Recyclate Content in Active Material Recycled is describing a regulatory requirement. The following materials have to be reported on as a minimium: Cobalt, Lithium, Nickel, Lead"@en;
+ bamm:name "RecyclateContentActiveMaterialsCharacteristic";
+ bamm:preferredName "recyclate content active materials"@en.
+:StateOfBatteryCharacteristic a bamm:Characteristic;
+ bamm:dataType :StateOfBatteryEntity;
+ bamm:description "The condition of the battery at the end of life i.e. when entering recycling scheme"@en;
+ bamm:name "StateOfBatteryCharacteristic";
+ bamm:preferredName "state of battery characteristic"@en.
+:StateOfBatteryEntity a bamm:Entity;
+ bamm:description "Entity to bundle the characterisitics describing the state of a battery"@en;
+ bamm:name "StateOfBatteryEntity".
+:StateOfChargeCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:percent;
+ bamm:dataType xsd:integer;
+ bamm:description "The value of the state of charge of the battery at the end of life i.e. when entering recycling scheme is describing a business requirement."@en;
+ bamm:name "StateOfChargeCharacteristic";
+ bamm:preferredName "state of charge characteristic"@en.
+:StateOfHealthCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:percent;
+ bamm:dataType xsd:integer;
+ bamm:description "Evidence/Certificate of the health evaluation of a battery for its use following repurposing or remanufacturing operations is describing a business requirement."@en;
+ bamm:name "StateOfHealthCharacteristic";
+ bamm:preferredName "state of health characteristic"@en.
+:TemperatureRangeCharacterisitic a bamm-c:Measurement;
+ bamm-c:unit unit:degreeCelsius;
+ bamm:dataType xsd:decimal;
+ bamm:description "The lower range of temperature the battery can withstand when not in use is describing a regulatory requirement."@en;
+ bamm:name "TemperatureRangeCharacterisitic";
+ bamm:preferredName "temperature range"@en.
+:TemperatureRangeIdleStateCharacterisitic a bamm:Characteristic;
+ bamm:dataType :TemperatureRangeIdleStateEntity;
+ bamm:description "The range of temperature the battery can withstand when not in use is describing a regulatory requirement."@en;
+ bamm:name "TemperatureRangeIdleStateCharacterisitic";
+ bamm:preferredName "temperature range idle state"@en.
+:TemperatureRangeIdleStateEntity a bamm:Entity;
+ bamm:description "Entity to bundle the characterisitics describing the battery's temperature range"@en;
+ bamm:name "TemperatureRangeIdleStateEntity".
+:VoltCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:volt;
+ bamm:dataType xsd:decimal;
+ bamm:description "Value of the voltage the battery is rated for"@en;
+ bamm:name "VoltCharacteristic";
+ bamm:preferredName "volt characteristic"@en.
+:WarrantyPeriodCharacterisitic a bamm-c:Measurement;
+ bamm-c:unit unit:month;
+ bamm:dataType xsd:positiveInteger;
+ bamm:description "Commercial warranty period of the battery is describing a regulatory requirement."@en;
+ bamm:name "WarrantyPeriodCharacterisitic";
+ bamm:preferredName "warranty period"@en.
+:address a bamm:Property;
+ bamm:characteristic address-c:PostalAddress;
+ bamm:description "An postal address"@en;
+ bamm:name "address";
+ bamm:preferredName "address"@en.
+:anodeActiveMaterials a bamm:Property;
+ bamm:characteristic :AnodeActiveMaterialsCharacteristic;
+ bamm:description "The total amount of valuable materials contained in Anode: graphite"@en;
+ bamm:name "anodeActiveMaterials";
+ bamm:preferredName "anode active materials"@en.
+:anodeCompositionOther a bamm:Property;
+ bamm:characteristic :AnodeCompositionOtherCharacteristic;
+ bamm:description "The composition or materials contained in the anode is describing a regulatory requirement."@en;
+ bamm:name "anodeCompositionOther";
+ bamm:preferredName "anode composition other"@en.
+:batteryCycleLife a bamm:Property;
+ bamm:characteristic :BatteryCycleLifeCharacteristic;
+ bamm:description "Property describing the cycle life of a battery"@en;
+ bamm:name "batteryCycleLife";
+ bamm:preferredName "battery cycle life"@en.
+:batteryDismantlingProcedure a bamm:Property;
+ bamm:characteristic :AttachmentLinkCharacteristic;
+ bamm:description "Document containing the battery dismantling procedure is describing a regulatory requirement."@en;
+ bamm:name "batteryDismantlingProcedure";
+ bamm:preferredName "battery dismantling procedure"@en.
+:batteryEnergy a bamm:Property;
+ bamm:characteristic :BatteryEnergyCharacterisitc;
+ bamm:description "Characteristic to describe the energy (kWh) properties of the battery."@en;
+ bamm:name "batteryEnergy";
+ bamm:preferredName "battery energy"@en.
+:batteryIDDMCCode a bamm:Property;
+ bamm:characteristic bamm-c:Text;
+ bamm:description "Digital Matrix Code (DMC) of the battery i.e. serial number allowing for unequivocal identification of a battery is describing a regulatory requirement."@en;
+ bamm:exampleValue "X123456789012X12345678901234567";
+ bamm:name "batteryIDDMCCode";
+ bamm:preferredName "battery ID DMC code"@en.
+:batteryIdentification a bamm:Property;
+ bamm:characteristic :BatteryIdentificationCharacteristic;
+ bamm:description "Information to identify a specific battery."@en;
+ bamm:name "batteryIdentification";
+ bamm:preferredName "battery identification"@en.
+:batteryModel a bamm:Property;
+ bamm:characteristic bamm-c:Text;
+ bamm:description "Battery type as described by the contents of the battery e.g. cell chemistry is describing a regulatory requirement."@en;
+ bamm:exampleValue "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State";
+ bamm:name "batteryModel";
+ bamm:preferredName "battery model"@en.
+:batteryPower a bamm:Property;
+ bamm:characteristic :BatteryPowerCharacteristic;
+ bamm:description "Characteristic to describe the power (W) properties of the battery."@en;
+ bamm:name "batteryPower";
+ bamm:preferredName "attachment"@en.
+:batteryType a bamm:Property;
+ bamm:characteristic bamm-c:Text;
+ bamm:description "Battery type as described by the contents of the battery e.g. cell chemistry is describing a regulatory requirement."@en;
+ bamm:exampleValue "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State";
+ bamm:name "batteryType";
+ bamm:preferredName "battery type"@en.
+:batteryVoltage a bamm:Property;
+ bamm:characteristic :BatteryVoltageCharacteristic;
+ bamm:description "Voltage (V) of the battery."@en;
+ bamm:name "batteryVoltage";
+ bamm:preferredName "battery voltage"@en.
+:cO2FootprintTotal a bamm:Property;
+ bamm:characteristic :CO2FootprintTotalCharacteristic;
+ bamm:description "The total carbon footprint of the battery, calculated as kg of carbon dioxide equivalent is describing a regulatory requirement."@en;
+ bamm:exampleValue "124.00";
+ bamm:name "cO2FootprintTotal";
+ bamm:preferredName "CO2 footprint total"@en.
+:capacityFade a bamm:Property;
+ bamm:characteristic :CapacityFadeCharacteristic;
+ bamm:description "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 declared by the manufacturer is describing a regulatory requirement."@en;
+ bamm:exampleValue "34";
+ bamm:name "capacityFade";
+ bamm:preferredName "capacity fade"@en.
+:capacityThresholdExhaustion a bamm:Property;
+ bamm:characteristic :CapacityThresholdExhaustionCharacterisitic;
+ bamm:description "Capacity threshold for exhaustion as percentage value is describing a regulatory requirement."@en;
+ bamm:exampleValue "23";
+ bamm:name "capacityThresholdExhaustion";
+ bamm:preferredName "capacity threshold exhaustion"@en.
+:cathodeActiveMaterials a bamm:Property;
+ bamm:characteristic :CathodeActiveMaterialsCharacterisitic;
+ bamm:description "The total amount of valuable materials contained in CAM material: Nickel, Cobalt, Lithium."@en;
+ bamm:name "cathodeActiveMaterials";
+ bamm:preferredName "cathode active materials"@en.
+:cathodeCompositionOther a bamm:Property;
+ bamm:characteristic :CathodeCompositionOtherCharacteristic;
+ bamm:description "The composition or materials contained in the Cathode is describing a regulatory requirement."@en;
+ bamm:name "cathodeCompositionOther";
+ bamm:preferredName "cathode composition other"@en.
+:cellChemistry a bamm:Property;
+ bamm:characteristic :CellChemistryCharacteristic;
+ bamm:description "Information about the cell chemistry of a battery cell"@en;
+ bamm:name "cellChemistry";
+ bamm:preferredName "cell chemistry"@en.
+:cellInternalResistance a bamm:Property;
+ bamm:characteristic :MilliohmCharacteristic;
+ bamm:description "The resistance offered by the cell in the flow of the current"@en;
+ bamm:exampleValue "45";
+ bamm:name "cellInternalResistance";
+ bamm:preferredName "cell internal resistance"@en.
+:components a bamm:Property;
+ bamm:characteristic :ComponentsCharacteristic;
+ bamm:description "Properties of the battery's comoponents."@en;
+ bamm:name "components";
+ bamm:preferredName "components"@en.
+:componentsPartNumber a bamm:Property;
+ bamm:characteristic :ComponentsPartNumberList;
+ bamm:description "The unique serial numbers of the different parts of a battery is describing a regulatory requirement."@en;
+ bamm:exampleValue "Case xxxxxxx/xx; Controller xxxxxxx/xx";
+ bamm:name "componentsPartNumber";
+ bamm:preferredName "components part number"@en.
+:componentsSupplier a bamm:Property;
+ bamm:characteristic :ComponentsSupplierCharacteristic;
+ bamm:description """Contact details of the suppliers of replacement parts / spare parts is describing a regulatory requirement. Available fields should be like:
+Name - Street - Number - ZIP Code - City - State - Country - Phone - Fax - Email - Website"""@en;
+ bamm:name "componentsSupplier";
+ bamm:preferredName "components supplier"@en.
+:componentsSupplierName a bamm:Property;
+ bamm:characteristic bamm-c:Text;
+ bamm:description "Name of the components supplier"@en;
+ bamm:exampleValue "XY Corporation";
+ bamm:name "componentsSupplierName";
+ bamm:preferredName "components supplier name"@en.
+:composition a bamm:Property;
+ bamm:characteristic :CompositionCharacteristic;
+ bamm:description "Information about the composition of a battery and the combination of materials is describing a business requirement."@en;
+ bamm:name "composition";
+ bamm:preferredName "composition"@en.
+:compositionOfBattery a bamm:Property;
+ bamm:characteristic :CompositionOfBatteryCharacteristic;
+ bamm:description "Full composition of battery is describing a business requirement."@en;
+ bamm:name "compositionOfBattery";
+ bamm:preferredName "composition of battery"@en.
+:contact a bamm:Property;
+ bamm:characteristic contact-c:ContactCharacteristic;
+ bamm:description "Contact details of the manufacturer"@en;
+ bamm:name "contact";
+ bamm:preferredName "contact"@en.
+:criticalRawMaterials a bamm:Property;
+ bamm:characteristic :CriticalRawMaterialsCharacteristic;
+ bamm:description "List of critical raw materials (CRM) as specified by EU in a battery is describing a regulatory requirement."@en;
+ bamm:name "criticalRawMaterials";
+ bamm:preferredName "critical raw materials"@en.
+:cycleLifeTestCRate a bamm:Property;
+ bamm:characteristic :CycleLifeTestCRateCharacterisitc;
+ bamm:description "C-rate of Relevant Cycle-life Test is describing a regulatory requirement."@en;
+ bamm:exampleValue "45";
+ bamm:name "cycleLifeTestCRate";
+ bamm:preferredName "cycle life test c-rate"@en.
+:cycleLifeTestDepthOfDischarge a bamm:Property;
+ bamm:characteristic :CycleLifeTestDepthOfDischargeCharacteristic;
+ bamm:description "Depth of discharge in the cycle-life test is describing a regulatory requirement."@en;
+ bamm:exampleValue "23";
+ bamm:name "cycleLifeTestDepthOfDischarge";
+ bamm:preferredName "cycle-life test depth of discharge"@en.
+:dateOfManufacturing a bamm:Property;
+ bamm:characteristic :Datestamp;
+ bamm:description "Manufacturing date of the battery is describing a regulatory requirement."@en;
+ bamm:exampleValue "2023-03-07";
+ bamm:name "dateOfManufacturing";
+ bamm:preferredName "date of manufacturing"@en.
+:datePlacedOnMarket a bamm:Property;
+ bamm:characteristic :Datestamp;
+ bamm:description "Date on which vehicle is produced i.e. when battery is put in the market or production date of the vehicle is describing a regulatory requirement."@en;
+ bamm:name "datePlacedOnMarket";
+ bamm:preferredName "date placed on market"@en.
+:declarationOfConformity a bamm:Property;
+ bamm:characteristic :AttachmentLinkCharacteristic;
+ bamm:description "Declaration of conformity (CE) is describing a regulatory requirement."@en;
+ bamm:name "declarationOfConformity";
+ bamm:preferredName "declaration of conformity"@en.
+:diameter a bamm:Property;
+ bamm:characteristic :MillimetreCharacteristic;
+ bamm:description "Diameter of the item."@en;
+ bamm:exampleValue "3";
+ bamm:name "diameter";
+ bamm:preferredName "diameter"@en.
+:document a bamm:Property;
+ bamm:characteristic :DocumentCharacteristic;
+ bamm:description "Set of documents containing the description of battery components"@en;
+ bamm:name "document";
+ bamm:preferredName "document"@en.
+:electrochemicalProperties a bamm:Property;
+ bamm:characteristic :ElectrochemicalPropertiesCharacteristic;
+ bamm:description "Electrochemical properties of an electrochemical energy storage"@en;
+ bamm:name "electrochemicalProperties";
+ bamm:preferredName "electrochemical properties"@en.
+:electrolyteComposition a bamm:Property;
+ bamm:characteristic :ElectrolyteCompositionCharacteristic;
+ bamm:description "List of materials contained in the electrolyte is describing a regulatory requirement."@en;
+ bamm:name "electrolyteComposition";
+ bamm:preferredName "electrolyte composition"@en.
+:energyRoundtripEfficiency a bamm:Property;
+ bamm:characteristic :EnergyRoundtripEfficiency;
+ bamm:description "Round-trip efficiency is the percentage of electricity put into storage is describing a regulatory requirement."@en;
+ bamm:exampleValue "56";
+ bamm:name "energyRoundtripEfficiency";
+ bamm:preferredName "energy roundtrip efficiency"@en.
+:energyRoundtripEfficiencyChange a bamm:Property;
+ bamm:characteristic :EnergyRoundtripEfficiencyChangeCharacterisitic;
+ bamm:description "Round-trip efficiency is the percentage of electricity put into storage is describing a regulatory requirement."@en;
+ bamm:exampleValue "67";
+ bamm:name "energyRoundtripEfficiencyChange";
+ bamm:preferredName "energy roundtrip efficiency change"@en.
+:expectedLifetime a bamm:Property;
+ bamm:characteristic :ExpectedLifetime;
+ bamm:description "Expected battery lifetime expressed in cycles, and reference test used is describing a regulatory requirement."@en;
+ bamm:exampleValue "456";
+ bamm:name "expectedLifetime";
+ bamm:preferredName "expected lifetime"@en.
+:fileLocation a bamm:Property;
+ bamm:characteristic :FileLocationCharacteristic;
+ bamm:description "Location of the file"@en;
+ bamm:name "fileLocation";
+ bamm:preferredName "file location"@en.
+:height a bamm:Property;
+ bamm:characteristic :MillimetreCharacteristic;
+ bamm:description "Height of the item is describing a business requirement."@en;
+ bamm:exampleValue "1";
+ bamm:name "height";
+ bamm:preferredName "height"@en.
+:internalResistance a bamm:Property;
+ bamm:characteristic :InternalResistanceCharacteristic;
+ bamm:description "Internal resistance in a battery cell or pack is describing a regulatory requirement."@en;
+ bamm:name "internalResistance";
+ bamm:preferredName "internal resistance"@en.
+:length a bamm:Property;
+ bamm:characteristic :MillimetreCharacteristic;
+ bamm:description "Length of the item is describing a business requirement."@en;
+ bamm:exampleValue "20000";
+ bamm:name "length";
+ bamm:preferredName "length"@en.
+:manufacturer a bamm:Property;
+ bamm:characteristic :ManufacturerCharacteristic;
+ bamm:description "Legal entity which sells and invoices the battery"@en;
+ bamm:name "manufacturer";
+ bamm:preferredName "manufacturer"@en.
+:manufacturing a bamm:Property;
+ bamm:characteristic :ManufacturingCharacteristic;
+ bamm:description "Information about the manufacturing process of a battery"@en;
+ bamm:name "manufacturing";
+ bamm:preferredName "manufacturing"@en.
+:materialName a bamm:Property;
+ bamm:characteristic bamm-c:Text;
+ bamm:description "Name of the material"@en;
+ bamm:exampleValue "Graphite";
+ bamm:name "materialName";
+ bamm:preferredName "material name"@en.
+:materialPercentageMassFraction a bamm:Property;
+ bamm:characteristic :materialPercentageMassFractionCharacteristic;
+ bamm:description "Percentage mass fraction of a material."@en;
+ bamm:exampleValue "19";
+ bamm:name "materialPercentageMassFraction";
+ bamm:preferredName "material percentage mass fraction"@en.
+:materialPercentageMassFractionCharacteristic a bamm-c:Measurement;
+ bamm-c:unit unit:percent;
+ bamm:dataType xsd:decimal;
+ bamm:description "Percentage mass fraction of a material"@en;
+ bamm:name "materialPercentageMassFractionCharacteristic";
+ bamm:preferredName "material percentage mass fraction"@en.
+:materialWeight a bamm:Property;
+ bamm:characteristic :GramCharacteristic;
+ bamm:description "Weight of the material (in gram)"@en;
+ bamm:exampleValue "2.5";
+ bamm:name "materialWeight";
+ bamm:preferredName "material weight"@en.
+:maxVoltage a bamm:Property;
+ bamm:characteristic :VoltCharacteristic;
+ bamm:description "Value of the maximum voltage the battery is rated for is describing a regulatory requirement."@en;
+ bamm:exampleValue "6.0";
+ bamm:name "maxVoltage";
+ bamm:preferredName "max voltage"@en.
+:maximumAllowedBatteryEnergy a bamm:Property;
+ bamm:characteristic :MaximumAllowedBatteryEnergyCharacteristic;
+ bamm:description "Maximum allowed battery energy (Wh) of the battery is describing a regulatory requirement."@en;
+ bamm:exampleValue "90000.00";
+ bamm:name "maximumAllowedBatteryEnergy";
+ bamm:preferredName "maximum allowed battery energy"@en.
+:maximumAllowedBatteryPower a bamm:Property;
+ bamm:characteristic :PowerCharacteristic;
+ bamm:description "Maximum allowed battery power (W) of the battery is describing a business requirement."@en;
+ bamm:name "maximumAllowedBatteryPower";
+ bamm:preferredName "maximum allowed battery power"@en.
+:minVoltage a bamm:Property;
+ bamm:characteristic :VoltCharacteristic;
+ bamm:description "Value of the minimal voltage the battery is rated for is describing a regulatory requirement."@en;
+ bamm:exampleValue "2.04";
+ bamm:name "minVoltage";
+ bamm:preferredName "min voltage"@en.
+:name a bamm:Property;
+ bamm:characteristic bamm-c:Text;
+ bamm:description "Name of the manufacturer is describing a regulatory requirement."@en;
+ bamm:exampleValue "Company A";
+ bamm:name "name";
+ bamm:preferredName "name"@en.
+:nominalVoltage a bamm:Property;
+ bamm:characteristic :VoltCharacteristic;
+ bamm:description "Value of the nominal voltage the battery is rated for is describing a regulatory requirement."@en;
+ bamm:exampleValue "4.3";
+ bamm:name "nominalVoltage";
+ bamm:preferredName "nominal voltage"@en.
+:originalPowerCapability a bamm:Property;
+ bamm:characteristic :PowerCharacteristic;
+ bamm:description "Performance ability of the high voltage battery i.e. the amount of energy that a battery is capable to provide over a given period of time is describing a regulatory requirement."@en;
+ bamm:name "originalPowerCapability";
+ bamm:preferredName "original power capability"@en.
+:originalPowerCapabilityLimits a bamm:Property;
+ bamm:characteristic :PowerCharacteristic;
+ bamm:description "Performance ability of the high voltage battery according to limits i.e. how much power it can provide within given limits is describing a regulatory requirement."@en;
+ bamm:name "originalPowerCapabilityLimits";
+ bamm:preferredName "original power capability limits"@en.
+:packInternalResistance a bamm:Property;
+ bamm:characteristic :OhmCharacterisitic;
+ bamm:description "Total internal resistance in a battery pack is describing a regulatory requirement."@en;
+ bamm:exampleValue "67";
+ bamm:name "packInternalResistance";
+ bamm:preferredName "pack internal resistance"@en.
+:packInternalResistanceIncrease a bamm:Property;
+ bamm:characteristic :PercentCharacteristic;
+ bamm:description "Increase in internal resistance of a battery pack over a period of time is describing a regulatory requirement."@en;
+ bamm:exampleValue "23";
+ bamm:name "packInternalResistanceIncrease";
+ bamm:preferredName "pack internal resistanceIncrease"@en.
+:packagingInstructions a bamm:Property;
+ bamm:characteristic :AttachmentLinkCharacteristic;
+ bamm:description "Instructions for safely packaging batteries is describing a business requirement."@en;
+ bamm:name "packagingInstructions";
+ bamm:preferredName "packaging instructions"@en.
+:physicalDimensions a bamm:Property;
+ bamm:characteristic :PhysicalDimensionsCharacteristic;
+ bamm:description "Geometrical properties of the battery"@en;
+ bamm:name "physicalDimensions";
+ bamm:preferredName "physical dimensions"@en.
+:powerCapabilityAt20Charge a bamm:Property;
+ bamm:characteristic :PowerCharacteristic;
+ bamm:description "Power (capability) at 20% state of charge. Description from the regulation is describing a regulatory requirement."@en;
+ bamm:name "powerCapabilityAt20Charge";
+ bamm:preferredName "power capability at 20 charge"@en.
+:powerCapabilityAt80Charge a bamm:Property;
+ bamm:characteristic :PowerCharacteristic;
+ bamm:description "Power (capability) at 80% state of charge. Description from the regulation is describing a regulatory requirement."@en;
+ bamm:name "powerCapabilityAt80Charge";
+ bamm:preferredName "power capability at 80 charge"@en.
+:powerFade a bamm:Property;
+ bamm:characteristic :PowerFadeCharacteristic;
+ bamm:description "Maximum allowed battery power (W) of the battery is describing a business requirement."@en;
+ bamm:exampleValue "23.0";
+ bamm:name "powerFade";
+ bamm:preferredName "maximum allowed battery power"@en.
+:ratedCapacity a bamm:Property;
+ bamm:characteristic :RatedCapacityCharacteristic;
+ bamm:description "The total number of ampere-hours (Ah) that can be withdrawn from a fully charged battery under specific conditions is describing a regulatory requirement."@en;
+ bamm:exampleValue "210";
+ bamm:name "ratedCapacity";
+ bamm:preferredName "rated capacity"@en.
+:ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy a bamm:Property;
+ bamm:characteristic :RatioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergyCharacterisitic;
+ bamm:description "Ratio between maximum allowed battery power (W) and battery energy (Wh) is describing a regulatory requirement."@en;
+ bamm:exampleValue "0.611";
+ bamm:name "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy";
+ bamm:preferredName "ratio maximum allowed battery power and maximum allowed battery energy"@en.
+:recyclateContentActiveMaterials a bamm:Property;
+ bamm:characteristic :RecyclateContentActiveMaterialsCharacteristic;
+ bamm:description "List of recovered Recyclate Content in Active Material Recycled is describing a regulatory requirement. The following materials have to be reported on as a minimium: Cobalt, Lithium, Nickel, Lead"@en;
+ bamm:name "recyclateContentActiveMaterials";
+ bamm:preferredName "recyclate content active materials"@en.
+:responsibleSourcing a bamm:Property;
+ bamm:characteristic :AttachmentLinkCharacteristic;
+ bamm:description "Document/Certificates on organizations compliance to ethical business practices"@en;
+ bamm:name "responsibleSourcing";
+ bamm:preferredName "responsible sourcing"@en.
+:safetyMeasures a bamm:Property;
+ bamm:characteristic :AttachmentLinkCharacteristic;
+ bamm:description "Safety measures document(s) is describing a regulatory requirement."@en;
+ bamm:name "safetyMeasures";
+ bamm:preferredName "safety measures"@en.
+:stateOfBattery a bamm:Property;
+ bamm:characteristic :StateOfBatteryCharacteristic;
+ bamm:description "The condition of the battery at the end of life i.e. when entering recycling scheme"@en;
+ bamm:name "stateOfBattery";
+ bamm:preferredName "state of battery"@en.
+:stateOfCharge a bamm:Property;
+ bamm:characteristic :StateOfChargeCharacteristic;
+ bamm:description "The value of the state of charge of the battery at the end of life i.e. when entering recycling scheme is describing a business requirement."@en;
+ bamm:exampleValue "23";
+ bamm:name "stateOfCharge";
+ bamm:preferredName "state of charge"@en.
+:stateOfHealth a bamm:Property;
+ bamm:characteristic :StateOfHealthCharacteristic;
+ bamm:description "Evidence/Certificate of the health evaluation of a battery for its use following repurposing or remanufacturing operations is describing a business requirement."@en;
+ bamm:exampleValue "12";
+ bamm:name "stateOfHealth";
+ bamm:preferredName "state of health"@en.
+:statusBattery a bamm:Property;
+ bamm:characteristic bamm-c:Text;
+ bamm:description "Status of the battery is describing a regulatory requirement. Value list provided by the regulators."@en;
+ bamm:exampleValue "first life/ waste/ repaired/ repurposed/ recycled";
+ bamm:name "statusBattery";
+ bamm:preferredName "status battery"@en.
+:temperatureRangeIdleState a bamm:Property;
+ bamm:characteristic :TemperatureRangeIdleStateCharacterisitic;
+ bamm:description "The range of temperature the battery can withstand when not in use is describing a regulatory requirement."@en;
+ bamm:name "temperatureRangeIdleState";
+ bamm:preferredName "temperature range idle state"@en.
+:temperatureRangeIdleStateLowerLimit a bamm:Property;
+ bamm:characteristic :TemperatureRangeCharacterisitic;
+ bamm:description "The lower range of temperature the battery can withstand when not in use is describing a regulatory requirement."@en;
+ bamm:exampleValue "67";
+ bamm:name "temperatureRangeIdleStateLowerLimit";
+ bamm:preferredName "temperature range idle state lower limit"@en.
+:temperatureRangeIdleStateUpperLimit a bamm:Property;
+ bamm:characteristic :TemperatureRangeCharacterisitic;
+ bamm:description "The upper range of temperature the battery can withstand when not in use is describing a regulatory requirement."@en;
+ bamm:exampleValue "67";
+ bamm:name "temperatureRangeIdleStateUpperLimit";
+ bamm:preferredName "temperature rangeIdle state upper limit"@en.
+:testReportsResults a bamm:Property;
+ bamm:characteristic :AttachmentLinkCharacteristic;
+ bamm:description "Results of test reports which prove that the battery fulfills this regulation and its delegated regulations is describing a regulatory requirement."@en;
+ bamm:name "testReportsResults";
+ bamm:preferredName "test reports results"@en.
+:title a bamm:Property;
+ bamm:characteristic bamm-c:Text;
+ bamm:description "Title of the attached file"@en;
+ bamm:name "title";
+ bamm:preferredName "title"@en.
+:transportationInstructions a bamm:Property;
+ bamm:characteristic :AttachmentLinkCharacteristic;
+ bamm:description "Instructions for safely transporting batteries is describing a business requirement."@en;
+ bamm:name "transportationInstructions";
+ bamm:preferredName "transportation instructions"@en.
+:vehicleDismantlingProcedure a bamm:Property;
+ bamm:characteristic :AttachmentLinkCharacteristic;
+ bamm:description "Document containing the vehicle dismantling procedure is describing a regulatory requirement."@en;
+ bamm:name "vehicleDismantlingProcedure";
+ bamm:preferredName "vehicle dismantling procedure"@en.
+:warrantyPeriod a bamm:Property;
+ bamm:characteristic :WarrantyPeriodCharacterisitic;
+ bamm:description "Commercial warranty period of the battery is describing a regulatory requirement."@en;
+ bamm:exampleValue "60";
+ bamm:name "warrantyPeriod";
+ bamm:preferredName "warranty period"@en.
+:weight a bamm:Property;
+ bamm:characteristic :KilogramCharacteristic;
+ bamm:description "Weight of the item is describing a regulatory requirement."@en;
+ bamm:exampleValue "1007";
+ bamm:name "weight";
+ bamm:preferredName "weight"@en.
+:width a bamm:Property;
+ bamm:characteristic :MillimetreCharacteristic;
+ bamm:description "Width of the item is describing a business requirement."@en;
+ bamm:exampleValue "1000";
+ bamm:name "width";
+ bamm:preferredName "width"@en.
diff --git a/src/AasxCore.Samm2_2_0/docs/gen/Aspect_Movement generated by aasx package explorer.ttl b/src/AasxCore.Samm2_2_0/docs/gen/Aspect_Movement generated by aasx package explorer.ttl
new file mode 100644
index 00000000..fd6d2a83
--- /dev/null
+++ b/src/AasxCore.Samm2_2_0/docs/gen/Aspect_Movement generated by aasx package explorer.ttl
@@ -0,0 +1,14 @@
+
+
+@base .
+
+@prefix rdf: .
+@prefix rdfs: .
+@prefix xsd: .
+@prefix samm: .
+@prefix samm-c: .
+@prefix samm-e: .
+@prefix unit: .
+@prefix : .
+@prefix this: .
+
diff --git a/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_ConceptDescription_ID.png b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_ConceptDescription_ID.png
new file mode 100644
index 00000000..1041078b
Binary files /dev/null and b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_ConceptDescription_ID.png differ
diff --git a/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension.png b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension.png
new file mode 100644
index 00000000..08b0d63c
Binary files /dev/null and b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension.png differ
diff --git a/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_AddOther.png b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_AddOther.png
new file mode 100644
index 00000000..3bbc7d0b
Binary files /dev/null and b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_AddOther.png differ
diff --git a/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_AddProperty.png b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_AddProperty.png
new file mode 100644
index 00000000..8ab2041a
Binary files /dev/null and b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_AddProperty.png differ
diff --git a/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_CharacteristicSet.png b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_CharacteristicSet.png
new file mode 100644
index 00000000..59f95320
Binary files /dev/null and b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_CharacteristicSet.png differ
diff --git a/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_PreferredName.png b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_PreferredName.png
new file mode 100644
index 00000000..f8f48051
Binary files /dev/null and b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_PreferredName.png differ
diff --git a/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_PresetCharacteristics.png b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_PresetCharacteristics.png
new file mode 100644
index 00000000..637edab4
Binary files /dev/null and b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_PresetCharacteristics.png differ
diff --git a/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_PropertiesAdded.png b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_PropertiesAdded.png
new file mode 100644
index 00000000..649be767
Binary files /dev/null and b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_PropertiesAdded.png differ
diff --git a/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_Property.png b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_Property.png
new file mode 100644
index 00000000..68fb5736
Binary files /dev/null and b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_Property.png differ
diff --git a/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_PropertyCharacteristics.png b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_PropertyCharacteristics.png
new file mode 100644
index 00000000..be847ed8
Binary files /dev/null and b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_PropertyCharacteristics.png differ
diff --git a/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_SelectSAMMElementType.png b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_SelectSAMMElementType.png
new file mode 100644
index 00000000..05998f05
Binary files /dev/null and b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_SelectSAMMElementType.png differ
diff --git a/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_SelectSAMMVersion.png b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_SelectSAMMVersion.png
new file mode 100644
index 00000000..5ca6fd62
Binary files /dev/null and b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_SelectSAMMVersion.png differ
diff --git a/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_Trait.png b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_Trait.png
new file mode 100644
index 00000000..a36cec56
Binary files /dev/null and b/src/AasxCore.Samm2_2_0/docs/src/aasx_package_explorer_SAMMExtension_Trait.png differ