You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TeSS_docs/overview/fair.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ For providers, the TeSS Platform makes it easy to make resources [FAIR](http://d
8
8
9
9
-**Findable**: A unique, persistent identifier such as [DOI](https://www.doi.org/the-identifier/what-is-a-doi/) is requested for all materials. (For example, [publish your materials in Zenodo](https://help.zenodo.org/docs/get-started/quickstart/) to be assigned a DOI.)
10
10
-**Accessible**: TeSS materials/events are accessible to all registered users via the TeSS website, [widgets](../developers/code-data) or [JSON API](../developers/code-data). Your content will seen more in search results owing to our search-engine optimisation (SEO).
11
-
-**Interoperable**: Metadata uses a standard vocabulary (EDAM for ELIXIR). We expose content using Schema.org (Bioschemas) and OAI-PMH open standards.
11
+
-**Interoperable**: Metadata uses a standard vocabulary (EDAM for ELIXIR). We expose content using Schema.org (Bioschemas), JSON-LD, and OAI-PMH open standards.
12
12
-**Reusable**: License is requested for all materials, such as Creative Commons.
13
13
14
14
15
-
## Exposed metadata behind each page
15
+
## Interoperate using Linked Data
16
16
17
17
When you view a material or event on TeSS, there is machine-readable metadata behind the human-readable content.
18
-
If you were to view the HTML source of the page, you would see this code, written in JSON-LD format.
18
+
If you were to view the HTML source of the page, you would see this code, written as [JSON-LD](https://json-ld.org/).
19
19
20
20
```{image} ../images/overview/metadata-source.png
21
21
:alt: View Source to see the embedded metadata
@@ -24,8 +24,7 @@ If you were to view the HTML source of the page, you would see this code, writte
24
24
:align: center
25
25
```
26
26
27
-
Developers can access this metadata, without the human-readable HTML content, by appending `.jsonld` to the URL.
28
-
For example:
27
+
Developers can access this [Bioschemas](https://bioschemas.org)-compliant JSON-LD metadata, without the human-readable HTML, to use interoperate as [Linked Data](https://en.wikipedia.org/wiki/Linked_data). To do this, append `.jsonld` to the URL. For example:
0 commit comments