sparna-git / Sparnatural

Sparnatural : visual knowledge graph explorer with SPARQL, in the browser, configurable with SHACL
http://sparnatural.eu
GNU Lesser General Public License v3.0
225 stars 41 forks source link

make individuals subject of query #649

Open ch-sander opened 1 month ago

ch-sander commented 1 month ago

Imagine users want to find out about relations between one query result IRI and other resources. Clicking on the IRI, maybe with some toggle or hard coded via the adapter, would make this individual the subject of a new query.

This is likely not the aim of Sparnatural but it still might be a good use of the tool, as it helps discovery of more specific bindings.

tfrancart commented 1 month ago

I think this is overlapping with content negociation tools like LodView: https://github.com/LodLive/LodView If you have a SPARQL endpoint you can deploy this to generate entities pages. See an example deployment on a random notice at http://51.159.140.210/lodview/recordResource/041101-c1p6rdisvy37--1nrt4981l1vuz.html

ch-sander commented 1 month ago

Interesting, thanks!

It seems similar but my idea would be to keep using Sparnatural to explore relations with some rdf individual in greater depth. It's already possible to do that but it requires some familiarity because each query must start with some class and there is no drag and drop e.g. to make some single result a query subject.

florenceclavaud commented 3 weeks ago

Hi, I agree with this, this could be really interesting in some situations.