-
Using this code:
```
var parser = new VDS.RDF.Parsing.JsonLdParser();
using var store = new TripleStore();
using (TextReader reader = new StringReader(valueAsString))
{
parser.Load(…
-
I'm trying to do a query to get all the EFO diseases but I'm missing some things. For instance, I'm not picking up EFO:0000275 (Atrial Fibrillation)
https://api.triplydb.com/s/_fEe_BEHd
It seem…
-
We use an old version of Jena/Fuseki (2.4.0) for automated tests that require a SPARQL endpoint. We need to update to a more recent one (3.14.x).
-
Add a new tab in the bottom div (e.g. to the right of EMPTY)
The tab should contain a simple textbox, in which advanced users can type DL expressions such as one of the following:
- 'kinase activity'…
-
Regardless of which database is eventually going to be used (see: #4) it 99% likely that I will be using a triplestore of some kind. There is functionality available in Cuphic (see: https://github.com…
-
Use Virtuoso webDAV to easily upload RDF files through HTTP.
We might need to play around with the configuration as Virtuoso current version (7) does not include LDP capabilities out-of-the-box
…
-
```sparql
PREFIX wd:
PREFIX wdt:
SELECT ?0 WHERE {
wd:Q710099 wdt:P20 ?0 .
}
```
yields the following result: `:1d420e146c92547669e403aa015b1e1b`.
On [wikidata](https://www.wikidata.or…
-
I have noticed that every time that we run 'docker compose up' the triplestore service removes and creates a clean repository of Things. (Removes the folder '/usr/src/helio-cloud-rdf4jstore/rdf4j')
I…
-
Create method (with SPARQL updates) to allow the user to choose the "predicate" of the Shared Dimension with the exact match of the string to map automatically all fields in a dimension.
Batch Mapp…
l00mi updated
2 years ago
-
### Descriptive summary
Attempting to retrieve a label from ubio resulted in
ERROR -- : Failed to open TCP connection to ubio.org:80 (Connection refused - connect(2) for "ubio.org" port 80)
(btw,…