Skip to content

Commit

Permalink
deploy: 43ccef4
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark committed Jan 31, 2024
1 parent e2597f9 commit 378bed1
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 13 deletions.
2 changes: 2 additions & 0 deletions _sources/examples.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Here are some examples to help you get started. You are free to re-use or modify
^^^^^^^^^^^
Metadata for custom R2032 coin cells with different materials. Also includes exercises for filtering data from the graph and querying the PubChem API.

.. grid::

.. grid-item-card::
:link: example_linked_data_zinc_powder.html

Expand Down
6 changes: 3 additions & 3 deletions _sources/getstarted.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Step 2: Download the pre-inferred version of the ontology

Ontologies within the EMMO universe import many different modules to try to re-use knowledge and terms from other domains. We then run a tool called a "reasoner" to make logical inferrences about how terms from different domains are connected, and lump them into one ontology.

We make it easy for you by providing a pre-inferred version in advance. You can `download it from the GitHub repository <https://raw.githubusercontent.com/BIG-MAP/BattINFO/master/battinfo-inferred.ttl>`__ or access it at anytime using this URL:
We make it easy for you by providing a pre-inferred version in advance. You can `download it from the GitHub repository <https://github.com/BIG-MAP/BattINFO/blob/master/battinfo-inferred.ttl>`__ or access it at anytime using this URL:

https://raw.githubusercontent.com/BIG-MAP/BattINFO/master/battinfo-inferred.ttl

Expand All @@ -40,9 +40,9 @@ Within Protégé, you can explore the class hierarchy that contains all the "thi
Step 4: Explore the JSON-LD context file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

JSON-LD is one of the easiest and most common file formats for creating linked data. JSON-LD uses the same key-value pair structure of traditional JSON, but adds a few keywords to support semantic linked data. One of these is the @context keyword, which points to a dictionary that pairs human readable term labels with machine readable IRIs. For convenience, we provide a JSON-LD context file that is generated from the pre-inferred version of the ontology that pairs prefLabels with IRIs. You can find the `context file on the GitHub repository <https://github.com/emmo-repo/domain-electrochemistry/blob/master/context.json>`__ or access it anytime using this URL:
JSON-LD is one of the easiest and most common file formats for creating linked data. JSON-LD uses the same key-value pair structure of traditional JSON, but adds a few keywords to support semantic linked data. One of these is the @context keyword, which points to a dictionary that pairs human readable term labels with machine readable IRIs. For convenience, we provide a JSON-LD context file that is generated from the pre-inferred version of the ontology that pairs prefLabels with IRIs. You can find the `context file on the GitHub repository <https://github.com/BIG-MAP/BattINFO/blob/master/context.json>`__ or access it anytime using this URL:

https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/context.json
https://raw.githubusercontent.com/BIG-MAP/BattINFO/master/context.json

Step 5: Make your own linked data!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
About <about>
FAQ <faq>

Battery Ontology
Battery Interface Ontology
================================

