query-7d92bf5ceefc57d8b6babf83f99444c3
*
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#>
SELECT ?human ?title ?pmid WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],pl". }
?human wdt:P31 wd:Q13442814;
wdt:P1476 ?title;
wdt:P698 ?pmid;
wdt:P1433 wd:Q2775982.
}
LIMIT 5000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?human"):::projected
v3("?pmid"):::projected
v2("?title"):::projected
c10(["wd:Q2775982"]):::iri
c2(["bd:serviceParam"]):::iri
c6(["wd:Q13442814"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,pl"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> c6
v1 --"wdt:P1476"--> v2
v1 --"wdt:P698"--> v3
v1 --"wdt:P1433"--> c10