Re: representing URIs and literals

> So, don't do that. JS developers won't use your library, because they have already been there.
> We may disagree about that ;)

I think it can be useful, but only on an opt-in basis.
By default, I offer:
    N3Util.isLiteral(‘”abc"’);
By calling N3Uti(global), this can become:
    isLiteral(‘”abc"’);
Or, by calling N3Uti(String, true), even:
   ‘”abc”’.isLiteral();

Best,

Ruben

Received on Tuesday, 5 November 2013 19:04:57 UTC