You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I looked for the documentation of the various pieces and found Notation3 Builtin Functions but could not find graph and the namespace for graph returns a 404.
The builtins should be linked to from the front page of this repo I think - quite useful
should graph be part of the builtins? It is used twice in the repo (though mentioned quite a few more times)
the string:matches will be very useful for many access control use cases. I wonder how much the "perl/python" regex syntax matches or differs from the java/js style? or if libs are easily available for these... @philarcher was the specialist of this, having developed POWDER spec. He pointed me to some relevant documents yesterday... Mostly, they will have some good feedback on how compatible regexes are. I hope it is not too complicated...
I was wondering how I could get the above n3 to also publish a copy of the triples in the graph (not just the transformed quads)... So I can translate jsonld to n3 more easily from issue 204
The text was updated successfully, but these errors were encountered:
@josd showed me the following code to translate n4 code (NQuads with prefixes and relative URLs to translate it to n3.
to run with
So I looked for the documentation of the various pieces and found
Notation3 Builtin Functions but could not find
graph
and the namespace forgraph
returns a 404.graph
be part of the builtins? It is used twice in the repo (though mentioned quite a few more times)string:matches
will be very useful for many access control use cases. I wonder how much the "perl/python" regex syntax matches or differs from the java/js style? or if libs are easily available for these... @philarcher was the specialist of this, having developed POWDER spec. He pointed me to some relevant documents yesterday... Mostly, they will have some good feedback on how compatible regexes are. I hope it is not too complicated...I was wondering how I could get the above n3 to also publish a copy of the triples in the graph (not just the transformed quads)... So I can translate jsonld to n3 more easily from issue 204
The text was updated successfully, but these errors were encountered: