Difference between revisions of "Bug/https query problem"
Jump to navigation
Jump to search
(add-on uBlock Origin blocked the query service) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | '''20191106 Query service didn't work if the add-on uBlock Origin is active on the browser. Need to enable uBlock for wiki.personaldata.io. ''' | ||
+ | |||
{{ | {{ | ||
SPARQLexample|title=A test|query= | SPARQLexample|title=A test|query= |
Latest revision as of 17:22, 7 November 2019
20191106 Query service didn't work if the add-on uBlock Origin is active on the browser. Need to enable uBlock for wiki.personaldata.io.
A test
Direct link
SELECT ?item ?label ?_image WHERE {
?item pdiot:P3 pdio:Q1591.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
?item rdfs:label ?label
}
OPTIONAL { ?item pdiot:P47 ?_image. }
}
LIMIT 100
PREFIX pdio: <https://wiki.personaldata.io/entity/>
PREFIX pdiot: <https://wiki.personaldata.io/prop/direct/>
PREFIX pdiop: <https://wiki.personaldata.io/prop/>
PREFIX pdiops: <https://wiki.personaldata.io/prop/statement/>
PREFIX pdiopq: <https://wiki.personaldata.io/prop/qualifier/>
SELECT ?item ?label ?_image WHERE {
?item pdiot:P3 pdio:Q1591.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
?item rdfs:label ?label
}
OPTIONAL { ?item pdiot:P47 ?_image. }
}
LIMIT 100