-
Which SPARQL filter are supported now?
`FILTER(contains(?var, "value to match))` does not filter anything.
-
Hi guys, is it possible to express SPARQL-based constraints within SHACL4P?
-
-
In addition to WDQ, SPARQL queries at http://query.wikidata.org should be supported.
A simple rule could be that the first column of the returned rows must be an item; these items could then be used …
-
Would https://github.com/Cesarla/Sparql-Prettify/blob/master/lang-sparql.js work for this?
-
This is the case for even simple queries like:
```
SELECT DISTINCT ?p where {?s ?p ?o.}
```
and
```
prefix owl:
SELECT distinct ?ontology
WHERE {
?ontology a owl:Ontology.
}
…
-
Hi,
I was suggested to use this library in order to read a `TTL` and apply a SPARQL on it. This is basically the first time I ever heard of SPARQL / `TTL` files so, maybe for that reason I can't re…
-
Currently there is only support for SPARQL 1.0, will be there any plans on supporting SPARQL 1.1?
-
En SPARQL-endpoint hos Riksdagens data är önskvärt. SPARQL integrerar enkelt i Wikipedia med att listor etc, kan skapas som uppdateras se äldre [test med Nobelprize.org](https://www.wikidata.org/wiki/…
-
```
What steps will reproduce the problem?
- The SPARQL tab interface does not retrieve collections on IE
What is the expected output? What do you see instead?
- Once a project is selected in the SPA…