Is there a way to generate UARID in SPARQL? I'm using the Jenna-Fuski version I can not use B-nodes Thanks!
Since SPARQL 1.1 UUID generation is now part of the standard and Jenna is supported in ARQ some time now.
The URI will return the function URI
The function will return UUID as a string
Example
SELECT (UUID (AS)? Uuid) (Struggle (AS)? StrUuid) WHERE {}
No comments:
Post a Comment