pwin
pwin
No, I don't want to write a SPARQL query myself - I want the front end to create a sequence of queries to allow the system to discover links between...
This has been an open issue for almost a year now, and it seems like a simple change - see @michaelnchin comment above - yet it prevents using e.g. https://pypi.org/project/onto-tool/...
Yes, this is just a fork of the original repo On Mon, 30 Aug 2021 at 14:42, pseudomonas ***@***.***> wrote: > I'm having the same issue. But this is apparently...
can this modification include capacity to operate with restxq scripts? The current xqdoc fails with the '%' char of the restxq annotation
Hi JoeIf I have a small sample file ('/db/apps/sports-api/example-restxq-file.xql') likexquery version "3.0";module namespace demo="http://exist-db.org/apps/restxq/demo";(:~ : List all addresses and return them as XML. :)declare %rest:GET %rest:path("/address") %rest:produces("application/xml", "text/xml")function demo:addresses() { ...
Yes.Any typical restxq function will do. The xqdoc fails at the percentage sign of the annotation-----Original Message-----From: [email protected]: Wed, 26 Jul 2017 01:48:32 +0000 (UTC)To: [email protected]: Re: [wolfgangmm/eXide] Add 'generate...
What are the standard versions( java, maven, etc) and commands (e.g. ```mvn clean package```) for building the develop branch? I'm getting a bunch of errors and no build at the...