Adrian Gschwend

Results 133 comments of Adrian Gschwend

Big question here will be how do we do persistence. So far there was none in Trifid.

We now have one here: https://github.com/netage/carml-cli

Not sure if I get the point of the idea, what we were discussing is adding a "open in SPARQL" button or something like that on a resource so when...

After discussion: Just provide an easy way to get the same IRI within a SPARQL endpoint. Could be as simple as simply opening a pre-defined SPARQL query in the correct...

Quick fix: Return [HTTP code 405](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/405)

When I did this issue I was talking about checking if a resource exists, for example: `curl -I https://ld.admin.ch/canton/1` This currently returns a 404 even though it works just fine...

But what would this load? Can't simply load all content in an endpoint

Victor had some concerns regarding how useful this will be on our data, the example does not look super helpful so far.

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? ```sparql PREFIX ... SELECT *...