On 16/06/14 17:28, Olivier Rossel wrote:
Hi all.

In SPARQL, I would like to test wheter a bound variable is a URI
and whether this URI dereferences correctly
(basically, that URI/URL sent in a HTTP GET
shall return a 200 OK).

Is such a function available in Jena/ARQ?


No, nothing like that in ARQ. You could write a custom function to do it (and using HttpOp shouldn't be a large piece of code).

        Andy

Reply via email to