trifid
trifid copied to clipboard
Provide a generated SPARQL Query from each resource
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.
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 .
}
exactly! just to get people started..
related https://github.com/zazuko/trifid/issues/58