Jakub Klímek
Jakub Klímek
@pkleef Thanks. I deployed it and tested, and there are still some issues remaining. See [this instance](https://dev.nkod.opendata.cz/fct/) and search for e.g. "datová sada". While the Entity IRIs are OK, the...
Unfortunately not. However, now it seems to me that sometimes after this error, Virtuoso crashes with nothing in log (its process ends).
I ran into this problem again on another Virtuoso instance (query) I admit it queries a rather large dataset (600M triples) but that is not a reason for not being...
Sorry, changed URIs in the endpoint a bit. Try it now.
Still happening with 788bb9da315b19605856091726079338320e6212
Added, no change. `virtuoso.ini` Parameters section: [Parameters] ServerPort = 1111 LiteMode = 0 DisableUnixSocket = 1 DisableTcpSocket = 0 ;SSLServerPort = 2111 ;SSLCertificate = cert.pem ;SSLPrivateKey = pk.pem ;X509ClientVerify =...
Still happening with the newest version 148e7c910eee8fd62c92647a6bd98c21dcece9da Instance: http://ruian.linked.opendata.cz:8890/sparql Query: PREFIX s: <http://schema.org/> PREFIX gml: <http://www.opengis.net/ont/gml#> PREFIX ruian: <http://ruian.linked.opendata.cz/ontology/> CONSTRUCT {?point ?p ?o} FROM <http://ruian.linked.opendata.cz/resource/dataset> FROM <http://ruian.linked.opendata.cz/resource/dataset/geocoding/krovak2WGS84> WHERE { ?point...
Actually yes, when I change it to select, it returns results.
I am able to reproduce with: http://internal.opendata.cz/db04.zip (145 MB) Query: construct {?s ?p ?o} from <http://linked.opendata.cz/resource/dataset/mfcr/rozvaha> where {?s ?p ?o}
explain('sparql construct {?s ?p ?o} from http://linked.opendata.cz/resource/dataset/mfcr/rozvaha where {?s ?p ?o}'); returns REPORT VARCHAR { Precode: 0: vector := Call vector ( 1 , 0 , 1 , 1 ,...