query-1e48b13a07bbc4d0cd2a56525dad175a
title: using example created by Jura for in archive dated 14:12 on 11 August 2020 (UTC) SELECT ?item ?itemLabel ?instance_of ?instance_ofLabel WHERE { VALUES ?search_string { "Multisensory brand search: How the meaning of sounds guides consumers' visual attention." "Moderate Stress Enhances Immediate and Delayed Retrieval of Educationally Relevant Material in Healthy Young Men" "The inheritance of blindness-Lorem ipsum" } SERVICE wikibase:mwapi { bd:serviceParam wikibase:api "Search" . bd:serviceParam wikibase:endpoint "www.wikidata.org" . bd:serviceParam mwapi:srnamespace "0" . bd:serviceParam mwapi:srsearch ?search_string . ?title wikibase:apiOutput mwapi:title . } BIND( URI(CONCAT(str(wd:),?title)) as ?item) OPTIONAL { ?item wdt:P31 ?instance_of } # MINUS { ?item wdt:P31 wd:Q13442814 } # no articles # ?item wdt:P31 wd:Q47089 #only faults SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" } }
Use at
- https://query.wikidata.org/sparql
PREFIX mwapi: <http://wikiba.se/ontology#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title: using example created by Jura for in archive dated 14:12 on 11 August 2020 (UTC)
SELECT ?item ?itemLabel ?instance_of ?instance_ofLabel
WHERE
{
VALUES ?search_string {
"Multisensory brand search: How the meaning of sounds guides consumers' visual attention."
"Moderate Stress Enhances Immediate and Delayed Retrieval of Educationally Relevant Material in Healthy Young Men"
"The inheritance of blindness-Lorem ipsum"
}
SERVICE wikibase:mwapi
{
bd:serviceParam wikibase:api "Search" .
bd:serviceParam wikibase:endpoint "www.wikidata.org" .
bd:serviceParam mwapi:srnamespace "0" .
bd:serviceParam mwapi:srsearch ?search_string .
?title wikibase:apiOutput mwapi:title .
}
BIND( URI(CONCAT(str(wd:),?title)) as ?item)
OPTIONAL { ?item wdt:P31 ?instance_of }
# MINUS { ?item wdt:P31 wd:Q13442814 } # no articles
# ?item wdt:P31 wd:Q47089 #only faults
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}