Skip to content
Open
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
62 changes: 62 additions & 0 deletions io.admin-shell.idta.batterypass/1.0.0/BatteryPass.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
######################################################################
# Copyright (c) 2025 Robert Bosch Manufacturing Solutions GmbH
# 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 4.0) license,
# which is available at
# https://creativecommons.org/licenses/by/4.0/.
# SPDX-License-Identifier: CC-BY-4.0
#
#######################################################################



@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.2.0#> .
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.2.0#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix : <urn:samm:io.admin-shell.idta.batterypass:1.0.0#> .
@prefix dpp-meta: <urn:samm:io.admin-shell.idta.dpp.dpp_metadata:1.0.0#> .
@prefix dbp-pcf: <urn:samm:io.admin-shell.idta.batterypass.carbon_footprint:1.0.0#> .
@prefix dbp-cir: <urn:samm:io.admin-shell.idta.batterypass.circularity:1.0.0#> .
@prefix dbp-nameplate: <urn:samm:io.admin-shell.idta.batterypass.digital_nameplate:1.0.0#> .
@prefix dbp-docu: <urn:samm:io.admin-shell.idta.batterypass.handover_documentation:1.0.0#> .
@prefix dbp-material: <urn:samm:io.admin-shell.idta.batterypass.material_composition:1.0.1#> .
@prefix dbp-dyn: <urn:samm:io.admin-shell.idta.batterypass.product_condition:1.0.1#> .
@prefix dbp-tech: <urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.1#> .


:BatteryPass a samm:Aspect ;
samm:preferredName "Battery Passport"@en ;
samm:preferredName "Batteriepass"@de ;
samm:description "Provides Battery Passport conformant to DIN DKE Spec 99100 and CEN CENELEC EN 18223."@en ;
samm:properties (
[ samm:property dpp-meta:digitalProductPassportId; samm:payloadName "digitalProductPassportId" ]
[ samm:property dpp-meta:uniqueProductIdentifier; samm:payloadName "uniqueProductIdentifier" ]
[ samm:property dpp-meta:granularity; samm:payloadName "granularity" ]
[ samm:property dpp-meta:dppSchemaVersion; samm:payloadName "dppSchemaVersion" ]
[ samm:property dpp-meta:dppStatus; samm:payloadName "dppStatus" ]
[ samm:property dpp-meta:lastUpdate; samm:payloadName "lastUpdate" ]
[ samm:property dpp-meta:economicOperatorId; samm:payloadName "economicOperatorId" ]
[ samm:property dpp-meta:facilityId; samm:optional true; samm:payloadName "facilityId" ]
[ samm:property dpp-meta:contentSpecificationIds; samm:optional true; samm:payloadName "contentSpecificationIds" ]

[ samm:property :carbonFootprint; samm:payloadName "https://admin-shell.io/idta/cds/carbonFootprint/1" ]
[ samm:property :circularity; samm:payloadName "https://admin-shell.io/idta/cds/circularity/1" ]
[ samm:property :digitalNameplate; samm:payloadName "https://admin-shell.io/idta/cds/digitalNameplate/1" ]
[ samm:property :handoverDocumentation; samm:payloadName "https://admin-shell.io/idta/cds/handoverDocumentation/1" ]
[ samm:property :materialComposition; samm:payloadName "https://admin-shell.io/idta/cds/materialComposition/1" ]
[ samm:property :productCondition; samm:payloadName "https://admin-shell.io/idta/cds/productCondition/1" ]
[ samm:property :technicalData; samm:payloadName "https://admin-shell.io/idta/cds/technicalData/1" ]

) ;
samm:operations ( ) ;
samm:events ( ) .




104 changes: 104 additions & 0 deletions io.admin-shell.idta.batterypass/1.0.0/BatteryPass_entities_shared.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
######################################################################
# Copyright (c) 2025 Robert Bosch Manufacturing Solutions GmbH
# 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 4.0) license,
# which is available at
# https://creativecommons.org/licenses/by/4.0/.
# SPDX-License-Identifier: CC-BY-4.0
#
#######################################################################



@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.2.0#> .
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.2.0#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix : <urn:samm:io.admin-shell.idta.batterypass:1.0.0#> .
@prefix dpp-meta: <urn:samm:io.admin-shell.idta.dpp.dpp_metadata:1.0.0#> .
@prefix dbp-pcf: <urn:samm:io.admin-shell.idta.batterypass.carbon_footprint:1.0.0#> .
@prefix dbp-cir: <urn:samm:io.admin-shell.idta.batterypass.circularity:1.0.0#> .
@prefix dbp-nameplate: <urn:samm:io.admin-shell.idta.batterypass.digital_nameplate:1.0.0#> .
@prefix dbp-docu: <urn:samm:io.admin-shell.idta.batterypass.handover_documentation:1.0.0#> .
@prefix dbp-material: <urn:samm:io.admin-shell.idta.batterypass.material_composition:1.0.1#> .
@prefix dbp-dyn: <urn:samm:io.admin-shell.idta.batterypass.product_condition:1.0.1#> .
@prefix dbp-tech: <urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.1#> .