Welcome to the **Battery Interface Ontology (BattINFO)**, a semantic resource with essential terms and relationships to describe battery cells, materials, methods, and data. **Here's a simple example:**
Expand Down
4 changes: 4 additions & 0 deletions examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@ <h1>Examples<a class="headerlink" href="#examples" title="Permalink to this head
</div>
<a class="sd-stretched-link reference external" href="example_linked_data_custom_battery_cell_metadata.html"></a></div>
</div>
</div>
</div>
<div class="sd-container-fluid sd-sphinx-override sd-mb-4 docutils">
<div class="sd-row docutils">
<div class="sd-col sd-d-flex-row docutils">
<div class="sd-card sd-sphinx-override sd-w-100 sd-shadow-sm sd-card-hover docutils">
<div class="sd-card-header docutils">
Expand Down
10 changes: 5 additions & 5 deletions getstarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Examples" href="examples.html" />
<link rel="prev" title="Battery Ontology" href="index.html" />
<link rel="prev" title="Battery Interface Ontology" href="index.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
</head>
Expand Down Expand Up @@ -368,7 +368,7 @@ <h2>Step 1: Install Protégé<a class="headerlink" href="#step-1-install-protege
<section id="step-2-download-the-pre-inferred-version-of-the-ontology">
<h2>Step 2: Download the pre-inferred version of the ontology<a class="headerlink" href="#step-2-download-the-pre-inferred-version-of-the-ontology" title="Permalink to this heading">#</a></h2>
<p>Ontologies within the EMMO universe import many different modules to try to re-use knowledge and terms from other domains. We then run a tool called a “reasoner” to make logical inferrences about how terms from different domains are connected, and lump them into one ontology.</p>
<p>We make it easy for you by providing a pre-inferred version in advance. You can <a class="reference external" href="https://raw.githubusercontent.com/BIG-MAP/BattINFO/master/battinfo-inferred.ttl">download it from the GitHub repository</a> or access it at anytime using this URL:</p>
<p>We make it easy for you by providing a pre-inferred version in advance. You can <a class="reference external" href="https://github.com/BIG-MAP/BattINFO/blob/master/battinfo-inferred.ttl">download it from the GitHub repository</a> or access it at anytime using this URL:</p>
<p><a class="reference external" href="https://raw.githubusercontent.com/BIG-MAP/BattINFO/master/battinfo-inferred.ttl">https://raw.githubusercontent.com/BIG-MAP/BattINFO/master/battinfo-inferred.ttl</a></p>
</section>
<section id="step-3-open-and-explore-the-ontology-file-in-protege">
Expand All @@ -387,8 +387,8 @@ <h2>Step 3: Open and explore the ontology file in Protégé<a class="headerlink"
</section>
<section id="step-4-explore-the-json-ld-context-file">
<h2>Step 4: Explore the JSON-LD context file<a class="headerlink" href="#step-4-explore-the-json-ld-context-file" title="Permalink to this heading">#</a></h2>
<p>JSON-LD is one of the easiest and most common file formats for creating linked data. JSON-LD uses the same key-value pair structure of traditional JSON, but adds a few keywords to support semantic linked data. One of these is the &#64;context keyword, which points to a dictionary that pairs human readable term labels with machine readable IRIs. For convenience, we provide a JSON-LD context file that is generated from the pre-inferred version of the ontology that pairs prefLabels with IRIs. You can find the <a class="reference external" href="https://github.com/emmo-repo/domain-electrochemistry/blob/master/context.json">context file on the GitHub repository</a> or access it anytime using this URL:</p>
<p><a class="reference external" href="https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/context.json">https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/context.json</a></p>
<p>JSON-LD is one of the easiest and most common file formats for creating linked data. JSON-LD uses the same key-value pair structure of traditional JSON, but adds a few keywords to support semantic linked data. One of these is the &#64;context keyword, which points to a dictionary that pairs human readable term labels with machine readable IRIs. For convenience, we provide a JSON-LD context file that is generated from the pre-inferred version of the ontology that pairs prefLabels with IRIs. You can find the <a class="reference external" href="https://github.com/BIG-MAP/BattINFO/blob/master/context.json">context file on the GitHub repository</a> or access it anytime using this URL:</p>
<p><a class="reference external" href="https://raw.githubusercontent.com/BIG-MAP/BattINFO/master/context.json">https://raw.githubusercontent.com/BIG-MAP/BattINFO/master/context.json</a></p>
</section>
<section id="step-5-make-your-own-linked-data">
<h2>Step 5: Make your own linked data!<a class="headerlink" href="#step-5-make-your-own-linked-data" title="Permalink to this heading">#</a></h2>
Expand Down Expand Up @@ -480,7 +480,7 @@ <h2>Step 5: Make your own linked data!<a class="headerlink" href="#step-5-make-y
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">Battery Ontology</p>
<p class="prev-next-title">Battery Interface Ontology</p>
</div>
</a>
<a class="right-next"
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>Battery Ontology &#8212; BattInfo documentation</title>
<title>Battery Interface Ontology &#8212; BattInfo documentation</title>



Expand Down Expand Up @@ -332,8 +332,8 @@

<div class="toctree-wrapper compound">
</div>
<section id="battery-ontology">
<h1>Battery Ontology<a class="headerlink" href="#battery-ontology" title="Permalink to this heading">#</a></h1>
<section id="battery-interface-ontology">
<h1>Battery Interface Ontology<a class="headerlink" href="#battery-interface-ontology" title="Permalink to this heading">#</a></h1>
<p>Welcome to the <strong>Battery Interface Ontology (BattINFO)</strong>, a semantic resource with essential terms and relationships to describe battery cells, materials, methods, and data. <strong>Here’s a simple example:</strong></p>
<div class="sd-tab-set docutils">
<input checked="checked" id="sd-tab-item-0" name="sd-tab-set-0" type="radio">
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 378bed1

Please sign in to comment.