Re: RDF's relative IRI resolution is ambiguous

Hi all,

I added a quick verification script to the gist, which tests each case independently:
https://gist.github.com/RubenVerborgh/39f0e8d63e33e435371a#file-test-iri-resolution-js

Here are results for parsers I have installed on my machine:

SERD 0.20.0: 210 passed, 96 failed, 0 errored
cwm 1.197: 306 tests, 148 passed, 158 failed, 0 errored
EYE Summer15 0904 2231: 306 tests, 154 passed, 152 failed, 0 errored
Raptor 2.8.0: 306 tests, 295 passed, 11 failed, 0 errored
N3.js (master from git): 306 tests, 306 passed, 0 failed, 0 errored

You can test your own parser by cloning the gist and running
    node test-iri-resolution-js rapper -g
where you replace "rapper -g" with the command needed to parse a file to stdout.

Best,

Ruben

Received on Saturday, 5 September 2015 14:29:53 UTC