Skip to content

Commit

Permalink
change to book.odis.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Sep 12, 2024
1 parent 40f54f3 commit a0f46d4
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Repository for the development of the ODIS (Ocean Data and
Information System) architecture, as part of the [OIH](https://oceaninfohub.org/)
(Ocean InfoHub) Project. The reference documentation in the [book](book) folder is
published to https://book.oceaninfohub.org/.
published to https://book.odis.org/.

## License

Expand Down
2 changes: 1 addition & 1 deletion archive/docs/oihEngagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ are two potential early important deliverables that can foster early engagement
both the user and community spheres.


* [The Book](https://book.oceaninfohub.org/)
* [The Book](https://book.odis.org/)
* [Search](https://search.oceaninfohub.org/)
* [Dashboard](http://catalogue.gatewaygeo.ca:8501/odis/dashboard/)
* [SPARQL endpoint](http://graph.oceaninfohub.org/blazegraph/#splash)
Expand Down
6 changes: 3 additions & 3 deletions book/gettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ metadata catalogues over the web.

The first step towards joining ODIS is to generate metadata about your digital
holdings as JSON-LD files, using schema.org Types and properties. Guidelines
on how to shape these files is available [here](https://book.oceaninfohub.org/foundation/foundation.html), and we provide
on how to shape these files is available [here](https://book.odis.org/foundation/foundation.html), and we provide
a library of examples in the [odis-in](https://github.com/iodepo/odis-in/tree/master/dataGraphs/thematics) repository,
and templates in this book to help nodes shape their submissions. Note, however,
that any valid [schema.org](https://schema.org/) Type can be used to share metadata
Expand Down Expand Up @@ -270,7 +270,7 @@ and display of your records in the search results.

### Where are JSON-LD examples that I can use?

The ODIS [Book](https://book.oceaninfohub.org/thematics/index.html) has good
The ODIS [Book](https://book.odis.org/thematics/index.html) has good
examples of each of the ODIS patterns of JSON-LD. Another excellent resource is
the [odis-in](https://github.com/iodepo/odis-in/tree/master/dataGraphs/thematics)
repository where all of the JSON-LD templates often drafted together with partners are stored,
Expand All @@ -281,7 +281,7 @@ there.

Yes, the SPARQL endpoint for ODIS is: http://graph.oceaninfohub.org/blazegraph/namespace/oih/sparql

You can find more help on how to use the ODIS SPARQL endpoint [here](https://book.oceaninfohub.org/users/sparql.html).
You can find more help on how to use the ODIS SPARQL endpoint [here](https://book.odis.org/users/sparql.html).
An interface such as [Yasgui](https://yasgui.triply.cc/) can be used to generate your queries.

### Does ODIS have a JSON endpoint?
Expand Down
2 changes: 1 addition & 1 deletion book/interop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ _Gleaner (harvesting)_

Gleaner is the name of the software package used by OIH to do the indexing of the resources described and encoded by the previous section.
However, this package simply uses web architecture approaches, mostly http/https to access the resources. There are
several [alternatives](https://book.oceaninfohub.org/indexing/alternatives.html) that groups could use to address this stage.
several [alternatives](https://book.odis.org/indexing/alternatives.html) that groups could use to address this stage.

Standards or approaches used:
* https://www.w3.org/TR/dwbp/
Expand Down
6 changes: 3 additions & 3 deletions book/thematics/variables/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jbutils.show_graph(framed)

## publishingPrinciples

As defined in the [Linking to Principles](https://book.oceaninfohub.org/thematics/sdg/index.html#publishingprinciples)
As defined in the [Linking to Principles](https://book.odis.org/thematics/sdg/index.html#publishingprinciples)
section on publishing principles, This can be used to connect CreativeWork, Organization, or Person to either of
CreativeWork or URL. So this allows us to link a CreativeWork to a policy or principle statement.
This has some very useful use cases where resources can be grouped based on their connection to those principles and policies.
Expand Down Expand Up @@ -220,7 +220,7 @@ jbutils.show_graph(framed)
## spatialCoverage

More details on spatial elements are found
at: [Spatial Geometry](https://book.oceaninfohub.org/thematics/spatial/README.html)
at: [Spatial Geometry](https://book.odis.org/thematics/spatial/README.html)

```{code-cell}
:tags: [hide-input]
Expand Down Expand Up @@ -268,7 +268,7 @@ connected Action type.


```{seealso}
See also [Identifier and Prov subjectOf and inverse about](https://book.oceaninfohub.org/thematics/identifier/id.html#subjectof-and-inverse-about).
See also [Identifier and Prov subjectOf and inverse about](https://book.odis.org/thematics/identifier/id.html#subjectof-and-inverse-about).
[schema:about](https://schema.org/about) connects the subject matter of the content.
```

Expand Down
2 changes: 1 addition & 1 deletion dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docker run --restart always -p 8501:8501 dashboard
# ODIS Documentation

Please see the ODIS Book, for getting started with
your contributions: https://book.oceaninfohub.org/
your contributions: https://book.odis.org/

# Contributions

Expand Down
10 changes: 5 additions & 5 deletions dashboard/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,18 @@
with st.sidebar:
st.header('Glossary')
st.subheader('ODIS')
#st.markdown('The Ocean Data Information System (ODIS) is managed by the [Ocean InfoHub](https://oceaninfohub.org/) (OIH) and is based on a community-maintained Knowledge Graph, that leverages the [schema.org](https://schema.org) framework. See the [ODIS book](https://book.oceaninfohub.org/) of documentation.')
st.markdown('The Ocean Data Information System (ODIS) is a federation of systems that use common conventions to share and exchange their (meta)data. The foundation for ODIS was established by the [Ocean InfoHub](https://oceaninfohub.org/) (OIH) project. OIH harvests (meta)data from all ODIS nodes, and builds a collective Knowledge Graph to promote global discovery and action. See the [ODIS book](https://book.oceaninfohub.org/) of documentation for more details.')
#st.markdown('The Ocean Data Information System (ODIS) is managed by the [Ocean InfoHub](https://oceaninfohub.org/) (OIH) and is based on a community-maintained Knowledge Graph, that leverages the [schema.org](https://schema.org) framework. See the [ODIS book](https://book.odis.org/) of documentation.')
st.markdown('The Ocean Data Information System (ODIS) is a federation of systems that use common conventions to share and exchange their (meta)data. The foundation for ODIS was established by the [Ocean InfoHub](https://oceaninfohub.org/) (OIH) project. OIH harvests (meta)data from all ODIS nodes, and builds a collective Knowledge Graph to promote global discovery and action. See the [ODIS book](https://book.odis.org/) of documentation for more details.')
st.subheader('Graph')
st.markdown('Also known as Knowledge Graph, or KG, graphs are a structured way to harvest information on the Web, by representing entities (eg. people, places, objects) as nodes, and relationships between entities. The connection between 2 nodes is defined by triples.')
st.subheader('SPARQL Endpoint')
st.markdown('SPARQL (SPARQL Protocol and RDF Query Language) is the query language that is used to query graphs. ODIS has a [SPARQL Endpoint](http://graph.oceaninfohub.org/blazegraph/namespace/oih/sparql) that allows you to directly query the ODIS graph. See the [ODIS book](https://book.oceaninfohub.org/users/sparql.html) for example queries.')
st.markdown('SPARQL (SPARQL Protocol and RDF Query Language) is the query language that is used to query graphs. ODIS has a [SPARQL Endpoint](http://graph.oceaninfohub.org/blazegraph/namespace/oih/sparql) that allows you to directly query the ODIS graph. See the [ODIS book](https://book.odis.org/users/sparql.html) for example queries.')
st.subheader('Node')
st.markdown('The ODIS graph consists of many nodes, which represent organizations, each with their own catalogue of data.')
st.subheader('Triple')
st.markdown('The ODIS graph connects information through a triple; *Subject, Predicate, Object*. In the information "Leonard Nimoy was an actor who played the character Spock", LeonardNimoy is the *Subject*, "played" is the *Predicate*, and "Spock" is the *Object*.')
st.subheader('Types')
st.markdown('The ODIS graph leverages core [thematic patterns](https://book.oceaninfohub.org/thematics/index.html), which are expanded from [schema.org](https://schema.org/docs/full.html) types.')
st.markdown('The ODIS graph leverages core [thematic patterns](https://book.odis.org/thematics/index.html), which are expanded from [schema.org](https://schema.org/docs/full.html) types.')
st.subheader('ODIS Node')
st.markdown('An ODIS Node (not to be confused with a graph "node", described above) is a data source that is networked into and part of the ODIS Federation. ODIS Nodes are operated by ODIS partner oganisations, which may have one or many Nodes.')

Expand Down Expand Up @@ -875,6 +875,6 @@ def queryCombinedOrgNames():
shows live queries related to
the ODIS Graph, including describing each node in the
network. More information about how to connect to the
ODIS network can be found at [https://book.oceaninfohub.org/](https://book.oceaninfohub.org/)
ODIS network can be found at [https://book.odis.org/](https://book.odis.org/)
""")
st.image("https://oceaninfohub.org/wp-content/uploads/2020/12/logo_OIH_PNG-RGB-1.png", width=300)

0 comments on commit a0f46d4

Please sign in to comment.