query-8c3f2445a9b9cde6be8abd028fa3de51
Maintenance queries to capture q numbers of the created new items, either use your SMG id to find them like this: maintenance queriesRun these
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel ?idsLabel
WHERE
{
values ?ids {
"objects/co4179"
"objects/co4043"
"objects/co56438"
"objects/co56941"
}
?item wdt:P8694 ?ids .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?ids")
v2("?item"):::projected
c3(["bd:serviceParam"]):::iri
c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal
bind0[/VALUES ?ids/]
bind0-->v1
bind00(["objects/co4179"])
bind00 --> bind0
bind01(["objects/co4043"])
bind01 --> bind0
bind02(["objects/co56438"])
bind02 --> bind0
bind03(["objects/co56941"])
bind03 --> bind0
v2 --"wdt:P8694"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end