-
I am using a public SPARQL endpoint as knowledge source for DL-Learner but I cannot get it running. Is there any workaround? More details on the errors below
```
java.lang.RuntimeException: org.sp…
-
Integrate `stardog` database with entirety to display graph based on SPARQL query.
-
I was going through the model in cobrapy and doing some sensibility checked.
And I noted their were 1161 unique uniprot identifers, but 1162 unique gene ids.
So i went looking closer to see what was…
-
The following notices were found to contain issues while being loaded into Virtuoso:
- http://data.europa.eu/a4g/resource/2024/00633882_2024
- http://data.europa.eu/a4g/resource/2024/00634694_2024…
-
### Description of the dataset
[OfficeGraph](https://github.com/RoderickvanderWeerdt/OfficeGraph/tree/main) is a real-world data of measurements from 444 IoT devices taken over 11 months. The device…
-
This has missing link Connection Points for the Source
```ttl
@prefix blueprint: .
@prefix sh: .
@prefix rdf: .
@prefix rdfs: .
sh:targetClass ;
rdfs:label "Publisher" ;
sh:property _:…
-
When I tried to load Wikidata into the current version of Virtuoso Open Source I got the following error just after starting:
08:50:42 PL LOG: File /home/local/wikidata/split/wikidata-part-005.ttl…
-
**Edit**: see an update to this proposal [below](https://github.com/w3c/rdf-star-wg/issues/130#issuecomment-2425965785), changing annotation properties to `rdf:onSubject`, `rdf:onPredicate`and `rdf:o…
-
The ePO ontology produces SHACL with references to rdf:plainliteral, that is either a `xsd:string` or `rdf:langString` like in this example
```turtle
core-shape:org-Organization-epo-hasLegalFormTy…
-
This query
```sparql
PREFIX afn:
PREFIX owl:
PREFIX rdfs:
select * {
?p1 rdfs:range ?r1.
?p1 rdfs:range ?r2.
filter(str(?r1) < str(?r2))
} order by ?p1
```
Finds 43 props with mult…