Skip to content

Commit b716636

Browse files
committed
Add .jsonld for materials to Developer Code page
1 parent 933b36d commit b716636

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

TeSS_docs/developers/code-data.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ View our available widgets
4343

4444
## API
4545

46-
TeSS has a fully functioning JSON API. You can explore our JSON-API by appending .json_api to the end of the URL of most pages (excluding parameters). For example:
46+
TeSS has a fully functioning JSON API. You can explore our JSON-API by appending `.json_api` to the end of the URL of most pages (excluding parameters). For example:
4747

4848
```
4949
https://tess.elixir-europe.org/events.json_api
@@ -52,6 +52,12 @@ https://tess.elixir-europe.org/content_providers.json_api
5252
https://tess.elixir-europe.org/workflows.json_api
5353
```
5454

55+
To get direct access to the metadata on individual materials or events, append `.jsonld` instead:
56+
57+
```
58+
https://tess.elixir-europe.org/materials/how-to-make-your-messy-data-usable-openrefine.jsonld
59+
```
60+
5561
The full documentation for the TeSS JSON API can be found here:
5662

5763
```{button-link} hhttps://tess.elixir-europe.org/api/json_api

TeSS_docs/overview/fair.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It is a one-stop-shop for trainers and trainees to discover training materials,
77
For providers, the TeSS Platform makes it easy to make resources [FAIR](http://doi.org/10.1038/sdata.2016.18) (Findable, Accessible, Interoperable, and Reusable):
88

99
- **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-
- **Accessible**: TeSS materials/events are accessible to all registered users via the TeSS website, widgets or JSON API. Your content will seen more in search results owing to our search-engine optimisation (SEO).
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).
1111
- **Interoperable**: Metadata uses a standard vocabulary (EDAM for ELIXIR). We expose content using Schema.org (Bioschemas) and OAI-PMH open standards.
1212
- **Reusable**: License is requested for all materials, such as Creative Commons.
1313

0 commit comments

Comments
 (0)