Roberto García
Roberto García
Experiencing the same issue regarding literals with language tag, datatype(?literal) is NULL instead of rdf:langString. Please, note that this issue is not among the test cases listed in #946 by...
Interesting @anupam1050 Is this available in the last version of WebProtege or you added this feature to a custom deployment?
The same for us, not being able to run the Market on a local Barge was complicating our development efforts. These changes are just a quick and dirty successful test...
Any update in this regard? Are there plans to support Angular 2+?
Is this issue still unsolved? I'm currently experiencing an empty response to `datatype()` when applied to a string with a language tag like `"test"@en` Virtuoso version 07.20.3233 on Linux (x86_64-pc-linux-gnu)...
No, the problem is not with the language tag. The issue is that we get an empty response to `datatype()` when applied to a language string. This differs from the...
For instance, just tried the following query using DBpedia SPARQL (version 08.03.3326): ``` SELECT ?langStr (datatype(?langStr) AS ?datatype) WHERE { BIND("test"@en AS ?langStr) } ``` The result for `?datatype` is...
We are trying to enable full-text search through Virtuoso in our RDF exploration tool Rhizomer. Our idea is to use `bif:contains` but we are blocked because we send the SPARQL...