HughWilliams

Results 219 comments of HughWilliams

@metasj: We were never been able to recreate this issue back in 2018. Thus if you have such an issue do you have a description and test case for recreating...

If you want the language tag for a string object value, using `LANG(?o)` directly in the select list should return it, i.e. — ``` select LANG(?o} where {?s ?p ?o}...

Do you have a sample test SPARQL query running against the Virtuoso hosted http://dbpedia.org/sparql endpoint that demonstrates the problem being encountered by your application, to enable the problem to be...

Virtuoso supports SPARQL 1.1, which is based on the RDF 1.0 specs, where a literal cannot have both a `lang` and `datatype`; this is what Virtuoso currently supports. In RDF...

@schwarja: This problem has been recreated and reported to development to fix ...

When I attempt to run your query it is failing with the error: ``` SQL> SPARQL @prefix : . @prefix rdf: . @prefix rdfs: . INSERT INTO GRAPH { ?person...

We are looking into this ...

Development indicate Virtuoso does not currently support SPARQL-FED [SERVICE variables](https://www.w3.org/TR/sparql11-federated-query/#variableService) and would need to schedule time for adding such support in a future release ...

To shutdown the Virtuoso server your can always connect with the `isql` commandline tool and run: ```shell checkpoint; shutdown; ``` to stop the Virtuoso server ... Due to the error...