Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@
} ],
"preferredName" : [ {
"language" : "en",
"text" : "identifier of the manfuacturer"
"text" : "identifier of the manufacturer"
} ],
"shortName" : [ {
"language" : "en",
Expand All @@ -1651,7 +1651,7 @@
"id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#manufacturerIdentifier",
"displayName" : [ {
"language" : "en",
"text" : "identifier of the manfuacturer"
"text" : "identifier of the manufacturer"
} ],
"idShort" : "manufacturerIdentifier"
}, {
Expand Down Expand Up @@ -3126,7 +3126,7 @@
"valueType" : "xs:string",
"displayName" : [ {
"language" : "en",
"text" : "identifier of the manfuacturer"
"text" : "identifier of the manufacturer"
} ],
"idShort" : "manufacturerIdentifier"
}, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@
<aas:displayName>
<aas:langStringNameType>
<aas:language>en</aas:language>
<aas:text>identifier of the manfuacturer</aas:text>
<aas:text>identifier of the manufacturer</aas:text>
</aas:langStringNameType>
</aas:displayName>
<aas:semanticId>
Expand Down Expand Up @@ -4176,7 +4176,7 @@ DIN DKE Spec chapter reference: 6.1.3.7</aas:text>
<aas:displayName>
<aas:langStringNameType>
<aas:language>en</aas:language>
<aas:text>identifier of the manfuacturer</aas:text>
<aas:text>identifier of the manufacturer</aas:text>
</aas:langStringNameType>
</aas:displayName>
<aas:id>urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#manufacturerIdentifier</aas:id>
Expand All @@ -4196,7 +4196,7 @@ DIN DKE Spec chapter reference: 6.1.3.7</aas:text>
<aas:preferredName>
<aas:langStringPreferredNameTypeIec61360>
<aas:language>en</aas:language>
<aas:text>identifier of the manfuacturer</aas:text>
<aas:text>identifier of the manufacturer</aas:text>
</aas:langStringPreferredNameTypeIec61360>
</aas:preferredName>
<aas:shortName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ <h3 id="io-admin-shell-idta-batterypass-digital_nameplate-BatteryNameplate-io-ad
<div class="flex flex-col pb-10">

<div>
<h3 id="io-admin-shell-idta-batterypass-digital_nameplate-BatteryNameplate-io-admin-shell-idta-batterypass-technical_data-manufacturerIdentifier-property">identifier of the manfuacturer</h3>
<h3 id="io-admin-shell-idta-batterypass-digital_nameplate-BatteryNameplate-io-admin-shell-idta-batterypass-technical_data-manufacturerIdentifier-property">identifier of the manufacturer</h3>
</div>

<span class="text-base py-4">A battery passport must include information identifying the manufacturer.</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
} ],
"preferredName" : [ {
"language" : "en",
"text" : "identifier of the manfuacturer"
"text" : "identifier of the manufacturer"
} ],
"shortName" : [ {
"language" : "en",
Expand All @@ -380,7 +380,7 @@
"id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#manufacturerIdentifier",
"displayName" : [ {
"language" : "en",
"text" : "identifier of the manfuacturer"
"text" : "identifier of the manufacturer"
} ],
"idShort" : "manufacturerIdentifier"
}, {
Expand Down Expand Up @@ -1906,7 +1906,7 @@
"valueType" : "xs:string",
"displayName" : [ {
"language" : "en",
"text" : "identifier of the manfuacturer"
"text" : "identifier of the manufacturer"
} ],
"idShort" : "manufacturerIdentifier"
}, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@


:manufacturerIdentifier a samm:Property ;
samm:preferredName "identifier of the manfuacturer"@en ;
samm:preferredName "identifier of the manufacturer"@en ;
samm:description "A battery passport must include information identifying the manufacturer."@en ;
samm:characteristic samm-c:Text .
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

:productOrSectorSpecificCarbonFootprints a samm:Property ;
samm:preferredName "product or sector specific carbon footprints"@en ;
samm:preferredName "Produkt- oder Sektor-spezifishce C02 Fußabdrücke"@en ;
samm:preferredName "Produkt- oder Sektor-spezifische C02 Fußabdrücke"@de ;
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 <https://admin-shell.io/idta/CarbonFootprint/ProductOrSectorSpecificCarbonFootprint/1/0> ;
samm:characteristic :ProductOrSectorSpecificCarbonFootprintSet .
Expand Down