Property keys

Hello:

I am new to Neo4j and self learning from there website.

I am having little difficult to understand property keys and more than that I want to find out all property keys belongs to all nodes and relationship which should give me in slice-dice manner.

As per attached images, how i can find out that which property keys belongs to which nodes & relationships.

Any help is greatly appreciated.

image

Try this:
CALL db.schema.nodeTypeProperties()

Thank you for your reply, that also helped me to get
CALL db.schema.relTypeProperties()