query-95717ae0afe87ec23fe57dc5789c4270
Propertiessex or gender (P21)occupation (P106)date of death (P570)instance of (P31)subclass of (P279)author (P50)full work available at URL (P953)
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 DISTINCT ?item ?itemLabel ?date ?occLabel ?work ?workLabel ?link
WHERE
{
?item wdt:P21 wd:Q6581072.
?item wdt:P106 ?occ.
?item wdt:P570 ?date.
{?occ wdt:P31 wd:Q901}
UNION {?occ wdt:P279* wd:Q901}.
?work wdt:P50 ?item.
?work wdt:P953 ?link
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;
v3("?date"):::projected
v1("?item"):::projected
v5("?link"):::projected
v2("?occ")
v4("?work"):::projected
c2(["wd:Q6581072"]):::iri
c11(["bd:serviceParam"]):::iri
c6(["wd:Q901"]):::iri
c13(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P21"--> c2
v1 --"wdt:P106"--> v2
v1 --"wdt:P570"--> v3
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P279"--> c6
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P31"--> c6
end
union0r <== or ==> union0l
end
v4 --"wdt:P50"--> v1
v4 --"wdt:P953"--> v5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end