Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a generated SPARQL Query from each resource #60

Open
l00mi opened this issue Feb 14, 2020 · 3 comments
Open

Provide a generated SPARQL Query from each resource #60

l00mi opened this issue Feb 14, 2020 · 3 comments

Comments

@l00mi
Copy link
Contributor

l00mi commented Feb 14, 2020

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.

@ktk
Copy link
Member

ktk commented Feb 24, 2020

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 .
}

@l00mi
Copy link
Contributor Author

l00mi commented Feb 24, 2020

exactly! just to get people started..

@l00mi l00mi added this to To do in Development Feb 24, 2020
@l00mi
Copy link
Contributor Author

l00mi commented Apr 11, 2022

related #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development
  
Backlog
Development

No branches or pull requests

3 participants