Skip to content

Commit

Permalink
Update 03_download.md
Browse files Browse the repository at this point in the history
Fix typo and formatting, added Resource Description Framework (RDF) #229
  • Loading branch information
vismayajochem committed Jun 24, 2024
1 parent 5497721 commit ab6b0a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/courses/03_download.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,30 +26,30 @@ This tutorial teaches you how to use the free text search and tags to filter for

## How can I download data?

:oep-icon-code: [Process query result data and save to file (tutorial)](../tutorials/01_api/01_api_download.ipynb):
:oep-icon-code: [Process query result data and save to file](../tutorials/01_api/01_api_download.ipynb) (tutorial):

Learn how to use the REST-full-HTTP API in Python for selecting data on the OEP, make calculations
with it and save the results to a file.

:oep-icon-text: [How to download data - CSV and data package (tutorial)](../tutorials/99_other/download.md):
:oep-icon-text: [How to download data - CSV and data package](../tutorials/99_other/download.md) (tutorial):

Learn how easy it is do download any data table you are viewing on the OEP table with only one click and why a data package makes a difference.

## How can I interact with data?

:oep-icon-code: [Data queries via API (tutorial)](../tutorials/01_api/01_api_download.ipynb):
:oep-icon-code: [Data queries via API](../tutorials/01_api/01_api_download.ipynb) (tutorial):

This tutorial provides an overview of how you can select and filter data that resides on the OEP via the REST-full-HTTP
API in Python

:oep-icon-code: [Process query result data and save to file (tutorial)](../tutorials/01_api/01_api_download.ipynb):
:oep-icon-code: [Process query result data and save to file](../tutorials/01_api/01_api_download.ipynb) (tutorial):

Learn how to use the REST-full-HTTP API in Python for selecting data on the OEP, make calculations
with it and save the results to a file.

## How can I find relevant information about scenarios on the OEP?

:oep-icon-info: Our [scenario bundles](https://openenergyplatform.org/scenario-bundles/main) provide dedicated information about scenarios and their context. Context for example includes the study reports that deal with the scenario(s), the projection data available on the OEP that were created using the scenario(s), the sectors and technologies depicted and so on. These bundles are be based on RDF and the Open Energy Knowledge Graph (OEKG) and they are tied to the [Open Energy Ontology](https://openenergyplatform.org/ontology/) (OEO) for improving comparability across scenario bundles.
:oep-icon-info: Our [scenario bundles](https://openenergyplatform.org/scenario-bundles/main) provide dedicated information about scenarios and their context. Context for example includes the study reports that deal with the scenario(s), the projection data available on the OEP that were created using the scenario(s), the sectors and technologies depicted and so on. These bundles are based on (Resource Description Framework) RDF and the Open Energy Knowledge Graph (OEKG) and they are tied to the [Open Energy Ontology](https://openenergyplatform.org/ontology/) (OEO) for improving comparability across scenario bundles.

---

Expand Down

0 comments on commit ab6b0a2

Please sign in to comment.