From d002682ea0f69cc6020f39b7dc6f70f0c5a41992 Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Thu, 7 Nov 2024 22:50:52 +0100 Subject: [PATCH] bump to 0.15.1-beta --- battery-inferred.ttl | 4 ++-- battery.ttl | 10 +++++----- catalog-v001.xml | 6 +++--- module/battery-cell-geometry.ttl | 4 ++-- module/battery-manufacturing.ttl | 4 ++-- module/battery-products.ttl | 4 ++-- module/battery-testing.ttl | 4 ++-- module/catalog-v001.xml | 6 +++--- shared/battery-quantities.ttl | 4 ++-- shared/catalog-v001.xml | 4 ++-- 10 files changed, 25 insertions(+), 25 deletions(-) diff --git a/battery-inferred.ttl b/battery-inferred.ttl index dd92853..a040d25 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. @@ -260,7 +260,7 @@ We kindly acknowledge NIST for reusing their content, including the selection of "0.22.0-beta" , "0.7.0-beta" , "1.0.0-beta2" ; - owl:versionInfo "0.15.0-beta" , + owl:versionInfo "0.15.1-beta" , "0.23.0-beta" , "0.8.0-beta" , "1.0.0-beta3" , diff --git a/battery.ttl b/battery.ttl index 957e378..db8a1c4 100644 --- a/battery.ttl +++ b/battery.ttl @@ -17,8 +17,8 @@ @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:bibliographicCitation "https://zenodo.org/doi/10.5281/zenodo.7693672" ; @@ -38,9 +38,9 @@ bibo:status "unstable" ; vann:preferredNamespacePrefix "battery" ; vann:preferredNamespaceUri "https://w3id.org/emmo/domain/battery" ; - owl:backwardCompatibleWith "0.14.0-beta" ; - owl:priorVersion "0.14.0-beta" ; - owl:versionInfo "0.15.0-beta" ; + owl:backwardCompatibleWith "0.15.0-beta" ; + owl:priorVersion "0.15.0-beta" ; + owl:versionInfo "0.15.1-beta" ; foaf:logo "https://raw.githubusercontent.com/emmo-repo/domain-battery/master/docs/assets/img/fig/png/domain-battery-logo.png" . ################################################################# diff --git a/catalog-v001.xml b/catalog-v001.xml index 32ace00..7cd144b 100644 --- a/catalog-v001.xml +++ b/catalog-v001.xml @@ -4,9 +4,9 @@ - - - + + + diff --git a/module/battery-cell-geometry.ttl b/module/battery-cell-geometry.ttl index e128c6e..89a987f 100644 --- a/module/battery-cell-geometry.ttl +++ b/module/battery-cell-geometry.ttl @@ -9,8 +9,8 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports . + owl:versionIRI ; + owl:imports . ################################################################# # Object Properties diff --git a/module/battery-manufacturing.ttl b/module/battery-manufacturing.ttl index 51246c6..a658fbe 100644 --- a/module/battery-manufacturing.ttl +++ b/module/battery-manufacturing.ttl @@ -9,5 +9,5 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports . + owl:versionIRI ; + owl:imports . diff --git a/module/battery-products.ttl b/module/battery-products.ttl index 5740a6f..c964f3c 100644 --- a/module/battery-products.ttl +++ b/module/battery-products.ttl @@ -9,8 +9,8 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports . + owl:versionIRI ; + owl:imports . ################################################################# # Annotation properties diff --git a/module/battery-testing.ttl b/module/battery-testing.ttl index 25e5ae2..776cb49 100644 --- a/module/battery-testing.ttl +++ b/module/battery-testing.ttl @@ -9,8 +9,8 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports . + owl:versionIRI ; + owl:imports . ################################################################# # Object Properties diff --git a/module/catalog-v001.xml b/module/catalog-v001.xml index f68b98e..bcf8ba5 100644 --- a/module/catalog-v001.xml +++ b/module/catalog-v001.xml @@ -4,9 +4,9 @@ - - - + + + diff --git a/shared/battery-quantities.ttl b/shared/battery-quantities.ttl index 586d5f4..f9ee0ad 100644 --- a/shared/battery-quantities.ttl +++ b/shared/battery-quantities.ttl @@ -12,7 +12,7 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + 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" , @@ -21,7 +21,7 @@ dcterms:creator "Eibar Flores" , "Simon Clark" ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - owl:versionInfo "0.15.0-beta" . + owl:versionInfo "0.15.1-beta" . ################################################################# # Classes diff --git a/shared/catalog-v001.xml b/shared/catalog-v001.xml index 655b13e..545e3f7 100644 --- a/shared/catalog-v001.xml +++ b/shared/catalog-v001.xml @@ -4,8 +4,8 @@ - - + +