Iwan Aucamp
Iwan Aucamp
As per discussion on gitter: https://gitter.im/RDFLib/rdflib?at=62586bb3e9cb3c52ae651573 I somewhat understand the idea behind what is happening here, but to me this still seems like it is a bug. The default graph...
I'm still not convinced this is not a bug as IMO we should be targeting RDF 1.1 which is 6 years old by now. We can fix these things also...
Maybe the right solution is to re-look at how #130 works - however quite independently of this, rdfpipe/rdflib should ideally not be resolving relative URIs IMO.
Regarding relative uris: - #677
> Replacing > > ``` > from posixpath import normpath, sep > ``` > > with > > ``` > from posixpath import normpath > from os import sep >...
Related: - https://github.com/stub42/pytz/issues/72 - https://github.com/pallets/jinja/issues/1697
A colleague of mine (@nikitabarskov) pointed out to me today that google does do what I'm suggesting here [[ref](https://github.com/googleapis/python-bigquery/tree/86aa3939344e76e9582a2e45c87a7203755a5ca9/google/cloud)], so there is some precedent for this approach. Google has for...
> Furthermore, one of the open questions AFAIK is still whether RDF-star should turn triples into nodes in the core RDF model itself. I believe that this PR does just...
@alooba1 thanks for the PR, I will have a more thorough look at it over the weekend, but do try and look at the CI failures, if you are unsure...
> Nevertheless, if the work that I've done (implementing a suite of Lark-based parsers for RDFLib¹) ever sees the light of day, that's probably the route I'll be choosing for...