Changes between Version 7 and Version 8 of cypher_queries


Ignore:
Timestamp:
Sep 21, 2017, 5:06:32 PM (7 years ago)
Author:
casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cypher_queries

    v7 v8  
    7474* distribution of number of commentaries of texts
    7575  * `match (c:TEXT)-[r:is_commentary_on]->(t:TEXT) with count(c) as rels, t.ismi_id as iid return count(rels), rels order by rels asc`
     76
     77* graph of all commentaries and higher-level commentaries of the Mulakhas [161559]
     78  * `match (t:TEXT)-[r:is_commentary_on]->(t2:TEXT) where (t)-[:is_commentary_on*]->({ismi_id:161559}) return t,r,t2`
     79