From 5c27e7142e79e62000380b39d42be696f4fe6654 Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Mon, 19 Feb 2024 23:23:52 +0100 Subject: [PATCH] update BatteryMeasurementResult makes BatteryMeasurementResult an output of BatteryMeasurement, resolves #28 --- battery-inferred.ttl | 14 +- battery.ttl | 814 ++++++++++++++++++++++--------------------- 2 files changed, 418 insertions(+), 410 deletions(-) diff --git a/battery-inferred.ttl b/battery-inferred.ttl index f4da54b..2681bcd 100644 --- a/battery-inferred.ttl +++ b/battery-inferred.ttl @@ -34575,10 +34575,6 @@ Wikipedia"""@en ; ### https://w3id.org/emmo/domain/battery#battery_1d33b96d_f362_41e5_b670_d33cd6a7ab28 rdf:type owl:Class ; rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom @@ -34586,6 +34582,10 @@ Wikipedia"""@en ; [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ] ; "BatteryCycling"@en . @@ -35306,7 +35306,11 @@ Wikipedia"""@en ; ### https://w3id.org/emmo/domain/battery#battery_6c481323_498b_42c6_915a_53490f409430 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; "BatteryMeasurement"@en . diff --git a/battery.ttl b/battery.ttl index 3b2a181..6271630 100644 --- a/battery.ttl +++ b/battery.ttl @@ -35,10 +35,10 @@ email: simon.clark@sintef.no"""@en ; ### https://w3id.org/emmo/domain/battery#battery_0493552f_6463_4f57_bdbf_31b5b15ea72f :battery_0493552f_6463_4f57_bdbf_31b5b15ea72f rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-31" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "discharged secondary battery, where the cells contain no electrolyte or one in which the electrolyte has been drained from the cells which are then sealed to keep out oxygen"@en ; skos:altLabel "DischargedUnfilledBattery"@en ; - skos:prefLabel "DischargedEmptyBattery"@en . + skos:prefLabel "DischargedEmptyBattery"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-31" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "discharged secondary battery, where the cells contain no electrolyte or one in which the electrolyte has been drained from the cells which are then sealed to keep out oxygen"@en . ### https://w3id.org/emmo/domain/battery#battery_04a4e5a4_e6fd_43af_b1ca_4a16d5f8886c @@ -56,26 +56,26 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_1d0f15cb_d6b5_4c27_89ca_fe78adc1ce5b ] ; + skos:altLabel "LFPBattery"@en ; + skos:prefLabel "LithiumIonIronPhosphateBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q901551" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium ion battery with a lithium iron phosphate positive electrode"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium_iron_phosphate_battery"@en ; - skos:altLabel "LFPBattery"@en ; - skos:prefLabel "LithiumIonIronPhosphateBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium_iron_phosphate_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_04d0ea52_8528_4e09_8751_2f55897a8f6e :battery_04d0ea52_8528_4e09_8751_2f55897a8f6e rdf:type owl:Class ; rdfs:subClassOf :battery_e1d7fb00_03b9_46ea_90c9_501f538dfc11 ; - emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q899725" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a primary battery cell with a zinc anode and a mercuric oxide cathode in an alkaline electrolyte"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Mercury_battery"@en ; rdfs:comment "included for historical reference"@en , "mercury is toxic and an environmental hazard"@en , "the sale of mercury batteries is now banned in many countries"@en , "this cell was developed by Samuel Ruben during World War II and used to power early cardiac pacemakers, wrist watches, hearing aids, and other small electronics"@en ; skos:altLabel "MercuricOxideBattery"@en , "RubenMalloryBattery"@en ; - skos:prefLabel "MercuryBattery"@en . + skos:prefLabel "MercuryBattery"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q899725" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a primary battery cell with a zinc anode and a mercuric oxide cathode in an alkaline electrolyte"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Mercury_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_05adf5d2_0fbd_4c58_906e_4b875a7f2363 @@ -100,18 +100,18 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_ca4d9efc_70be_441e_b358_d927aa4c36c4 ] ; + skos:prefLabel "LithiumManganeseDioxideBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-10" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery with a non-aqueous electrolyte, a positive electrode containing manganese dioxide and a negative electrode of lithium"@en ; - skos:prefLabel "LithiumManganeseDioxideBattery"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery with a non-aqueous electrolyte, a positive electrode containing manganese dioxide and a negative electrode of lithium"@en . ### https://w3id.org/emmo/domain/battery#battery_0c3674b5_3f7b_4308_9bed_0ade6eb69a4e :battery_0c3674b5_3f7b_4308_9bed_0ade6eb69a4e rdf:type owl:Class ; rdfs:subClassOf :battery_e1d7fb00_03b9_46ea_90c9_501f538dfc11 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-04" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery with an alkaline electrolyte, a positive electrode containing nickel oxide and a negative electrode of zinc"@en ; skos:altLabel "NickelOxideZincBattery"@en ; - skos:prefLabel "NickelZincBattery"@en . + skos:prefLabel "NickelZincBattery"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-04" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery with an alkaline electrolyte, a positive electrode containing nickel oxide and a negative electrode of zinc"@en . ### https://w3id.org/emmo/domain/battery#battery_0c7bde43_72dd_486c_a4a0_296bae9ccdc4 @@ -129,23 +129,23 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty emmo:EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b ; owl:someValuesFrom electrochemistry:electrochemistry_a2f4dca3_829f_412b_9025_bd7581aad82a ] ; + rdfs:comment "the cell or battery cannot normally receive additions to the electrolyte"@en ; + skos:altLabel "VRLA"@en ; + skos:prefLabel "ValveRegulatedLeadAcidBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q780582" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-15"@en ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery in which cells are closed but have a valve which allows the escape of gas if the internal pressure exceeds a predetermined value"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/VRLA_battery"@en ; - rdfs:comment "the cell or battery cannot normally receive additions to the electrolyte"@en ; - skos:altLabel "VRLA"@en ; - skos:prefLabel "ValveRegulatedLeadAcidBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/VRLA_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_0c9979c2_c981_48ea_a8e1_72bdcb58fd58 :battery_0c9979c2_c981_48ea_a8e1_72bdcb58fd58 rdf:type owl:Class ; rdfs:subClassOf :battery_b572826a_b4e4_4986_b57d_f7b945061f8b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide cylindrical cell in a R20 case"@en ; rdfs:comment "introduced 1898 as the first flashlight battery"@en ; skos:altLabel "AlkalineDBattery"@en , "D"@en ; - skos:prefLabel "LR20"@en . + skos:prefLabel "LR20"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide cylindrical cell in a R20 case"@en . ### https://w3id.org/emmo/domain/battery#battery_0e9e80a1_1fb6_45d9_a1dd_d18ebfc48ae2 @@ -157,17 +157,17 @@ email: simon.clark@sintef.no"""@en ; ### https://w3id.org/emmo/domain/battery#battery_0f891406_1397_4571_bbc6_d804a32744af :battery_0f891406_1397_4571_bbc6_d804a32744af rdf:type owl:Class ; rdfs:subClassOf :battery_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 ; + skos:prefLabel "WetCell"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q11563836" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a primary battery cell with an excess liquid electrolyte"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electric_battery#Wet_cell"@en ; - skos:prefLabel "WetCell"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electric_battery#Wet_cell"@en . ### https://w3id.org/emmo/domain/battery#battery_1191d114_5aec_4167_97b1_c0bca9414c49 :battery_1191d114_5aec_4167_97b1_c0bca9414c49 rdf:type owl:Class ; rdfs:subClassOf :battery_8c808507_976a_4225_8099_604dc7abc5ea ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a full redox flow battery with non-aqueous electrolytes that contain metallic species as the active components"@en ; - skos:prefLabel "NonAqueousMetallicFlowBattery"@en . + skos:prefLabel "NonAqueousMetallicFlowBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a full redox flow battery with non-aqueous electrolytes that contain metallic species as the active components"@en . ### https://w3id.org/emmo/domain/battery#battery_1251f69a_6aab_41df_8e68_eabfcca43bde @@ -192,10 +192,10 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; owl:someValuesFrom electrochemistry:electrochemistry_dc205ac2_314e_415c_a2b6_b12e8359d54c ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-05" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "metal air battery with a saline electrolyte and a negative electrode of zinc"@en ; skos:altLabel "NearNeutralZincAirBattery"@en ; - skos:prefLabel "NeutralElectrolyteZincAirBattery"@en . + skos:prefLabel "NeutralElectrolyteZincAirBattery"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-05" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "metal air battery with a saline electrolyte and a negative electrode of zinc"@en . ### https://w3id.org/emmo/domain/battery#battery_126e9af4_41b4_45b8_81ca_b36af2841d5b @@ -224,9 +224,9 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_5c0fdc09_166e_40a6_ad74_be66f0db51bc ] ; + skos:prefLabel "LithiumCarbonMonofluorideBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-09" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery with a non-aqueous electrolyte, a positive electrode containing carbon monofluoride and a negative electrode of lithium"@en ; - skos:prefLabel "LithiumCarbonMonofluorideBattery"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery with a non-aqueous electrolyte, a positive electrode containing carbon monofluoride and a negative electrode of lithium"@en . ### https://w3id.org/emmo/domain/battery#battery_14ea92c1_2682_4c52_83a5_632adcfdb1ce @@ -256,38 +256,34 @@ email: simon.clark@sintef.no"""@en ; :battery_cf74f431_cdd3_4f0a_a3e7_f1554d6204b2 , :battery_d27fd24f_a96c_4db3_a579_777bb423043d , :battery_efc38420_ecbb_42e4_bb3f_208e7c417098 ; + skos:altLabel "NickelOxideCadmiumBattery"@en ; + skos:prefLabel "NickelCadmiumBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q898377" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-02" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery with an alkaline electrolyte, a positive electrode containing nickel oxide and a negative electrode of cadmium"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Nickel%E2%80%93cadmium_battery"@en ; - skos:altLabel "NickelOxideCadmiumBattery"@en ; - skos:prefLabel "NickelCadmiumBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Nickel%E2%80%93cadmium_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_1c0306f5_5698_4874_b6ce_e5cc45a46b91 :battery_1c0306f5_5698_4874_b6ce_e5cc45a46b91 rdf:type owl:Class ; rdfs:subClassOf :battery_b572826a_b4e4_4986_b57d_f7b945061f8b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cylindrical alkaline zinc manganese dioxide battery cell"@en ; skos:altLabel "AlkalineNBattery"@en , "N"@en ; - skos:prefLabel "LR1"@en . + skos:prefLabel "LR1"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cylindrical alkaline zinc manganese dioxide battery cell"@en . ### https://w3id.org/emmo/domain/battery#battery_1c8e08a6_8542_432a_9bd3_9474df55d497 :battery_1c8e08a6_8542_432a_9bd3_9474df55d497 rdf:type owl:Class ; rdfs:subClassOf :battery_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 ; + skos:prefLabel "OEMBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-12" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery supplied to an original equipment manufacturer (OEM) for use only with or in new equipment."@en ; - skos:prefLabel "OEMBattery"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery supplied to an original equipment manufacturer (OEM) for use only with or in new equipment."@en . ### https://w3id.org/emmo/domain/battery#battery_1d33b96d_f362_41e5_b670_d33cd6a7ab28 :battery_1d33b96d_f362_41e5_b670_d33cd6a7ab28 rdf:type owl:Class ; rdfs:subClassOf :battery_6c481323_498b_42c6_915a_53490f409430 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom :battery_2198cf67_b5d2_4325_9b6a_dde0a26fd065 - ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; owl:someValuesFrom :battery_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 @@ -295,6 +291,10 @@ email: simon.clark@sintef.no"""@en ; [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; owl:someValuesFrom :battery_bc033b97_a5b7_455c_94ce_e95676cb816b + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ; + owl:someValuesFrom :battery_2198cf67_b5d2_4325_9b6a_dde0a26fd065 ] ; skos:prefLabel "BatteryCycling"@en . @@ -321,27 +321,27 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; owl:someValuesFrom electrochemistry:electrochemistry_23b30468_be7b_45a9_bc11_a8219bc3ab8b ] ; + skos:prefLabel "LeclancheBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-08" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery with a saline electrolyte based on ammonium chloride and zinc chloride, a positive electrode containing manganese dioxide and a negative electrode of zinc"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Leclanch%C3%A9_cell"@en ; - skos:prefLabel "LeclancheBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Leclanch%C3%A9_cell"@en . ### https://w3id.org/emmo/domain/battery#battery_1d8112fa_7561_41b0_ba6e_876f3dbde4a8 :battery_1d8112fa_7561_41b0_ba6e_876f3dbde4a8 rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery cell consisting of two electrodes that are buried in soil or immersed in the sea"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Earth_battery"@en ; rdfs:comment "sometimes used to power sensors in remote or sub-sea locations"@en ; - skos:prefLabel "EarthBattery"@en . + skos:prefLabel "EarthBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery cell consisting of two electrodes that are buried in soil or immersed in the sea"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Earth_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_1dc7221d_bea7_49dd_8215_f57cd96cd073 :battery_1dc7221d_bea7_49dd_8215_f57cd96cd073 rdf:type owl:Class ; rdfs:subClassOf electrochemistry:electrochemistry_92147e31_d015_4889_a092_04fbab033f15 ; + skos:prefLabel "SinteredPlate"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-22" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plate of an alkaline secondary cell the support of which is made by sintering metal powder and into which the active material is introduced"@en ; - skos:prefLabel "SinteredPlate"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plate of an alkaline secondary cell the support of which is made by sintering metal powder and into which the active material is introduced"@en . ### https://w3id.org/emmo/domain/battery#battery_2018e0da_4c25_46e9_83db_38431fc81ce0 @@ -359,25 +359,25 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ; owl:someValuesFrom electrochemistry:electrochemistry_c831d963_629a_41ab_850f_97fb6841b739 ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium ion battery with a graphite negative electrode"@en ; skos:altLabel "GrBattery"@en ; - skos:prefLabel "LithiumIonGraphiteBattery"@en . + skos:prefLabel "LithiumIonGraphiteBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium ion battery with a graphite negative electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_2099e6d6_680b_476c_a123_f6c89ff93389 :battery_2099e6d6_680b_476c_a123_f6c89ff93389 rdf:type owl:Class ; rdfs:subClassOf :battery_21943399_9d3f_46cf_83a9_3913cddfdee1 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery with two calcium insertion electrodes"@en ; - skos:prefLabel "CalciumIonBattery"@en . + skos:prefLabel "CalciumIonBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery with two calcium insertion electrodes"@en . ### https://w3id.org/emmo/domain/battery#battery_21634c62_62eb_4a4f_9210_fb056c0bf98f :battery_21634c62_62eb_4a4f_9210_fb056c0bf98f rdf:type owl:Class ; rdfs:subClassOf :battery_b572826a_b4e4_4986_b57d_f7b945061f8b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide cylindrical cell in a R23 case"@en , - "usually contains a stack of four LR932 button cells shrink wrapped together"@en ; skos:altLabel "AlkalineABattery"@en ; - skos:prefLabel "LR23"@en . + skos:prefLabel "LR23"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide cylindrical cell in a R23 case"@en , + "usually contains a stack of four LR932 button cells shrink wrapped together"@en . ### https://w3id.org/emmo/domain/battery#battery_217e44ed_efd9_4b9e_9cb4_1f7488d996b2 @@ -402,10 +402,10 @@ email: simon.clark@sintef.no"""@en ; ### https://w3id.org/emmo/domain/battery#battery_21943399_9d3f_46cf_83a9_3913cddfdee1 :battery_21943399_9d3f_46cf_83a9_3913cddfdee1 rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; + skos:prefLabel "CalciumBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q106611348" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of calcium or containing calcium"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Calcium_battery"@en ; - skos:prefLabel "CalciumBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Calcium_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_2198cf67_b5d2_4325_9b6a_dde0a26fd065 @@ -418,9 +418,9 @@ email: simon.clark@sintef.no"""@en ; :battery_22a6f05f_fdc7_4670_830d_c23062c9ba6b rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 , :battery_efc38420_ecbb_42e4_bb3f_208e7c417098 ; + skos:prefLabel "BatteryOnFloat"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-35" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery whose terminals are permanently connected to a source of constant voltage sufficient to maintain the battery approximately fully charged, and which is intended to supply power to an electric circuit, if the normal supply is temporarily interrupted"@en ; - skos:prefLabel "BatteryOnFloat"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery whose terminals are permanently connected to a source of constant voltage sufficient to maintain the battery approximately fully charged, and which is intended to supply power to an electric circuit, if the normal supply is temporarily interrupted"@en . ### https://w3id.org/emmo/domain/battery#battery_22cd1325_5cbb_4fb3_b6a6_ae7aab5554a5 @@ -445,37 +445,37 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_c183f697_8995_477c_9ccd_5c12d98e3633 ] ; + skos:prefLabel "PotassiumIonBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q7234684" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a potassium ion shuttle battery with two potassium insertion electrodes"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Potassium-ion_battery"@en ; - skos:prefLabel "PotassiumIonBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Potassium-ion_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_23e6170d_a70b_4de9_a4db_458e24a327ac :battery_23e6170d_a70b_4de9_a4db_458e24a327ac rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A device for performing cycling measurements of a battery."@en ; - skos:prefLabel "BatteryCycler"@en . + skos:prefLabel "BatteryCycler"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A device for performing cycling measurements of a battery."@en . ### https://w3id.org/emmo/domain/battery#battery_27e2df40_b85d_4cdb_8469_b3b61b18e4ce :battery_27e2df40_b85d_4cdb_8469_b3b61b18e4ce rdf:type owl:Class ; rdfs:subClassOf :battery_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-15" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery which supplies electric energy to an electric circuit when the normal power supply of this electric circuit is interrupted."@en ; skos:altLabel "BackUpBattery"@en ; - skos:prefLabel "EmergencyBattery"@en . + skos:prefLabel "EmergencyBattery"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-15" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery which supplies electric energy to an electric circuit when the normal power supply of this electric circuit is interrupted."@en . ### https://w3id.org/emmo/domain/battery#battery_27e95677_3fff_476e_aac9_fe6df5d1535d :battery_27e95677_3fff_476e_aac9_fe6df5d1535d rdf:type owl:Class ; rdfs:subClassOf :battery_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the first example of a modern battery, featuring a stack of alternating layers of zinc and silver metal separated by cardboard soaked in brine"@en ; rdfs:comment "included for historical reference"@en , "invented by Alessandro Volta in 1799"@en , "the invention of the voltaic pile begat many other discoveries in (electro)chemistry, including the discovery or isolation of sodium, potassium, calcium, boron, strontium, and magnesium"@en ; skos:altLabel "VoltaPile"@en ; - skos:prefLabel "VoltaicPile"@en . + skos:prefLabel "VoltaicPile"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the first example of a modern battery, featuring a stack of alternating layers of zinc and silver metal separated by cardboard soaked in brine"@en . ### https://w3id.org/emmo/domain/battery#battery_2e47736e_285a_4215_9c7c_296ae6a45f20 @@ -493,30 +493,30 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_3dcfe33d_6825_43c0_a798_68e871a68d39 ; owl:someValuesFrom electrochemistry:electrochemistry_fe054d02_41c7_40e9_8206_3440ab6a67b2 ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cylindrical alkaline zinc manganese dioxide battery cell with 4 LR44 cells in series"@en ; rdfs:comment "often simply a stack of four SR44 (LR44) button cells shrink wrapped together"@en ; skos:altLabel "4LR44"@en ; - skos:prefLabel "Alkaline4SR44"@en . + skos:prefLabel "Alkaline4SR44"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cylindrical alkaline zinc manganese dioxide battery cell with 4 LR44 cells in series"@en . ### https://w3id.org/emmo/domain/battery#battery_31a80cd5_d4eb_4f7d_a990_f32a5a75ea86 :battery_31a80cd5_d4eb_4f7d_a990_f32a5a75ea86 rdf:type owl:Class ; rdfs:subClassOf :battery_edc98332_248a_436a_a352_5a7897150c4f ; - emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q112649313" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a type of redox flow battery that uses aqueous solutions of iron salt"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Iron_redox_flow_battery"@en ; skos:altLabel "IRB"@en , "ISB"@en , "IronSaltBattery"@en ; - skos:prefLabel "IronRedoxFlowBattery"@en . + skos:prefLabel "IronRedoxFlowBattery"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q112649313" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a type of redox flow battery that uses aqueous solutions of iron salt"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Iron_redox_flow_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_33d5e843_dcef_4b7b_97ec_bd902c9d950f :battery_33d5e843_dcef_4b7b_97ec_bd902c9d950f rdf:type owl:Class ; rdfs:subClassOf :battery_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 ; + skos:prefLabel "ReplacementBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-13"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery for use in place of an existing battery, giving the same or similar operating and performance characteristics."@en ; - skos:prefLabel "ReplacementBattery"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery for use in place of an existing battery, giving the same or similar operating and performance characteristics."@en . ### https://w3id.org/emmo/domain/battery#battery_361a67aa_a7d5_4c2b_98e5_7c8e9a919d79 @@ -534,9 +534,9 @@ email: simon.clark@sintef.no"""@en ; ] ; rdfs:subClassOf :battery_9cfcb1d3_ed39_476a_9300_47ffb6de6cf0 , :battery_f93bd38a_c44a_4a79_95fb_9937504b9448 ; + skos:prefLabel "IronAirBattery"@en ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a metal-air battery with a iron negative electrode"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Metal%E2%80%93air_electrochemical_cell#Iron"@en ; - skos:prefLabel "IronAirBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Metal%E2%80%93air_electrochemical_cell#Iron"@en . ### https://w3id.org/emmo/domain/battery#battery_392b3f47_d62a_4bd4_a819_b58b09b8843a @@ -551,21 +551,21 @@ email: simon.clark@sintef.no"""@en ; owl:someValuesFrom electrochemistry:electrochemistry_74459386_875c_4303_b774_60125b599d06 ] ; owl:disjointWith :battery_ac604ecd_cc60_4b98_b57c_74cd5d3ccd40 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery cell that is contained in a pouch case"@en ; skos:altLabel "CoffeeBagBattery"@en , "PouchBatteryCell"@en ; - skos:prefLabel "PouchCell"@en . + skos:prefLabel "PouchCell"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery cell that is contained in a pouch case"@en . ### https://w3id.org/emmo/domain/battery#battery_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 :battery_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; + skos:altLabel "PrimaryCell"@en ; + skos:prefLabel "PrimaryBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1378887" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-02" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell which is not designed to be electrically recharged"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Primary_battery"@en ; - skos:altLabel "PrimaryCell"@en ; - skos:prefLabel "PrimaryBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Primary_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_3ec55c79_6421_4ca3_88c8_a6c98ec6fd0b @@ -583,10 +583,10 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_3dcfe33d_6825_43c0_a798_68e871a68d39 ; owl:someValuesFrom electrochemistry:electrochemistry_9a23f61b_fef0_40f8_84f9_2057f90f6a95 ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cylindrical alkaline zinc manganese dioxide battery cell with 8LR932 cells in series"@en ; rdfs:comment "usually contains a stack of eight LR932 button cells shrink wrapped together"@en ; skos:altLabel "8LR932"@en ; - skos:prefLabel "AlkalineA23"@en . + skos:prefLabel "AlkalineA23"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cylindrical alkaline zinc manganese dioxide battery cell with 8LR932 cells in series"@en . ### https://w3id.org/emmo/domain/battery#battery_3f08a520_6e46_47f3_a6c6_2ec54ed0a7c1 @@ -596,18 +596,18 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ; owl:someValuesFrom electrochemistry:electrochemistry_952c8c3a_df21_4dd1_8d8c_380e43dc8c78 ] ; + skos:prefLabel "AluminiumBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q85741073" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of aluminium or containing aluminium"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Aluminium_battery"@en ; - skos:prefLabel "AluminiumBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Aluminium_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_3fcdc2ab_f458_4940_b218_6a10d1764567 :battery_3fcdc2ab_f458_4940_b218_6a10d1764567 rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; + skos:prefLabel "StandardVoltageCell"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-17" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell having, at a specified temperature, an invariant and specific open-circuit voltage, used as a reference voltage."@en ; - skos:prefLabel "StandardVoltageCell"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell having, at a specified temperature, an invariant and specific open-circuit voltage, used as a reference voltage."@en . ### https://w3id.org/emmo/domain/battery#battery_42329a95_03fe_4ec1_83cb_b7e8ed52f68a @@ -637,10 +637,10 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_d936c767_1530_419c_93f4_59e08f0d702c ] ; + skos:prefLabel "SodiumIonBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q391088" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery with a non-aqueous electrolyte and positive and negative electrodes which utilize an intercalation compound in which sodium is stored"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Sodium-ion_battery"@en ; - skos:prefLabel "SodiumIonBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Sodium-ion_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_44cb1e3b_480c_4594_a79a_4e4f001050ea @@ -658,9 +658,9 @@ email: simon.clark@sintef.no"""@en ; ] ; rdfs:subClassOf :battery_3f08a520_6e46_47f3_a6c6_2ec54ed0a7c1 , :battery_9cfcb1d3_ed39_476a_9300_47ffb6de6cf0 ; + skos:prefLabel "AluminiumAirBattery"@en ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a metal-air battery with an aluminium negative electrode"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Aluminium%E2%80%93air_battery"@en ; - skos:prefLabel "AluminiumAirBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Aluminium%E2%80%93air_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_45804eeb_fba3_49dd_ae79_6b4e958d6e09 @@ -678,19 +678,19 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_c231227b_f318_4e59_ad90_6e91072903ed ] ; + skos:altLabel "LMOBattery"@en ; + skos:prefLabel "LithiumIonManganeseOxideBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q16911101" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium ion battery with a lithium manganese oxide positive electrode"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium_ion_manganese_oxide_battery"@en ; - skos:altLabel "LMOBattery"@en ; - skos:prefLabel "LithiumIonManganeseOxideBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium_ion_manganese_oxide_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_4688d93e_1c2b_4ff0_8a12_b2e540d8a737 :battery_4688d93e_1c2b_4ff0_8a12_b2e540d8a737 rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; + skos:prefLabel "DrainedChargedBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-29" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "charged secondary battery where the cells contain a small quantity of electrolyte absorbed in the cell plates and in the plate separators"@en ; - skos:prefLabel "DrainedChargedBattery"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "charged secondary battery where the cells contain a small quantity of electrolyte absorbed in the cell plates and in the plate separators"@en . ### https://w3id.org/emmo/domain/battery#battery_46b8433d_fd57_4819_b34f_1636b72ad12e @@ -702,12 +702,12 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_344ed3a6_481a_499f_afef_631f1cece9ef ] ; - emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q127108" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a primary battery cell with a zinc anode and NiOOH cathode in an alkaline electolyte"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Nickel_oxyhydroxide_battery"@en ; rdfs:comment "IEC Code: Z" ; skos:altLabel "NickelOxideHydroxideBattery"@en ; - skos:prefLabel "NickelOxyhydroxideBattery"@en . + skos:prefLabel "NickelOxyhydroxideBattery"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q127108" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a primary battery cell with a zinc anode and NiOOH cathode in an alkaline electolyte"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Nickel_oxyhydroxide_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_49f68ecb_c8d1_4cfc_93ec_88c9fdbc7413 @@ -731,18 +731,18 @@ email: simon.clark@sintef.no"""@en ; :battery_664c8bf0_c6b9_4d57_96da_83f36b31ec04 , :battery_e1d7fb00_03b9_46ea_90c9_501f538dfc11 , :battery_efc38420_ecbb_42e4_bb3f_208e7c417098 ; + skos:prefLabel "SilverZincBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2285713" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-06" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery with an alkaline electrolyte, a positive electrode containing silver and a negative electrode of zinc"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Silver_zinc_battery"@en ; - skos:prefLabel "SilverZincBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Silver_zinc_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_4a620a13_ef9f_40c7_8833_c6e0720ce3ca :battery_4a620a13_ef9f_40c7_8833_c6e0720ce3ca rdf:type owl:Class ; rdfs:subClassOf :battery_8c808507_976a_4225_8099_604dc7abc5ea ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a full redox flow battery with aqueous electrolytes that contain organic species as the active components"@en ; - skos:prefLabel "AqueousOrganicFlowBattery"@en . + skos:prefLabel "AqueousOrganicFlowBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a full redox flow battery with aqueous electrolytes that contain organic species as the active components"@en . ### https://w3id.org/emmo/domain/battery#battery_4c78a492_b14d_4005_b555_d3c92e8def0f @@ -766,16 +766,16 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ; owl:someValuesFrom electrochemistry:electrochemistry_e8c39ecc_29d1_4172_996e_d5b05dc88015 ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium-ion battery with a blended silicon graphite negaitve electrode"@en ; - skos:prefLabel "LithiumIonSiliconGraphiteBattery"@en . + skos:prefLabel "LithiumIonSiliconGraphiteBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium-ion battery with a blended silicon graphite negaitve electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_4dfa5c98_e185_456b_9f06_89364ac637e5 :battery_4dfa5c98_e185_456b_9f06_89364ac637e5 rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ; + skos:prefLabel "BatteryBase"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-09" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "support base, generally of insulating material for stationary secondary cells, batteries or monobloc batteries"@en ; - skos:prefLabel "BatteryBase"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "support base, generally of insulating material for stationary secondary cells, batteries or monobloc batteries"@en . ### https://w3id.org/emmo/domain/battery#battery_4f0b1312_da2f_4039_a06d_d571ce51f835 @@ -793,18 +793,18 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_fd7caf39_0a43_4fbf_958e_a62067aa9007 ] ; - emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1865299" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium ion battery with a lithium cobalt oxide positive electrode"@en ; skos:altLabel "LCOBattery"@en ; - skos:prefLabel "LithiumIonCobaltOxideBattery"@en . + skos:prefLabel "LithiumIonCobaltOxideBattery"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1865299" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium ion battery with a lithium cobalt oxide positive electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_5029a2e2_3f59_4f28_a6c4_bc6a28e75a66 :battery_5029a2e2_3f59_4f28_a6c4_bc6a28e75a66 rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ; + skos:prefLabel "BatteryCrate"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-10" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "container with frame walls for holding several cells or batteries"@en ; - skos:prefLabel "BatteryCrate"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "container with frame walls for holding several cells or batteries"@en . ### https://w3id.org/emmo/domain/battery#battery_50b911f7_c903_4700_9764_c308d8a95470 @@ -814,17 +814,17 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; owl:someValuesFrom electrochemistry:electrochemistry_615cff2a_be95_4e65_9471_98db23f4c878 ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-08" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing an alkaline electrolyte"@en ; rdfs:comment "the term Alkaline Battery is often used to describe alkaline zinc manganese dioxide batteries (IEC code: L)"@en ; - skos:prefLabel "AlkalineCell"@en . + skos:prefLabel "AlkalineCell"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-08" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing an alkaline electrolyte"@en . ### https://w3id.org/emmo/domain/battery#battery_5129704d_3e08_4bee_b2d3_7b9e193cb481 :battery_5129704d_3e08_4bee_b2d3_7b9e193cb481 rdf:type owl:Class ; rdfs:subClassOf electrochemistry:electrochemistry_50044b99_b858_433b_a32d_23d1e1cf88b2 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical interface within a battery cell."@en ; - skos:prefLabel "BatteryInterface"@en . + skos:prefLabel "BatteryInterface"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electrochemical interface within a battery cell."@en . ### https://w3id.org/emmo/domain/battery#battery_52ed5408_da62_483d_97d5_a45755022582 @@ -839,32 +839,32 @@ email: simon.clark@sintef.no"""@en ; ### https://w3id.org/emmo/domain/battery#battery_53dec2af_0a2a_4205_a9b2_ae96ed717027 :battery_53dec2af_0a2a_4205_a9b2_ae96ed717027 rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; + skos:prefLabel "MagnesiumBattery"@en ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of magnesium or containing magnesium"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Magnesium_battery"@en ; - skos:prefLabel "MagnesiumBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Magnesium_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_54d48300_242b_4af8_96b4_d3436450e094 :battery_54d48300_242b_4af8_96b4_d3436450e094 rdf:type owl:Class ; rdfs:subClassOf :battery_3fcdc2ab_f458_4940_b218_6a10d1764567 ; + skos:prefLabel "WestonStandardVoltageCell"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-18" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "standard voltage cell with a saline electrolyte saturated with cadmium sulphate, a positive electrode of mercury and solid mercurous sulphate, and a negative electrode of amalgamated cadmium and solid cadmium sulphate."@en ; - skos:prefLabel "WestonStandardVoltageCell"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "standard voltage cell with a saline electrolyte saturated with cadmium sulphate, a positive electrode of mercury and solid mercurous sulphate, and a negative electrode of amalgamated cadmium and solid cadmium sulphate."@en . ### https://w3id.org/emmo/domain/battery#battery_5555b4bc_216e_4772_a914_b66b6e783079 :battery_5555b4bc_216e_4772_a914_b66b6e783079 rdf:type owl:Class ; rdfs:subClassOf :battery_8c808507_976a_4225_8099_604dc7abc5ea ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a full redox flow battery with non-aqueous electrolytes that contain metallic species as the active components"@en ; - skos:prefLabel "NonAqueousOrganicFlowBattery"@en . + skos:prefLabel "NonAqueousOrganicFlowBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a full redox flow battery with non-aqueous electrolytes that contain metallic species as the active components"@en . ### https://w3id.org/emmo/domain/battery#battery_557c1a8f_0e10_423c_9ab8_5bc316056ef4 :battery_557c1a8f_0e10_423c_9ab8_5bc316056ef4 rdf:type owl:Class ; rdfs:subClassOf electrochemistry:electrochemistry_92147e31_d015_4889_a092_04fbab033f15 ; + skos:prefLabel "PocketPlate"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-21" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plate of a nickel-cadmium or nickel-iron cell consisting of an assembly of perforated steel pockets, which may be nickel plated, and which contain the active material"@en ; - skos:prefLabel "PocketPlate"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plate of a nickel-cadmium or nickel-iron cell consisting of an assembly of perforated steel pockets, which may be nickel plated, and which contain the active material"@en . ### https://w3id.org/emmo/domain/battery#battery_55a8a42d_0f83_473d_82b0_32640114b7db @@ -889,42 +889,42 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; owl:someValuesFrom electrochemistry:electrochemistry_7393f12f_e3b9_42d6_bffb_e5613f53108f ] ; + skos:prefLabel "ZincChlorideBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-06" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery with a saline electrolyte based on zinc chloride, a positive electrode containing manganese dioxide and a negative electrode of zinc"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Zinc%E2%80%93carbon_battery#Zinc-chloride_%22heavy_duty%22_cell"@en ; - skos:prefLabel "ZincChlorideBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Zinc%E2%80%93carbon_battery#Zinc-chloride_%22heavy_duty%22_cell"@en . ### https://w3id.org/emmo/domain/battery#battery_5ae0d63a_51a9_433f_b92b_da7fd66ace6e :battery_5ae0d63a_51a9_433f_b92b_da7fd66ace6e rdf:type owl:Class ; rdfs:subClassOf :battery_8f363e2e_8258_415d_8784_9a60fce9aeef ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a redox flow battery that separates electrolytes by leveraging laminar flow, rather than using a typical ion-perm-selective membrane"@en ; - skos:prefLabel "MembranelessFlowBattery"@en . + skos:prefLabel "MembranelessFlowBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a redox flow battery that separates electrolytes by leveraging laminar flow, rather than using a typical ion-perm-selective membrane"@en . ### https://w3id.org/emmo/domain/battery#battery_5afce525_90b7_4807_87f0_ab23a52a0320 :battery_5afce525_90b7_4807_87f0_ab23a52a0320 rdf:type owl:Class ; rdfs:subClassOf :battery_aaac65cb_050c_407a_953a_f3ad3b675baa , :battery_e1d7fb00_03b9_46ea_90c9_501f538dfc11 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a flow battery with a zinc negative electrode"@en ; - skos:prefLabel "ZincFlowBattery"@en . + skos:prefLabel "ZincFlowBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a flow battery with a zinc negative electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_5ea1c25b_3b25_401c_b6be_76e9f7a4c4bd :battery_5ea1c25b_3b25_401c_b6be_76e9f7a4c4bd rdf:type owl:Class ; rdfs:subClassOf :battery_b572826a_b4e4_4986_b57d_f7b945061f8b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cylindrical alkaline zinc manganese dioxide battery cell with 8 LR732 cells in series"@en ; skos:altLabel "8LR732"@en ; - skos:prefLabel "AlkalineA27"@en . + skos:prefLabel "AlkalineA27"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cylindrical alkaline zinc manganese dioxide battery cell with 8 LR732 cells in series"@en . ### https://w3id.org/emmo/domain/battery#battery_6256b4c7_243f_4067_a081_dd1eb2160036 :battery_6256b4c7_243f_4067_a081_dd1eb2160036 rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-11" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "selected cell of a battery which is used to assess or represent the average state of parameters of the battery."@en ; skos:altLabel "PilotCell"@en ; - skos:prefLabel "PilotBatteryCell"@en . + skos:prefLabel "PilotBatteryCell"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-11" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "selected cell of a battery which is used to assess or represent the average state of parameters of the battery."@en . ### https://w3id.org/emmo/domain/battery#battery_664c8bf0_c6b9_4d57_96da_83f36b31ec04 @@ -934,8 +934,8 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_a462859d_d8bd_48ea_8bde_1576f1248a1e ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a positive electrode with an active material of silver or containing silver"@en ; - skos:prefLabel "SilverBattery"@en . + skos:prefLabel "SilverBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a positive electrode with an active material of silver or containing silver"@en . ### https://w3id.org/emmo/domain/battery#battery_679f6984_e0dc_4285_9dbb_429c5779590c @@ -959,76 +959,80 @@ email: simon.clark@sintef.no"""@en ; ] ; rdfs:subClassOf :battery_9cfcb1d3_ed39_476a_9300_47ffb6de6cf0 , :battery_9d1bf61e_7f64_43fd_af38_c16fb04ee72d ; + skos:prefLabel "SiliconAirBattery"@en ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a metal-air battery with a silicon negative electrode"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Silicon-air_battery"@en ; - skos:prefLabel "SiliconAirBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Silicon-air_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_68ed592a_7924_45d0_a108_94d6275d57f0 :battery_68ed592a_7924_45d0_a108_94d6275d57f0 rdf:type owl:Class ; rdfs:subClassOf :battery_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 , electrochemistry:electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-01" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "basic functional unit, consisting of an assembly of electrodes, electrolyte, container, terminals and usually separators, that is a source of electric energy obtained by direct conversion of chemical energy."@en ; skos:altLabel "Cell"@en ; - skos:prefLabel "BatteryCell"@en . + skos:prefLabel "BatteryCell"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-01" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "basic functional unit, consisting of an assembly of electrodes, electrolyte, container, terminals and usually separators, that is a source of electric energy obtained by direct conversion of chemical energy."@en . ### https://w3id.org/emmo/domain/battery#battery_69173be9_7105_43da_8635_033364616783 :battery_69173be9_7105_43da_8635_033364616783 rdf:type owl:Class ; rdfs:subClassOf :battery_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 ; + skos:prefLabel "PasteLinedCell"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-16" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary cell wherein the separator is a starch gel wet with electrolyte"@en ; - skos:prefLabel "PasteLinedCell"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary cell wherein the separator is a starch gel wet with electrolyte"@en . ### https://w3id.org/emmo/domain/battery#battery_6b2540b9_5af6_478a_81ae_583db9636db8 :battery_6b2540b9_5af6_478a_81ae_583db9636db8 rdf:type owl:Class ; rdfs:subClassOf :battery_b572826a_b4e4_4986_b57d_f7b945061f8b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide cylindrical cell in a R6 case"@en ; rdfs:comment "introduced 1907, but added to ANSI standard sizes in 1947"@en , "used in many household electronic devices"@en ; skos:altLabel "AA"@en , "AlkalineAABattery"@en ; - skos:prefLabel "LR6"@en . + skos:prefLabel "LR6"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide cylindrical cell in a R6 case"@en . ### https://w3id.org/emmo/domain/battery#battery_6c481323_498b_42c6_915a_53490f409430 :battery_6c481323_498b_42c6_915a_53490f409430 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ; + rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ; + owl:someValuesFrom :battery_14ea92c1_2682_4c52_83a5_632adcfdb1ce + ] ; skos:prefLabel "BatteryMeasurement"@en . ### https://w3id.org/emmo/domain/battery#battery_6e8efa8d_ec92_40e7_8013_e5efb4bc654d :battery_6e8efa8d_ec92_40e7_8013_e5efb4bc654d rdf:type owl:Class ; rdfs:subClassOf :battery_b572826a_b4e4_4986_b57d_f7b945061f8b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a prismatic alkaline zinc manganese dioxide battery cell, usually with 6 LR61 cells in series and a nominal voltage of 9 V"@en ; skos:altLabel "6LP3146"@en , "E"@en , "NineVoltBattery"@en ; - skos:prefLabel "AlkalinePP3"@en . + skos:prefLabel "AlkalinePP3"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a prismatic alkaline zinc manganese dioxide battery cell, usually with 6 LR61 cells in series and a nominal voltage of 9 V"@en . ### https://w3id.org/emmo/domain/battery#battery_70dad2a6_5316_4211_99a6_2031119515c1 :battery_70dad2a6_5316_4211_99a6_2031119515c1 rdf:type owl:Class ; rdfs:subClassOf :battery_0f891406_1397_4571_bbc6_d804a32744af , :battery_aaaa6f4b_435b_425b_acb1_e8a427c3489a ; + rdfs:comment "included for historical reference"@en ; + skos:prefLabel "BunsenCell"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q901286" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a primary zinc carbon battery with a zinc anode and carbon cathode and a dual electrolyte system of aqueous sulfuric acid and nitric or chromic acid"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Bunsen_cell"@en ; - rdfs:comment "included for historical reference"@en ; - skos:prefLabel "BunsenCell"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Bunsen_cell"@en . ### https://w3id.org/emmo/domain/battery#battery_72542944_ee85_4335_9f6d_621840e38686 :battery_72542944_ee85_4335_9f6d_621840e38686 rdf:type owl:Class ; rdfs:subClassOf :battery_d63c6483_4b0c_4966_b152_976ab02a45ef ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a rechargeable lithium-ion battery with a polymer electrolyte"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium_polymer_battery"@en ; skos:altLabel "LIP"@en , "LiPo"@en , "LiPoly"@en ; - skos:prefLabel "LithiumIonPolymerBattery"@en . + skos:prefLabel "LithiumIonPolymerBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a rechargeable lithium-ion battery with a polymer electrolyte"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium_polymer_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_74d6a5a9_efd6_43de_ad4b_e7b5f6b64aae @@ -1041,34 +1045,34 @@ email: simon.clark@sintef.no"""@en ; ### https://w3id.org/emmo/domain/battery#battery_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 :battery_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 rdf:type owl:Class ; rdfs:subClassOf electrochemistry:electrochemistry_0acd0fc2_1048_4604_8e90_bf4e84bd87df ; + skos:altLabel "ElectricBattery"@en ; + skos:prefLabel "Battery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q267298" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-04" ; emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Electric_battery"@en ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "one or more cells fitted with devices necessary for use, for example case, terminals, marking and protective devices"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electric_battery"@en ; - skos:altLabel "ElectricBattery"@en ; - skos:prefLabel "Battery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electric_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_74f06cdd_1f07_4e4f_9aac_21ffc4eba5ad :battery_74f06cdd_1f07_4e4f_9aac_21ffc4eba5ad rdf:type owl:Class ; rdfs:subClassOf :battery_aaac65cb_050c_407a_953a_f3ad3b675baa , :battery_d63c6483_4b0c_4966_b152_976ab02a45ef ; + skos:prefLabel "LithiumFlowBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q17142201" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a flow battery with a lithium metal negative electrode"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium-ion_flow_battery"@en ; - skos:prefLabel "LithiumFlowBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium-ion_flow_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_75cab90d_4bff_472a_be0f_48e61a272d01 :battery_75cab90d_4bff_472a_be0f_48e61a272d01 rdf:type owl:Class ; rdfs:subClassOf :battery_cf74f431_cdd3_4f0a_a3e7_f1554d6204b2 , :battery_efc38420_ecbb_42e4_bb3f_208e7c417098 ; + skos:prefLabel "NickelMetalHydrideBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q308567" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-08" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery with an electrolyte of aqueous potassium hydroxide, a positive electrode containing nickel as nickel hydroxide and a negative electrode of hydrogen in the form of a metal hydride"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Nickel%E2%80%93metal_hydride_battery"@en ; - skos:prefLabel "NickelMetalHydrideBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Nickel%E2%80%93metal_hydride_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_76288c39_86d7_45cf_85f8_a498ccf6f531 @@ -1078,34 +1082,34 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ; owl:someValuesFrom electrochemistry:electrochemistry_610f0bc8_557d_455b_a8ed_272d5d1813c9 ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of lead or containing lead"@en ; - skos:prefLabel "LeadBattery"@en . + skos:prefLabel "LeadBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of lead or containing lead"@en . ### https://w3id.org/emmo/domain/battery#battery_78826076_05d5_4cc8_b46b_93418a67c91b :battery_78826076_05d5_4cc8_b46b_93418a67c91b rdf:type owl:Class ; rdfs:subClassOf :battery_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 ; + skos:prefLabel "PaperLinedCell"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-15" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary cell wherein the separator is paper impregnated with electrolyte"@en ; - skos:prefLabel "PaperLinedCell"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary cell wherein the separator is paper impregnated with electrolyte"@en . ### https://w3id.org/emmo/domain/battery#battery_798806c2_9423_486a_b414_d1e49603c8cd :battery_798806c2_9423_486a_b414_d1e49603c8cd rdf:type owl:Class ; rdfs:subClassOf :battery_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 ; + skos:prefLabel "ReserveBatteryCell"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q7315268" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-14" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell stored in a dry state in which the necessary electrolyte is held separately and which may be transferred for activation to the cell, immediately prior to use, by priming or other means."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Reserve_battery"@en ; - skos:prefLabel "ReserveBatteryCell"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Reserve_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_7aa76ea6_f388_4b1b_9d77_187526a1e31f :battery_7aa76ea6_f388_4b1b_9d77_187526a1e31f rdf:type owl:Class ; rdfs:subClassOf electrochemistry:electrochemistry_a1ec9e3c_c624_4848_af13_89a6bc54d77c ; + skos:prefLabel "FaurePlate"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-19" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "pasted flat plate with a grid current collector used in a lead acid battery"@en ; - skos:prefLabel "FaurePlate"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "pasted flat plate with a grid current collector used in a lead acid battery"@en . ### https://w3id.org/emmo/domain/battery#battery_7b28d3a1_24d5_477b_afd8_af2bac480724 @@ -1115,12 +1119,12 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_a0a619d7_da95_41f0_8bc3_9c19d636d543 ] ; - emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q204563" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a flow battery with an aqueous zinc bromide electrolyte and zinc metal electrode"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Zinc-bromine_battery"@en ; rdfs:comment "the oldest flow battery chemistry, invented by John Doyle in 1879"@en ; skos:altLabel "ZincBromineBattery"@en ; - skos:prefLabel "ZincBromineFlowBattery"@en . + skos:prefLabel "ZincBromineFlowBattery"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q204563" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a flow battery with an aqueous zinc bromide electrolyte and zinc metal electrode"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Zinc-bromine_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_7b8c74b3_0fa5_41d5_bb43_6230f5e293c8 @@ -1137,8 +1141,8 @@ email: simon.clark@sintef.no"""@en ; rdf:type owl:Class ] ; rdfs:subClassOf :battery_9cfcb1d3_ed39_476a_9300_47ffb6de6cf0 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a metal-air battery with a sodium negative electrode"@en ; - skos:prefLabel "SodiumAirBattery"@en . + skos:prefLabel "SodiumAirBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a metal-air battery with a sodium negative electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_7c072505_7ea6_4bfd_8403_7133b3a4b806 @@ -1166,11 +1170,11 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_1c6cef85_811f_45d0_a0fd_2bc2d9369ea4 ] ; + rdfs:comment "the name \"aluminium-ion battery\" is a misnomer because it uses an aluminium metal negative electrode rather than an insertion (intercalation) negative electrode"@en ; + skos:prefLabel "AluminiumShuttleBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q15732670" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a secondary battery that combines an aluminium negative electrode with an aluminium insertion positive electrode"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Aluminium-ion_battery"@en ; - rdfs:comment "the name \"aluminium-ion battery\" is a misnomer because it uses an aluminium metal negative electrode rather than an insertion (intercalation) negative electrode"@en ; - skos:prefLabel "AluminiumShuttleBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Aluminium-ion_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_7eb62323_1001_4320_8fb5_c590ce93d3ce @@ -1195,15 +1199,15 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; owl:someValuesFrom electrochemistry:electrochemistry_334b3acd_e35d_4d5a_b8b5_6d13cbebbc57 ] ; - emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q337724" ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-01" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery with an aqueous electrolyte based on dilute sulphuric acid, a positive electrode of lead dioxide and a negative electrode of lead"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lead%E2%80%93acid_battery"@en ; rdfs:comment "invented in 1859 by French physicist Gaston Planté"@en , "lead dioxide lead batteries are often called accumulators (deprecated)"@en , "the first type of rechargeable battery ever created"@en ; skos:altLabel "LeadDioxideLeadBattery"@en ; - skos:prefLabel "LeadAcidBattery"@en . + skos:prefLabel "LeadAcidBattery"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q337724" ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-01" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery with an aqueous electrolyte based on dilute sulphuric acid, a positive electrode of lead dioxide and a negative electrode of lead"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lead%E2%80%93acid_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_80c5a33a_db50_4560_8c04_ba1ce014177e @@ -1221,24 +1225,24 @@ email: simon.clark@sintef.no"""@en ; ] ; rdfs:subClassOf :battery_9cfcb1d3_ed39_476a_9300_47ffb6de6cf0 , :battery_f13ac384_e21a_40b3_9ee8_023c2586049a ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a metal-air battery with a magnesium negative electrode"@en ; - skos:prefLabel "MagnesiumAirBattery"@en . + skos:prefLabel "MagnesiumAirBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a metal-air battery with a magnesium negative electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_81ed185e_a45a_4e4b_9be7_f8c93e63c81d :battery_81ed185e_a45a_4e4b_9be7_f8c93e63c81d rdf:type owl:Class ; rdfs:subClassOf :battery_edc98332_248a_436a_a352_5a7897150c4f ; + skos:prefLabel "HydrogenBromineBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q17045938" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a flow battery in which hydrogen bromide (HBr) serves as the electrolyte"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Hydrogen%E2%80%93bromine_battery"@en ; - skos:prefLabel "HydrogenBromineBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Hydrogen%E2%80%93bromine_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_820f837e_ec1c_40d7_a63a_cac3f9d91e6b :battery_820f837e_ec1c_40d7_a63a_cac3f9d91e6b rdf:type owl:Class ; rdfs:subClassOf :battery_5afce525_90b7_4807_87f0_ab23a52a0320 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a flow battery with an aqueous zinc chloride electrolyte and zinc metal electrode"@en ; - skos:prefLabel "ZincChlorineFlowBattery"@en . + skos:prefLabel "ZincChlorineFlowBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a flow battery with an aqueous zinc chloride electrolyte and zinc metal electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_8229b502_2e65_4652_b51d_173c697cf24a @@ -1252,9 +1256,9 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; owl:someValuesFrom electrochemistry:electrochemistry_5f9a9411_05f9_4576_acd3_81d7d41cfe98 ] ; + skos:prefLabel "NonAqueousCell"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-10"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell with a liquid electrolyte containing neither water nor other sources of reactive protons (H+)"@en ; - skos:prefLabel "NonAqueousCell"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell with a liquid electrolyte containing neither water nor other sources of reactive protons (H+)"@en . ### https://w3id.org/emmo/domain/battery#battery_834095fa_f684_4368_a7ce_853579a1362a @@ -1272,19 +1276,19 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_b3eb8c65_5644_45e3_9e17_0be6277c7962 ] ; - emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q93837163" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium-ion battery with a lithium nickel manganese cobalt oxide positive electrode"@en ; rdfs:comment "there are many stoichiometry variations for lithium nickel manganese cobalt oxides, typically expressed as LiNi_xMn_yCo_zO2 where x+y+z = 1"@en ; - skos:prefLabel "LithiumIonNickelManganeseCobaltOxideBattery"@en . + skos:prefLabel "LithiumIonNickelManganeseCobaltOxideBattery"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q93837163" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium-ion battery with a lithium nickel manganese cobalt oxide positive electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_84b41796_e958_4740_925c_94c180b91e0f :battery_84b41796_e958_4740_925c_94c180b91e0f rdf:type owl:Class ; rdfs:subClassOf :battery_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-17" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery with multiple separate but electrically connected cell compartments each of which is designed to house an assembly of electrodes, electrolyte, terminals or interconnections and possible separators"@en ; rdfs:comment "the cells in a monobloc battery can be connected in series or in parallel"@en ; - skos:prefLabel "MonoblocBattery"@en . + skos:prefLabel "MonoblocBattery"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-17" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery with multiple separate but electrically connected cell compartments each of which is designed to house an assembly of electrodes, electrolyte, terminals or interconnections and possible separators"@en . ### https://w3id.org/emmo/domain/battery#battery_86c9ca80-de6f-417f-afdc-a7e52fa6322d @@ -1306,22 +1310,22 @@ email: simon.clark@sintef.no"""@en ; ### https://w3id.org/emmo/domain/battery#battery_899c3993_9a45_498f_9489_ee40ed3098c9 :battery_899c3993_9a45_498f_9489_ee40ed3098c9 rdf:type owl:Class ; rdfs:subClassOf :battery_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 ; - emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3621156" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery with electrodes of zinc and copper inserted into a lemon as the electrolyte"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lemon_battery"@en ; rdfs:comment "included for historical reference"@en , "typically used for educational purposes"@en ; - skos:prefLabel "LemonBattery"@en . + skos:prefLabel "LemonBattery"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3621156" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery with electrodes of zinc and copper inserted into a lemon as the electrolyte"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lemon_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_8c391d2a_7d44_49a2_affd_176afd3d4ba4 :battery_8c391d2a_7d44_49a2_affd_176afd3d4ba4 rdf:type owl:Class ; rdfs:subClassOf :battery_0f891406_1397_4571_bbc6_d804a32744af ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a wet battery invented and patented by the French scientist Georges Leclanché in 1866"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Leclanch%C3%A9_cell"@en ; rdfs:comment "included for historical reference"@en , "used in the 19th century primarily for telegraph systems, and later adapted to the dry cell configuration used throughout the 20th century"@en ; - skos:prefLabel "LeclancheWetCell"@en . + skos:prefLabel "LeclancheWetCell"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a wet battery invented and patented by the French scientist Georges Leclanché in 1866"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Leclanch%C3%A9_cell"@en . ### https://w3id.org/emmo/domain/battery#battery_8c808507_976a_4225_8099_604dc7abc5ea @@ -1335,19 +1339,19 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty emmo:EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b ; owl:someValuesFrom electrochemistry:electrochemistry_9b6853e7_3412_463d_b5a9_82c14acebf7d ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a type of redox flow battery that store electroactive material only in external tanks"@en ; - skos:prefLabel "FullFlowBattery"@en . + skos:prefLabel "FullFlowBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a type of redox flow battery that store electroactive material only in external tanks"@en . ### https://w3id.org/emmo/domain/battery#battery_8f363e2e_8258_415d_8784_9a60fce9aeef :battery_8f363e2e_8258_415d_8784_9a60fce9aeef rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 , :battery_efc38420_ecbb_42e4_bb3f_208e7c417098 ; + skos:prefLabel "RedoxFlowBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q907511" ; emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Flow_battery" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a flow battery is a rechargeable battery in which electrolyte flows through one or more electrochemical cells from one or more tanks"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Flow_battery" ; - skos:prefLabel "RedoxFlowBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Flow_battery" . ### https://w3id.org/emmo/domain/battery#battery_910434d7_36fa_4279_b071_9bac5a9daf92 @@ -1374,11 +1378,11 @@ email: simon.clark@sintef.no"""@en ; ### https://w3id.org/emmo/domain/battery#battery_92bc9b20_5de1_40f8_9b55_aff6c3f5e7b0 :battery_92bc9b20_5de1_40f8_9b55_aff6c3f5e7b0 rdf:type owl:Class ; rdfs:subClassOf :battery_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 ; + rdfs:comment "developed in 1886 by the German scientist Carl Gassner"@en ; + skos:prefLabel "DryCell"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-14" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery containing an immobilized electrolyte"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Dry_cell"@en ; - rdfs:comment "developed in 1886 by the German scientist Carl Gassner"@en ; - skos:prefLabel "DryCell"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Dry_cell"@en . ### https://w3id.org/emmo/domain/battery#battery_96addc62_ea04_449a_8237_4cd541dd8e5f @@ -1408,13 +1412,13 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_4c3ee364_829b_41a4_b895_ca4a041efb2a ] ; + rdfs:comment "a lithium ion battery does not contain lithium metal"@en ; + skos:prefLabel "LithiumIonBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2822895" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-07" ; emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Lithium-ion_battery"@en ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery with an organic solvent electrolyte and positive and negative electrodes which utilize an intercalation compound in which lithium is stored"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium-ion_battery"@en ; - rdfs:comment "a lithium ion battery does not contain lithium metal"@en ; - skos:prefLabel "LithiumIonBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium-ion_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_980da224_75c0_4c47_af95_b51ca1443213 @@ -1443,8 +1447,8 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_3dcfe33d_6825_43c0_a798_68e871a68d39 ; owl:someValuesFrom electrochemistry:electrochemistry_30c8fb1b_3c75_49f5_9395_c15dfaf71b12 ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a Li | MnO2 coin cell with a R2016 case"@en ; - skos:prefLabel "CR2016"@en . + skos:prefLabel "CR2016"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a Li | MnO2 coin cell with a R2016 case"@en . ### https://w3id.org/emmo/domain/battery#battery_9984642f_c9dc_4b98_94f6_6ffe20cfc014 @@ -1473,9 +1477,9 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_3dcfe33d_6825_43c0_a798_68e871a68d39 ; owl:someValuesFrom electrochemistry:electrochemistry_9ceffffd_b918_48c2_aad9_5db16fa6149d ] ; + skos:prefLabel "CR2025"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q28955604" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a Li | MnO2 coin cell with a R2025 case"@en ; - skos:prefLabel "CR2025"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a Li | MnO2 coin cell with a R2025 case"@en . ### https://w3id.org/emmo/domain/battery#battery_9acfeea6_ca7f_4b97_9844_c38edf6387ec @@ -1491,8 +1495,8 @@ email: simon.clark@sintef.no"""@en ; owl:someValuesFrom :battery_be3b35a7_75a3_4be0_9265_beb178ea7b00 ] ; owl:disjointWith :battery_be3b35a7_75a3_4be0_9265_beb178ea7b00 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a modular assembly of multiple battery cells in a case, designed to be integrated into a larger battery pack"@en ; - skos:prefLabel "BatteryModule"@en . + skos:prefLabel "BatteryModule"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a modular assembly of multiple battery cells in a case, designed to be integrated into a larger battery pack"@en . ### https://w3id.org/emmo/domain/battery#battery_9c262b93_0a38_4f0e_9e29_ca958ebfa24e @@ -1517,8 +1521,8 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_d9888f1f_2226_4ce3_9cb3_91fd9bd1bf22 ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a shuttle battery for magnesium ions with two magnesium insertion electrodes"@en ; - skos:prefLabel "MagnesiumIonBattery"@en . + skos:prefLabel "MagnesiumIonBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a shuttle battery for magnesium ions with two magnesium insertion electrodes"@en . ### https://w3id.org/emmo/domain/battery#battery_9cfcb1d3_ed39_476a_9300_47ffb6de6cf0 @@ -1533,59 +1537,59 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_8b40856f_1ca2_4137_9616_7fb624671909 ] ; + rdfs:comment "can be primary or secondary, depending on the design"@en ; + skos:altLabel "AirMetalBattery"@en ; + skos:prefLabel "MetalAirBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2891821" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-01" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery in which atmospheric oxygen serves as the active material at the positive electrode and a metal as the active material of the negative electrode"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Metal-air_electrochemical_cell"@en ; - rdfs:comment "can be primary or secondary, depending on the design"@en ; - skos:altLabel "AirMetalBattery"@en ; - skos:prefLabel "MetalAirBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Metal-air_electrochemical_cell"@en . ### https://w3id.org/emmo/domain/battery#battery_9d1bf61e_7f64_43fd_af38_c16fb04ee72d :battery_9d1bf61e_7f64_43fd_af38_c16fb04ee72d rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of silicon or containing silicon"@en ; - skos:prefLabel "SiliconBattery"@en . + skos:prefLabel "SiliconBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of silicon or containing silicon"@en . ### https://w3id.org/emmo/domain/battery#battery_9d625cce_b579_4a6b_9e92_079f2c5a29bb :battery_9d625cce_b579_4a6b_9e92_079f2c5a29bb rdf:type owl:Class ; rdfs:subClassOf electrochemistry:electrochemistry_92147e31_d015_4889_a092_04fbab033f15 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-20" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plate, made of pure lead, of very large effective surface used in lead acid cells"@en ; rdfs:comment "the active material is formed by electrochemical oxidation of the lead in thin layers"@en ; - skos:prefLabel "PlantePlate"@en . + skos:prefLabel "PlantePlate"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-20" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "plate, made of pure lead, of very large effective surface used in lead acid cells"@en . ### https://w3id.org/emmo/domain/battery#battery_a02f11a5_3b1a_4ffe_93d8_e082687fe39d :battery_a02f11a5_3b1a_4ffe_93d8_e082687fe39d rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of sodium or containing sodium"@en ; - skos:prefLabel "SodiumBattery"@en . + skos:prefLabel "SodiumBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of sodium or containing sodium"@en . ### https://w3id.org/emmo/domain/battery#battery_a03942fb_dfa3_408a_806d_6cf05f8cb08f :battery_a03942fb_dfa3_408a_806d_6cf05f8cb08f rdf:type owl:Class ; rdfs:subClassOf :battery_b572826a_b4e4_4986_b57d_f7b945061f8b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide cylindrical cell in a R25 case"@en ; skos:altLabel "AlkalineFBatter"@en ; - skos:prefLabel "LR25"@en . + skos:prefLabel "LR25"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide cylindrical cell in a R25 case"@en . ### https://w3id.org/emmo/domain/battery#battery_a1924455_6f7e_4a2d_afd3_95527523183a :battery_a1924455_6f7e_4a2d_afd3_95527523183a rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; + skos:prefLabel "DryChargedBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-30" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "state of delivery of some types of secondary battery where the cells contain no electrolyte and the plates are dry and in a charged state"@en ; - skos:prefLabel "DryChargedBattery"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "state of delivery of some types of secondary battery where the cells contain no electrolyte and the plates are dry and in a charged state"@en . ### https://w3id.org/emmo/domain/battery#battery_a306c4d2_9f74_4910_8b42_52e33552cd90 :battery_a306c4d2_9f74_4910_8b42_52e33552cd90 rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of potassium or containing potassium"@en ; - skos:prefLabel "PotassiumBattery"@en . + skos:prefLabel "PotassiumBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of potassium or containing potassium"@en . ### https://w3id.org/emmo/domain/battery#battery_a316de25_e469_4a60_81fa_fcb0f372502f @@ -1609,35 +1613,35 @@ email: simon.clark@sintef.no"""@en ; :battery_cf74f431_cdd3_4f0a_a3e7_f1554d6204b2 , :battery_efc38420_ecbb_42e4_bb3f_208e7c417098 , :battery_f93bd38a_c44a_4a79_95fb_9937504b9448 ; + skos:altLabel "NiFeBattery"@en , + "NickelOxideIronBattery"@en ; + skos:prefLabel "NickelIronBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q80722" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-03" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery with an alkaline electrolyte, a positive electrode containing nickel oxide and a negative electrode of iron"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Nickel%E2%80%93iron_battery"@en ; - skos:altLabel "NiFeBattery"@en , - "NickelOxideIronBattery"@en ; - skos:prefLabel "NickelIronBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Nickel%E2%80%93iron_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_a48145f2_ba93_40c1_a4f7_0017ccff02b4 :battery_a48145f2_ba93_40c1_a4f7_0017ccff02b4 rdf:type owl:Class ; rdfs:subClassOf :battery_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 ; - emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q5505233" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery comprising two electrodes of dissimilar metals with frog legs acting as the electrolyte"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Frog_battery"@en ; rdfs:comment "Luigi Galvani's early investigations of \"animal electricity\" with frog legs were a source of inspiration for Alessandro Volta's invention of the voltaic pile"@en , "included for historical reference"@en ; - skos:prefLabel "FrogBattery"@en . + skos:prefLabel "FrogBattery"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q5505233" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery comprising two electrodes of dissimilar metals with frog legs acting as the electrolyte"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Frog_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_a5299801_2a8d_4d03_a476_ca2c5e9ca702 :battery_a5299801_2a8d_4d03_a476_ca2c5e9ca702 rdf:type owl:Class ; rdfs:subClassOf :battery_ac604ecd_cc60_4b98_b57c_74cd5d3ccd40 , :battery_b572826a_b4e4_4986_b57d_f7b945061f8b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide cylindrical cell in a R03 case"@en ; rdfs:comment "used in many household electronic devices"@en ; skos:altLabel "AAA"@en , "AlkalineAAABattery"@en ; - skos:prefLabel "LR03"@en . + skos:prefLabel "LR03"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide cylindrical cell in a R03 case"@en . ### https://w3id.org/emmo/domain/battery#battery_a5c1aa29_5404_4746_a9d0_0262c44ca419 @@ -1659,36 +1663,36 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_88d2d4bc_4244_4419_a260_ad099a62d580 ] ; + skos:prefLabel "LithiumSulfurBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q899170" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a type of rechargeable battery notable for its high specific energy"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium-sulfur_battery"@en ; - skos:prefLabel "LithiumSulfurBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium-sulfur_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_a7034a6b_8d1c_4a28_9b8a_5bee39eedf59 :battery_a7034a6b_8d1c_4a28_9b8a_5bee39eedf59 rdf:type owl:Class ; rdfs:subClassOf :battery_edc98332_248a_436a_a352_5a7897150c4f ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a type of flow battery that stores energy in aqueous solutions of sodium bromide and sodium polysulfide"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Polysulfide-bromide_battery"@en ; skos:altLabel "PSB"@en ; - skos:prefLabel "PolysulfideBromideFlowBattery"@en . + skos:prefLabel "PolysulfideBromideFlowBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a type of flow battery that stores energy in aqueous solutions of sodium bromide and sodium polysulfide"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Polysulfide-bromide_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_a71a4bf2_dee6_4aa4_8ad4_9f38c261fb84 :battery_a71a4bf2_dee6_4aa4_8ad4_9f38c261fb84 rdf:type owl:Class ; rdfs:subClassOf :battery_75cab90d_4bff_472a_be0f_48e61a272d01 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a nickel metal-hydride cylindrical cell in an R6 (AA) case"@en ; skos:altLabel "NiMHAABattery"@en , "NickelMetalHydrideAABattery"@en ; - skos:prefLabel "HR6"@en . + skos:prefLabel "HR6"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a nickel metal-hydride cylindrical cell in an R6 (AA) case"@en . ### https://w3id.org/emmo/domain/battery#battery_a779f0df_51d3_44cd_97f2_863c28843af8 :battery_a779f0df_51d3_44cd_97f2_863c28843af8 rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; + skos:prefLabel "UnformedDryCell"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-34" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "state of some types of secondary cell not yet filled with electrolyte and where the active material has not yet been submitted to a so called \"formation\" process"@en ; - skos:prefLabel "UnformedDryCell"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "state of some types of secondary cell not yet filled with electrolyte and where the active material has not yet been submitted to a so called \"formation\" process"@en . ### https://w3id.org/emmo/domain/battery#battery_aaaa6f4b_435b_425b_acb1_e8a427c3489a @@ -1698,16 +1702,16 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_ca4d9efc_70be_441e_b358_d927aa4c36c4 ] ; + skos:prefLabel "ZincCarbonBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-07" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery such as Leclanché or zinc chloride batteries"@en ; - skos:prefLabel "ZincCarbonBattery"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery such as Leclanché or zinc chloride batteries"@en . ### https://w3id.org/emmo/domain/battery#battery_aaac65cb_050c_407a_953a_f3ad3b675baa :battery_aaac65cb_050c_407a_953a_f3ad3b675baa rdf:type owl:Class ; rdfs:subClassOf :battery_8f363e2e_8258_415d_8784_9a60fce9aeef ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a type of redox flow battery comprising at least one solid electroactive material that is deposited or stripped within the stack"@en ; - skos:prefLabel "HybridFlowBattery"@en . + skos:prefLabel "HybridFlowBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a type of redox flow battery comprising at least one solid electroactive material that is deposited or stripped within the stack"@en . ### https://w3id.org/emmo/domain/battery#battery_ac604ecd_cc60_4b98_b57c_74cd5d3ccd40 @@ -1722,21 +1726,21 @@ email: simon.clark@sintef.no"""@en ; owl:someValuesFrom electrochemistry:electrochemistry_b1cf9fee_2164_4f95_8204_90f717373a8a ] ; owl:disjointWith :battery_b7fdab58_6e91_4c84_b097_b06eff86a124 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-39" , - "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-17" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell with a cylindrical shape in which the overall height is equal to or greater than the diameter"@en ; skos:altLabel "CylindricalBatteryCell"@en , "CylindricalCell"@en , "RoundCell"@en ; - skos:prefLabel "CylindricalBattery"@en . + skos:prefLabel "CylindricalBattery"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-39" , + "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-17" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell with a cylindrical shape in which the overall height is equal to or greater than the diameter"@en . ### https://w3id.org/emmo/domain/battery#battery_ad7c1d81_9a9f_4174_88ea_3ba3e8f4dbe2 :battery_ad7c1d81_9a9f_4174_88ea_3ba3e8f4dbe2 rdf:type owl:Class ; rdfs:subClassOf :battery_14ffa830_2789_429d_8c05_d2ae0ca51732 ; + skos:prefLabel "KR6"@en ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "NickelCadmiumAABattery"@en , - "nickel cadmium (NiCd) cylindrical cell in an R6 (AA) case"@en ; - skos:prefLabel "KR6"@en . + "nickel cadmium (NiCd) cylindrical cell in an R6 (AA) case"@en . ### https://w3id.org/emmo/domain/battery#battery_ada13509_4eed_4e40_a7b1_4cc488144154 @@ -1746,10 +1750,10 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ; owl:someValuesFrom electrochemistry:electrochemistry_47346d85_b9be_4480_8993_6307b1c58fcd ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a non-aqueous electrolyte and a negative electrode of lithium metal"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium_metal_battery"@en ; rdfs:comment "lithium metal batteries are often (but not always) primary cells"@en ; - skos:prefLabel "LithiumMetalBattery"@en . + skos:prefLabel "LithiumMetalBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a non-aqueous electrolyte and a negative electrode of lithium metal"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium_metal_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_aea9d6ae_7ac4_4dcd_b6ef_5afcde1ccd22 @@ -1767,18 +1771,18 @@ email: simon.clark@sintef.no"""@en ; ] ; rdfs:subClassOf :battery_9cfcb1d3_ed39_476a_9300_47ffb6de6cf0 , :battery_ada13509_4eed_4e40_a7b1_4cc488144154 ; + skos:prefLabel "LithiumAirBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q6126452" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a metal-air battery with a lithium negative electrode"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium%E2%80%93air_battery"@en ; - skos:prefLabel "LithiumAirBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium%E2%80%93air_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_af472269_bff7_4aa1_95e9_15666a350fc4 :battery_af472269_bff7_4aa1_95e9_15666a350fc4 rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ; + skos:prefLabel "BatteryRack"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-24" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "support, stand or grating with one or more levels or tiers for the installation of cells or mono-bloc containers in a stationary battery"@en ; - skos:prefLabel "BatteryRack"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "support, stand or grating with one or more levels or tiers for the installation of cells or mono-bloc containers in a stationary battery"@en . ### https://w3id.org/emmo/domain/battery#battery_b023508b_62eb_4b7d_9b4d_0715be990dd8 @@ -1799,20 +1803,20 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_245c9442_ca1d_4070_a624_182b92d30b10 ] ; + rdfs:comment "the name \"zinc-ion battery\" is a misnomer as it uses a metallic zinc negative electrode instead of a zinc-insertion negative electrode"@en ; + skos:prefLabel "ZincShuttleBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q30590622" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery that shuttles zinc ions as charge carriers"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Zinc-ion_battery"@en ; - rdfs:comment "the name \"zinc-ion battery\" is a misnomer as it uses a metallic zinc negative electrode instead of a zinc-insertion negative electrode"@en ; - skos:prefLabel "ZincShuttleBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Zinc-ion_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_b079217c_572e_4cc4_be38_a8388977085b :battery_b079217c_572e_4cc4_be38_a8388977085b rdf:type owl:Class ; rdfs:subClassOf :battery_3b0b0d6e_8b0e_4491_885e_8421d3eb3b69 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a simple battery cell with electrodes of zinc and copper inserted into a potato as electrolyte"@en ; rdfs:comment "included for historical reference"@en , "typically used for educational purposes"@en ; - skos:prefLabel "PotatoBattery"@en . + skos:prefLabel "PotatoBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a simple battery cell with electrodes of zinc and copper inserted into a potato as electrolyte"@en . ### https://w3id.org/emmo/domain/battery#battery_b1921f7b_afac_465a_a275_26f929f7f936 @@ -1836,8 +1840,8 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ; owl:someValuesFrom electrochemistry:electrochemistry_2fd5964b_0c65_4413_8b8c_849639e6d1e7 ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium-ion battery with a blended silicon oxide graphite negative electrode"@en ; - skos:prefLabel "LithiumIonSiliconOxideGraphiteBattery"@en . + skos:prefLabel "LithiumIonSiliconOxideGraphiteBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium-ion battery with a blended silicon oxide graphite negative electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_b572826a_b4e4_4986_b57d_f7b945061f8b @@ -1859,12 +1863,12 @@ email: simon.clark@sintef.no"""@en ; ] ; rdfs:subClassOf :battery_50b911f7_c903_4700_9764_c308d8a95470 , :battery_aaaa6f4b_435b_425b_acb1_e8a427c3489a ; + skos:altLabel "AlkalineBattery"@en ; + skos:prefLabel "AlkalineZincManganeseDioxideBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q861345" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-03"@en ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery with an alkaline electrolyte, a positive electrode containing manganese dioxide and a negative electrode of zinc"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Alkaline_battery"@en ; - skos:altLabel "AlkalineBattery"@en ; - skos:prefLabel "AlkalineZincManganeseDioxideBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Alkaline_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_b5910d2f_3114_4663_8d46_e418ff859251 @@ -1886,9 +1890,9 @@ email: simon.clark@sintef.no"""@en ; ] ; rdfs:subClassOf :battery_50b911f7_c903_4700_9764_c308d8a95470 , :battery_e8eada73_3811_4bbe_8f65_f6ee089d439f ; + skos:prefLabel "AlkalineZincAirBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-02" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "metal air battery with an alkaline electrolyte and a negative electrode of zinc"@en ; - skos:prefLabel "AlkalineZincAirBattery"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "metal air battery with an alkaline electrolyte and a negative electrode of zinc"@en . ### https://w3id.org/emmo/domain/battery#battery_b61b96ac_f2f4_4b74_82d5_565fe3a2d88b @@ -1917,9 +1921,9 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_3dcfe33d_6825_43c0_a798_68e871a68d39 ; owl:someValuesFrom electrochemistry:electrochemistry_94497aca_52a0_48e3_9b76_157b050e35b3 ] ; + skos:prefLabel "CR2032"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q5013811" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a Li | MnO2 coin cell with a R2032 case"@en ; - skos:prefLabel "CR2032"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a Li | MnO2 coin cell with a R2032 case"@en . ### https://w3id.org/emmo/domain/battery#battery_b7fdab58_6e91_4c84_b097_b06eff86a124 @@ -1933,15 +1937,15 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_3dcfe33d_6825_43c0_a798_68e871a68d39 ; owl:someValuesFrom electrochemistry:electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 ] ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-40" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell with a cylindrical shape in which the overall height is less than the diameter e.g. in the shape of a button or a coin"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Button_cell"@en ; rdfs:comment "in practice, the term coin is used exclusively for non-aqueous lithium cells"@en ; skos:altLabel "ButtonBatteryCell"@en , "ButtonCell"@en , "CoinBatteryCell"@en , "CoinCell"@en ; - skos:prefLabel "CoinBattery"@en . + skos:prefLabel "CoinBattery"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-40" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell with a cylindrical shape in which the overall height is less than the diameter e.g. in the shape of a button or a coin"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Button_cell"@en . ### https://w3id.org/emmo/domain/battery#battery_b81610fd_0bce_411b_986e_f3b4f3f562ab @@ -1965,20 +1969,20 @@ email: simon.clark@sintef.no"""@en ; :battery_50b911f7_c903_4700_9764_c308d8a95470 , :battery_d95593e8_03cd_404b_8b2b_beb97417a16a , :battery_e1d7fb00_03b9_46ea_90c9_501f538dfc11 ; + skos:altLabel "SilverOxideBattery"@en ; + skos:prefLabel "ZincSilverOxideBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q900791" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-04" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery with an alkaline electrolyte, a positive electrode containing silver oxide and a negative electrode of zinc"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Silver_oxide_battery"@en ; - skos:altLabel "SilverOxideBattery"@en ; - skos:prefLabel "ZincSilverOxideBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Silver_oxide_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_b8a811a8_733e_45e9_ac8a_8a6e93781265 :battery_b8a811a8_733e_45e9_ac8a_8a6e93781265 rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; + skos:prefLabel "FilledDischargedBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-33" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "state of delivery of some types of secondary battery where the cells contain electrolyte and whose plates are in a discharged state"@en ; - skos:prefLabel "FilledDischargedBattery"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "state of delivery of some types of secondary battery where the cells contain electrolyte and whose plates are in a discharged state"@en . ### https://w3id.org/emmo/domain/battery#battery_bc033b97_a5b7_455c_94ce_e95676cb816b @@ -1994,20 +1998,20 @@ email: simon.clark@sintef.no"""@en ; ### https://w3id.org/emmo/domain/battery#battery_bcf8f9dd_f493_4547_a5a3_e14b1f4c0f5f :battery_bcf8f9dd_f493_4547_a5a3_e14b1f4c0f5f rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 ; + skos:prefLabel "BatteryTray"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-35" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "container with a base and walls for holding several cells or batteries"@en ; - skos:prefLabel "BatteryTray"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "container with a base and walls for holding several cells or batteries"@en . ### https://w3id.org/emmo/domain/battery#battery_bd44dba6_459e_4b66_8342_804b09a3a6b5 :battery_bd44dba6_459e_4b66_8342_804b09a3a6b5 rdf:type owl:Class ; rdfs:subClassOf :battery_0f891406_1397_4571_bbc6_d804a32744af , :battery_e1d7fb00_03b9_46ea_90c9_501f538dfc11 ; + rdfs:comment "invented by Welsh scientist William Robert Grove"@en ; + skos:prefLabel "GroveCell"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2004643" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a primary battery cell with a zinc anode and platinum cathode in a sulfuric acid electrolyte"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Grove_cell"@en ; - rdfs:comment "invented by Welsh scientist William Robert Grove"@en ; - skos:prefLabel "GroveCell"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Grove_cell"@en . ### https://w3id.org/emmo/domain/battery#battery_be3b35a7_75a3_4be0_9265_beb178ea7b00 @@ -2017,10 +2021,10 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; owl:someValuesFrom :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ] ; + skos:prefLabel "BatteryPack"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q420116" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery containing multiple cells and a casing"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Battery_pack"@en ; - skos:prefLabel "BatteryPack"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Battery_pack"@en . ### https://w3id.org/emmo/domain/battery#battery_c429bb30_50d6_4cec_ae7e_279f59c36ccd @@ -2038,10 +2042,10 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_9109b3f6_112b_456d_ae45_b82c271c656b ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium ion battery with a manganese iron phosphate positive electrode"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/LMFP_battery"@en ; skos:altLabel "LMFPBattery"@en ; - skos:prefLabel "LithiumIonManganeseIronPhosphateBattery"@en . + skos:prefLabel "LithiumIonManganeseIronPhosphateBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium ion battery with a manganese iron phosphate positive electrode"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/LMFP_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_c4fe9409_3cd3_4af0_aa96_5681ef0261b4 @@ -2066,19 +2070,19 @@ email: simon.clark@sintef.no"""@en ; ### https://w3id.org/emmo/domain/battery#battery_c6b0d98f_e566_46b1_9dea_635a3299c512 :battery_c6b0d98f_e566_46b1_9dea_635a3299c512 rdf:type owl:Class ; rdfs:subClassOf electrochemistry:electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-43" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "first charge given to a new secondary battery at beginning of its service life"@en ; skos:altLabel "InitialCharge"@en ; - skos:prefLabel "FirstCharge"@en . + skos:prefLabel "FirstCharge"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-43" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "first charge given to a new secondary battery at beginning of its service life"@en . ### https://w3id.org/emmo/domain/battery#battery_cbc032aa_657f_4dca_87f8_edaccc70348d :battery_cbc032aa_657f_4dca_87f8_edaccc70348d rdf:type owl:Class ; rdfs:subClassOf :battery_b572826a_b4e4_4986_b57d_f7b945061f8b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an alkaline zinc manganese dioxide battery cell with 4 LR25 cells in series"@en ; rdfs:comment "usually in a rectangular prismatic case with spring terminals"@en ; skos:altLabel "4LR25"@en ; - skos:prefLabel "AlkalineLanternBattery"@en . + skos:prefLabel "AlkalineLanternBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "an alkaline zinc manganese dioxide battery cell with 4 LR25 cells in series"@en . ### https://w3id.org/emmo/domain/battery#battery_cf74f431_cdd3_4f0a_a3e7_f1554d6204b2 @@ -2088,8 +2092,8 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_76e461aa_5948_4a68_8337_284d11e0fd7d ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery with a nickel oxide positive electrode"@en ; - skos:prefLabel "NickelOxideBattery"@en . + skos:prefLabel "NickelOxideBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery with a nickel oxide positive electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_cf82b3bd_25cc_4930_bf49_c57711da1847 @@ -2099,17 +2103,17 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ; owl:someValuesFrom electrochemistry:electrochemistry_5adb91e0_ffe1_41f3_b779_c6966f65fb0e ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery in which gaseous carbon dioxide serves as the active material at the positive electrode and a metal as the active material of the negative electrode"@en ; - skos:prefLabel "MetalCarbonDioxideBattery"@en . + skos:prefLabel "MetalCarbonDioxideBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery in which gaseous carbon dioxide serves as the active material at the positive electrode and a metal as the active material of the negative electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_d00e842e_ee0b_4e25_bd17_d64d76d69730 :battery_d00e842e_ee0b_4e25_bd17_d64d76d69730 rdf:type owl:Class ; rdfs:subClassOf :battery_b572826a_b4e4_4986_b57d_f7b945061f8b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide cylindrical cell in a R14 case"@en ; skos:altLabel "AlkalineCBattery"@en , "C"@en ; - skos:prefLabel "LR14"@en . + skos:prefLabel "LR14"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide cylindrical cell in a R14 case"@en . ### https://w3id.org/emmo/domain/battery#battery_d10ff656_f9fd_4b0e_9de9_4812a44ea359 @@ -2127,9 +2131,9 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_3dcfe33d_6825_43c0_a798_68e871a68d39 ; owl:someValuesFrom electrochemistry:electrochemistry_fe054d02_41c7_40e9_8206_3440ab6a67b2 ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide button cell in a R1154 case"@en ; skos:altLabel "LR1154"@en ; - skos:prefLabel "LR44" . + skos:prefLabel "LR44" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide button cell in a R1154 case"@en . ### https://w3id.org/emmo/domain/battery#battery_d27fd24f_a96c_4db3_a579_777bb423043d @@ -2139,8 +2143,8 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ; owl:someValuesFrom electrochemistry:electrochemistry_dd4c5ffa_6228_41d8_8a44_a40a2b22723e ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of cadmium or containing cadmium"@en ; - skos:prefLabel "CadmiumBattery"@en . + skos:prefLabel "CadmiumBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of cadmium or containing cadmium"@en . ### https://w3id.org/emmo/domain/battery#battery_d3855d31_6aad_4b6d_ab35_c61669df583e @@ -2158,8 +2162,8 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ; owl:someValuesFrom electrochemistry:electrochemistry_6235cc7c_2eee_432a_93af_47d7e05db007 ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a sodium-ion battery with a hard carbon negative electrode"@en ; - skos:prefLabel "SodiumIonHardCarbonBattery"@en . + skos:prefLabel "SodiumIonHardCarbonBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a sodium-ion battery with a hard carbon negative electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_d51a2b95_a327_4ef5_8692_ab6c412f4945 @@ -2177,19 +2181,19 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ; owl:someValuesFrom electrochemistry:electrochemistry_4143b1c2_2d21_419e_af45_247d4c78ce7e ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium-ion battery with a silicon oxide negative electrode"@en ; - skos:prefLabel "LithiumIonSiliconOxideBattery"@en . + skos:prefLabel "LithiumIonSiliconOxideBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a lithium-ion battery with a silicon oxide negative electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_d63c6483_4b0c_4966_b152_976ab02a45ef :battery_d63c6483_4b0c_4966_b152_976ab02a45ef rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-06" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a non-aqueous electrolyte and a negative electrode of lithium or containing lithium"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium_battery"@en ; rdfs:comment "depending on the design features chosen, a lithium cell may be primary or secondary"@en ; skos:altLabel "LithiumCell"@en ; - skos:prefLabel "LithiumBattery"@en . + skos:prefLabel "LithiumBattery"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-06" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a non-aqueous electrolyte and a negative electrode of lithium or containing lithium"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_d6d75b55_6f9b_42f5_a31e_b0e5ba3536a0 @@ -2200,31 +2204,31 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_df78745e_f9db_4830_88f0_8ce074fcb8ff ] ; + rdfs:comment "included for historical reference"@en ; + skos:prefLabel "ClarkCell"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q898656" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a wet cell with zinc and mercury electrodes in a zinc sulfate solution, invented by English engineer Josiah Latimer Clark"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Clark_cell"@en ; - rdfs:comment "included for historical reference"@en ; - skos:prefLabel "ClarkCell"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Clark_cell"@en . ### https://w3id.org/emmo/domain/battery#battery_d8b9f2b9_5eb8_4be8_bafa_87789de73434 :battery_d8b9f2b9_5eb8_4be8_bafa_87789de73434 rdf:type owl:Class ; rdfs:subClassOf :battery_efc38420_ecbb_42e4_bb3f_208e7c417098 ; + skos:prefLabel "MaintanenceFreeBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-25" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery which, during the service life, requires no maintenance provided specified operating conditions are fulfilled"@en ; - skos:prefLabel "MaintanenceFreeBattery"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery which, during the service life, requires no maintenance provided specified operating conditions are fulfilled"@en . ### https://w3id.org/emmo/domain/battery#battery_d94a5498_321a_43d3_af62_80f8253068a9 :battery_d94a5498_321a_43d3_af62_80f8253068a9 rdf:type owl:Class ; rdfs:subClassOf :battery_0f891406_1397_4571_bbc6_d804a32744af , :battery_e1d7fb00_03b9_46ea_90c9_501f538dfc11 ; - emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q749635" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a primary battery cell with zinc and copper electrodes and a mixed electrolyte system of copper (II) sulfate and sulfuric acid"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Daniell_cell"@en ; rdfs:comment "included for historical reference"@en , "invented in 1836 by British chemist and meteorologist John Frederic Daniell"@en ; - skos:prefLabel "DaniellCell"@en . + skos:prefLabel "DaniellCell"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q749635" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a primary battery cell with zinc and copper electrodes and a mixed electrolyte system of copper (II) sulfate and sulfuric acid"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Daniell_cell"@en . ### https://w3id.org/emmo/domain/battery#battery_d95593e8_03cd_404b_8b2b_beb97417a16a @@ -2234,8 +2238,8 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_a3745142_b97a_4e19_b7ed_03599f56e81d ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a positive electrode with an active material of silver oxide or containing silver oxide"@en ; - skos:prefLabel "SilverOxideBattery"@en . + skos:prefLabel "SilverOxideBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a positive electrode with an active material of silver oxide or containing silver oxide"@en . ### https://w3id.org/emmo/domain/battery#battery_d9b99b14_44e8_473b_af8f_2a160429df69 @@ -2252,40 +2256,40 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_3bd08946_4e81_455d_9fca_dc7a5ead9315 ; owl:someValuesFrom electrochemistry:electrochemistry_c3f4b34a_0e2c_46f3_baab_4ebd2682d26f ] ; + rdfs:comment "the molten salt may be in a solid (inactivated) state and is activated by heat"@en ; + skos:prefLabel "MoltenSaltCell"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q949927" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-07" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell with an electrolyte consisting of one or more anhydrous molten salts."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Molten-salt_battery"@en ; - rdfs:comment "the molten salt may be in a solid (inactivated) state and is activated by heat"@en ; - skos:prefLabel "MoltenSaltCell"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Molten-salt_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_dbc86554_1a2a_4f2b_b8c2_e793fa219883 :battery_dbc86554_1a2a_4f2b_b8c2_e793fa219883 rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 , :battery_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17 ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-16" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery connected across a direct current supply in order to reduce the effects of power variations of the source."@en ; skos:altLabel "BackUpBattery"@en ; - skos:prefLabel "BufferBattery"@en . + skos:prefLabel "BufferBattery"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-16" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "battery connected across a direct current supply in order to reduce the effects of power variations of the source."@en . ### https://w3id.org/emmo/domain/battery#battery_dc2325e3_5a8b_4230_8ad7_fa528fff3059 :battery_dc2325e3_5a8b_4230_8ad7_fa528fff3059 rdf:type owl:Class ; rdfs:subClassOf :battery_b572826a_b4e4_4986_b57d_f7b945061f8b ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide cylindrical cell in a R12 case"@en ; skos:altLabel "AlkalineBBattery"@en , "B"@en ; - skos:prefLabel "LR12"@en . + skos:prefLabel "LR12"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "alkaline zinc manganese dioxide cylindrical cell in a R12 case"@en . ### https://w3id.org/emmo/domain/battery#battery_dfbafabe_e807_4343_9493_abef18b2232b :battery_dfbafabe_e807_4343_9493_abef18b2232b rdf:type owl:Class ; rdfs:subClassOf :battery_5afce525_90b7_4807_87f0_ab23a52a0320 ; + skos:prefLabel "ZincCeriumFlowBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q8072320" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a flow battery that uses solutions of zinc as anolyte and cerium as catholyte"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Zinc%E2%80%93cerium_battery"@en ; - skos:prefLabel "ZincCeriumFlowBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Zinc%E2%80%93cerium_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_e1d7fb00_03b9_46ea_90c9_501f538dfc11 @@ -2295,20 +2299,20 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ; owl:someValuesFrom electrochemistry:electrochemistry_d0a26dc2_fde9_4a11_ac26_7c18499d28a5 ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of zinc or containing zinc"@en ; - skos:prefLabel "ZincBattery"@en . + skos:prefLabel "ZincBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of zinc or containing zinc"@en . ### https://w3id.org/emmo/domain/battery#battery_e2aac68e_f880_4be5_87e6_73eba9f75955 :battery_e2aac68e_f880_4be5_87e6_73eba9f75955 rdf:type owl:Class ; rdfs:subClassOf :battery_edc98332_248a_436a_a352_5a7897150c4f ; - emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q905330"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a type of flow battery that employs vanadium ions as charge carriers"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Vanadium_redox_battery"@en ; skos:altLabel "VFB"@en , "VRB"@en , "VRFB"@en ; - skos:prefLabel "VanadiumRedoxFlowBattery"@en . + skos:prefLabel "VanadiumRedoxFlowBattery"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q905330"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a type of flow battery that employs vanadium ions as charge carriers"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Vanadium_redox_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_e3717684_26bd_40ce_b279_e7b39cc3e67e @@ -2318,8 +2322,8 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_88d2d4bc_4244_4419_a260_ad099a62d580 ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery with a calcium negative electrode and a sulfur positive electrode"@en ; - skos:prefLabel "CalciumSulfurBattery"@en . + skos:prefLabel "CalciumSulfurBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery with a calcium negative electrode and a sulfur positive electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_e8eada73_3811_4bbe_8f65_f6ee089d439f @@ -2341,20 +2345,20 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ; owl:someValuesFrom electrochemistry:electrochemistry_d0a26dc2_fde9_4a11_ac26_7c18499d28a5 ] ; + skos:altLabel "ZAB"@en ; + skos:prefLabel "ZincAirBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q204582"@en ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a type of metal-air battery with a zinc negative electrode"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Zinc%E2%80%93air_battery"@en ; - skos:altLabel "ZAB"@en ; - skos:prefLabel "ZincAirBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Zinc%E2%80%93air_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_e939a312_661c_4b21_9651_06f34659e20a :battery_e939a312_661c_4b21_9651_06f34659e20a rdf:type owl:Class ; rdfs:subClassOf :battery_679f6984_e0dc_4285_9dbb_429c5779590c ; + skos:prefLabel "RandlesCircuitModel"@en ; emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Randles_circuit"@en ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equivalent electrical circuit that consists of an active electrolyte resistance RS in series with the parallel combination of the double-layer capacitance Cdl and an impedance of a faradaic reaction."@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Randles_circuit"@en ; - skos:prefLabel "RandlesCircuitModel"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Randles_circuit"@en . ### https://w3id.org/emmo/domain/battery#battery_eb37da80_4500_49c6_ac9b_da2b3d810efc @@ -2383,46 +2387,46 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_a8edd38f_f8a5_41fb_9fc7_48f1866fd699 ] ; + skos:prefLabel "LithiumCopperOxideBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-11" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery with a non-aqueous electrolyte, a positive electrode containing copper oxide and a negative electrode of lithium"@en ; - skos:prefLabel "LithiumCopperOxideBattery"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery with a non-aqueous electrolyte, a positive electrode containing copper oxide and a negative electrode of lithium"@en . ### https://w3id.org/emmo/domain/battery#battery_eb962056_c48c_439a_a1a7_a2868e2e312f :battery_eb962056_c48c_439a_a1a7_a2868e2e312f rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; + skos:prefLabel "FilledChargedBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-32" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "state of delivery of some types of secondary battery where the cells contain electrolyte and whose plates are in a charged state"@en ; - skos:prefLabel "FilledChargedBattery"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "state of delivery of some types of secondary battery where the cells contain electrolyte and whose plates are in a charged state"@en . ### https://w3id.org/emmo/domain/battery#battery_edc98332_248a_436a_a352_5a7897150c4f :battery_edc98332_248a_436a_a352_5a7897150c4f rdf:type owl:Class ; rdfs:subClassOf :battery_8c808507_976a_4225_8099_604dc7abc5ea ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a full redox flow battery with aqueous electrolytes that contain metallic species as the active components"@en ; - skos:prefLabel "AqueousMetallicFlowBattery"@en . + skos:prefLabel "AqueousMetallicFlowBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a full redox flow battery with aqueous electrolytes that contain metallic species as the active components"@en . ### https://w3id.org/emmo/domain/battery#battery_eeab063b_9dbf_4879_8008_44e5c4a34f1f :battery_eeab063b_9dbf_4879_8008_44e5c4a34f1f rdf:type owl:Class ; rdfs:subClassOf :battery_21943399_9d3f_46cf_83a9_3913cddfdee1 , :battery_9cfcb1d3_ed39_476a_9300_47ffb6de6cf0 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a metal-air battery with a calcium negative electrode"@en ; - skos:prefLabel "CalciumAirBattery"@en . + skos:prefLabel "CalciumAirBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a metal-air battery with a calcium negative electrode"@en . ### https://w3id.org/emmo/domain/battery#battery_ef6a6244_fe3d_406e_8456_f72b45bb1fdf :battery_ef6a6244_fe3d_406e_8456_f72b45bb1fdf rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q7557794" ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-09" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell with an ionically conducting solid as electrolyte"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Solid-state_battery"@en ; skos:altLabel "ASSB"@en , "AllSolidStateBattery"@en , "SSB"@en , "SolidElectrolyteCell"@en ; - skos:prefLabel "SolidStateBattery"@en . + skos:prefLabel "SolidStateBattery"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q7557794" ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-09" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell with an ionically conducting solid as electrolyte"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Solid-state_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_ef791f05_41d4_4bdb_a1fc_fd455ed0ecb2 @@ -2434,14 +2438,14 @@ email: simon.clark@sintef.no"""@en ; ### https://w3id.org/emmo/domain/battery#battery_efc38420_ecbb_42e4_bb3f_208e7c417098 :battery_efc38420_ecbb_42e4_bb3f_208e7c417098 rdf:type owl:Class ; rdfs:subClassOf :battery_68ed592a_7924_45d0_a108_94d6275d57f0 ; - emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q187510" ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-03" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell which is designed to be electrically recharged"@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Rechargeable_battery"@en ; rdfs:comment "the recharge is accomplished by way of a reversible chemical reaction"@en ; skos:altLabel "Accumulator"@en , "RechargeableBattery"@en ; - skos:prefLabel "SecondaryBattery"@en . + skos:prefLabel "SecondaryBattery"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q187510" ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-01-03" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell which is designed to be electrically recharged"@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Rechargeable_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_f13ac384_e21a_40b3_9ee8_023c2586049a @@ -2476,10 +2480,10 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_4977521c_0438_4659_bc81_1c77fae836bb ] ; + skos:prefLabel "LithiumThionylChlorideBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1537879" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-13" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery with a non-aqueous inorganic electrolyte, a positive electrode containing thionyl chloride and a negative electrode of lithium"@en ; - skos:prefLabel "LithiumThionylChlorideBattery"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery with a non-aqueous inorganic electrolyte, a positive electrode containing thionyl chloride and a negative electrode of lithium"@en . ### https://w3id.org/emmo/domain/battery#battery_f768ea27_09ba_4875_a5cc_2c644b0753a3 @@ -2509,12 +2513,12 @@ email: simon.clark@sintef.no"""@en ; :battery_d27fd24f_a96c_4db3_a579_777bb423043d , :battery_d95593e8_03cd_404b_8b2b_beb97417a16a , :battery_efc38420_ecbb_42e4_bb3f_208e7c417098 ; + skos:altLabel "SilverCadmiumBattery"@en ; + skos:prefLabel "SilverOxideCadmiumBattery"@en ; emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q48798855" ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-05" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery with an alkaline electrolyte, a positive electrode containing silver oxide and a negative electrode of cadmium" ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Silver%E2%80%93cadmium_battery"@en ; - skos:altLabel "SilverCadmiumBattery"@en ; - skos:prefLabel "SilverOxideCadmiumBattery"@en . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Silver%E2%80%93cadmium_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_f93bd38a_c44a_4a79_95fb_9937504b9448 @@ -2524,18 +2528,18 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ; owl:someValuesFrom electrochemistry:electrochemistry_cc4e178c_bc1f_4502_b6c2_33f304ef6bab ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of iron or containing iron"@en ; - skos:prefLabel "IronBattery"@en . + skos:prefLabel "IronBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "cell containing a negative electrode with an active material of iron or containing iron"@en . ### https://w3id.org/emmo/domain/battery#battery_fadf9d93_d1fd_492c_a58f_1382e5a5bd47 :battery_fadf9d93_d1fd_492c_a58f_1382e5a5bd47 rdf:type owl:Class ; rdfs:subClassOf electrochemistry:electrochemistry_a9873d3d_945b_40ba_b9cd_8dfb64cec88f ; - emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-47" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "method of charge applied to a battery wherein the state of charge is maintained by a continuous, long term, regulated small electric current"@en ; rdfs:comment "the trickle charge compensates self-discharge effects and maintains the battery in an approximately fully charged state"@en , "the trickle charge is not suitable for some secondary battery types, for example lithium cells and batteries"@en ; - skos:prefLabel "TrickleCharge"@en . + skos:prefLabel "TrickleCharge"@en ; + emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-05-47" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "method of charge applied to a battery wherein the state of charge is maintained by a continuous, long term, regulated small electric current"@en . ### https://w3id.org/emmo/domain/battery#battery_fcbbda5e_7ba3_4355_8817_b90159e59847 @@ -2560,9 +2564,9 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_d2726dd5_69f0_4cb1_bd3c_4c48813e57e7 ] ; + skos:prefLabel "LithiumIronDisulphideBattery"@en ; emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-04-12" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery with a non-aqueous electrolyte, a positive electrode containing iron disulphide and a negative electrode of lithium"@en ; - skos:prefLabel "LithiumIronDisulphideBattery"@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "primary battery with a non-aqueous electrolyte, a positive electrode containing iron disulphide and a negative electrode of lithium"@en . ### https://w3id.org/emmo/domain/battery#battery_fd811dc3_8c37_4741_a099_78e26e4110ef @@ -2580,11 +2584,11 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_5d299271_3f68_494f_ab96_3db9acdd3138 ; owl:someValuesFrom electrochemistry:electrochemistry_6d0fe07e_a629_479c_ab24_2846f209bb0b ] ; - emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2564903" ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium-titanate_battery"@en ; rdfs:comment "a lithium ion battery with a lithium titanate (LTO) negative electrode"@en ; skos:altLabel "LTOBattery"@en ; - skos:prefLabel "LithiumIonTitanateBattery"@en . + skos:prefLabel "LithiumIonTitanateBattery"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2564903" ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lithium-titanate_battery"@en . ### https://w3id.org/emmo/domain/battery#battery_ffe472c5_8e0d_49d6_b2be_9453145b4507 @@ -2598,11 +2602,11 @@ email: simon.clark@sintef.no"""@en ; owl:onProperty electrochemistry:electrochemistry_8e9cf965_9f92_46e8_b678_b50410ce3616 ; owl:someValuesFrom electrochemistry:electrochemistry_757eae08_4d43_42d4_8b4e_8a0bfd2f9a1c ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery containing two insertion electrodes in which the guest ion is transferred between the cathode and anode host compounds"@en ; skos:altLabel "InsertionBattery"@en , "ShuttlecockBattery"@en , "SwingCell"@en ; - skos:prefLabel "RockingChairBattery"@en . + skos:prefLabel "RockingChairBattery"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "secondary battery containing two insertion electrodes in which the guest ion is transferred between the cathode and anode host compounds"@en . #################################################################