## Entities per Aspect Model

:CarbonFootprint a samm:Entity ;
samm:properties (
[ samm:property dbp-pcf:productCarbonFootprints; samm:payloadName "ProductCarbonFootprints" ]
) .


:Circularity a samm:Entity ;
samm:properties (
[ samm:property dbp-cir:dismantlingAndRemovalInformation; samm:payloadName "DismantlingAndRemovalInformation" ]
[ samm:property dbp-cir:sparePartSources; samm:payloadName "SparePartSources" ]
[ samm:property dbp-cir:recycledContent; samm:payloadName "RecycledContentInformation" ]
[ samm:property dbp-cir:safetyMeasures; samm:payloadName "SafetyMeasures" ]
[ samm:property dbp-cir:endOfLifeInformation; samm:payloadName "EndOfLifeInformation" ]
[ samm:property dbp-cir:renewableContent; samm:payloadName "RenewableContent" ]
) .

:DigitalNameplate a samm:Entity ;
samm:properties (
[ samm:property dbp-nameplate:uriOfTheProduct; samm:payloadName "URIOfTheProduct" ]
[ samm:property dbp-nameplate:manufacturerName; samm:payloadName "ManufacturerName" ]
[ samm:property dbp-nameplate:addressInformation; samm:payloadName "AddressInformation" ]
[ samm:property dbp-nameplate:serialNumber; samm:payloadName "SerialNumber" ]
[ samm:property dbp-nameplate:dateOfManufacture; samm:payloadName "DateOfManufacture" ]
[ samm:property dbp-nameplate:dateOfPuttingIntoService; samm:optional true; samm:payloadName "DateOfPuttingIntoService" ]
[ samm:property dbp-nameplate:uniqueFacilityIdentifier; samm:payloadName "UniqueFacilityIdentifier" ]
[ samm:property dbp-nameplate:batteryStatus; samm:payloadName "LifeCycleStage" ]
[ samm:property dbp-nameplate:operatorIdentifier; samm:optional true; samm:payloadName "OperatorIdentifier" ]
[ samm:property dbp-tech:manufacturerIdentifier; samm:payloadName "ManufacturerIdentifier" ]
[ samm:property dbp-nameplate:markings; samm:payloadName "Markings" ]
[ samm:property dbp-nameplate:euDeclarationOfConformity; samm:payloadName "EUDeclarationOfConformity" ]
[ samm:property dbp-nameplate:resultsOfTestReportsProvingCompliance; samm:payloadName "ResultsOfTestReportsProvingCompliance" ]
) .

:HandoverDocumentation a samm:Entity ;
samm:properties (
[ samm:property dbp-docu:documents; samm:payloadName "Documents" ]
) .

:MaterialComposition a samm:Entity ;
samm:properties (
[ samm:property dbp-material:batteryChemistry; samm:payloadName "BatteryChemistry" ]
[ samm:property dbp-material:batteryMaterials; samm:payloadName "BatteryMaterials" ]
[ samm:property dbp-material:hazardousSubstances; samm:payloadName "HazardousSubstances" ]
) .

:ProductCondition a samm:Entity ;
samm:properties (
[ samm:property dbp-dyn:energyThroughput; samm:optional true; samm:payloadName "EnergyThroughput" ]
[ samm:property dbp-dyn:capacityThroughput; samm:optional true; samm:payloadName "CapacityThroughput" ]
[ samm:property dbp-dyn:numberOfFullCycles; samm:payloadName "NumberOfFullCycles" ]
[ samm:property dbp-dyn:stateOfCertifiedEnergy; samm:optional true; samm:payloadName "StateOfCertifiedEnergy" ]
[ samm:property dbp-dyn:remainingEnergy; samm:optional true; samm:payloadName "RemainingEnergy" ]
[ samm:property dbp-dyn:remainingCapacity; samm:optional true; samm:payloadName "RemainingCapacity" ]
[ samm:property dbp-dyn:negativeEvents; samm:optional true; samm:payloadName "NegativeEvents" ]
[ samm:property dbp-dyn:informationOnAccidents; samm:payloadName "InformationOnAccidents" ]
[ samm:property dbp-dyn:temperatureInformation; samm:payloadName "TemperatureInformation" ]
[ samm:property dbp-dyn:remainingPowerCapability; samm:optional true; samm:payloadName "RemainingPowerCapability" ]
[ samm:property dbp-dyn:evolutionOfSelfDischarge; samm:optional true; samm:payloadName "EvolutionOfSelfDischarge" ]
[ samm:property dbp-dyn:currentSelfDischargingRate; samm:optional true; samm:payloadName "CurrentSelfDischargingRate" ]
[ samm:property dbp-dyn:remainingRoundTripEnergyEfficiency; samm:optional true; samm:payloadName "RemainingRoundTripEnergyEfficiency" ]
[ samm:property dbp-dyn:stateOfCharge; samm:payloadName "StateOfCharge" ]
) .

