Bill Duncan
Bill Duncan
@BideZ Thank you again for your submission. After reviewing and discussing this with the larger RO group, we do not think that these relationships can be admitted to RO. RO...
I've added this topic to the [agenda](https://docs.google.com/document/d/19dhzj5QoliQZQgDJRczI878rLtexzMDo1g0K9_LRUWk/edit) for the upcoming Nov. 1 meeting. Let me know if you do not wish to discuss.
Interesting I didn't know PG's needed an `id` field like this. For reducing the size of the graph, we should probably split these out in a separate RDF file, and...
@justaddcoffee Is there a SPARQL endpoint I can test the query on?
Which relation holds the "scores"? Do you have a data property that connects to the literal?
@justaddcoffee I re-organized the query a bit: ```sparql PREFIX rdf: PREFIX rdfs: PREFIX xsd: PREFIX bl: PREFIX combined_score: PREFIX ncbi_taxid: PREFIX tdl: SELECT ?combined_score ?covp ?covp_label ?humanp1 ?humanp1_label ?humanp2 ?humanp2_label...
@justaddcoffee I had a TYPO in my query :( ```sparql ?humanp1 bl:interacts_with ?humanp1 . ``` Should be ```sparql ?humanp1 bl:interacts_with ?humanp2 . ``` Sorry .... I think this query does...
Sorry, I thought by "filter" you meant everything with a combined score < 700. > What we want to do is keep interactions that don't have a combined_score, and filter...
Added a documentation directory for the C3.ai API. We can place other documentation there as needed. cc @deepakunni3 @realmarcin
see `quickstart.ipynb` for examples of how to access data