Join the free virtual developer conference on knowledge graphs and AI. This year's themes are: applications, AI engineering, data intelligence, graphs, and architecture.
Guys,
I am trying to validate the database after this simple exercise. I should create the Actor label (already ready in the exercise) and then modify to create the director. The change is simple as shown below. However, the database can't be validated. Any ideas?
MATCH (p:Person)-[:DIRECTED]->()
WITH DISTINCT p SET p:Director