iodepo / odis-arch

Development of the Ocean Data and Information System (ODIS) architecture
https://book.oceaninfohub.org/
27 stars 16 forks source link

provenance #109

Open arnounesco opened 1 year ago

arnounesco commented 1 year ago

it should be clear where records are coming from

the results from the search interface for a search for experts with the name "arno" (https://oih.staging.derilinx.com/results/Person?search_text=arno&page=0) only shows a crippled set of information. While that info is pointing to OceanExpert it is clearly not the information that is coming from OceaneExpert. Comparing that info with the first result you get for expert that have "fiji" in their data (https://oih.staging.derilinx.com/results/Person?search_text=fiji&page=0) will show the difference.

The results for the second search are clearly coming from OceanExpert while the once for the first search are coming from somewhere else.

Maybe this is an issue for Derilinx, as both JSON-LD source are using the same id, being the unique id of the expert in OceanExpert.

fils commented 1 year ago

I need to try this query in SPARQL in the graph and see if this is happening in the graph or if this might be an issue in the wy the mapping to SOLR is happening.