-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Node ExpressionsFor SHACL 1.2 Node ExpressionsFor SHACL 1.2 Node Expressions
Description
As discussed in #367 there is an RDF/Turtle file at https://github.com/w3c/sparql-query/blob/main/sparql-ns.ttl that enumerates all SPARQL functions and establishes URIs for them. Those should all become List Parameter Functions in SHACL.
For example:
[ sparql:plus ( 38 4 ) ]
would be produce the result of 38 + 4 as a list with one RDF node.
The Node Expressions document could contain an auto-populated HTML table listing all these functions with their description and URI, and then a general description of how this table is used by SHACL engines.
Metadata
Metadata
Assignees
Labels
Node ExpressionsFor SHACL 1.2 Node ExpressionsFor SHACL 1.2 Node Expressions