Manybubbles added a comment.

In https://phabricator.wikimedia.org/T90129#1059803, @Jdouglas wrote:

> Maybe not, if we're able to capture it all in a SPARQL query as above.  I was 
> thinking about how to support a single, simple SPARQL predicate, but now I'm 
> thinking that defeats the purpose of having support for a query language in 
> the first place.


One thing to keep in mind is that we'll likely have both a reified version of 
the data and a "truthy" version of the data loaded.  Well, something like that 
any way.  The truthy version will be generated based on best rank 
<https://www.wikidata.org/wiki/Help:Ranking> and should make it possible to 
write

  SELECT ?entity ?date WHERE {
    ?entity wdq:P569 ?date .
    FILTER ("1918-04-11"^^xs:date < ?date && ?date < "1918-06-11"^^xs:date )
  }

And RDR might play a role here too.


TASK DETAIL
  https://phabricator.wikimedia.org/T90129

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
<username>.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jdouglas, Manybubbles
Cc: daniel, Beebs.systap, Haasepeter, Aklapper, Manybubbles, jkroll, Smalyshev, 
Wikidata-bugs, Jdouglas, aude, GWicke, JanZerebecki



_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to