-
[Mike Conlon](https://github.com/mconlon17) (Migrated from [VIVO-1068](https://vivo-project.atlassian.net/browse/VIVO-1068)) said:
Identify features that do not work as expected and remove links from…
-
is the convention you've used like:
?L_TITLE?L_TITLELANG
necessary or if I want to, can I write:
?L_TITLE@?L_TITLELANG
?
-
Hi everyone,
I recently joined [raintank](http://www.raintank.io/) and I will be working with @torkelo, @mattttt , and you, on alerting support for Grafana.
From the results of the [Grafana User Surv…
-
In order to provide the Input for datamining in a usable Format, we Need to transform our RDF datasets into the required CSV Format. At best this can be automated.
We Need to:
- agree on a CSV Format …
-
I have been looking at tawny-owl while getting my feet wet with clojure in general and it looks quite nice. I am also interested in the possibility of integrating tawny's concepts with those that are…
-
SPARQL [`MINUS`](https://www.w3.org/TR/sparql11-query/#neg-minus) is missing from the DSL, and are hard to write into queries created using `SPARQL::Client::Query`.
We should consider ways to support…
-
Using the BND command line tool to compare version different releases of the OSGI runtime bundle shows some of the issues.
Note that OSGI versions packages separately; the package version is separa…
-
In REST, it's possible to pass bindings for the following kinds of variables:
bind:s=someUri
bind:s:string=aStringValue
bind:s:int=1
and then there's
bind:s@en=englishString
This was a late additi…
-
What is the browse option supposed to do when you click on the little folder icon for the metadata search page? When I click on this it just gives me a darker page.
-
I have an application that has a connection to a server.
The server responds with JSON , I would like to convert into Java objects.
Interface looks like:
```
@Headers({
"Authorization:…