/{BASE}/ldpath/debug | Evaluate the LDPath program send as byte stream in the POST body of the request starting at the contexts (array)
given as URL query arguments. | POST |
/{BASE}/ldpath/functions | Return a list of all LDPath functions that have been registered in the LDPath installation. | GET |
/{BASE}/ldpath/functions/{name} | Return a description of the function whose name is passed as path argument. | GET |
/{BASE}/ldpath/path | Evaluate a single LDPath selection using the path passed as argument and starting at the resource identified
by the uri. | GET |
/{BASE}/ldpath/program | Evaluate a LDPath program using the program string passed as argument and starting at the resource identified
by the uri. | GET, POST |
/{BASE}/ldpath/util/complete | | GET |
/{BASE}/ldpath/util/namespaces | | GET |
/{BASE}/ldpath/util/path | | GET |
/{BASE}/ldpath/util/prefix | | GET |