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 @@ -33,6 +33,7 @@
@prefix tech: <urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#>
@prefix : <urn:samm:io.admin-shell.idta.batterypass.digital_nameplate:1.0.0#> .


:BatteryNameplate a samm:Aspect ;
samm:preferredName "nameplate for battery passport"@en ;
samm:preferredName "Typenschild für den Batteriepass"@de ;
Expand All @@ -46,7 +47,7 @@
[ samm:property nameplate:dateOfManufacture; samm:payloadName "DateOfManufacture" ]
[ samm:property nameplate:uniqueFacilityIdentifier; samm:payloadName "UniqueFacilityIdentifier" ]
[ samm:property bpg:batteryStatus; samm:payloadName "BatteryStatus" ]
[ samm:property :operatorIdentifier; samm:payloadName "OperatorIdentifier" ]
[ samm:property :operatorIdentifier; samm:optional true; samm:payloadName "OperatorIdentifier" ]
[ samm:property tech:manufacturerIdentifier; samm:payloadName "ManufacturerIdentifier" ]
[ samm:property nameplate:markings; samm:payloadName "Markings" ]
);
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"MarkingName" : "0173-1%2307-DAA603%23004",
"IssueDate" : "2022-01-01",
"ExpiryDate" : "2022-01-01",
"designationOfCertificateOrApproval" : "KEMA99IECE X1105/128",
"DesignationOfCertificateOrApproval" : "KEMA99IECE X1105/128",
"MarkingFile" : {
"value" : "https://example.com/SafetyInstructions.pdf",
"contentType" : "application/pdf"
Expand Down
Loading