WIP: Extend the AriadnePlus KB with info about country #5

Draft
alessia.bardi wants to merge 5 commits from country into master

See also ticket https://support.d4science.org/issues/28575 (and subtasks).
The PR updates:

  1. The SPARQL queries to read Collection and Individual Resources, so that the has_country property and related rdfs:label are included
  2. The configuration of the ARIADNE ResourceManager and the model (AriadnePlusEntry): so that the country information is taken into account
  3. Tests

An example of already indexed collection with two countries can be found at https://ariadne-portal-staging.d4science.org/resource/a7ac2aaa19bbbd7956b84208abeb860af516a2ba3149f92f6c9caf87d0bcdd05
Resource id: https://ariadne-infrastructure.eu/aocat/Collection/INFN/8AF9C287-9CBD-32DC-9B18-0C0EFD85BAFB

See also ticket https://support.d4science.org/issues/28575 (and subtasks). The PR updates: 1. The SPARQL queries to read Collection and Individual Resources, so that the has_country property and related rdfs:label are included 2. The configuration of the ARIADNE ResourceManager and the model (AriadnePlusEntry): so that the country information is taken into account 3. Tests An example of already indexed collection with two countries can be found at https://ariadne-portal-staging.d4science.org/resource/a7ac2aaa19bbbd7956b84208abeb860af516a2ba3149f92f6c9caf87d0bcdd05 Resource id: https://ariadne-infrastructure.eu/aocat/Collection/INFN/8AF9C287-9CBD-32DC-9B18-0C0EFD85BAFB
alessia.bardi added 3 commits 2024-12-18 19:12:44 +01:00
alessia.bardi added 2 commits 2024-12-18 19:17:10 +01:00
alessia.bardi changed title from Extend the AriadnePlus KB with info about country to WIP: Extend the AriadnePlus KB with info about country 2024-12-18 19:18:33 +01:00
Author
Owner

Next step: update the SPARQL enrichment queries for one collection and test the whole workflow on the staging environment

Next step: update the SPARQL enrichment queries for one collection and test the whole workflow on the staging environment
This pull request is marked as a work in progress.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b country master
git pull origin country

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff country
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: D-Net/AriadnePlus#5
No description provided.