Difference between revisions of "What computer scientists were born after 1970? (Q90)"

From QAWiki
Jump to navigation Jump to search
(‎Created claim: query (P11): SELECT ?sbj WHERE { ?sbj wdt:P106 wd:Q82594 . ?sbj wdt:P569 ?value . FILTER ( YEAR ( ?value ) > 1970 ) })
(‎Changed claim: query (P11): SELECT ?sbj WHERE { ?sbj wdt:P106 wd:Q82594 . ?sbj p:P569 ?obj1 . ?obj1 psv:P569 ?obj2 . ?obj2 wikibase:timeValue ?value . ?obj2 wikibase:timePrecision ?obj3 . FILTER ( YEAR ( ?value ) > 1970 && ?obj3 >= 9 ) })
Property / queryProperty / query
SELECT ?sbj WHERE { ?sbj wdt:P106 wd:Q82594 . ?sbj wdt:P569 ?value . FILTER ( YEAR ( ?value ) > 1970 ) }
SELECT ?sbj WHERE { ?sbj wdt:P106 wd:Q82594 . ?sbj p:P569 ?obj1 . ?obj1 psv:P569 ?obj2 . ?obj2 wikibase:timeValue ?value . ?obj2 wikibase:timePrecision ?obj3 . FILTER ( YEAR ( ?value ) > 1970 && ?obj3 >= 9 ) }

Revision as of 04:37, 4 February 2022

No description defined
  • Which computer scientists were born after 1970?
Language Label Description Also known as
English
What computer scientists were born after 1970?
No description defined
  • Which computer scientists were born after 1970?

Statements

0 references
SELECT ?sbj WHERE { ?sbj wdt:P106 wd:Q82594 . ?sbj p:P569 ?obj1 . ?obj1 psv:P569 ?obj2 . ?obj2 wikibase:timeValue ?value . ?obj2 wikibase:timePrecision ?obj3 . FILTER ( YEAR ( ?value ) > 1970 && ?obj3 >= 9 ) }
0 references