Gregory Todd Williams
Gregory Todd Williams
I also suspect that you may be hitting *python* encoding issues (and not sparql parser encoding issues) when you use just a single backslash: ``` q = """SELECT * WHERE...
> I guess my limited model of the escaping principles is preventing me from achieving a full understanding of the issue you're reporting, gonna have to leave it to more...
109538b has a proof of concept for being more accepting of this style of dimension with only partial units.
Regarding the last point, in Sales, Knoedler, and AATA I am often creating parallel hierarchies of `LinguisticObject`s and `HumanMadeObject`s. For example, `Folio part_of SalesCatalog`, with both `LinguisticObject` variants being `carried_by`...
Thanks. I'll look at updating RDF::Trine.
I still don't feel like I'm 100% swapped in on this, but it seems like it might not be as easy as we thought. It doesn't seem to be a...
Hi @minusdavid. This is a known bug in Virtuoso that Openlink seems unwilling to fix. The workaround query you suggest would work, but can be VERY expensive to execute on...
You're on a roll finding issues. Really sorry about that! This does seem like a big, but I'll mention that this is a strange query that might be more naturally...
Thanks for reporting this. That does seem like an issue. I can try to commit a fix, but as you noticed, the DBI code in RDF::Trine is a bit of...
I'm not sure what's going on with some parts of the patch here. It seems they're coming from my repo, but didn't rebase correctly...? I've tried to merge it with...