query-7cbb2bc26b50c41bd09340d787a3b0a3

rq turtle/ttl

Show all participants that were added after the proposal!

Use at

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 DISTINCT ?w ?wLabel ?affiliationTypeLabel ?p ?pLabel ?start
WHERE 
{
  ?p wdt:P31 wd:Q98270496 .
  ?p p:P1416 ?statement .
  ?statement ps:P1416 ?w .
  ?statement pq:P3831 ?affiliationType . 
  ?statement pq:P580 ?start .
  FILTER EXISTS { ?statement pq:P3831 wd:Q105906860 .}  
  OPTIONAL { ?p wdt:P571 ?inception }
  OPTIONAL { ?p wdt:P488 ?speaker }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en" . }
} ORDER BY ASC(?wLabel) ASC(?affiliationTypeLabel) ASC(?pLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v7("?affiliationType") v2("?affiliationTypeLabel"):::projected v9("?inception") v5("?p"):::projected v3("?pLabel"):::projected v10("?speaker") v8("?start"):::projected v4("?statement") v6("?w"):::projected v1("?wLabel"):::projected c2(["wd:Q105906860"]):::iri c11(["bd:serviceParam"]):::iri c13(["de,en"]):::literal c4(["wd:Q98270496"]):::iri f0[[" "]] subgraph f0e0["Exists Clause"] e0v1 --"p:qualifier/P3831"--> e0c2 e0v1("?statement"):::projected e0c2(["wd:Q105906860"]):::iri end f0--EXISTS--> f0e0 f0 --> v4 f0 --> c1 f0 --> c2 v4 --"p:qualifier/P3831"--> c2 v5 --"p:direct/P31"--> c4 v5 --"p:P1416"--> v4 v4 --"p:statement/P1416"--> v6 v4 --"p:qualifier/P3831"--> v7 v4 --"p:qualifier/P580"--> v8 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v5 -."p:direct/P571".-> v9 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v5 -."p:direct/P488".-> v10 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end