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
For example, sparql:abs currently would need to be written as
[
sparql:abs ( [ shnex:path ex:property ] )
]
If this was a named-parameter node expression, it would be written as
[
sparql:abs [ shnex:path ex:property ]
]
Many users will not know the difference and when to use which notation. Many users will not really be aware that the distinction between list and named parameters even exists.
I think any list parameter functions that take only one argument should support the second syntax without a list. So this would also be legal: