Skip to content

Commit

Permalink
update quantities iri
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark committed Sep 8, 2024
1 parent c7fa0cc commit 9978776
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion catalog-v001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<uri name="https://w3id.org/emmo/domain/chemical-substance/0.8.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.22.0-beta/electrochemistry" uri="./electrochemistry.ttl"/>
<uri name="https://w3id.org/emmo/domain/electrochemistry/0.22.0-beta/modules/electrochemistry-quantities" uri="./modules/electrochemistry-quantities.ttl"/>
<uri name="https://w3id.org/emmo/domain/electrochemistry/0.22.0-beta/modules/quantities" uri="./modules/quantities.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
6 changes: 3 additions & 3 deletions electrochemistry-inferred.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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
] .

Expand All @@ -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
] .

Expand Down
2 changes: 1 addition & 1 deletion electrochemistry.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
owl:versionIRI <https://w3id.org/emmo/domain/electrochemistry/0.22.0-beta/electrochemistry> ;
owl:imports <https://w3id.org/emmo/domain/characterisation-methodology/chameo> ,
<https://w3id.org/emmo/domain/chemical-substance/0.8.0-beta/chemical-substance> ,
<https://w3id.org/emmo/domain/electrochemistry/0.22.0-beta/modules/electrochemistry-quantities> ;
<https://w3id.org/emmo/domain/electrochemistry/0.22.0-beta/modules/quantities> ;
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 <https://orcid.org/0000-0001-8869-3718> ,
Expand Down
File renamed without changes.

0 comments on commit 9978776

Please sign in to comment.