query-3baac08e4ebf1f6fdeff94ab6b45412f
Neurology, items for papers with main subject within the specialty, review publication type, license SELECT DISTINCT ?paper WHERE { ?paper wdt:P31 wd:Q13442814; wdt:P31 wd:Q7318358; wdt:P921 ?subject; wdt:P1476 ?title; wdt:P275 [ ]. ?subject wdt:P1995 ?spec. ?spec wdt:P361* wd:Q83042
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Use at
- https://query.wikidata.org/sparql
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#>
#Neurology, items for papers with main subject within the specialty, review publication type, license
SELECT DISTINCT ?paper
WHERE {
?paper wdt:P31 wd:Q13442814;
wdt:P31 wd:Q7318358;
wdt:P921 ?subject;
wdt:P1476 ?title;
wdt:P275 [ ].
?subject wdt:P1995 ?spec.
?spec wdt:P361* wd:Q83042
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("?paper"):::projected
v4("?spec")
v2("?subject")
v3("?title")
a1((" "))
c3(["wd:Q7318358"]):::iri
c9(["wd:Q83042"]):::iri
c2(["wd:Q13442814"]):::iri
c11(["bd:serviceParam"]):::iri
c13(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P31"--> c2
v1 --"wdt:P31"--> c3
v1 --"wdt:P921"--> v2
v1 --"wdt:P1476"--> v3
v1 --"wdt:P275"--> a1
v2 --"wdt:P1995"--> v4
v4 --"wdt:P361"--> c9
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end