Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #106

Merged
merged 4 commits into from
Aug 18, 2023
Merged

Dev #106

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See the following table for version compatibilies:

| Imported Ontologies | Version |
| ------------------------ | ----------------- |
| emmo-inferred-chemistry | 1.0.0-beta3 |
| domain-battery-inferred | 0.6.0 |

The import structure is shown in the figure below.

Expand Down Expand Up @@ -68,30 +68,7 @@ Here is the "Specified IRI" for you to copy: ```https://big-map.github.io/BattIN
* We will merge the request after assessing it.




## Attributions and credits

### Contributors

- Simon Clark, SINTEF, Norway
- Francesca Lønstad Bleken, SINTEF, Norway
- Jesper Friis, SINTEF, Norway
- Casper Welzel Andersen, EPFL, Switzerland
- Eibar Flores, SINTEF, Norway
- Martin Uhrin, DTU, Denmark
- Simon Stier, Fraunhofer, Germany
- Marek Marcinek, Warsaw University of Technology, Poland
- Anna Szczesna, Warsaw University of Technology, Poland
- Miran Gaberscek, National Institute of Chemistry, Slovenia
- Deyana Stoytcheva, ICMAB, Spain
- Rosa Palacin, ICMAB, Spain
- Ingeborg-Helene Svenum, SINTEF, Norway
- Inga Gudem Ringdalen, SINTEF, Norway
- Emanuele Farhi, SOLEIL synchrotron, France

### Projects

- [BIG-MAP](http://www.big-map.eu/); Grant Agreement No: 957189 <img src="bigmap.png" alt="BIG-MAP" width="30">

## License
Expand Down
6 changes: 3 additions & 3 deletions battinfo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
@base <https://big-map.github.io/BattINFO/ontology/BattINFO> .

<https://big-map.github.io/BattINFO/ontology/BattINFO> rdf:type owl:Ontology ;
owl:versionIRI <https://big-map.github.io/BattINFO/ontology/BattINFO/0.5.0/battinfo> ;
owl:imports <http://emmo.info/battery/0.5.0/battery> ;
owl:versionIRI <https://big-map.github.io/BattINFO/ontology/BattINFO/0.6.0/battinfo> ;
owl:imports <http://emmo.info/battery/0.6.0/battery-inferred> ;
dcterms:abstract """A battery interface domain ontology based on EMMO.
This file is intended to be empty and merely collecting the other ontologies.
Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ;
Expand Down Expand Up @@ -42,7 +42,7 @@ Released under the Creative Commons license Attribution 4.0 International (CC BY
Simon Clark
SINTEF Industry
email: [email protected]"""@en ;
owl:versionInfo "0.5.0" .
owl:versionInfo "0.6.0" .

#################################################################
# Annotation properties
Expand Down
16 changes: 2 additions & 14 deletions catalog-v001.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<group id="Folder Repository, directory=, recursive=true, Auto-Update=false, version=2" prefer="public" xml:base="">
<uri name="https://big-map.github.io/BattINFO/ontology/BattINFO/0.5.0/battinfo" uri="./battinfo.ttl"/>
<uri name="http://emmo.info/battery/0.5.0/battery" uri="https://raw.githubusercontent.com/emmo-repo/domain-battery/master/battery.ttl"/>
<uri name="https://big-map.github.io/BattINFO/ontology/BattINFO/0.6.0/battinfo" uri="./battinfo.ttl"/>
<uri name="http://emmo.info/battery/0.6.0/battery-inferred" uri="https://raw.githubusercontent.com/emmo-repo/domain-battery/0.6.0/inferred_version/battery-inferred.ttl"/>

<!-- The uris below should be removed when EMMOntoPy reads catalog files for imported ontologies correctly. -->
<!-- All the ontologies below are imported from battery.ttl and not directly from here.-->
<uri name="http://emmo.info/battery/0.5.0/batteryquantities" uri="https://raw.githubusercontent.com/emmo-repo/domain-battery/master/batteryquantities.ttl"/>
<uri name="http://emmo.info/electrochemistry/0.5.0/electrochemistry" uri="https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/electrochemistry.ttl"/>
<uri name="http://emmo.info/electrochemistry/0.5.0/electrochemicalquantities" uri="https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/electrochemicalquantities.ttl"/>

<!-- The uris below should be removed when EMMOntoPy reads catalog files for imported ontologies correctly. -->
<!-- All the ontologies below are imported from electrochemistry and not directly from here.-->
<uri name="http://emmo.info/emmo/1.0.0-beta4" uri="https://raw.githubusercontent.com/emmo-repo/emmo-repo.github.io/master/versions/1.0.0-beta4/emmo-inferred.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta4/temp/isq_bigmap" uri="https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/isq_bigmap.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta4/temp/unitsextension_bigmap" uri="https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/unitsextension_bigmap.ttl"/>
<uri name="http://emmo.info/material/0.1.0/material" uri="https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/material_bigmap_temp.ttl"/>
</group>
</catalog>