Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark committed Jul 24, 2024
1 parent 314d03e commit 38c5557
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 54 deletions.
4 changes: 2 additions & 2 deletions catalog-v001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<group id="Folder Repository, directory=, recursive=true, Auto-Update=false, version=2" prefer="public" xml:base="">
<uri name="https://w3id.org/emmo/domain/chemical-substance/0.7.0-beta/chemical-substance" uri="https://raw.githubusercontent.com/emmo-repo/domain-chemical-substance/main/chemical-substance.ttl"/>
<uri name="https://w3id.org/emmo/domain/characterisation-methodology/chameo" uri="https://raw.githubusercontent.com/emmo-repo/domain-characterisation-methodology/main/chameo.ttl"/>
<uri name="https://w3id.org/emmo/domain/electrochemistry/0.19.0-beta/electrochemistry" uri="./electrochemistry.ttl"/>
<uri name="https://w3id.org/emmo/domain/electrochemistry/0.19.0-beta/electrochemicalquantities" uri="./electrochemicalquantities.ttl"/>
<uri name="https://w3id.org/emmo/domain/electrochemistry/0.20.0-beta/electrochemistry" uri="./electrochemistry.ttl"/>
<uri name="https://w3id.org/emmo/domain/electrochemistry/0.20.0-beta/electrochemicalquantities" uri="./electrochemicalquantities.ttl"/>

<uri name="https://w3id.org/emmo/1.0.0-beta7/mereocausality" uri="https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-beta7/mereocausality/mereocausality.ttl"/>

Expand Down
4 changes: 2 additions & 2 deletions electrochemicalquantities.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@base <https://w3id.org/emmo/domain/electrochemistry/electrochemicalquantities> .

<https://w3id.org/emmo/domain/electrochemistry/electrochemicalquantities> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/emmo/domain/electrochemistry/0.19.0-beta/electrochemicalquantities> ;
owl:versionIRI <https://w3id.org/emmo/domain/electrochemistry/0.20.0-beta/electrochemicalquantities> ;
owl:imports <https://w3id.org/emmo/1.0.0-beta7/disciplines/isq> ;
dcterms:abstract "This electrochemical quantities ontology is a domain of the Elementary Multiperspective Materials Ontology (EMMO). It is a specialized framework designed to represent and organize knowledge about electrochemical quantities. It is designed to integrate with the electrochemistry domain ontology or other ontologies from the EMMO ecosystem. The main focus of this ontology is to provide machine-readable descriptions of common electrochemical 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 electrochemistry domain."@en ;
dcterms:contributor <https://orcid.org/0000-0001-8869-3718> ,
Expand All @@ -21,7 +21,7 @@
dcterms:creator <https://orcid.org/0000-0002-8758-6109> ,
<https://orcid.org/0000-0003-2954-1233> ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
owl:versionInfo "0.19.0-beta" .
owl:versionInfo "0.20.0-beta" .

#################################################################
# Annotation properties
Expand Down
Loading

0 comments on commit 38c5557

Please sign in to comment.