Changes between Version 4 and Version 5 of cypher_queries


Ignore:
Timestamp:
Nov 9, 2015, 2:18:23 PM (8 years ago)
Author:
casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cypher_queries

    v4 v5  
    2121RETURN primary, texts
    2222}}}
     23 
     24 * Graph of all commentaries of all texts
     25 {{{
     26match (t1:TEXT)-[r:is_commentary_on]->(t2:TEXT) return t1,r,t2
     27 }}}
    2328
    24294)      List of all authors who wrote in connection with a particular title (commentaries, super-commentaries)