Skip to content

Commit

Permalink
update imports and add example
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark committed Jan 31, 2024
1 parent aeb10a2 commit 42b9cba
Show file tree
Hide file tree
Showing 5 changed files with 497 additions and 4 deletions.
3 changes: 2 additions & 1 deletion battery.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

<https://w3id.org/emmo/domain/battery/battery> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/emmo/domain/battery/0.7.0-alpha/battery> ;
owl:imports <https://w3id.org/emmo/domain/battery/0.7.0-alpha/batteryquantities> ;
owl:imports <https://w3id.org/emmo/domain/battery/0.7.0-alpha/batteryquantities> ,
<https://w3id.org/emmo/domain/electrochemistry/0.8.0-alpha/electrochemistry> ;
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:contributor "Casper Welzel Andersen" ,
"Francesca Lonstad Bleken" ,
Expand Down
2 changes: 1 addition & 1 deletion batteryquantities.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<https://w3id.org/emmo/domain/battery/batteryquantities> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/emmo/domain/battery/0.7.0-alpha/batteryquantities> ;
owl:imports <https://w3id.org/emmo/domain/electrochemistry/0.7.0-alpha/electrochemistry-inferred> ;
owl:imports <https://w3id.org/emmo/domain/electrochemistry/0.8.0-alpha/electrochemicalquantities> ;
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" ,
Expand Down
3 changes: 2 additions & 1 deletion catalog-v001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<uri id="Imports Wizard Entry" name="http://emmo.info/emmo/domain/chameo/chameo/1.0.0-beta5" uri="https://raw.githubusercontent.com/emmo-repo/domain-characterisation-methodology/1.0.0-beta3/chameo.ttl"/>
<uri id="Imports Wizard Entry" name="http://emmo.info/emmo/1.0.0-beta5" uri="https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-beta5/emmo.ttl"/>
<uri id="Imports Wizard Entry" name="http://emmo.info/emmo/1.0.0-beta5/disciplines/units/unclassifiedunits" uri="https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-beta5/disciplines/units/unclassifiedunits.ttl"/>
<uri id="Imports Wizard Entry" name="https://w3id.org/emmo/domain/electrochemistry/0.7.0-alpha/electrochemistry-inferred" uri="https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/inferred_version/electrochemistry-inferred.ttl"/>
<uri id="Imports Wizard Entry" name="https://w3id.org/emmo/domain/electrochemistry/0.8.0-alpha/electrochemistry" uri="https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/electrochemistry.ttl"/>
<uri id="Imports Wizard Entry" name="https://w3id.org/emmo/domain/electrochemistry/0.8.0-alpha/electrochemicalquantities" uri="https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/electrochemicalquantities.ttl"/>
<group id="Folder Repository, directory=, recursive=true, Auto-Update=false, version=2" prefer="public" xml:base="">
<uri name="https://w3id.org/emmo/domain/battery/0.7.0-alpha/battery" uri="./battery.ttl"/>
<uri name="https://w3id.org/emmo/domain/battery/0.7.0-alpha/batteryquantities" uri="./batteryquantities.ttl"/>
Expand Down
Loading

0 comments on commit 42b9cba

Please sign in to comment.