Once I get to slide 15 I'm getting a no changes, no records. Possibly something to do with HAS_ENTITY? Any help appreciated thanks:
MATCH (c:Category {name: "NoSQL database management system"})
CALL n10s.inference.nodesInCategory(c, {
inCatRel: "ABOUT",
subCatRel: "SUB_CAT_OF"
})
YIELD node
MATCH (node)<-[:HAS_ENTITY]-(article)
RETURN article.uri AS uri, article.title AS title, article.datetime AS date,
collect(n10s.rdf.getIRILocalName(node.uri)) as explicitTopics
ORDER BY date DESC
LIMIT 5;
neo4j desktop version 1.4.8
which plugins / extensions / procedures do you use: APOC, n10s