trifid icon indicating copy to clipboard operation
trifid copied to clipboard

Provide a generated SPARQL Query from each resource

Open l00mi opened this issue 5 years ago • 3 comments

The SPARQL query on a resource does provide the same triples. This query can be openend directly in /sparql and its possible to extend the query to add more resources.

Add as a link to the bottom aside the other serialisation formats.

l00mi avatar Feb 14 '20 08:02 l00mi

I'm not sure I follow the idea here, I could browse URIs and then say "open in SPARQL" and it would do something like this?

PREFIX ...

SELECT * WHERE {
  <http://example.org/the/resource/from/before> ?p ?o .
}

ktk avatar Feb 24 '20 11:02 ktk

exactly! just to get people started..

l00mi avatar Feb 24 '20 14:02 l00mi

related https://github.com/zazuko/trifid/issues/58

l00mi avatar Apr 11 '22 12:04 l00mi