You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECTDISTINCT ?person ?personLabel ?dob ?occupation ?occupationLabel ?image with {
SELECTDISTINCT ?person
WHERE
{
?person wdt:P569 ?dob .
FILTER (?dob = \"1999-05-19\"^^xsd:dateTime)
} } as %i
where
{
include %i
?person wdt:P31 wd:Q5 .
?person wdt:P106 ?occupation .
?person wdt:P18 ?image . # Query reaches timeout, thought if I add OPTIONAL it works even s,o that this way it has to show more results. How is this possible, and how to make it work without OPTIONAL?SERVICE wikibase:label { bd:serviceParam wikibase:language \"[AUTO_LANGUAGE],en\". }
}
Does not match the replacement regex and is therefore not fixed. At the time of making this issue 737 with/include queries are not yet auto fixed.
We remove some but not all. Code depends on a REGEX but we should instead count opening and closing brackets.
The text was updated successfully, but these errors were encountered: