Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

This repository contains the examples (from real and existing SKGs) compiled against the last version of the [JSON-LD context](https://github.com/skg-if/context/) prepared for the SKG-IF Data Model.
In particular:
* the directory `OpenCitations` contains examples obtained from the [OpenCitations Meta API](https://w3id.org/oc/meta/api/v1).
* the directory `OpenCitations` contains examples obtained from the [OpenCitations Meta API](https://w3id.org/oc/meta/api/v1).
* the directory `ROHub` contains examples obtained from the RO-Crate platform [ROHub](https://www.rohub.org/).
7 changes: 7 additions & 0 deletions ROHub/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ROHub SKG-IF Examples

This directory contains the mapping made between RO-Crate and the SKG-IF `documented in ro-crate_to_skg-if_mappings.csv` and two example:
* `skg-a0007726-0f5b-4ccb-a160-f350d669805e.jsonld` represents the RO-Crate as an SKG-IF. It was created manually and includes all the SKG-IF concepts from the RO-Crate
* `response_1749732281525-rohub-dev-SKG-demo` is the response from an SKG-IF API implementation over ROHub DEV instance for demo purposes. It can be tested using
** https://grlc-dpi-enabler-demeter.apps.paas-dev.psnc.pl/api-git/rohub/skg/products?endpoint=https%3A%2F%2Frohub2020-api-virtuoso-route-rohub.apps.paas-dev.psnc.pl%2Fsparql
** Open API interface: https://grlc-dpi-enabler-demeter.apps.paas-dev.psnc.pl/api-git/rohub/skg#/default/get_products
Loading