User:EloiFerrer: Difference between revisions
From MaRDI portal
EloiFerrer (talk | contribs) No edit summary |
EloiFerrer (talk | contribs) No edit summary Tag: Manual revert |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{# | {{#sparql: | ||
PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> | |||
PREFIX wd: <https://portal.mardi4nfdi.de/entity/> | |||
SELECT ?qid WHERE { | |||
BIND (REPLACE(STR(?item), "^.*/Q([^/]*)$", "$1") as ?qid) | |||
?item wdt:P1460 wd:Q5976449 . | |||
?item wikibase:sitelinks ?sitelinks . | |||
FILTER (?sitelinks < 1 ). | |||
} | |||
LIMIT 10000 | |||
OFFSET 0 | |||
|log=2 | |||
|endpoint=https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql}} | |||
== basic query | |||
{{#sparql:select * where { ?x ?y ?z . } LIMIT 5 | |||
|config=https://wdqs.svc/proxy/wdqs/bigdata/namespace/wdq/sparql | |||
|log=2}} | |||
Latest revision as of 14:32, 10 April 2025
Sorry, the SPARQL server sent an error. (see details with parameter log=2)
Error #sparql :Error query : PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> PREFIX wd: <https://portal.mardi4nfdi.de/entity/> SELECT ?qid WHERE { BIND (REPLACE(STR(?item), "^.*/Q([^/]*)$", "$1") as ?qid) ?item wdt:P1460 wd:Q5976449 . ?item wikibase:sitelinks ?sitelinks . FILTER (?sitelinks 1 ). } LIMIT 10000 OFFSET 0 Error endpoint: https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql Error http_response_code: 404 Error message: <html> <head><title>404 Not Found</title></head> <body>404 Not Found
nginx/1.27.0 </body> </html> Error number: 0 Error message: Error data: Array ( [query] => PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> PREFIX wd: <https://portal.mardi4nfdi.de/entity/> SELECT ?qid WHERE { BIND (REPLACE(STR(?item), "^.*/Q([^/]*)$", "$1") as ?qid) ?item wdt:P1460 wd:Q5976449 . ?item wikibase:sitelinks ?sitelinks . FILTER (?sitelinks 1 ). } LIMIT 10000 OFFSET 0 [output] => xml [Accept] => application/sparql-results+xml )
== basic query
Sorry, there is an error with your endpoint (see details with parameter log=2).
The configuration of https://wdqs.svc/proxy/wdqs/bigdata/namespace/wdq/sparql is not found in the file LinkedWiki/extension.json or in the LocalSettings.php.