-
Robot provides a menu of verbs of the most common operations. It's also useful to have custom programmatic transformations. Some can be done with the SPARQL command, but not all.
It would be great …
-
[Michel Héon](https://github.com/MichelHeon) (Migrated from [VIVO-2008](https://vivo-project.atlassian.net/browse/VIVO-2008)) said:
The purpose of this feature is to provide the ability to obtain a u…
-
Moving towards a potential 1.2 release, the SHACL Compact Syntax needs new editors.
-
eWatercycle II: When used for model coupling, BMI expects variable names of the corresponding models to be mapped to standard names. In practice, modelers are not using these standard names and refer…
-
Coming from Zazuko:
- https://www.w3.org/TR/sparql11-query/#func-str should work not just on URIs and literals, but also on bnodes.
- eg so you can show some label on such node in a visualization …
-
Allow for named arguments for a SPARQL function.
## Why?
Sometimes functions take a lot of argument, and sometimes they have optional arguments. One trick is that the argument list is variable l…
-
It would be good if per-term page we allowed .ttl or content negotiation to get a simple Turtle description of the term.
See also: https://github.com/schemaorg/schemaorg/issues/208 on expanding forma…
-
Need to check performance of this on various-sized models.
-
I'm experimenting with using JSONPath queries to query a directory of Things.
For a simple query like finding a Thing by its title, this appears to work:
`$[?(@.title=='foo')]`
Now say I have…
-
Why?
-----
Some SPARQL implementations (e.g., Virtuoso) have an anytime query answer feature. This means that in case a timeout (explicitly given by the user or implicit by server-side settings) is …