-
[Andrew Woods](https://github.com/awoods) (Migrated from [VIVO-1707](https://vivo-project.atlassian.net/browse/VIVO-1707)) said:
This task is to test and verify VIVO's performance and accuracy when c…
-
right now summary query just includes schema:datePublished.
```
OPTIONAL {?subj schema:datePublished ?date_p .}
BIND ( IF ( BOUND(?date_p), ?date_p, "1900-01-01") as ?datep ) .
```
iris has no d…
-
Currently it sends back a 500 error, and Mastodon servers keep on trying to send the activity:
```
[23:52:58.425Z] INFO API: => POST /dame0/inbox
[23:52:58.470Z] INFO API: Call custom functi…
-
DRILL crashes when we use **kb = TripleStore('http://131.234.178.88:3030/Carcinogenesis/sparql'):**
Traceback (most recent call last):
File "/local/upb/users/q/quannian/profiles/unix/cs/Pycharm_…
-
Until now, SemApps has always created LDP resources "on the fly" by looking at triples with the corresponding subject. This created limitation, since these resources could not include triples that wer…
-
| Title (Goal) | Query the Islandora triplestore without having direct access to the triplestore
--------------- |------------------------------------ |
| Primary Actor | …
-
Save triple store configurations in a file. Prepare editing/adding/removing of triple stores in the plugin GUI
situx updated
4 years ago
-
Fuseki is easy to config and setup as a Docker container, but we could make multiple setups with various other triplestores in `docker-compose.yml`:
https://github.com/semantalytics/awesome-semantic-…
-
It would be nice to support triplestores other than Virtuoso.
Some notes about other options are below:
* Parliament is roughly as scalable as Virtuoso.
* Parliament is less scalable than a f…
-
Hi @IoannisNezis, thanks for this really interesting project!
I have recently been looking into improving autocomplete and validation of SPARQL queries to make it based on the known schema/ontolog…