Skip to content

Commit

Permalink
Resolve review comments for BatteryPass
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSteffenReichert committed Feb 16, 2023
1 parent 0639b97 commit b232ac4
Showing 1 changed file with 27 additions and 30 deletions.
57 changes: 27 additions & 30 deletions io.catenax.battery.battery_pass/3.0.1/BatteryPass.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# 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,
# 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.
#
Expand Down Expand Up @@ -269,12 +269,12 @@
:packagingInstructions a bamm:Property;
bamm:name "packagingInstructions";
bamm:preferredName "packaging instructions"@en;
bamm:description "Instructions for safely packaging\nbatteries is describing a business requirement."@en;
bamm:description "Instructions for safely packaging batteries is describing a business requirement."@en;
bamm:characteristic :AttachmentLinkCharacteristic.
:transportationInstructions a bamm:Property;
bamm:name "transportationInstructions";
bamm:preferredName "transportation instructions"@en;
bamm:description "Instructions for safely transporting\nbatteries is describing a business requirement."@en;
bamm:description "Instructions for safely transporting batteries is describing a business requirement."@en;
bamm:characteristic :AttachmentLinkCharacteristic.
:vehicleDismantlingProcedure a bamm:Property;
bamm:name "vehicleDismantlingProcedure";
Expand Down Expand Up @@ -311,7 +311,7 @@
bamm:preferredName "name"@en;
bamm:description "Name of the manufacturer is describing a regulatory requirement."@en;
bamm:characteristic bamm-c:Text;
bamm:exampleValue "Samsung".
bamm:exampleValue "Company A".
:contact a bamm:Property;
bamm:name "contact";
bamm:preferredName "contact"@en;
Expand All @@ -325,7 +325,7 @@
:batteryPower a bamm:Property;
bamm:name "batteryPower";
bamm:preferredName "attachment"@en;
bamm:description "Characteristic to describe the power (W) properties of the batterie."@en;
bamm:description "Characteristic to describe the power (W) properties of the battery."@en;
bamm:characteristic :BatteryPowerCharacteristic.
:batteryVoltage a bamm:Property;
bamm:name "batteryVoltage";
Expand Down Expand Up @@ -358,14 +358,14 @@
:batteryEnergy a bamm:Property;
bamm:name "batteryEnergy";
bamm:preferredName "battery energy"@en;
bamm:description "Characteristic to describe the energy (kWh) properties of the batterie."@en;
bamm:description "Characteristic to describe the energy (kWh) properties of the battery."@en;
bamm:characteristic :BatteryEnergyCharacterisitc.
:ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy a bamm:Property;
bamm:name "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy";
bamm:preferredName "ratio maximum allowed battery power and maximum allowed battery energy"@en;
bamm:description "Ratio between maximum allowed battery power (W) and battery energy (Wh) is describing a regulatory requirement."@en;
bamm:characteristic :RatioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergyCharacterisitic;
bamm:exampleValue "0.611"^^xsd:float.
bamm:exampleValue "0.611"^^xsd:decimal.
:length a bamm:Property;
bamm:name "length";
bamm:preferredName "length"@en;
Expand Down Expand Up @@ -472,7 +472,7 @@
:components a bamm:Property;
bamm:name "components";
bamm:preferredName "components"@en;
bamm:description "Properties of the batterie's comoponents."@en;
bamm:description "Properties of the battery's comoponents."@en;
bamm:characteristic :ComponentsCharacteristic.
:compositionOfBattery a bamm:Property;
bamm:name "compositionOfBattery";
Expand Down Expand Up @@ -522,12 +522,12 @@
:BatteryPowerCharacteristic a bamm:Characteristic;
bamm:name "BatteryPowerCharacteristic";
bamm:preferredName "battery power characteristic"@en;
bamm:description "Characteristic to describe the power (W) properties of the batterie."@en;
bamm:description "Characteristic to describe the power (W) properties of the battery."@en;
bamm:dataType :BatteryPowerEntity.
:BatteryVoltageCharacteristic a bamm:Characteristic;
bamm:name "BatteryVoltageCharacteristic";
bamm:preferredName "BatteryVoltageCharacteristic"@en;
bamm:description "Characteristic to describe the voltage (V) properties of the batterie."@en;
bamm:description "Characteristic to describe the voltage (V) properties of the battery."@en;
bamm:dataType :BatteryVoltageEntity.
:RatedCapacityCharacteristic a bamm-c:Measurement;
bamm:name "RatedCapacityCharacteristic";
Expand Down Expand Up @@ -555,13 +555,13 @@
:BatteryEnergyCharacterisitc a bamm:Characteristic;
bamm:name "BatteryEnergyCharacterisitc";
bamm:preferredName "battery energy characterisitc"@en;
bamm:description "Characteristic to describe the energy (kWh) properties of the batterie."@en;
bamm:description "Characteristic to describe the energy (kWh) properties of the battery."@en;
bamm:dataType :BatteryEnergyEntity.
:RatioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergyCharacterisitic a bamm:Characteristic;
bamm:name "RatioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergyCharacterisitic";
bamm:preferredName "ratio maximum allowed battery power and maximum allowed battery energy characterisitic"@en;
bamm:description "Ratio between maximum allowed battery power (W) and battery energy (Wh) is describing a regulatory requirement."@en;
bamm:dataType xsd:float.
bamm:dataType xsd:decimal.
:MillimetreCharacteristic a bamm-c:Measurement;
bamm:name "MillimetreCharacteristic";
bamm:preferredName "millimetre characteristic"@en;
Expand Down Expand Up @@ -620,7 +620,7 @@
:ComponentsCharacteristic a bamm:Characteristic;
bamm:name "ComponentsCharacteristic";
bamm:preferredName "components"@en;
bamm:description "Characteristics of the batterie's comoponents."@en;
bamm:description "Characteristics of the battery's comoponents."@en;
bamm:dataType :CompomenentsEntity.
:CompositionOfBatteryCharacteristic a bamm-c:Set;
bamm:name "CompositionOfBatteryCharacteristic";
Expand Down Expand Up @@ -718,16 +718,16 @@
bamm:description "Maximum allowed battery power (W) of the battery is describing a business requirement."@en;
bamm:see <https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:52020PC0798>;
bamm:characteristic :PowerFadeCharacteristic;
bamm:exampleValue "23.0"^^xsd:float.
bamm:exampleValue "23.0"^^xsd:decimal.
:powerCapabilityAt20Charge a bamm:Property;
bamm:name "powerCapabilityAt20Charge";
bamm:preferredName "power capability at 20 charge"@en;
bamm:description "Power (capability) at 20% state of charge. Description from the Regulation is describing a regulatory requirement."@en;
bamm:description "Power (capability) at 20% state of charge. Description from the regulation is describing a regulatory requirement."@en;
bamm:characteristic :PowerCharacteristic.
:powerCapabilityAt80Charge a bamm:Property;
bamm:name "powerCapabilityAt80Charge";
bamm:preferredName "power capability at 80 charge"@en;
bamm:description "Power (capability) at 80% state of charge. Description from the Regulation is describing a regulatory requirement."@en;
bamm:description "Power (capability) at 80% state of charge. Description from the regulation is describing a regulatory requirement."@en;
bamm:characteristic :PowerCharacteristic.
:originalPowerCapability a bamm:Property;
bamm:name "originalPowerCapability";
Expand All @@ -744,19 +744,19 @@
bamm:preferredName "min voltage"@en;
bamm:description "Value of the minimal voltage the battery is rated for is describing a regulatory requirement."@en;
bamm:characteristic :VoltCharacteristic;
bamm:exampleValue "2"^^xsd:float.
bamm:exampleValue "2.04"^^xsd:decimal.
:nominalVoltage a bamm:Property;
bamm:name "nominalVoltage";
bamm:preferredName "nominal voltage"@en;
bamm:description "Value of the nominal voltage the battery is rated for is describing a regulatory requirement."@en;
bamm:characteristic :VoltCharacteristic;
bamm:exampleValue "4.3"^^xsd:float.
bamm:exampleValue "4.3"^^xsd:decimal.
:maxVoltage a bamm:Property;
bamm:name "maxVoltage";
bamm:preferredName "max voltage"@en;
bamm:description "Value of the maximum voltage the battery is rated for is describing a regulatory requirement."@en;
bamm:characteristic :VoltCharacteristic;
bamm:exampleValue "6"^^xsd:float.
bamm:exampleValue "6.0"^^xsd:decimal.
:cellInternalResistance a bamm:Property;
bamm:name "cellInternalResistance";
bamm:preferredName "cell internal resistance"@en;
Expand All @@ -781,7 +781,7 @@
bamm:description "Maximum allowed battery energy (Wh) of the battery is describing a regulatory requirement."@en;
bamm:see <https%3A%2F%2Feur-lex.europa.eu%2Flegal-content%2FEN%2FTXT%2F%3Furi%3DCELEX%3A52020PC0798>;
bamm:characteristic :MaximumAllowedBatteryEnergyCharacteristic;
bamm:exampleValue "90000"^^xsd:float.
bamm:exampleValue "90000.00"^^xsd:decimal.
:energyRoundtripEfficiency a bamm:Property;
bamm:name "energyRoundtripEfficiency";
bamm:preferredName "energy roundtrip efficiency"@en;
Expand Down Expand Up @@ -810,7 +810,7 @@
bamm:name "materialName";
bamm:preferredName "material name"@en;
bamm:description "Name of the material"@en;
bamm:characteristic :Text;
bamm:characteristic bamm-c:Text;
bamm:exampleValue "Graphite".
:componentsSupplier a bamm:Property;
bamm:name "componentsSupplier";
Expand All @@ -832,18 +832,19 @@
bamm:name "PowerCharacteristic";
bamm:preferredName "power characteristic"@en;
bamm:description "Power capability in kilowatts"@en;
bamm:dataType xsd:decimal;
bamm-c:unit unit:kilowatt.
:PowerFadeCharacteristic a bamm-c:Measurement;
bamm:name "PowerFadeCharacteristic";
bamm:preferredName "power fade characteristic"@en;
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:dataType xsd:float;
bamm:dataType xsd:decimal;
bamm-c:unit unit:percent.
:VoltCharacteristic a bamm-c:Measurement;
bamm:name "VoltCharacteristic";
bamm:preferredName "volt characteristic"@en;
bamm:description "Value of the voltage the battery is rated for"@en;
bamm:dataType xsd:float;
bamm:dataType xsd:decimal;
bamm-c:unit unit:volt.
:MilliohmCharacteristic a bamm-c:Measurement;
bamm:name "MilliohmCharacteristic";
Expand All @@ -867,7 +868,7 @@
bamm:name "MaximumAllowedBatteryEnergyCharacteristic";
bamm:preferredName "maximum allowed battery energy"@en;
bamm:description "Characteristic to describe the energy (Wh) properties of the battery is describing a regulatory requirement."@en;
bamm:dataType xsd:float;
bamm:dataType xsd:decimal;
bamm-c:unit unit:wattHour.
:EnergyRoundtripEfficiency a bamm-c:Measurement;
bamm:name "EnergyRoundtripEfficiency";
Expand All @@ -893,10 +894,6 @@
bamm:description "Weight of the material (in gram)"@en;
bamm:dataType xsd:decimal;
bamm-c:unit unit:gram.
:Text a bamm:Characteristic;
bamm:name "Text";
bamm:description "Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc."@en;
bamm:dataType xsd:string.
:ComponentsSupplierCharacteristic a bamm-c:Set;
bamm:name "ComponentsSupplierCharacteristic";
bamm:preferredName "components supplier"@en;
Expand All @@ -916,5 +913,5 @@
bamm:name "componentsSupplierName";
bamm:preferredName "components supplier name"@en;
bamm:description "Name of the components supplier"@en;
bamm:characteristic :Text;
bamm:characteristic bamm-c:Text;
bamm:exampleValue "XY Corporation".

0 comments on commit b232ac4

Please sign in to comment.