So9q added a comment.

  In T290839#7393818 <https://phabricator.wikimedia.org/T290839#7393818>, 
@Hannah_Bast wrote:
  
  > @So9q I have commented on your comments concerning Rya in the "Evaluate 
Apache Rya as alternative to Blazegraph": 
https://phabricator.wikimedia.org/T289561#7393732
  >
  > I have commented on your questions concerning QLever in the "Evaluate 
QLever ..." thread: https://phabricator.wikimedia.org/T291903#7382766 
https://phabricator.wikimedia.org/T291903#7393813
  >
  > Concerning your wdt:P31 <https://phabricator.wikimedia.org/P31>/wdt:P279 
<https://phabricator.wikimedia.org/P279>* query: Can you provide the original 
SPARQL query that you wanted to ask?
  
  Never mind. Reading my post again, I realize that the query I tried to write 
actually works fine (and does not have the property path):
  
    SELECT DISTINCT ?subject WHERE {
        hint:Query hint:optimizer "None".
        ?item wdt:P31 wd:Q13442814;
              wdt:P921 ?subject.
      MINUS{
        ?item wdt:P31 wd:Q8054.  # protein
      }
      MINUS{
        ?item wdt:P31 wd:Q7187.  # gene
      }
    }
    limit 25000

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

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

To: So9q
Cc: Addshore, Justin0x2004, Lucas_Werkmeister_WMDE, Bugreporter, Hannah_Bast, 
Aklapper, MPhamWMF, So9q, Invadibot, maantietaja, CBogen, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
_______________________________________________
Wikidata-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to