ec-doris / EuKnowledgeGraph

This repository contains the Wikibase configuration of the EU Knowledge Graph
https://linkedopendata.eu
12 stars 1 forks source link

add some visualizations #115

Closed VladimirAlexiev closed 1 year ago

VladimirAlexiev commented 1 year ago

For example, here's a graph of Ontotext research projects from https://wikidata.metaphacts.com/resource/wd:Q7095072 image You already have plenty of connected data here, but if #114 is done, the same graph can be recreated based on EuKnowledgeGraph data.

D063520 commented 1 year ago

Hi, thank you for pointing to this. There are already some visualizations available like this one:

https://query.linkedopendata.eu/embed.html#%23defaultView%3AGraph%0ASELECT%20%3Fitem%20%3FitemLabel%20WHERE%20%7B%0A%20%20VALUES%20%3Fitem%20%7B%20%3Chttps://linkedopendata.eu/entity/Q2515024%3E%7D%20%3Fitem%20%3FpDirect%20%3FlinkTo%20.%0A%20%20OPTIONAL%7B%3Fitem%20rdfs%3Alabel%20%3FitemLabel%20.%0A%20%20FILTER(lang(%3FitemLabel)%3D%22en%22)%7D%0A%7D

Screenshot 2022-09-14 at 15 25 55

We currently do not have a business case to add more.

VladimirAlexiev commented 1 year ago

This is nice! cheers1