query-ba801c78e52bd506dee79812797f7843

rq turtle/ttl

Coolidge Auditorium (Q115608572) strange behavior in queryTask T329064PhabricatorTracked in Task T329089PhabricatorTracked in is not working correctly in queries. Coolidge AuditoriumHi. The item for

Use at

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 ?work ?workLabel ?firstPerfPlace ?firstPerfPlaceLabel ?date
WHERE { 
    ?work    wdt:P88          wd:Q113611943 .

  OPTIONAL {
           ?work wdt:P4647 ?firstPerfPlace .
           ?work wdt:P1191 ?date .
           }

  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } 
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?date"):::projected v2("?firstPerfPlace"):::projected v1("?work"):::projected c6(["bd:serviceParam"]):::iri c8(["en"]):::literal c2(["wd:Q113611943"]):::iri v1 --"wdt:P88"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P4647".-> v2 v1 --"wdt:P1191"--> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end