Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible broken items #22

Open
floatingpurr opened this issue Oct 22, 2018 · 2 comments
Open

Possible broken items #22

floatingpurr opened this issue Oct 22, 2018 · 2 comments

Comments

@floatingpurr
Copy link

floatingpurr commented Oct 22, 2018

Excuse me if the title is not much informative but it seems like something weird is going on in some items annotated with Ensembl Gene ID (P594).

According to Wikidata data model, we should have this kind of graph pattern:

wd:item wdt:property ?value .
wd:item p:property ?statement .
?statement ps:property ?value .

Sometimes it seems like such a pattern does not exists at all. E.g.,

ASK WHERE
{
  wd:Q18047295 wdt:P594 ?ensembl.
  wd:Q18047295 p:P594 ?statement .
  ?statement ps:P594 ?ensembl .
}

# False

Try it!

Indeed, if I try:

SELECT * WHERE
{
  wd:Q18047295 p:P594 ?statement .
  ?statement ps:P594 ?ensembl . 
}

Try it!

I get no matching records found. Interestingly, If I try the same queries after a copule of minutes, the result does change. It seems like the result depends on the server node I'm actually hitting (or on its caching system), therefore if the query hits the one(s) with broken items, I get no data.

Could it be a kind of problem like the one discussed in SuLab/WikidataIntegrator#65?

@stuppie
Copy link
Contributor

stuppie commented Oct 22, 2018

Probably same issue as in 65. I edited the statement manually, waited 5 min, and now it shows up. I'd say make a new phabricator issue and notify stan?

@floatingpurr
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants