From e3837555145af546b3f8d93f6e23f4be8798b6f8 Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Thu, 7 Nov 2024 22:04:45 +0100 Subject: [PATCH] Update battery-quantities.ttl --- shared/battery-quantities.ttl | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/shared/battery-quantities.ttl b/shared/battery-quantities.ttl index 79c60df..586d5f4 100644 --- a/shared/battery-quantities.ttl +++ b/shared/battery-quantities.ttl @@ -12,16 +12,16 @@ @base . rdf:type owl:Ontology ; - 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" , - "Jesper Friis" ; - dcterms:creator "Eibar Flores" , - "Simon Clark" ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "0.15.0-beta" . + 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" , + "Jesper Friis" ; + dcterms:creator "Eibar Flores" , + "Simon Clark" ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + owl:versionInfo "0.15.0-beta" . ################################################################# # Classes @@ -34,6 +34,7 @@ owl:deprecated "true"^^xsd:boolean ; skos:altLabel "SoC"@en ; skos:prefLabel "StateOfCharge"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the ratio of the charged capacity to the rated capacity of an electrochemical device"@en ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/State_of_charge"@en . @@ -59,6 +60,7 @@ owl:deprecated "true"^^xsd:boolean ; skos:altLabel "DoD"@en ; skos:prefLabel "DepthOfDischarge"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the ratio of the discharged capacity to the rated capacity of an electrochemical device"@en ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Depth_of_discharge"@en . @@ -139,7 +141,8 @@ ### https://w3id.org/emmo/domain/battery#battery_fb9baf9b_680e_493e_a755_da9bb1fc9fae :battery_fb9baf9b_680e_493e_a755_da9bb1fc9fae rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 ; - skos:prefLabel "NominalBatteryProperty"@en . + skos:prefLabel "NominalBatteryProperty"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a battery property defined by the manufacturer and determined under some specified conditions"@en . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi