From 997877641f4b68e93f0d417cae6e8cd8c6de25e5 Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Sun, 8 Sep 2024 14:54:46 +0200 Subject: [PATCH] update quantities iri --- catalog-v001.xml | 2 +- electrochemistry-inferred.ttl | 6 +++--- electrochemistry.ttl | 2 +- modules/{electrochemistry-quantities.ttl => quantities.ttl} | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename modules/{electrochemistry-quantities.ttl => quantities.ttl} (100%) diff --git a/catalog-v001.xml b/catalog-v001.xml index 9948efa..cf87cc2 100644 --- a/catalog-v001.xml +++ b/catalog-v001.xml @@ -5,7 +5,7 @@ - + diff --git a/electrochemistry-inferred.ttl b/electrochemistry-inferred.ttl index 7820206..e2792a6 100644 --- a/electrochemistry-inferred.ttl +++ b/electrochemistry-inferred.ttl @@ -54768,9 +54768,6 @@ In either case, the magnitude of the catalytic current depends on the applied po [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . -[ owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger - ] . - [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . @@ -54780,6 +54777,9 @@ In either case, the magnitude of the catalytic current depends on the applied po [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . +[ owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger + ] . + [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . diff --git a/electrochemistry.ttl b/electrochemistry.ttl index 3ee5e83..aecebeb 100644 --- a/electrochemistry.ttl +++ b/electrochemistry.ttl @@ -19,7 +19,7 @@ owl:versionIRI ; owl:imports , , - ; + ; dcterms:abstract "The Electrochemistry Domain Ontology, a specialized domain within the Elementary Multiperspective Materials Ontology (EMMO), encompasses essential terms and relationships for electrochemical systems, materials, methods, 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 electrochemistry. This ontology serves as a foundational resource for harmonizing electrochemical knowledge representation, enhancing data interoperability, and accelerating progress in electrochemical research and development."@en ; dcterms:bibliographicCitation "https://doi.org/10.5281/zenodo.7693664" ; dcterms:contributor , diff --git a/modules/electrochemistry-quantities.ttl b/modules/quantities.ttl similarity index 100% rename from modules/electrochemistry-quantities.ttl rename to modules/quantities.ttl