:TechnicalData a samm:Entity ;
samm:properties (
[ samm:property dbp-tech:generalInformation; samm:payloadName "GeneralInformation" ]
[ samm:property dbp-tech:technicalPropertyAreas; samm:payloadName "TechnicalPropertyAreas" ]
) .
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
######################################################################
# Copyright (c) 2025 Robert Bosch Manufacturing Solutions GmbH
# 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 4.0) license,
# which is available at
# https://creativecommons.org/licenses/by/4.0/.
# SPDX-License-Identifier: CC-BY-4.0
#
#######################################################################



@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.2.0#> .
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.2.0#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix : <urn:samm:io.admin-shell.idta.batterypass:1.0.0#> .
@prefix dpp-meta: <urn:samm:io.admin-shell.idta.dpp.dpp_metadata:1.0.0#> .
@prefix dbp-pcf: <urn:samm:io.admin-shell.idta.batterypass.carbon_footprint:1.0.0#> .
@prefix dbp-cir: <urn:samm:io.admin-shell.idta.batterypass.circularity:1.0.0#> .
@prefix dbp-nameplate: <urn:samm:io.admin-shell.idta.batterypass.digital_nameplate:1.0.0#> .
@prefix dbp-docu: <urn:samm:io.admin-shell.idta.batterypass.handover_documentation:1.0.0#> .
@prefix dbp-material: <urn:samm:io.admin-shell.idta.batterypass.material_composition:1.0.1#> .
@prefix dbp-dyn: <urn:samm:io.admin-shell.idta.batterypass.product_condition:1.0.1#> .
@prefix dbp-tech: <urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.1#> .



:carbonFootprint a samm:Property ;
samm:characteristic :CarbonFootprintCharacteristic .

:CarbonFootprintCharacteristic a samm-c:SingleEntity ;
samm:dataType :CarbonFootprint .

:circularity a samm:Property ;
samm:characteristic :CircularityCharacteristic .

:CircularityCharacteristic a samm-c:SingleEntity ;
samm:dataType :Circularity .

:digitalNameplate a samm:Property ;
samm:characteristic :DigitalNameplateCharacteristic .

:DigitalNameplateCharacteristic a samm-c:SingleEntity ;
samm:dataType :DigitalNameplate .


:handoverDocumentation a samm:Property ;
samm:characteristic :HandoverDocumentationCharacteristic .

:HandoverDocumentationCharacteristic a samm-c:SingleEntity ;
samm:dataType :HandoverDocumentation .


:materialComposition a samm:Property ;
samm:characteristic :MaterialCompositionCharacteristic .

:MaterialCompositionCharacteristic a samm-c:SingleEntity ;
samm:dataType :MaterialComposition .

:productCondition a samm:Property ;
samm:characteristic :ProductConditionCharacteristic .

:ProductConditionCharacteristic a samm-c:SingleEntity ;
samm:dataType :ProductCondition .

:technicalData a samm:Property ;
samm:characteristic :TechnicalDataCharacteristic .

:TechnicalDataCharacteristic a samm-c:SingleEntity ;
samm:dataType :TechnicalData .


42 changes: 42 additions & 0 deletions io.admin-shell.idta.batterypass/1.0.0/Namespace.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
######################################################################
# Copyright (c) 2025 Robert Bosch Manufacturing Solutions GmbH
# 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 4.0) license,
# which is available at
# https://creativecommons.org/licenses/by/4.0/.
# SPDX-License-Identifier: CC-BY-4.0
#
#######################################################################



@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.2.0#> .
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.2.0#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix : <urn:samm:io.admin-shell.idta.batterypass:1.0.0#> .
@prefix dpp-meta: <urn:samm:io.admin-shell.idta.dpp.dpp_metadata:1.0.0#> .
@prefix dbp-pcf: <urn:samm:io.admin-shell.idta.batterypass.carbon_footprint:1.0.0#> .
@prefix dbp-cir: <urn:samm:io.admin-shell.idta.batterypass.circularity:1.0.0#> .
@prefix dbp-nameplate: <urn:samm:io.admin-shell.idta.batterypass.digital_nameplate:1.0.0#> .
@prefix dbp-docu: <urn:samm:io.admin-shell.idta.batterypass.handover_documentation:1.0.0#> .
@prefix dbp-material: <urn:samm:io.admin-shell.idta.batterypass.material_composition:1.0.1#> .
@prefix dbp-dyn: <urn:samm:io.admin-shell.idta.batterypass.product_condition:1.0.1#> .
@prefix dbp-tech: <urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.1#> .

: a samm:Namespace ;
samm:preferredName "namespace for battery passport"@en ;
samm:description """
This namespace is reserved for the Aspect Model for the Battery Passport conformant to IDTA-02035 series of specifications for the BatteryPassport.
Additionally IDTA-02099 for the DPP Metadata conformant to CEN CENELEC 18223 is added.

This Aspect Model is for illustration purposes only and the generated JSON payload not yet fully compliant to CEN CENELEC 18223 payload.
For details see IDTA-01001 and IDTA-01002.

"""@en .

Loading