Skip to content

Commit

Permalink
add context and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark committed Jan 31, 2024
1 parent 0e6cdd6 commit ff34c24
Show file tree
Hide file tree
Showing 9 changed files with 6,011 additions and 22 deletions.
4,193 changes: 4,193 additions & 0 deletions context.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions sphinx/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ html[data-theme=dark] table.element-table tr:nth-child(odd) td{
html[data-theme=dark] table.element-table tr:nth-child(even) td{
background-color: black;
}
/* this fixes darkmode within the json-ld playground iframe
by inverting all colors if darkmode is active */
html[data-theme="dark"] iframe[src*="json-ld.org/playground"] {
filter: invert(0.9);
}
13 changes: 4 additions & 9 deletions sphinx/about.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
.. toctree::
:hidden:

example_person_jsonld_nb.ipynb

About the Battery Ontology
About the Battery Interface Ontology
==========================

Check warning on line 2 in sphinx/about.rst

View workflow job for this annotation

GitHub Actions / updatepages

Title underline too short.

The EMMO Battery Domain Ontology is a semantic resource for the terms and relations needed to describe things, processes, and data in the battery domain. It can be used to **generate linked data** for the Semantic Web, **comply with the FAIR data guidelines**, support **interoperaility of data** among different systems, and more!
The Battery Interface Ontology (BattINFO) is a semantic resource for the terms and relations needed to describe things, processes, and data in the battery domain. It can be used to **generate linked data** for the Semantic Web, **comply with the FAIR data guidelines**, support **interoperaility of data** among different systems, and more!

The Battery Ontology is intended to support researchers, engineers, and developers within the electrochemical
BattINFO is intended to support researchers, engineers, and developers within the electrochemical
communitiy with activities like:

- Incorporating consistent and standardized information into their modeling and simulation activities.
Expand Down Expand Up @@ -61,7 +56,7 @@ The import structure is summarized in the following table:

The onotlogy exists in two forms: (i) the asserted source files and (ii) the pre-inferred version.

The asserted source consists of two files: - ``battery.ttl``: describes terms and object properties for the electrochemistry domain. - ``batteryquantities.ttl``: describes the quantities related to the electrochemistry domain. It is encapsulated to allow it to be imported by other EMMO domains without needing to import the entire ontology.
The asserted source consists of two files: - ``battinfo.ttl``: describes terms and object properties for the battery and electrochemistry domain. ``battinfo-inferred.ttl``: is the pre-inferred version of the ontology.

The pre-inferred ontology runs the reasoner on the source files and their imports and complies them into a `pre-inferred ontology file <inferred_version/battery-inferred.ttl>`__. This provides a simpler reference for users of the ontology and removes the barrier of needed to run the reasoner themselves.

Expand Down
Loading

0 comments on commit ff34c24

Please sign in to comment.