Category:OSW54f58fe92b2148a3904e5fb0f5c1e81a
(import schema from catena-x) Tag: Metadata slot edit |
(update refs) Tag: 2017 source edit |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=== Get an instance === | === Get an instance === | ||
==== Existing Instances ==== | ==== Existing Instances ==== | ||
{{#ask: [[HasType::Category: | {{#ask: [[HasType::Category:OSW54f58fe92b2148a3904e5fb0f5c1e81a]] | ||
|?IsRelatedTo=Battery Pack | |?IsRelatedTo=Battery Pack | ||
<!-- |?HasCharacteristic# - =Characteristic|+ template = Viewer/QuantityValue | <!-- |?HasCharacteristic# - =Characteristic|+ template = Viewer/QuantityValue | ||
Line 13: | Line 13: | ||
===== Web-API ===== | ===== Web-API ===== | ||
<syntaxhighlight lang="http"> | <syntaxhighlight lang="http"> | ||
https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasType::Category: | https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasType::Category:OSW54f58fe92b2148a3904e5fb0f5c1e81a]]&format=json | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 20: | Line 20: | ||
===== Web-API ===== | ===== Web-API ===== | ||
<syntaxhighlight lang="http"> | <syntaxhighlight lang="http"> | ||
https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasType::Category: | https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasType::Category:OSW54f58fe92b2148a3904e5fb0f5c1e81a]][[IsRelatedTo::Item:OSWf96a0291a1a04a71b89dc3c80628e45c]]&format=json | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 26: | Line 26: | ||
<syntaxhighlight lang="sparql"> | <syntaxhighlight lang="sparql"> | ||
SELECT DISTINCT ?passport | SELECT DISTINCT ?passport | ||
WHERE { ?passport a <https://demo.open-semantic-lab.org/id/Category- | WHERE { ?passport a <https://demo.open-semantic-lab.org/id/Category-3AOSW54f58fe92b2148a3904e5fb0f5c1e81a> . | ||
?passport <https://demo.open-semantic-lab.org/id/Property-3AIsRelatedTo> <https://demo.open-semantic-lab.org/id/Item-3AOSW07ab9439598d4866a57a8cb60e2726ea> . } | ?passport <https://demo.open-semantic-lab.org/id/Property-3AIsRelatedTo> <https://demo.open-semantic-lab.org/id/Item-3AOSW07ab9439598d4866a57a8cb60e2726ea> . } | ||
</syntaxhighlight>{{Template:Viewer/Link|page=|url=https://sparklis.demo.open-semantic-lab.org/?title=OpenSemanticLab%20Demo%20Graph&endpoint=https%3A//graph.demo.open-semantic-lab.org/blazegraph/namespace/kb/sparql&sparklis-query=%5BVId%5DReturn%28Det%28An%281%2CModif%28Select%2CUnordered%29%2CClass%28%22https%3A//demo.open-semantic-lab.org/id/Category- | </syntaxhighlight>{{Template:Viewer/Link|page=|url=https://sparklis.demo.open-semantic-lab.org/?title=OpenSemanticLab%20Demo%20Graph&endpoint=https%3A//graph.demo.open-semantic-lab.org/blazegraph/namespace/kb/sparql&sparklis-query=%5BVId%5DReturn%28Det%28An%281%2CModif%28Select%2CUnordered%29%2CClass%28%22https%3A//demo.open-semantic-lab.org/id/Category-3AOSW54f58fe92b2148a3904e5fb0f5c1e81a%22%29%29%2CNone%29%29&sparklis-path=D&entity_lexicon_select=http%3A//www.w3.org/2000/01/rdf-schema%23label&concept_lexicons_select=http%3A//www.w3.org/2000/01/rdf-schema%23label|label=Sparklis}} | ||
==== Get data of a passport instance as JSON ==== | ==== Get data of a passport instance as JSON ==== | ||
Reference: {{Template:Viewer/Link|page=|url=https://github.com/eclipse-tractusx/sldt-semantic-models/blob/main/io.catenax.battery.battery_pass/ | Reference: {{Template:Viewer/Link|page=|url=https://github.com/eclipse-tractusx/sldt-semantic-models/blob/main/io.catenax.battery.battery_pass/3.0.1/gen/BatteryPass.json|label=io.catenax.battery.battery_pass v3.0.1 BatteryPass.json}} | ||
===== Web-API ===== | ===== Web-API ===== | ||
Line 38: | Line 38: | ||
https://demo.open-semantic-lab.org/wiki/Item:OSWff8ab0e2075040d4939ac9313a997904?action=raw&slot=jsondata | https://demo.open-semantic-lab.org/wiki/Item:OSWff8ab0e2075040d4939ac9313a997904?action=raw&slot=jsondata | ||
# Single Passport | # Single Passport | ||
https://wiki-dev.open-semantic-lab.org/w/api.php?action=query&format=json&prop=info|revisions&meta=&formatversion=2&inprop=&rvprop=ids|timestamp|flags|comment|user|contentmodel|roles|content&titles=Item: | https://wiki-dev.open-semantic-lab.org/w/api.php?action=query&format=json&prop=info|revisions&meta=&formatversion=2&inprop=&rvprop=ids|timestamp|flags|comment|user|contentmodel|roles|content&titles=Item:OSWf96a0291a1a04a71b89dc3c80628e45c&rvslots=jsondata | ||
# Multiple Passports separated with '|' | # Multiple Passports separated with '|' | ||
https://demo.open-semantic-lab.org/w/api.php?action=query&format=json&prop=revisions&titles=Item: | https://demo.open-semantic-lab.org/w/api.php?action=query&format=json&prop=revisions&titles=Item:OSWf96a0291a1a04a71b89dc3c80628e45c|Item:OSW50e8386b7d704903985570678745bf7b|Item:OSW5f9224e2265e4215bfa73fc5e82eb25c&rvprop=ids|timestamp|flags|comment|user|content|sha1|slotsha1&rvslots=jsondata | ||
</syntaxhighlight>Result (within <code>query.pages.<id>.revisions.0.slots.jsondata.*</code>)<syntaxhighlight lang="json"> | </syntaxhighlight>Result (within <code>query.pages.<id>.revisions.0.slots.jsondata.*</code>)<syntaxhighlight lang="json"> | ||
{ | { | ||
"uuid": " | "manufacturer": { | ||
"name": "Fraunhofer ISC", | |||
"contact": { | |||
"email": "simon.stier@isc.fraunhofer.de" | |||
}, | |||
"address": { | |||
"thoroughfare": { | |||
"technicalKey": "STREET", | |||
"value": "Neunerplatz", | |||
"number": "2" | |||
}, | |||
"locality": { | |||
"technicalKey": "CITY", | |||
"value": "Würzburg" | |||
}, | |||
"country": { | |||
"shortName": "DE" | |||
}, | |||
"postCode": { | |||
"value": "97082", | |||
"technicalKey": "CEDEX" | |||
} | |||
} | |||
}, | |||
"electrochemicalProperties": { | |||
"batteryPower": { | |||
"maximumAllowedBatteryPower": 0, | |||
"powerFade": 0, | |||
"powerCapabilityAt20Charge": 0, | |||
"powerCapabilityAt80Charge": 0, | |||
"originalPowerCapability": 0, | |||
"originalPowerCapabilityLimits": 0 | |||
}, | |||
"batteryVoltage": { | |||
"minVoltage": 3.6, | |||
"nominalVoltage": 3.7, | |||
"maxVoltage": 4.2 | |||
}, | |||
"ratedCapacity": 10, | |||
"capacityFade": 0, | |||
"internalResistance": { | |||
"cellInternalResistance": 0, | |||
"packInternalResistance": 0, | |||
"packInternalResistanceIncrease": 0 | |||
}, | |||
"capacityThresholdExhaustion": 0, | |||
"batteryEnergy": { | |||
"maximumAllowedBatteryEnergy": 0, | |||
"energyRoundtripEfficiency": 0, | |||
"energyRoundtripEfficiencyChange": 0 | |||
}, | |||
"ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy": 0 | |||
}, | |||
"physicalDimensions": { | |||
"length": 30, | |||
"width": 10, | |||
"height": 10, | |||
"diameter": 12.7, | |||
"weight": 0.5 | |||
}, | |||
"stateOfBattery": { | |||
"stateOfHealth": 95, | |||
"stateOfCharge": 70, | |||
"statusBattery": "" | |||
}, | |||
"batteryIdentification": { | |||
"batteryType": "", | |||
"batteryModel": "", | |||
"batteryIDDMCCode": "" | |||
}, | |||
"manufacturing": { | |||
"dateOfManufacturing": "2024-10-16", | |||
"address": { | |||
"thoroughfare": { | |||
"technicalKey": "STREET", | |||
"value": "Neunerplatz", | |||
"number": "2" | |||
}, | |||
"locality": { | |||
"technicalKey": "CITY", | |||
"value": "Würzburg" | |||
}, | |||
"country": { | |||
"shortName": "DE" | |||
}, | |||
"postCode": { | |||
"value": "97082", | |||
"technicalKey": "CEDEX" | |||
} | |||
} | |||
}, | |||
"datePlacedOnMarket": "2024-10-16", | |||
"cellChemistry": { | |||
"cathodeActiveMaterials": [ | |||
{ | |||
"materialName": "LFP", | |||
"materialPercentageMassFraction": 100 | |||
} | |||
], | |||
"recyclateContentActiveMaterials": [], | |||
"anodeActiveMaterials": [ | |||
{ | |||
"materialName": "Graphite", | |||
"materialPercentageMassFraction": 100 | |||
} | |||
], | |||
"cathodeCompositionOther": [], | |||
"anodeCompositionOther": [], | |||
"electrolyteComposition": [] | |||
}, | |||
"composition": { | |||
"components": { | |||
"componentsSupplier": [], | |||
"componentsPartNumber": [] | |||
}, | |||
"compositionOfBattery": [], | |||
"criticalRawMaterials": "Lithium" | |||
}, | |||
"cO2FootprintTotal": 1500, | |||
"temperatureRangeIdleState": { | |||
"temperatureRangeIdleStateLowerLimit": -20, | |||
"temperatureRangeIdleStateUpperLimit": 100 | |||
}, | |||
"warrantyPeriod": 2, | |||
"batteryCycleLife": { | |||
"cycleLifeTestCRate": 1, | |||
"cycleLifeTestDepthOfDischarge": 20, | |||
"expectedLifetime": 1000 | |||
}, | |||
"type": [ | |||
"Category:OSW54f58fe92b2148a3904e5fb0f5c1e81a" | |||
], | |||
"is_about": "Item:OSW07ab9439598d4866a57a8cb60e2726ea", | |||
"uuid": "f96a0291-a1a0-4a71-b89d-c3c80628e45c", | |||
"label": [ | "label": [ | ||
{ | { | ||
"text": "Battery Passport Test 1", | "text": "Battery Passport v3.0.1 Test 1", | ||
"lang": "en" | "lang": "en" | ||
} | } | ||
], | ], | ||
"description": [], | "description": [], | ||
"name": " | "name": "BatteryPassportV301Test1", | ||
" | "document": { | ||
"safetyMeasures": [ | |||
{ | |||
"fileLocation": "File:OSWa7c96e9cdb2a4936807e4ccc70d15176.pdf", | |||
"title": "" | |||
" | } | ||
] | |||
" | |||
" | |||
} | |||
} | } | ||
} | } | ||
Line 83: | Line 200: | ||
==== Catena-X ==== | ==== Catena-X ==== | ||
Not relevant - json is already syntactically conform | |||
==Structure== | ==Structure== | ||
{{Template:Editor/Graph | {{Template:Editor/Graph | ||
| file_name = Battery Passport graph-01 | | file_name = Battery Passport graph-01 | ||
| page_name = Category: | | page_name = Category:OSW54f58fe92b2148a3904e5fb0f5c1e81a | ||
| root = Category: | | root = Category:OSW54f58fe92b2148a3904e5fb0f5c1e81a | ||
| uuid = c8e947a2-ac0d-494e-a8a0-15a734c298c0 | | uuid = c8e947a2-ac0d-494e-a8a0-15a734c298c0 | ||
| roots = Category: | | roots = Category:OSW54f58fe92b2148a3904e5fb0f5c1e81a | ||
| properties = HasProperty; HasCharacteristic; Equivalent_URI, HasCloseMatch | | properties = HasProperty; HasCharacteristic; Equivalent_URI, HasCloseMatch | ||
| ignore_properties = Display_title_of; Display_title_of_lowercase; Display_title_of_normalized; Has_query; HasUuid | | ignore_properties = Display_title_of; Display_title_of_lowercase; Display_title_of_normalized; Has_query; HasUuid | ||
jsonschema | |||
---|---|---|---|
Line 82: | Line 82: | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_FileLocationCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_FileLocationCharacteristic": { | ||
"type": "string", | "type": "string", | ||
"format": " | "format": "url", | ||
" | "options": { | ||
"upload": {}, | |||
"infoText": "The path to the file" | |||
} | |||
}, | }, | ||
"urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text": { | "urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text": { | ||
"type": "string", | "type": "string", | ||
" | "options": { | ||
"infoText": "Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentEntity": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentEntity": { | ||
" | "options": { | ||
"infoText": "Entity encapsulating the details of a attachment for the battery" | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"fileLocation": { | "fileLocation": { | ||
" | "options": { | ||
"infoText": "Location of the file" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_FileLocationCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_FileLocationCharacteristic" | ||
}, | }, | ||
"title": { | "title": { | ||
" | "options": { | ||
"infoText": "Title of the attached file" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | "$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | ||
} | } | ||
Line 108: | Line 119: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic": { | ||
" | "options": { | ||
"infoText": "Links the referenced attachments" | |||
}, | |||
"type": "array", | "type": "array", | ||
"items": { | "items": { | ||
Line 116: | Line 129: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_DocumentCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_DocumentCharacteristic": { | ||
" | "options": { | ||
"infoText": "Set of documents containing the Xdescription of battery components" | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"packagingInstructions": { | "packagingInstructions": { | ||
" | "options": { | ||
"infoText": "Instructions for safely packaging batteries is describing a business requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | ||
}, | }, | ||
"transportationInstructions": { | "transportationInstructions": { | ||
" | "options": { | ||
"infoText": "Instructions for safely transporting batteries is describing a business requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | ||
}, | }, | ||
"vehicleDismantlingProcedure": { | "vehicleDismantlingProcedure": { | ||
" | "options": { | ||
"infoText": "Document containing the vehicle dismantling procedure is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | ||
}, | }, | ||
"batteryDismantlingProcedure": { | "batteryDismantlingProcedure": { | ||
" | "options": { | ||
"infoText": "Document containing the battery dismantling procedure is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | ||
}, | }, | ||
"safetyMeasures": { | "safetyMeasures": { | ||
" | "options": { | ||
"infoText": "Safety measures document(s) is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | ||
}, | }, | ||
"testReportsResults": { | "testReportsResults": { | ||
" | "options": { | ||
"infoText": "Results of test reports which prove that the battery fulfills this regulation and its delegated regulations is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | ||
}, | }, | ||
"declarationOfConformity": { | "declarationOfConformity": { | ||
" | "options": { | ||
"infoText": "Declaration of conformity (CE) is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | ||
}, | }, | ||
"responsibleSourcing": { | "responsibleSourcing": { | ||
" | "options": { | ||
"infoText": "Document/Certificates on organizations compliance to ethical business practices" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AttachmentLinkCharacteristic" | ||
} | } | ||
Line 156: | Line 187: | ||
"type": "string", | "type": "string", | ||
"format": "uri", | "format": "uri", | ||
" | "options": { | ||
"infoText": "Address of the website" | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.shared.contact_information_1.0.0_PhoneNumberTrait": { | "urn_bamm_io.catenax.shared.contact_information_1.0.0_PhoneNumberTrait": { | ||
"type": "string", | "type": "string", | ||
" | "options": { | ||
"infoText": "Constraint to allow only numbers, whitespaces and an optional leading + sign." | |||
}, | |||
"pattern": "^[+]?[0-9 ]+$" | "pattern": "^[+]?[0-9 ]+$" | ||
}, | }, | ||
"urn_bamm_io.catenax.shared.contact_information_1.0.0_EMailTrait": { | "urn_bamm_io.catenax.shared.contact_information_1.0.0_EMailTrait": { | ||
"type": "string", | "type": "string", | ||
" | "options": { | ||
"infoText": "Regular expression for mail address as defined in W3C (see https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address)" | |||
}, | |||
"pattern": "^[a-zA-Z0-9.!#$%\u0026’*+\\/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*$" | "pattern": "^[a-zA-Z0-9.!#$%\u0026’*+\\/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*$" | ||
}, | }, | ||
"urn_bamm_io.catenax.shared.contact_information_1.0.0_ContactCharacteristic": { | "urn_bamm_io.catenax.shared.contact_information_1.0.0_ContactCharacteristic": { | ||
" | "options": { | ||
"infoText": "Characteristic describing information on how to contact an organization" | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"website": { | "website": { | ||
" | "options": { | ||
"infoText": "Website of the contact." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.contact_information_1.0.0_WebsiteCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.contact_information_1.0.0_WebsiteCharacteristic" | ||
}, | }, | ||
"phoneNumber": { | "phoneNumber": { | ||
" | "options": { | ||
"infoText": "Phone number with country and area code" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.contact_information_1.0.0_PhoneNumberTrait" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.contact_information_1.0.0_PhoneNumberTrait" | ||
}, | }, | ||
"email": { | "email": { | ||
" | "options": { | ||
"infoText": "An email address" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.contact_information_1.0.0_EMailTrait" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.contact_information_1.0.0_EMailTrait" | ||
}, | }, | ||
"faxNumber": { | "faxNumber": { | ||
" | "options": { | ||
"infoText": "Fax number with country and area code" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.contact_information_1.0.0_PhoneNumberTrait" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.contact_information_1.0.0_PhoneNumberTrait" | ||
} | } | ||
Line 192: | Line 239: | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_ThoroughfareTechnicalKeyCharacteristic": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_ThoroughfareTechnicalKeyCharacteristic": { | ||
"type": "string", | "type": "string", | ||
" | "options": { | ||
"infoText": "Characteristic of the technical key of a thoroughfare" | |||
}, | |||
"enum": [ | "enum": [ | ||
"STREET", | "STREET", | ||
Line 203: | Line 252: | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_Text": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_Text": { | ||
"type": "string", | "type": "string", | ||
" | "options": { | ||
"infoText": "Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_ThoroughfareEntity": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_ThoroughfareEntity": { | ||
" | "options": { | ||
"infoText": "Characteristic for defining a thoroughfare which can consist of a type (e.g. \"STREET\"), value (e.g. \"Bernstraße\") and number (e.g. \"45\"). Model follows the specification of BPDM." | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"technicalKey": { | "technicalKey": { | ||
" | "options": { | ||
"infoText": "Technical key of a thoroughfare. As specified by BPDM, this can be a \"STREET\" or a different type." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_ThoroughfareTechnicalKeyCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_ThoroughfareTechnicalKeyCharacteristic" | ||
}, | }, | ||
"value": { | "value": { | ||
" | "options": { | ||
"infoText": "Value of a thoroughfare, e.g. name of a street." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_Text" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_Text" | ||
}, | }, | ||
"number": { | "number": { | ||
" | "options": { | ||
"infoText": "Number of a thoroughfare. As used differently in international context, this number can contain both numerical and alphanumerical values" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_Text" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_Text" | ||
} | } | ||
Line 230: | Line 289: | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_LocalityTechnicalKeyCharacteristic": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_LocalityTechnicalKeyCharacteristic": { | ||
"type": "string", | "type": "string", | ||
" | "options": { | ||
"infoText": "Characteristic of the technical key of a locality" | |||
}, | |||
"enum": [ | "enum": [ | ||
"BLOCK", | "BLOCK", | ||
Line 241: | Line 302: | ||
}, | }, | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_LocalityEntity": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_LocalityEntity": { | ||
" | "options": { | ||
"infoText": "Characteristic for defining a locality which belongs to an address and which consists of a type (e.g. \"CITY\") and value (e.g. \"Mannheim\"). Model follows the specification of BPDM." | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"technicalKey": { | "technicalKey": { | ||
" | "options": { | ||
"infoText": "Technical key of a locality" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_LocalityTechnicalKeyCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_LocalityTechnicalKeyCharacteristic" | ||
}, | }, | ||
"value": { | "value": { | ||
" | "options": { | ||
"infoText": "Value of a locality, e.g. name of a city (\"Mannheim\")." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_Text" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_Text" | ||
} | } | ||
Line 260: | Line 327: | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PremiseTechnicalKeyCharacteristic": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PremiseTechnicalKeyCharacteristic": { | ||
"type": "string", | "type": "string", | ||
" | "options": { | ||
"infoText": "Characteristic of the technical key of a premise" | |||
}, | |||
"enum": [ | "enum": [ | ||
"BUILDING", | "BUILDING", | ||
Line 273: | Line 342: | ||
}, | }, | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PremiseEntity": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PremiseEntity": { | ||
" | "options": { | ||
"infoText": "Characteristic for defining a premise which consists of a technical key (e.g. \"BUILDING\" or \"OTHER\") and a value (e.g. \"Werk 1\")." | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"technicalKey": { | "technicalKey": { | ||
" | "options": { | ||
"infoText": "Technical key of a premise" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PremiseTechnicalKeyCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PremiseTechnicalKeyCharacteristic" | ||
}, | }, | ||
"value": { | "value": { | ||
" | "options": { | ||
"infoText": "Value of a premise, e.g. name or designation of a particular site" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_Text" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_Text" | ||
} | } | ||
Line 292: | Line 367: | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalDeliveryPointTechnicalKeyCharacteristic": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalDeliveryPointTechnicalKeyCharacteristic": { | ||
"type": "string", | "type": "string", | ||
" | "options": { | ||
"infoText": "Characteristic of the technical key of a postal delivery point" | |||
}, | |||
"enum": [ | "enum": [ | ||
"INTERURBAN_DELIVERY_POINT", | "INTERURBAN_DELIVERY_POINT", | ||
Line 302: | Line 379: | ||
}, | }, | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalDeliveryPointEntity": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalDeliveryPointEntity": { | ||
" | "options": { | ||
"infoText": "Characteristic for defining a postal delivery point which consists of a technical key (e.g. \"MAILBOX\" or \"OTHER\") and a value. Model follows the specification of BPDM." | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"technicalKey": { | "technicalKey": { | ||
" | "options": { | ||
"infoText": "Technical key of a postal delivery point" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalDeliveryPointTechnicalKeyCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalDeliveryPointTechnicalKeyCharacteristic" | ||
}, | }, | ||
"value": { | "value": { | ||
" | "options": { | ||
"infoText": "Value of a postal delivery point, e.g. designation of a gate" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_Text" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_Text" | ||
} | } | ||
Line 321: | Line 404: | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_CountryTrait": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_CountryTrait": { | ||
"type": "string", | "type": "string", | ||
" | "options": { | ||
"infoText": "Regular expression for designation of a short name of a country as defined in ISO 3166-2" | |||
}, | |||
"pattern": "([A-Z]{2}-[A-Z0-9]{1,3}|)" | "pattern": "([A-Z]{2}-[A-Z0-9]{1,3}|)" | ||
}, | }, | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_CountryEntity": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_CountryEntity": { | ||
" | "options": { | ||
"infoText": "Characteristic of a country belonging to an address" | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
Line 338: | Line 425: | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostCodeTrait": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostCodeTrait": { | ||
"type": "string", | "type": "string", | ||
" | "options": { | ||
"infoText": "Regular expression for post codes" | |||
}, | |||
"pattern": "^[a-z0-9][a-z0-9\\- ]{0,10}$" | "pattern": "^[a-z0-9][a-z0-9\\- ]{0,10}$" | ||
}, | }, | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostCodeTechnicalKeyCharacteristic": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostCodeTechnicalKeyCharacteristic": { | ||
"type": "string", | "type": "string", | ||
" | "options": { | ||
"infoText": "Characteristic for the technical key of a post code" | |||
}, | |||
"enum": [ | "enum": [ | ||
"CEDEX", | "CEDEX", | ||
Line 353: | Line 444: | ||
}, | }, | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostCodeEntity": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostCodeEntity": { | ||
" | "options": { | ||
"infoText": "Characteristic for defining a postcode which can consist of a type (e.g. \"REGULAR\" for zip codes) and a value (e.g. \"68161\\12\"). Model follows the specification of BPDM." | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"value": { | "value": { | ||
" | "options": { | ||
"infoText": "The value of a post code" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostCodeTrait" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostCodeTrait" | ||
}, | }, | ||
"technicalKey": { | "technicalKey": { | ||
" | "options": { | ||
"infoText": "The technical key of a post code" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostCodeTechnicalKeyCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostCodeTechnicalKeyCharacteristic" | ||
} | } | ||
Line 371: | Line 468: | ||
}, | }, | ||
"urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalAddress": { | "urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalAddress": { | ||
" | "options": { | ||
"infoText": "A characteristic to express the postal adress and which is intended to be referenced by other aspects" | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"thoroughfare": { | "thoroughfare": { | ||
" | "options": { | ||
"infoText": "Street or thorough road name" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_ThoroughfareEntity" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_ThoroughfareEntity" | ||
}, | }, | ||
"locality": { | "locality": { | ||
" | "options": { | ||
"infoText": "Locality belonging to an address" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_LocalityEntity" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_LocalityEntity" | ||
}, | }, | ||
"premise": { | "premise": { | ||
" | "options": { | ||
"infoText": "Premise of an address, e.g. a specific \"BUILDING\" but can also be used for naming a particular site" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PremiseEntity" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PremiseEntity" | ||
}, | }, | ||
"postalDeliveryPoint": { | "postalDeliveryPoint": { | ||
" | "options": { | ||
"infoText": "Delivery point, e.g. designation of a gate" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalDeliveryPointEntity" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalDeliveryPointEntity" | ||
}, | }, | ||
"country": { | "country": { | ||
" | "options": { | ||
"infoText": "Country of an address" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_CountryEntity" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_CountryEntity" | ||
}, | }, | ||
Line 406: | Line 515: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_ManufacturerCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_ManufacturerCharacteristic": { | ||
" | "options": { | ||
"infoText": "A manufacturer of goods" | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"name": { | "name": { | ||
" | "options": { | ||
"infoText": "Name of the manufacturer is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | "$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | ||
}, | }, | ||
"contact": { | "contact": { | ||
" | "options": { | ||
"infoText": "Contact details of the manufacturer" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.contact_information_1.0.0_ContactCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.contact_information_1.0.0_ContactCharacteristic" | ||
}, | }, | ||
"address": { | "address": { | ||
" | "options": { | ||
"infoText": "An postal address" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalAddress" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalAddress" | ||
} | } | ||
Line 430: | Line 547: | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "Power capability in kilowatts" | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerFadeCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerFadeCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "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." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryPowerCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryPowerCharacteristic": { | ||
" | "options": { | ||
"infoText": "Characteristic to describe the power (W) properties of the battery." | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"maximumAllowedBatteryPower": { | "maximumAllowedBatteryPower": { | ||
" | "options": { | ||
"infoText": "Maximum allowed battery power (W) of the battery is describing a business requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerCharacteristic" | ||
}, | }, | ||
"powerFade": { | "powerFade": { | ||
" | "options": { | ||
"infoText": "Maximum allowed battery power (W) of the battery is describing a business requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerFadeCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerFadeCharacteristic" | ||
}, | }, | ||
"powerCapabilityAt20Charge": { | "powerCapabilityAt20Charge": { | ||
" | "options": { | ||
"infoText": "Power (capability) at 20% state of charge. Xdescription from the regulation is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerCharacteristic" | ||
}, | }, | ||
"powerCapabilityAt80Charge": { | "powerCapabilityAt80Charge": { | ||
" | "options": { | ||
"infoText": "Power (capability) at 80% state of charge. Xdescription from the regulation is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerCharacteristic" | ||
}, | }, | ||
"originalPowerCapability": { | "originalPowerCapability": { | ||
" | "options": { | ||
"infoText": "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." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerCharacteristic" | ||
}, | }, | ||
"originalPowerCapabilityLimits": { | "originalPowerCapabilityLimits": { | ||
" | "options": { | ||
"infoText": "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." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PowerCharacteristic" | ||
} | } | ||
Line 476: | Line 611: | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_VoltCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_VoltCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "Value of the voltage the battery is rated for" | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryVoltageCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryVoltageCharacteristic": { | ||
" | "options": { | ||
"infoText": "Characteristic to describe the voltage (V) properties of the battery." | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"minVoltage": { | "minVoltage": { | ||
" | "options": { | ||
"infoText": "Value of the minimal voltage the battery is rated for is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_VoltCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_VoltCharacteristic" | ||
}, | }, | ||
"nominalVoltage": { | "nominalVoltage": { | ||
" | "options": { | ||
"infoText": "Value of the nominal voltage the battery is rated for is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_VoltCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_VoltCharacteristic" | ||
}, | }, | ||
"maxVoltage": { | "maxVoltage": { | ||
" | "options": { | ||
"infoText": "Value of the maximum voltage the battery is rated for is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_VoltCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_VoltCharacteristic" | ||
} | } | ||
Line 503: | Line 648: | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_RatedCapacityCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_RatedCapacityCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "The total number of ampere-hours (Ah) that can be withdrawn from a fully charged battery under specific conditions is describing a regulatory requirement." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_CapacityFadeCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_CapacityFadeCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "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." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_MilliohmCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_MilliohmCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "The resistance offered by the cell in the flow of the current" | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_OhmCharacterisitic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_OhmCharacterisitic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "Total internal resistance in a battery pack" | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_PercentCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_PercentCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "Increase in internal resistance of a battery pack over a period of time" | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_InternalResistanceCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_InternalResistanceCharacteristic": { | ||
" | "options": { | ||
"infoText": "Internal resistance in a battery cell or pack is describing a regulatory requirement." | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"cellInternalResistance": { | "cellInternalResistance": { | ||
" | "options": { | ||
"infoText": "The resistance offered by the cell in the flow of the current" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_MilliohmCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_MilliohmCharacteristic" | ||
}, | }, | ||
"packInternalResistance": { | "packInternalResistance": { | ||
" | "options": { | ||
"infoText": "Total internal resistance in a battery pack is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_OhmCharacterisitic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_OhmCharacterisitic" | ||
}, | }, | ||
"packInternalResistanceIncrease": { | "packInternalResistanceIncrease": { | ||
" | "options": { | ||
"infoText": "Increase in internal resistance of a battery pack over a period of time is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PercentCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PercentCharacteristic" | ||
} | } | ||
Line 546: | Line 709: | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_CapacityThresholdExhaustionCharacterisitic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_CapacityThresholdExhaustionCharacterisitic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "Capacity threshold for exhaustion as percentage value is describing a regulatory requirement." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_MaximumAllowedBatteryEnergyCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_MaximumAllowedBatteryEnergyCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "Characteristic to describe the energy (Wh) properties of the battery is describing a regulatory requirement." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_EnergyRoundtripEfficiency": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_EnergyRoundtripEfficiency": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "Round-trip efficiency is the percentage of electricity put into storage is describing a regulatory requirement." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_EnergyRoundtripEfficiencyChangeCharacterisitic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_EnergyRoundtripEfficiencyChangeCharacterisitic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "Round-trip efficiency is the percentage of electricity put into storage after 50% of life of the battery is describing a regulatory requirement." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryEnergyCharacterisitc": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryEnergyCharacterisitc": { | ||
" | "options": { | ||
"infoText": "Characteristic to describe the energy (kWh) properties of the battery." | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"maximumAllowedBatteryEnergy": { | "maximumAllowedBatteryEnergy": { | ||
" | "options": { | ||
"infoText": "Maximum allowed battery energy (Wh) of the battery is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_MaximumAllowedBatteryEnergyCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_MaximumAllowedBatteryEnergyCharacteristic" | ||
}, | }, | ||
"energyRoundtripEfficiency": { | "energyRoundtripEfficiency": { | ||
" | "options": { | ||
"infoText": "Round-trip efficiency is the percentage of electricity put into storage is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_EnergyRoundtripEfficiency" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_EnergyRoundtripEfficiency" | ||
}, | }, | ||
"energyRoundtripEfficiencyChange": { | "energyRoundtripEfficiencyChange": { | ||
" | "options": { | ||
"infoText": "Round-trip efficiency is the percentage of electricity put into storage is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_EnergyRoundtripEfficiencyChangeCharacterisitic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_EnergyRoundtripEfficiencyChangeCharacterisitic" | ||
} | } | ||
Line 585: | Line 764: | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_RatioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergyCharacterisitic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_RatioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergyCharacterisitic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "Ratio between maximum allowed battery power (W) and battery energy (Wh) is describing a regulatory requirement." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_ElectrochemicalPropertiesCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_ElectrochemicalPropertiesCharacteristic": { | ||
" | "options": { | ||
"infoText": "Electrochemical characteristics to describe a battery" | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"batteryPower": { | "batteryPower": { | ||
" | "options": { | ||
"infoText": "Characteristic to describe the power (W) properties of the battery." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryPowerCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryPowerCharacteristic" | ||
}, | }, | ||
"batteryVoltage": { | "batteryVoltage": { | ||
" | "options": { | ||
"infoText": "Voltage (V) of the battery." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryVoltageCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryVoltageCharacteristic" | ||
}, | }, | ||
"ratedCapacity": { | "ratedCapacity": { | ||
" | "options": { | ||
"infoText": "The total number of ampere-hours (Ah) that can be withdrawn from a fully charged battery under specific conditions is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_RatedCapacityCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_RatedCapacityCharacteristic" | ||
}, | }, | ||
"capacityFade": { | "capacityFade": { | ||
" | "options": { | ||
"infoText": "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." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CapacityFadeCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CapacityFadeCharacteristic" | ||
}, | }, | ||
"internalResistance": { | "internalResistance": { | ||
" | "options": { | ||
"infoText": "Internal resistance in a battery cell or pack is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_InternalResistanceCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_InternalResistanceCharacteristic" | ||
}, | }, | ||
"capacityThresholdExhaustion": { | "capacityThresholdExhaustion": { | ||
" | "options": { | ||
"infoText": "Capacity threshold for exhaustion as percentage value is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CapacityThresholdExhaustionCharacterisitic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CapacityThresholdExhaustionCharacterisitic" | ||
}, | }, | ||
"batteryEnergy": { | "batteryEnergy": { | ||
" | "options": { | ||
"infoText": "Characteristic to describe the energy (kWh) properties of the battery." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryEnergyCharacterisitc" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryEnergyCharacterisitc" | ||
}, | }, | ||
"ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy": { | "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy": { | ||
" | "options": { | ||
"infoText": "Ratio between maximum allowed battery power (W) and battery energy (Wh) is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_RatioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergyCharacterisitic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_RatioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergyCharacterisitic" | ||
} | } | ||
Line 637: | Line 836: | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_MillimetreCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_MillimetreCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "A measurment for the length/width/height of an item." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_KilogramCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_KilogramCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "A measurement for the weight of an item." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_PhysicalDimensionsCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_PhysicalDimensionsCharacteristic": { | ||
" | "options": { | ||
"infoText": "Geometrical properties of the battery" | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"length": { | "length": { | ||
" | "options": { | ||
"infoText": "Length of the item is describing a business requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_MillimetreCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_MillimetreCharacteristic" | ||
}, | }, | ||
"width": { | "width": { | ||
" | "options": { | ||
"infoText": "Width of the item is describing a business requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_MillimetreCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_MillimetreCharacteristic" | ||
}, | }, | ||
"height": { | "height": { | ||
" | "options": { | ||
"infoText": "Height of the item is describing a business requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_MillimetreCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_MillimetreCharacteristic" | ||
}, | }, | ||
"diameter": { | "diameter": { | ||
" | "options": { | ||
"infoText": "Diameter of the item." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_MillimetreCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_MillimetreCharacteristic" | ||
}, | }, | ||
"weight": { | "weight": { | ||
" | "options": { | ||
"infoText": "Weight of the item is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_KilogramCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_KilogramCharacteristic" | ||
} | } | ||
Line 678: | Line 893: | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_StateOfHealthCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_StateOfHealthCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "Evidence/Certificate of the health evaluation of a battery for its use following repurposing or remanufacturing operations is describing a business requirement." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_StateOfChargeCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_StateOfChargeCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "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." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_StateOfBatteryCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_StateOfBatteryCharacteristic": { | ||
" | "options": { | ||
"infoText": "The condition of the battery at the end of life i.e. when entering recycling scheme" | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"stateOfHealth": { | "stateOfHealth": { | ||
" | "options": { | ||
"infoText": "Evidence/Certificate of the health evaluation of a battery for its use following repurposing or remanufacturing operations is describing a business requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_StateOfHealthCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_StateOfHealthCharacteristic" | ||
}, | }, | ||
"stateOfCharge": { | "stateOfCharge": { | ||
" | "options": { | ||
"infoText": "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." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_StateOfChargeCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_StateOfChargeCharacteristic" | ||
}, | }, | ||
"statusBattery": { | "statusBattery": { | ||
" | "options": { | ||
"infoText": "Status of the battery is describing a regulatory requirement. Value list provided by the regulators." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | "$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | ||
} | } | ||
Line 708: | Line 935: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryIdentificationCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryIdentificationCharacteristic": { | ||
" | "options": { | ||
"infoText": "Information to identify a specific battery." | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"batteryType": { | "batteryType": { | ||
" | "options": { | ||
"infoText": "Battery type as described by the contents of the battery e.g. cell chemistry is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | "$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | ||
}, | }, | ||
"batteryModel": { | "batteryModel": { | ||
" | "options": { | ||
"infoText": "Battery type as described by the contents of the battery e.g. cell chemistry is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | "$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | ||
}, | }, | ||
"batteryIDDMCCode": { | "batteryIDDMCCode": { | ||
" | "options": { | ||
"infoText": "Digital Matrix Code (DMC) of the battery i.e. serial number allowing for unequivocal identification of a battery is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | "$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | ||
} | } | ||
Line 733: | Line 968: | ||
"type": "string", | "type": "string", | ||
"format": "date", | "format": "date", | ||
" | "options": { | ||
"infoText": "Describes a Property which contains the date and time with an optional timezone." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_ManufacturingCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_ManufacturingCharacteristic": { | ||
" | "options": { | ||
"infoText": "Information about the manufacturing process of a battery" | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"dateOfManufacturing": { | "dateOfManufacturing": { | ||
" | "options": { | ||
"infoText": "Manufacturing date of the battery is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_Datestamp" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_Datestamp" | ||
}, | }, | ||
"address": { | "address": { | ||
" | "options": { | ||
"infoText": "An postal address" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalAddress" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalAddress" | ||
} | } | ||
Line 755: | Line 998: | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_materialPercentageMassFractionCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_materialPercentageMassFractionCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "Percentage mass fraction of a material" | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_GramCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_GramCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "Weight of the material (in gram)" | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_MaterialNameAndWeightAndPercentageMassFractionEntity": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_MaterialNameAndWeightAndPercentageMassFractionEntity": { | ||
" | "options": { | ||
"infoText": "Entity to bundle a material's name, weight and percentage of mass." | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"materialPercentageMassFraction": { | "materialPercentageMassFraction": { | ||
" | "options": { | ||
"infoText": "Percentage mass fraction of a material." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_materialPercentageMassFractionCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_materialPercentageMassFractionCharacteristic" | ||
}, | }, | ||
"materialWeight": { | "materialWeight": { | ||
" | "options": { | ||
"infoText": "Weight of the material (in gram)" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_GramCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_GramCharacteristic" | ||
}, | }, | ||
"materialName": { | "materialName": { | ||
" | "options": { | ||
"infoText": "Name of the material" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | "$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | ||
} | } | ||
Line 783: | Line 1,038: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_CathodeActiveMaterialsCharacterisitic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_CathodeActiveMaterialsCharacterisitic": { | ||
" | "options": { | ||
"infoText": "The total amount of valuable materials contained in CAM material: Nickel, Cobalt, Lithium." | |||
}, | |||
"type": "array", | "type": "array", | ||
"items": { | "items": { | ||
Line 791: | Line 1,048: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_RecyclateContentActiveMaterialsCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_RecyclateContentActiveMaterialsCharacteristic": { | ||
" | "options": { | ||
"infoText": "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" | |||
}, | |||
"type": "array", | "type": "array", | ||
"items": { | "items": { | ||
Line 799: | Line 1,058: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_AnodeActiveMaterialsCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_AnodeActiveMaterialsCharacteristic": { | ||
" | "options": { | ||
"infoText": "The total amount of valuable materials contained in Anode: graphite" | |||
}, | |||
"type": "array", | "type": "array", | ||
"items": { | "items": { | ||
Line 807: | Line 1,068: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_CathodeCompositionOtherCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_CathodeCompositionOtherCharacteristic": { | ||
" | "options": { | ||
"infoText": "The composition or materials contained in the Cathode is describing a regulatory requirement." | |||
}, | |||
"type": "array", | "type": "array", | ||
"items": { | "items": { | ||
Line 815: | Line 1,078: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_AnodeCompositionOtherCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_AnodeCompositionOtherCharacteristic": { | ||
" | "options": { | ||
"infoText": "The composition or materials contained in the anode is describing a regulatory requirement." | |||
}, | |||
"type": "array", | "type": "array", | ||
"items": { | "items": { | ||
Line 823: | Line 1,088: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_ElectrolyteCompositionCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_ElectrolyteCompositionCharacteristic": { | ||
" | "options": { | ||
"infoText": "List of materials contained in the electrolyte is describing a regulatory requirement." | |||
}, | |||
"type": "array", | "type": "array", | ||
"items": { | "items": { | ||
Line 831: | Line 1,098: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_CellChemistryCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_CellChemistryCharacteristic": { | ||
" | "options": { | ||
"infoText": "Information about the the cell chemistry of a battery cell" | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"cathodeActiveMaterials": { | "cathodeActiveMaterials": { | ||
" | "options": { | ||
"infoText": "The total amount of valuable materials contained in CAM material: Nickel, Cobalt, Lithium." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CathodeActiveMaterialsCharacterisitic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CathodeActiveMaterialsCharacterisitic" | ||
}, | }, | ||
"recyclateContentActiveMaterials": { | "recyclateContentActiveMaterials": { | ||
" | "options": { | ||
"infoText": "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" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_RecyclateContentActiveMaterialsCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_RecyclateContentActiveMaterialsCharacteristic" | ||
}, | }, | ||
"anodeActiveMaterials": { | "anodeActiveMaterials": { | ||
" | "options": { | ||
"infoText": "The total amount of valuable materials contained in Anode: graphite" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AnodeActiveMaterialsCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AnodeActiveMaterialsCharacteristic" | ||
}, | }, | ||
"cathodeCompositionOther": { | "cathodeCompositionOther": { | ||
" | "options": { | ||
"infoText": "The composition or materials contained in the Cathode is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CathodeCompositionOtherCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CathodeCompositionOtherCharacteristic" | ||
}, | }, | ||
"anodeCompositionOther": { | "anodeCompositionOther": { | ||
" | "options": { | ||
"infoText": "The composition or materials contained in the anode is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AnodeCompositionOtherCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_AnodeCompositionOtherCharacteristic" | ||
}, | }, | ||
"electrolyteComposition": { | "electrolyteComposition": { | ||
" | "options": { | ||
"infoText": "List of materials contained in the electrolyte is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ElectrolyteCompositionCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ElectrolyteCompositionCharacteristic" | ||
} | } | ||
Line 869: | Line 1,150: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_ComponentsSupplierEntity": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_ComponentsSupplierEntity": { | ||
" | "options": { | ||
"infoText": "Entity encapsulating the details of a components supplier" | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"address": { | "address": { | ||
" | "options": { | ||
"infoText": "An postal address" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalAddress" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.address_characteristic_1.0.1_PostalAddress" | ||
}, | }, | ||
"contact": { | "contact": { | ||
" | "options": { | ||
"infoText": "Contact details of the manufacturer" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.shared.contact_information_1.0.0_ContactCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.shared.contact_information_1.0.0_ContactCharacteristic" | ||
}, | }, | ||
"componentsSupplierName": { | "componentsSupplierName": { | ||
" | "options": { | ||
"infoText": "Name of the components supplier" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | "$ref": "#/components/schemas/urn_bamm_io.openmanufacturing_characteristic_2.0.0_Text" | ||
} | } | ||
Line 892: | Line 1,181: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_ComponentsSupplierCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_ComponentsSupplierCharacteristic": { | ||
" | "options": { | ||
"infoText": "Contact details of the suppliers of replacement parts / spare parts is describing a regulatory requirement." | |||
}, | |||
"type": "array", | "type": "array", | ||
"items": { | "items": { | ||
Line 900: | Line 1,191: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_ComponentsPartNumberList": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_ComponentsPartNumberList": { | ||
" | "options": { | ||
"infoText": "A list of the unique serial numbers of the different parts of a battery is describing a regulatory requirement." | |||
}, | |||
"type": "array", | "type": "array", | ||
"items": { | "items": { | ||
Line 907: | Line 1,200: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_ComponentsCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_ComponentsCharacteristic": { | ||
" | "options": { | ||
"infoText": "Characteristics of the battery's comoponents." | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"componentsSupplier": { | "componentsSupplier": { | ||
" | "options": { | ||
"infoText": "Contact details of the suppliers of replacement parts / spare parts is describing a regulatory requirement. Available fields should be like:\nName - Street - Number - ZIP Code - City - State - Country - Phone - Fax - Email - Website" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ComponentsSupplierCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ComponentsSupplierCharacteristic" | ||
}, | }, | ||
"componentsPartNumber": { | "componentsPartNumber": { | ||
" | "options": { | ||
"infoText": "The unique serial numbers of the different parts of a battery is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ComponentsPartNumberList" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ComponentsPartNumberList" | ||
} | } | ||
Line 925: | Line 1,224: | ||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_CompositionOfBatteryCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_CompositionOfBatteryCharacteristic": { | ||
" | "options": { | ||
"infoText": "Full composition of battery is describing a business requirement." | |||
}, | |||
"type": "array", | "type": "array", | ||
"items": { | "items": { | ||
Line 934: | Line 1,235: | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_CriticalRawMaterialsCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_CriticalRawMaterialsCharacteristic": { | ||
"type": "string", | "type": "string", | ||
" | "options": { | ||
"infoText": "List of critical raw materials (CRM) as specified by EU in a battery is describing a regulatory requirement." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_CompositionCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_CompositionCharacteristic": { | ||
" | "options": { | ||
"infoText": "Information about the composition of a battery and the combination of materials is describing a business requirement." | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"components": { | "components": { | ||
" | "options": { | ||
"infoText": "Properties of the battery's comoponents." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ComponentsCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ComponentsCharacteristic" | ||
}, | }, | ||
"compositionOfBattery": { | "compositionOfBattery": { | ||
" | "options": { | ||
"infoText": "Full composition of battery is describing a business requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CompositionOfBatteryCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CompositionOfBatteryCharacteristic" | ||
}, | }, | ||
"criticalRawMaterials": { | "criticalRawMaterials": { | ||
" | "options": { | ||
"infoText": "List of critical raw materials (CRM) as specified by EU in a battery is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CriticalRawMaterialsCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CriticalRawMaterialsCharacteristic" | ||
} | } | ||
Line 961: | Line 1,272: | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_CO2FootprintTotalCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_CO2FootprintTotalCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "The total carbon footprint of the battery, calculated as kg of carbon dioxide equivalent is describing a regulatory requirement." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_TemperatureRangeCharacterisitic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_TemperatureRangeCharacterisitic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "The lower range of temperature the battery can withstand when not in use is describing a regulatory requirement." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_TemperatureRangeIdleStateCharacterisitic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_TemperatureRangeIdleStateCharacterisitic": { | ||
" | "options": { | ||
"infoText": "The range of temperature the battery can withstand when not in use is describing a regulatory requirement." | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"temperatureRangeIdleStateLowerLimit": { | "temperatureRangeIdleStateLowerLimit": { | ||
" | "options": { | ||
"infoText": "The lower range of temperature the battery can withstand when not in use is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_TemperatureRangeCharacterisitic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_TemperatureRangeCharacterisitic" | ||
}, | }, | ||
"temperatureRangeIdleStateUpperLimit": { | "temperatureRangeIdleStateUpperLimit": { | ||
" | "options": { | ||
"infoText": "The upper range of temperature the battery can withstand when not in use is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_TemperatureRangeCharacterisitic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_TemperatureRangeCharacterisitic" | ||
} | } | ||
Line 988: | Line 1,309: | ||
"type": "number", | "type": "number", | ||
"minimum": 1, | "minimum": 1, | ||
" | "options": { | ||
"infoText": "Commercial warranty period of the battery is describing a regulatory requirement." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_CycleLifeTestCRateCharacterisitc": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_CycleLifeTestCRateCharacterisitc": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "C-rate of Relevant Cycle-life Test is describing a regulatory requirement." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_CycleLifeTestDepthOfDischargeCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_CycleLifeTestDepthOfDischargeCharacteristic": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "Depth of discharge in the cycle-life test is describing a regulatory requirement." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_ExpectedLifetime": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_ExpectedLifetime": { | ||
"type": "number", | "type": "number", | ||
" | "options": { | ||
"infoText": "Expected battery lifetime expressed in cycles, and reference test used is describing a regulatory requirement." | |||
} | |||
}, | }, | ||
"urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryCycleLifeCharacteristic": { | "urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryCycleLifeCharacteristic": { | ||
" | "options": { | ||
"infoText": "Characteristic describing the cycle life of a battery" | |||
}, | |||
"type": "object", | "type": "object", | ||
"properties": { | "properties": { | ||
"cycleLifeTestCRate": { | "cycleLifeTestCRate": { | ||
" | "options": { | ||
"infoText": "C-rate of Relevant Cycle-life Test is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CycleLifeTestCRateCharacterisitc" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CycleLifeTestCRateCharacterisitc" | ||
}, | }, | ||
"cycleLifeTestDepthOfDischarge": { | "cycleLifeTestDepthOfDischarge": { | ||
" | "options": { | ||
"infoText": "Depth of discharge in the cycle-life test is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CycleLifeTestDepthOfDischargeCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CycleLifeTestDepthOfDischargeCharacteristic" | ||
}, | }, | ||
"expectedLifetime": { | "expectedLifetime": { | ||
" | "options": { | ||
"infoText": "Expected battery lifetime expressed in cycles, and reference test used is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ExpectedLifetime" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ExpectedLifetime" | ||
} | } | ||
Line 1,029: | Line 1,366: | ||
"properties": { | "properties": { | ||
"document": { | "document": { | ||
" | "options": { | ||
"infoText": "Set of documents containing the Xdescription of battery components" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_DocumentCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_DocumentCharacteristic" | ||
}, | }, | ||
"manufacturer": { | "manufacturer": { | ||
" | "options": { | ||
"infoText": "Legal entity which sells and invoices the battery" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ManufacturerCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ManufacturerCharacteristic" | ||
}, | }, | ||
"electrochemicalProperties": { | "electrochemicalProperties": { | ||
" | "options": { | ||
"infoText": "Electrochemical properties of an electrochemical energy storage" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ElectrochemicalPropertiesCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ElectrochemicalPropertiesCharacteristic" | ||
}, | }, | ||
"physicalDimensions": { | "physicalDimensions": { | ||
" | "options": { | ||
"infoText": "Geometrical properties of the battery" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PhysicalDimensionsCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_PhysicalDimensionsCharacteristic" | ||
}, | }, | ||
"stateOfBattery": { | "stateOfBattery": { | ||
" | "options": { | ||
"infoText": "The condition of the battery at the end of life i.e. when entering recycling scheme" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_StateOfBatteryCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_StateOfBatteryCharacteristic" | ||
}, | }, | ||
"batteryIdentification": { | "batteryIdentification": { | ||
" | "options": { | ||
"infoText": "Information to identify a specific battery." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryIdentificationCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryIdentificationCharacteristic" | ||
}, | }, | ||
"manufacturing": { | "manufacturing": { | ||
" | "options": { | ||
"infoText": "Information about the manufacturing process of a battery" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ManufacturingCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_ManufacturingCharacteristic" | ||
}, | }, | ||
"datePlacedOnMarket": { | "datePlacedOnMarket": { | ||
" | "options": { | ||
"infoText": "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." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_Datestamp" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_Datestamp" | ||
}, | }, | ||
"cellChemistry": { | "cellChemistry": { | ||
" | "options": { | ||
"infoText": "Information about the cell chemistry of a battery cell" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CellChemistryCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CellChemistryCharacteristic" | ||
}, | }, | ||
"composition": { | "composition": { | ||
" | "options": { | ||
"infoText": "Information about the composition of a battery and the combination of materials is describing a business requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CompositionCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CompositionCharacteristic" | ||
}, | }, | ||
"cO2FootprintTotal": { | "cO2FootprintTotal": { | ||
" | "options": { | ||
"infoText": "The total carbon footprint of the battery, calculated as kg of carbon dioxide equivalent is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CO2FootprintTotalCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_CO2FootprintTotalCharacteristic" | ||
}, | }, | ||
"temperatureRangeIdleState": { | "temperatureRangeIdleState": { | ||
" | "options": { | ||
"infoText": "The range of temperature the battery can withstand when not in use is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_TemperatureRangeIdleStateCharacterisitic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_TemperatureRangeIdleStateCharacterisitic" | ||
}, | }, | ||
"warrantyPeriod": { | "warrantyPeriod": { | ||
" | "options": { | ||
"infoText": "Commercial warranty period of the battery is describing a regulatory requirement." | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_WarrantyPeriodCharacterisitic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_WarrantyPeriodCharacterisitic" | ||
}, | }, | ||
"batteryCycleLife": { | "batteryCycleLife": { | ||
" | "options": { | ||
"infoText": "Property describing the cycle life of a battery" | |||
}, | |||
"$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryCycleLifeCharacteristic" | "$ref": "#/components/schemas/urn_bamm_io.catenax.battery.battery_pass_3.0.1_BatteryCycleLifeCharacteristic" | ||
} | } | ||
} | } | ||
} | } |
Latest revision as of 08:07, 16 October 2024
Battery Passport (Catena-X v3.0.1) [OSW54f58fe92b2148a3904e5fb0f5c1e81a] | |
---|---|
ID | OSW54f58fe92b2148a3904e5fb0f5c1e81a |
UUID | 54f58fe9-2b21-48a3-904e-5fb0f5c1e81a |
Label | Battery Passport (Catena-X v3.0.1) |
Machine compatible name | BatteryPassportCatenaXV301 |
Statements (outgoing) | |
Statements (incoming) | |
|
|
Keywords |
Description
A digital document or product passport for batteries based on Catena-X v3.0.1 JSON-SCHEMA
Category |
---|
Characteristic | |
---|---|
UUID<br>Definition: Entity, Characteristic | 54f58fe9-2b21-48a3-904e-5fb0f5c1e81a |
OntologyRelated | |
---|---|
Ontology Match (Exact)Only use this property if all properties defined in the Ontology can be asserted to this object.<br>Definition: Ontology related |
MetaCharacteristic | |
---|---|
SupercategoriesParent class(es)<br>Definition: Category (Class), Meta Characteristic |
|
Own propertiesProperties that are defined in addition to the ones inherited by superclasses and imported characteristics<br>Definition: Meta Characteristic |
* is_about (IsRelatedTo): |
Get an instance
Existing Instances
IsRelatedTo | |
---|---|
Battery Passport v3.0.1 Test 1 | Test Battery Pack for Battery Pass |
Battery Passport v3.0.1 Test 2 | Test Battery Pack 2 for Battery Pass |
Get all passports
Web-API
https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasType::Category:OSW54f58fe92b2148a3904e5fb0f5c1e81a]]&format=json
Get passport for given battery
Web-API
https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasType::Category:OSW54f58fe92b2148a3904e5fb0f5c1e81a]][[IsRelatedTo::Item:OSWf96a0291a1a04a71b89dc3c80628e45c]]&format=json
SPARQL
SELECT DISTINCT ?passport
WHERE { ?passport a <https://demo.open-semantic-lab.org/id/Category-3AOSW54f58fe92b2148a3904e5fb0f5c1e81a> .
?passport <https://demo.open-semantic-lab.org/id/Property-3AIsRelatedTo> <https://demo.open-semantic-lab.org/id/Item-3AOSW07ab9439598d4866a57a8cb60e2726ea> . }
Get data of a passport instance as JSON
Reference: io.catenax.battery.battery_pass v3.0.1 BatteryPass.json
Web-API
# Single slot
https://demo.open-semantic-lab.org/wiki/Item:OSWff8ab0e2075040d4939ac9313a997904?action=raw&slot=jsondata
# Single Passport
https://wiki-dev.open-semantic-lab.org/w/api.php?action=query&format=json&prop=info|revisions&meta=&formatversion=2&inprop=&rvprop=ids|timestamp|flags|comment|user|contentmodel|roles|content&titles=Item:OSWf96a0291a1a04a71b89dc3c80628e45c&rvslots=jsondata
# Multiple Passports separated with '|'
https://demo.open-semantic-lab.org/w/api.php?action=query&format=json&prop=revisions&titles=Item:OSWf96a0291a1a04a71b89dc3c80628e45c|Item:OSW50e8386b7d704903985570678745bf7b|Item:OSW5f9224e2265e4215bfa73fc5e82eb25c&rvprop=ids|timestamp|flags|comment|user|content|sha1|slotsha1&rvslots=jsondata
Result (within query.pages.<id>.revisions.0.slots.jsondata.*
)
{
"manufacturer": {
"name": "Fraunhofer ISC",
"contact": {
"email": "simon.stier@isc.fraunhofer.de"
},
"address": {
"thoroughfare": {
"technicalKey": "STREET",
"value": "Neunerplatz",
"number": "2"
},
"locality": {
"technicalKey": "CITY",
"value": "Würzburg"
},
"country": {
"shortName": "DE"
},
"postCode": {
"value": "97082",
"technicalKey": "CEDEX"
}
}
},
"electrochemicalProperties": {
"batteryPower": {
"maximumAllowedBatteryPower": 0,
"powerFade": 0,
"powerCapabilityAt20Charge": 0,
"powerCapabilityAt80Charge": 0,
"originalPowerCapability": 0,
"originalPowerCapabilityLimits": 0
},
"batteryVoltage": {
"minVoltage": 3.6,
"nominalVoltage": 3.7,
"maxVoltage": 4.2
},
"ratedCapacity": 10,
"capacityFade": 0,
"internalResistance": {
"cellInternalResistance": 0,
"packInternalResistance": 0,
"packInternalResistanceIncrease": 0
},
"capacityThresholdExhaustion": 0,
"batteryEnergy": {
"maximumAllowedBatteryEnergy": 0,
"energyRoundtripEfficiency": 0,
"energyRoundtripEfficiencyChange": 0
},
"ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy": 0
},
"physicalDimensions": {
"length": 30,
"width": 10,
"height": 10,
"diameter": 12.7,
"weight": 0.5
},
"stateOfBattery": {
"stateOfHealth": 95,
"stateOfCharge": 70,
"statusBattery": ""
},
"batteryIdentification": {
"batteryType": "",
"batteryModel": "",
"batteryIDDMCCode": ""
},
"manufacturing": {
"dateOfManufacturing": "2024-10-16",
"address": {
"thoroughfare": {
"technicalKey": "STREET",
"value": "Neunerplatz",
"number": "2"
},
"locality": {
"technicalKey": "CITY",
"value": "Würzburg"
},
"country": {
"shortName": "DE"
},
"postCode": {
"value": "97082",
"technicalKey": "CEDEX"
}
}
},
"datePlacedOnMarket": "2024-10-16",
"cellChemistry": {
"cathodeActiveMaterials": [
{
"materialName": "LFP",
"materialPercentageMassFraction": 100
}
],
"recyclateContentActiveMaterials": [],
"anodeActiveMaterials": [
{
"materialName": "Graphite",
"materialPercentageMassFraction": 100
}
],
"cathodeCompositionOther": [],
"anodeCompositionOther": [],
"electrolyteComposition": []
},
"composition": {
"components": {
"componentsSupplier": [],
"componentsPartNumber": []
},
"compositionOfBattery": [],
"criticalRawMaterials": "Lithium"
},
"cO2FootprintTotal": 1500,
"temperatureRangeIdleState": {
"temperatureRangeIdleStateLowerLimit": -20,
"temperatureRangeIdleStateUpperLimit": 100
},
"warrantyPeriod": 2,
"batteryCycleLife": {
"cycleLifeTestCRate": 1,
"cycleLifeTestDepthOfDischarge": 20,
"expectedLifetime": 1000
},
"type": [
"Category:OSW54f58fe92b2148a3904e5fb0f5c1e81a"
],
"is_about": "Item:OSW07ab9439598d4866a57a8cb60e2726ea",
"uuid": "f96a0291-a1a0-4a71-b89d-c3c80628e45c",
"label": [
{
"text": "Battery Passport v3.0.1 Test 1",
"lang": "en"
}
],
"description": [],
"name": "BatteryPassportV301Test1",
"document": {
"safetyMeasures": [
{
"fileLocation": "File:OSWa7c96e9cdb2a4936807e4ccc70d15176.pdf",
"title": ""
}
]
}
}
Mappings
Catena-X
Not relevant - json is already syntactically conform
Structure
jsondata
type |
| |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
subclass_of |
| |||||||||||||||||
characteristics |
| |||||||||||||||||
properties |
| |||||||||||||||||
uuid | "54f58fe9-2b21-48a3-904e-5fb0f5c1e81a" | |||||||||||||||||
label |
| |||||||||||||||||
description |
| |||||||||||||||||
exact_ontology_match |
| |||||||||||||||||
name | "BatteryPassportCatenaXV301" | |||||||||||||||||
based_on |
|
jsonschema
@context |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$defs |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
allOf |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | "BatteryPassportCatenaXV301" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | "A digital document or product passport for batteries based on Catena-X v3.0.1 JSON-SCHEMA" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
components |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
Pages in category "OSW54f58fe92b2148a3904e5fb0f5c1e81a"
The following 3 pages are in this category, out of 3 total.