Martynas Jusevičius

Results 252 comments of Martynas Jusevičius

This seems to be Jena's cmd class: https://github.com/apache/jena/blob/master/jena-base/src/main/java/jena/cmd/CmdMain.java

The tests suite could be similar to the one of SPARQL: http://www.w3.org/2001/sw/DataAccess/tests/r2 http://www.w3.org/2009/sparql/docs/tests/ http://www.w3.org/2009/sparql/docs/tests/summary.html

Is it the `serialVersionUID` that does this? If it doesn't change the rest of the logic then fine. Will you make a PR?

Makes sense. Could you provide a reproducible example?

Hmm, the error looks unrelated to Jena? But I'll try the `BIND()` example.

@pdpark what is the problem cause by the current behavior?

OK, I can see `#` can be unintuitive. This was done mostly to align with CSV2RDF, which uses `#` for properties made from column names. We should be careful about...

> > ``` > > * resolving `property` against `https://localhost/some/ns` will produce `https://localhost/some/property` > > ``` > > Oh, why is that? Resolving against base URI follows general URI resolution:...

Because in the general case you cannot rely on ID-token containing `webid` claim or `iss` being a URI -- that is not specified in OpenID Connect Core.

What is the benefit of that extension though? Does it justify excluding all software that supports OpenID Connect Core but not WebID-OIDC? Which is like, the absolute majority. Where is...