Open rudenis opened 11 years ago
I'm finding the same for a local endpoint, so query:
No result bindings specified. in ARC2_SPARQLPlusParser
SELECT (COUNT(DISTINCT ?s) as ?total)
WHERE {
{
?s <http://digipres.org/formats/sources/pronom/formats/#hasMagic> "true" .
} UNION {
?s <http://the-fr.org/prop/format-registry/hasPRONOMContainerMagic> "true" .
}
}
Endpoint: http://the-fr.org/public/sparql/endpoint.php?
Sehr geehrte Damen und Herren,
bitte beachten Sie, dass ich bis 06.09.2016 nicht zu erreichen bin. Ihre Anfrage wird nach meiner Rückkehr schnellstmöglich bearbeitet. Vielen Dank.
Thank you for your email.
I will be out of the office until 06.09.2016. Your email will not be forwarded but I will deal with it on my return.
Johannes Hahn
eccence Weimarstrasse 1 • D-70176 Stuttgart
fon +49(0)711.4 77 88 77 9
email j.hahn@eccence.de
web www.eccence.de
Geschäftsführer: Gerd Freiwald & Johannes Hahn Umsatzsteuer-Identifikationsnummer gemäß § 27 a Umsatzsteuergesetz: DE259976593
Hi, anyone find a solution/workaround for this?
This test query -
should work at the dbpedia endpoint.
With arc2 it works only without 'distinct', i.e. as -
EDIT by @k00ni: Formatted the SPARQL queries.