query-25f16300d30ede3be68faea0653811ca
Show only Applicants and Co-Applicants!
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?p ?pLabel ?affiliationTypeLabel ?w ?wLabel
WHERE
{
?p wdt:P31 wd:Q98270496 .
?p p:P1416 ?statement .
?statement ps:P1416 ?w .
{?statement pq:P3831 wd:Q54875338} UNION {?statement pq:P3831 wd:Q105906738}
OPTIONAL {?statement pq:P3831 ?affiliationType}
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en" . }
} ORDER BY ASC(?pLabel) ASC(?affiliationTypeLabel) ASC(?wLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v7("?affiliationType")
v2("?affiliationTypeLabel"):::projected
v4("?p"):::projected
v1("?pLabel"):::projected
v5("?statement")
v6("?w"):::projected
v3("?wLabel"):::projected
c6(["wd:Q54875338"]):::iri
c9(["bd:serviceParam"]):::iri
c7(["wd:Q105906738"]):::iri
c11(["de,en"]):::literal
c2(["wd:Q98270496"]):::iri
v4 --"p:direct/P31"--> c2
v4 --"p:P1416"--> v5
v5 --"p:statement/P1416"--> v6
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v5 --"p:qualifier/P3831"--> c7
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v5 --"p:qualifier/P3831"--> c6
end
union0r <== or ==> union0l
end
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v5 -."p:qualifier/P3831".-> v7
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end