Re: RDF's relative IRI resolution is ambiguous

I suppose it doesn't matter much, since the syntax you use in the gists
meets generic URI syntax rules, but the syntax of URNs requires at least
two colons:

<URN> ::= "urn:" <NID> ":" <NSS>


On Sat, Sep 5, 2015 at 10:29 AM, Ruben Verborgh <ruben.verborgh@ugent.be>
wrote:

> 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:40:17 UTC