What we have: 

1. Ontology information on our current system (entities, properties, 
relations) saved in graph db.

2. IF THEN Rules about entities, properties, relations.

3. Current task.

Ontology information

Tom has a car.

Helen has phone.

Tom is 20 years old.

Helen is 30 years old.

Tom is a friend of Helen.

Rules (patterns)

IF (X has car AND Y has phone and X older than 18 AND Y older than 18 AND X 
is a friend of Y), THEN -> They can start taxi business.

Current Task

Generate any business opportunities for Tom. Particularly, the system must 
recognize the situation pattern, so it can be matched with the rule. On the 
pattern base the solution (projected on the current situation) must be 
generated:

As long as Tom and Helen are friends, they are both older than 18, Tom has 
a car and Helen has phone, -> Tom can start Taxi service business together 
with Helen.

My question: Can I implement that with your software (or use it as a module 
for such system)? If so, where can I find the related usecase or example?

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to