User:EloiFerrer: Difference between revisions
From MaRDI portal
EloiFerrer (talk | contribs) No edit summary |
EloiFerrer (talk | contribs) No edit summary |
||
| Line 14: | Line 14: | ||
== basic query | == basic query | ||
{{#sparql:select * where { ?x ?y ?z . } LIMIT 5|log=2}} | {{#sparql:select * where { ?x ?y ?z . } LIMIT 5 | ||
|log=2 | |||
|chart=bordercloud.visualization.DataTable}} | |||
Revision as of 14:18, 28 November 2024
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