Slava Krauchanka
Slava Krauchanka
@KenCox94 with all the changes I suggested above, I made it to the point where it tries to get the query response, I guess. Here's the error I get now:...
I was getting same errors, but upgrading pip (and friends) helped here. ``` pip install -U pip setuptools wheel ```
@robstewart57 I have some time to spare, I can take a look at it in the meantime.
So here's a summary on the issue: RDF graphs that are created by parsers have their "namespaced" nodes expanded into full URIs. However, if an RDF graph is created manually...
Okay, I'll start with adding the tests first, then switch to the namespace expansion issue. As a programmer though, I'd prefer to have two nodes equal, namespaced or expanded, whenever...
> > I now realize that your approach (to move the expansion from mkRdf to the other 3 functions) was implied by the original author. > > OK, does that...
@robstewart57 I got distracted from RDF4H a few weeks ago, so I haven't finished writing that stuff yet. I made a few fixes to our parser to actually read the...
Actually, I think I'll get back to it tomorrow or so. I've just recalled that I was getting to "the good parts" there :-)
@robstewart57 As a side task for this branch (while I'm busy coding the actual tests), I'm thinking about "automatic" fetching of W3C test files. They take about 6 Mb and...
I've completed the test suite for turtle parser. Here's the results: ``` Test Cases Total Passed 177 177 Failed 114 114 Total 291 291 ``` The updated test suite code...