From ed57eabe237ae17b805d7af1fab6c0488045d9eb Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Thu, 7 Mar 2024 14:45:26 +0100 Subject: [PATCH 1/2] add battery products --- batteryproducts.ttl | 118 ++++++++++++++++++++++++++++++++++++++++++++ catalog-v001.xml | 3 +- 2 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 batteryproducts.ttl diff --git a/batteryproducts.ttl b/batteryproducts.ttl new file mode 100644 index 0000000..8fe583d --- /dev/null +++ b/batteryproducts.ttl @@ -0,0 +1,118 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix emmo: . +@prefix rdfs: . +@prefix schema: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports . + +################################################################# +# Annotation properties +################################################################# + +### https://w3id.org/emmo#EMMO_e1097637_70d2_4895_973f_2396f04fa204 +emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 rdf:type owl:AnnotationProperty . + + +### https://www.schema.org#hasValue +schema:hasValue rdf:type owl:AnnotationProperty . + + +### https://www.schema.org#manufacturer +schema:manufacturer rdf:type owl:AnnotationProperty . + + +### https://www.schema.org#name +schema:name rdf:type owl:AnnotationProperty . + + +### https://www.schema.org#unitCode +schema:unitCode rdf:type owl:AnnotationProperty . + + +### https://www.schema.org#url +schema:url rdf:type owl:AnnotationProperty . + + +### https://www.schema.org#value +schema:value rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://w3id.org/emmo/domain/battery#battery_09cdc3de_2aea_4925_9a65_2f078e72eec4 + rdf:type owl:Class ; + rdfs:subClassOf ; + "35E"@en ; + "INR1865035E"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120799558"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cylindrical 18650 lithium-ion battery cell, with NMC positive electrode basis, manufactured by Samsung"@en . + + +### https://w3id.org/emmo/domain/battery#battery_50de8c6a_294c_4576_8592_cf05c9d32000 + rdf:type owl:Class ; + rdfs:subClassOf ; + "25R"@en ; + "INR1865025R"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120785885" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cylindrical 18650 lithium-ion battery cell, with NMC positive electrode basis, manufactured by Samsung"@en . + + +### https://w3id.org/emmo/domain/battery#battery_58cc84db_b997_4f2c_81cc_cf11bfc6ac2f + rdf:type owl:Class ; + rdfs:subClassOf ; + "P28B"@en ; + "INR18650P28B"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120767033" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cylindrical 18650 lithium-ion battery cell manufactured by Molicel"@en . + + +### https://w3id.org/emmo/domain/battery#battery_6d935cbd_5354_4ff5_9ae2_5b90d035ad7b + rdf:type owl:Class ; + rdfs:subClassOf ; + "MJ1"@en ; + "INR18650MJ1" ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120766894" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a cylindrical 18650 lithium-ion battery cell, with NMC postive electrode basis, manufactured by LG Chem"@en ; + emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 [ rdf:type ; + [ rdf:type ; + "3.635"^^xsd:double + ] ; + emmo:Volt + ] ; + schema:manufacturer [ rdf:type schema:Organization ; + schema:name "LG Chem" ; + schema:url + ] . + + +### https://w3id.org/emmo/domain/battery#battery_f1489778_c355_4cd5_b5ca_35d082ac896a + rdf:type owl:Class ; + rdfs:subClassOf ; + "P28A"@en , + "a cylindrical 18650 lithium-ion battery cell, with NMC positive electrode basis, manufactured by Molicel"@en ; + "INR18650P28A"@en ; + emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q120799517"@en . + + +### https://www.schema.org#NominalVoltage +schema:NominalVoltage rdf:type owl:Class . + + +### https://www.schema.org#Organization +schema:Organization rdf:type owl:Class . + + +### https://www.schema.org#QuantitativeValue +schema:QuantitativeValue rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/catalog-v001.xml b/catalog-v001.xml index 1a44343..ca150b7 100644 --- a/catalog-v001.xml +++ b/catalog-v001.xml @@ -5,7 +5,8 @@ - + + From c7c1b3b81794d36611e97430b4d7fb3b57792a52 Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Mon, 1 Apr 2024 19:37:10 +0200 Subject: [PATCH 2/2] bump domain-electrochemistry from v0.10.0-beta to v0.11.0-beta --- battery-inferred.ttl | 213 +++++++++++++++++++++++++++++++++--------- battery.ttl | 8 +- batteryquantities.ttl | 6 +- catalog-v001.xml | 8 +- 4 files changed, 178 insertions(+), 57 deletions(-) diff --git a/battery-inferred.ttl b/battery-inferred.ttl index 2681bcd..ef6c13e 100644 --- a/battery-inferred.ttl +++ b/battery-inferred.ttl @@ -7,7 +7,7 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; ""@en , "CHAMEO is a domain ontology designed to model the common aspects across the different characterisation techniques and methodologies."@en , """Defines physical quantities in the International System of Quantities (ISQ). ISQ was made an official ISO standard in 2009 and is defined in the ISO/IEC 80000 standard. @@ -228,9 +228,9 @@ We kindly acknowledge NIST for reusing their content, including the selection of "You can contact EMMO Authors via emmo@emmc.eu"@en ; owl:backwardCompatibleWith "" ; owl:priorVersion "1.0.0-beta2" ; - owl:versionInfo "0.10.0-beta" , + owl:versionInfo "0.11.0-beta" , "0.4.0-beta" , - "0.8.0-beta" , + "0.9.0-beta" , "1.0.0-beta3" , "1.0.0-beta7" ; "CHAMEO" ; @@ -2180,6 +2180,13 @@ While the EMMO FOL introduces the quantum causality relation C(x,y) as primitive "requiresLevelOfExpertise"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_056a5fab_3d99_46bd_8eb1_6e89a368e1a7 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "hasBinder"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0ac306fd_e98b_4af9_8cd6_5ed34f7f7d8a rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; @@ -2250,6 +2257,13 @@ While the EMMO FOL introduces the quantum causality relation C(x,y) as primitive "hasPositiveElectrode"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9317be62_e602_4343_a72d_02c87201b9f6 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "hasSeparator"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_b62a6b15_236a_48bf_a323_ccbfc295f934 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; @@ -2263,6 +2277,13 @@ While the EMMO FOL introduces the quantum causality relation C(x,y) as primitive "hasFormFactor"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c830c469_60c3_4380_8382_4df13a32a1e7 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "hasConductiveAdditive"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_cc8c2c5d_cf3d_444d_a7e8_44ec4c06a88e rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; @@ -2845,6 +2866,33 @@ While the EMMO FOL introduces the quantum causality relation C(x,y) as primitive "http://en.wikipedia.org/wiki/Astronomical_unit"^^xsd:anyURI . +### https://w3id.org/emmo#AtomFraction + rdf:type owl:Class ; + rdfs:subClassOf , + , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + "AtomFraction"@en , + "MolePerMole"@en , + "Moles per mole"@en ; + "MoleFraction"@en ; + "http://qudt.org/vocab/unit/MOL-PER-MOL" ; + "mol.mol-1" ; + "atom-fraction" , + "atom_fraction" , + "mol/mol" , + "mole-fraction" , + "mole_fraction" ; + "Number of one type of species divided by the number of all species."@en . + + ### https://w3id.org/emmo#Becquerel rdf:type owl:Class ; rdfs:subClassOf , @@ -29576,29 +29624,6 @@ The official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s. -- QUDT"""@en . -### https://w3id.org/emmo#MolePerMole - rdf:type owl:Class ; - rdfs:subClassOf , - , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - "Moles per mole"@en ; - "MolePerMole" ; - "http://qudt.org/vocab/unit/MOL-PER-MOL" ; - "mol.mol-1" ; - "mol/mol" ; - """Unavailable. - --- QUDT"""@en . - - ### https://w3id.org/emmo#MolePerSecond rdf:type owl:Class ; rdfs:subClassOf , @@ -34293,8 +34318,13 @@ Wikipedia"""@en ; rdf:type owl:Class . -### https://w3id.org/emmo#57d977ab_0036_4779_b59a_e47620afdb9c - rdf:type owl:Class . +### https://w3id.org/emmo/disciplines/units/coherentsiunits#EMMO_089f13b1_ceb3_4d2a_8795_b4a2d92916da + rdf:type owl:Class ; + rdfs:subClassOf ; + "MassFraction"@en ; + "mass-fraction" , + "mass_fraction"@en ; + "The mass of one type of species divided by the total mass."@en . ### https://w3id.org/emmo/domain/battery#battery_0493552f_6463_4f57_bdbf_31b5b15ea72f @@ -39157,10 +39187,6 @@ Wear is defined as the progressive removal of the material from a solid surface "XrdGrazingIncidence"@en . -### https://w3id.org/emmo/domain/chameo/chameo#Signal - rdf:type owl:Class . - - ### https://w3id.org/emmo/domain/chemicalsubstance#substance_0001e895_e74b_438f_b47f_b52f33d68331 rdf:type owl:Class ; rdfs:subClassOf ; @@ -47110,6 +47136,14 @@ Wear is defined as the progressive removal of the material from a solid surface "A phenomenon that causes an electrochemical system to deviate from its ideal behaviour."@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0a399f3f_b873_41f5_be1f_9b6df75cc30a + rdf:type owl:Class ; + rdfs:subClassOf ; + "Additive"@en ; + "https://www.wikidata.org/wiki/Q350176"@en ; + "a substance added to something in small quantities to alter its properties"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_0a5038d4_24af_4ea8_8d56_a156faeb98e2 rdf:type owl:Class ; rdfs:subClassOf ; @@ -48750,6 +48784,13 @@ Aluminum foil"""@en . "R927"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_38ab058e_3912_48c2_a7eb_76d25d000820 + rdf:type owl:Class ; + rdfs:subClassOf ; + "StoichiometricCoefficientAtSOC100"@en ; + "the stoichiometric coefficient for a reactive entity in a chemical substance that corresponds to a cell-level state-of-charge of 100%"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_3979cd56_6256_414d_966c_7f723bf71e37 rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; @@ -49208,6 +49249,13 @@ Aluminum foil"""@en . "the minimum allowable temperature"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_47608fd0_cc0d_457e_9141_051935029e3a + rdf:type owl:Class ; + rdfs:subClassOf ; + "NumberOfFiniteVolumeCells"@en ; + "number of discrete finite volume cells in a grid or sub-grid"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_47ab1dad_cc09_4fd8_af23_acb36fb680dd rdf:type owl:Class ; rdfs:subClassOf , @@ -49229,7 +49277,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_482173dc_7779_4f12_982c_b19f2cda2dac rdf:type owl:Class ; - rdfs:subClassOf , + rdfs:subClassOf , ; "NumberOfCellsConnectedInParallel"@en . @@ -49724,6 +49772,13 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa ] . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_554286d4_1f46_44c0_bebc_4ddae00dbce1 + rdf:type owl:Class ; + rdfs:subClassOf ; + "ElectrolyteAdditive"@en ; + "A substance added to an electrolyte to alter its properties"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5548f188_df00_4c05_ae98_7846e92efe36 rdf:type owl:Class ; rdfs:subClassOf ; @@ -49909,6 +49964,21 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa "electrode in which the active material is carbon monofluoride"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5c34b3b5_c9c4_477d_809a_3f682f995aa9 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "valid in situations where the insulating phase is present in a low volume fraction and represented by random, isotropic spheres"@en ; + "BruggemanCoefficient"@en ; + "quantity that is used to estimate effective transport coefficients in porous media"@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource ; + owl:annotatedProperty rdfs:comment ; + owl:annotatedTarget "valid in situations where the insulating phase is present in a low volume fraction and represented by random, isotropic spheres"@en ; + "https://doi.org/10.1016/j.coche.2016.02.006" + ] . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_5cb5548f_f774_4668_ad02_f0742581f2f1 rdf:type owl:Class ; rdfs:subClassOf ; @@ -50233,7 +50303,7 @@ The real (true) area, A_{real}, takes into account non-idealities of the interfa ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_6559c04d_75bc_41ea_8ed8_8d3c09dae6b0 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; "LidSealingCompound"@en ; "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=482-02-16" ; "material used to seal the cell lid to the case or to the terminals of a cell"@en . @@ -51189,7 +51259,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_82fef384_8eec_4765_b707_5397054df594 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; "ElectronicallyConductiveElectrodeAdditive"@en ; "ConductiveAdditive"@en ; "a material added to an electrode for the purpose of increasing its electronic conductivity."@en ; @@ -51305,7 +51375,8 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_86324806_4263_4d80_b5af_1a7be844ab5b rdf:type owl:Class ; rdfs:subClassOf ; - "MinimumStoichiometry"@en . + "MinimumStoichiometricCoefficient"@en ; + "The minimum allowed value for stoichiometric coefficient for an entity in a chemical substance"@en . ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_865a40fc_2187_4549_a7e1_37aa2458448f @@ -51436,7 +51507,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_898971cb_a9fc_4955_8abf_5d7163a9fe6c rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; "ElectricSignal"@en ; "Time dependent variation of an electric quantity."@en . @@ -51767,7 +51838,8 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_95ef8c3c_62fe_467f_b5d4_dd0cd18a7ea8 rdf:type owl:Class ; rdfs:subClassOf ; - "MaximumStoichiometry"@en . + "MaximumStoichiometricCoefficient"@en ; + "The maximum allowed value for stoichiometric coefficient for an entity in a chemical substance"@en . ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_96309fa9_e157_48fe_9fda_41003860a3c0 @@ -52022,7 +52094,7 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_9d6a52ed_a53d_4327_a391_f173677a4b1d rdf:type owl:Class ; - rdfs:subClassOf , + rdfs:subClassOf , ; "NumberOfCellsConnectedInSeries"@en . @@ -52499,6 +52571,13 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog "a prismatic case with a nominal length of 27 mm, width of 70 mm, and height of 102 mm"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a5e00e3a_736c_4200_8d04_ed222fe07037 + rdf:type owl:Class ; + rdfs:subClassOf ; + "NumberOfFiniteVolumeCellsInZ"@en ; + "number of discrete finite volume cells in a grid or sub-grid in the Z-direction"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_a6a69e90_06b5_45b1_83cf_7c0bf39b2914 rdf:type owl:Class ; rdfs:subClassOf , @@ -52681,8 +52760,8 @@ G° or ΔrG , written as a reduction with respect to that of the standard hydrog rdfs:comment "Symbol n is commonly used when there is no risk of confusion with an amount of substance."@en , "The apparent number of electrons transferred, z_{app} , represents the experimentally measured number of electrons transferred between an electrode and one electroactive substance species, whose identity must be specified. When the electrooxidation or electroreduction of a substance B is accompanied by chemical processes, such as the catalyzed or induced reduction of a second substance, or a side reaction that consumes B or an intermediate, the value of z_{app} will differ from that of z."@en ; "ChargeNumber"@en , - "NumberOfElectronsTransferred"@en ; - "ElectronNumberOfAnElectrochemicalReaction"@en ; + "ElectronNumberOfAnElectrochemicalReaction"@en ; + "NumberOfElectronsTransferred"@en ; "number of electrons transferred in a charge transfer reaction between an electrode and a single entity (ion, radical-ion, or molecule) of an electroactive substance, whose identity must be specified"@en ; "https://goldbook.iupac.org/terms/view/C00995" . @@ -53492,6 +53571,13 @@ of other configurations are used."""@en ; "electrode in which the active material is lithium manganese oxide"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c2a85d02_c6b4_42df_b5ed_a9904ec34a5c + rdf:type owl:Class ; + rdfs:subClassOf ; + "NumberOfFiniteVolumeCellsInY"@en ; + "number of discrete finite volume cells in a grid or sub-grid in the Y-direction"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_c39b2498_783e_48e1_9814_6164bd99823c rdf:type owl:Class ; rdfs:subClassOf , @@ -54230,6 +54316,16 @@ In either case, the magnitude of the catalytic current depends on the applied po "number describing the step in a protocol"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d7f8cab9_b035_4ecd_be63_292672572526 + rdf:type owl:Class ; + rdfs:subClassOf ; + "ArrheniusActivationEnergy"@en ; + "ActivationEnergy"@en ; + "https://www.wikidata.org/wiki/Q190474"@en ; + "https://en.wikipedia.org/wiki/Activation_energy"@en ; + "https://doi.org/10.1351/goldbook.A00102"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_d8a78cd2_8107_46dd_a198_0b64676efc00 rdf:type owl:Class ; rdfs:subClassOf ; @@ -54434,6 +54530,14 @@ In either case, the magnitude of the catalytic current depends on the applied po "https://en.wikipedia.org/wiki/Bode_plot"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e13b7945_65ac_476b_85ee_5cdc59f5c919 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Particle"@en ; + "a small localized object which can be described by several physical or chemical properties, such as volume, density, or mass."@en ; + "https://en.wikipedia.org/wiki/Particle"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e1fd84eb_acdb_4b2c_b90c_e899d552a3ee rdf:type owl:Class ; rdfs:subClassOf , @@ -54636,6 +54740,13 @@ In either case, the magnitude of the catalytic current depends on the applied po ] . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e73586eb_8475_4879_a43e_087c702ea6bf + rdf:type owl:Class ; + rdfs:subClassOf ; + "NumberOfFiniteVolumeCellsInX"@en ; + "number of discrete finite volume cells in a grid or sub-grid in the X-direction"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_e73cb0b7_e2af_4c1a_b05b_503df25a8bf5 rdf:type owl:Class ; rdfs:subClassOf ; @@ -54931,7 +55042,10 @@ In either case, the magnitude of the catalytic current depends on the applied po ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f0667139_6428_4e3d_ac0d_08c1dd7f36ea rdf:type owl:Class ; rdfs:subClassOf ; - "Stoichiometry"@en . + "StoichiometricCoefficient"@en ; + "https://www.wikidata.org/wiki/Q118455387"@en ; + "the absolute value of the stoichiometric number"@en ; + "https://en.wikipedia.org/wiki/Stoichiometry#Stoichiometric_coefficient_and_stoichiometric_number"@en . ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f07be701_9d6a_415b_ac6d_63202297a7a1 @@ -54988,6 +55102,13 @@ In either case, the magnitude of the catalytic current depends on the applied po "a cylindrical case with a nominal diameter of 26 mm and height of 70 mm"@en . +### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f22bd1ec_faca_4335_92a5_a1687154c622 + rdf:type owl:Class ; + rdfs:subClassOf ; + "StoichiometricCoefficientAtSOC0"@en ; + "the stoichiometric coefficient for a reactive entity in a chemical substance that corresponds to a cell-level state-of-charge of 0%"@en . + + ### https://w3id.org/emmo/domain/electrochemistry#electrochemistry_f2c33088_224f_4fdb_857a_7cb62e3dddca rdf:type owl:Class ; rdfs:subClassOf ; @@ -55542,6 +55663,9 @@ In either case, the magnitude of the catalytic current depends on the applied po [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . +[ owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger + ] . + [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . @@ -55557,15 +55681,12 @@ In either case, the magnitude of the catalytic current depends on the applied po [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . -[ owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger +[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . [ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ] . -[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger - ] . - [ owl:qualifiedCardinality "3"^^xsd:nonNegativeInteger ] . diff --git a/battery.ttl b/battery.ttl index 6271630..bd6effa 100644 --- a/battery.ttl +++ b/battery.ttl @@ -12,9 +12,9 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - ; + owl:versionIRI ; + owl:imports , + ; dcterms:abstract "The Battery Domain Ontology, a specialized domain within the Elementary Multiperspective Materials Ontology (EMMO), encompasses essential terms and relationships for battery components, cells, interfaces, methods, models, and data. Its primary objective is to enable the creation of linked and FAIR (Findable, Accessible, Interoperable, and Reusable) data, thereby fostering advancements in research and innovation within the realm of batteries. This ontology serves as a foundational resource for harmonizing battery knowledge representation, enhancing data interoperability, and accelerating progress in battery research and development." ; dcterms:contributor "Casper Welzel Andersen" , "Francesca Lonstad Bleken" , @@ -26,7 +26,7 @@ Simon Clark SINTEF Industry email: simon.clark@sintef.no"""@en ; - owl:versionInfo "0.8.0-beta" . + owl:versionInfo "0.9.0-beta" . ################################################################# # Classes diff --git a/batteryquantities.ttl b/batteryquantities.ttl index 8b4fb4f..e4783dd 100644 --- a/batteryquantities.ttl +++ b/batteryquantities.ttl @@ -12,8 +12,8 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract "This battery quantities ontology is a domain of the Elementary Multiperspective Materials Ontology (EMMO). It is a specialized framework designed to represent and organize knowledge about battery quantities. It is designed to integrate with the battery domain ontology or other ontologies from the EMMO ecosystem. The main focus of this ontology is to provide machine-readable descriptions of common battery quantities, linking both to the larger descriptions of physical quantities in EMMO as well as other sources of information like the IEC, QUDT, Wikidata, etc. It should be used to support linked data generation in the battery domain."@en ; dcterms:contributor "Casper Welzel Andersen" , "Francesca Lonstad Bleken" , @@ -21,7 +21,7 @@ dcterms:creator "Eibar Flores" , "Simon Clark" ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "0.8.0-beta" . + owl:versionInfo "0.9.0-beta" . ################################################################# # Classes diff --git a/catalog-v001.xml b/catalog-v001.xml index ca150b7..ef9d839 100644 --- a/catalog-v001.xml +++ b/catalog-v001.xml @@ -1,11 +1,11 @@ - - + + - - + +