- From: Ruben Verborgh <ruben.verborgh@ugent.be>
- Date: Tue, 5 Nov 2013 19:04:10 +0000
- To: Matteo Collina <matteo.collina@gmail.com>
- Cc: Austin William Wright <aaa@bzfx.net>, "public-rdfjs@w3.org" <public-rdfjs@w3.org>
> 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