-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
This query doesn't work.
To Reproduce
Steps to reproduce the behavior:
- Go to Colab Notebook
- Run:
import datacommons as dc
root = 'https://api.datacommons.org'
query_str = '''
SELECT ?name ?pes_score ?rel_level
WHERE {
?a typeOf HumanProteinOccurrence .
?a humanProteinOccurrenceReliability ?humanProteinOccurrenceReliability .
?a proteinExpressionScore ?proteinExpressionScore .
?a name ?name .
?humanProteinOccurrenceReliability name ?rel_level .
?proteinExpressionScore name ?pes_score}LIMIT 5
'''
result = dc.query(query_str)- See error in the screenshot
Expected behavior
It should return the query result.
Screenshots
https://screenshot.googleplex.com/2dbc2641-fd70-40d2-8a9f-2ddb3059ce7c
Additional context
The relevant node in browser: https://datacommons.org/browser/bio/3BHS2_HUMAN_OralMucosa_SquamousEpithelialCells
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working