Just imagine how much bigger it gets if we bring in the different generations!
#PlantParents #GraphTheory #PlantCommunity
Just imagine how much bigger it gets if we bring in the different generations!
#PlantParents #GraphTheory #PlantCommunity
MATCH (platform:Platform)<-[:POSTED_ON]-(post:Post)-[:CONTAINS]->(content:Content {contentHash: '###'})
RETURN
post.timestamp as firstAppearance,
platform.name as platform,
user.username as originalPoster,
post.url as sourceUrl,
ORDER BY post.timestamp ASC
```
MATCH (platform:Platform)<-[:POSTED_ON]-(post:Post)-[:CONTAINS]->(content:Content {contentHash: '###'})
RETURN
post.timestamp as firstAppearance,
platform.name as platform,
user.username as originalPoster,
post.url as sourceUrl,
ORDER BY post.timestamp ASC
```