query-23dc949730026f48f5e3a809100f97ed

rq turtle/ttl

List of all Bart Simpson prank call alter egos 07:49, 30 November 2021 (UTC) on 90ir→ A★ ). Thank you very much! (Q105974063)Seymour Butz I'd like to have a timeline of all Bart Simpson prank call alter egos (e.g.

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#>
#defaultView:Timeline
SELECT ?item ?itemLabel ?epiLabel ?pub
WHERE { 
  ?item p:P31 ?st.
  ?st ps:P31 wd:Q65048168;
      pq:P642 wd:Q5480.
  OPTIONAL {
    ?epi wdt:P674 ?item;
         wdt:P577 ?pub.
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?pub

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?epi") v2("?item"):::projected v1("?pub"):::projected v3("?st") c5(["wd:Q5480"]):::iri c9(["bd:serviceParam"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal c3(["wd:Q65048168"]):::iri v2 --"p:P31"--> v3 v3 --"p:statement/P31"--> c3 v3 --"p:qualifier/P642"--> c5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v4 -."p:direct/P674".-> v2 v4 --"p:direct/P577"--> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end