Support :ids like: :person/id and :city/id. Helps with differentiating between 'types' of nodes, just like attributes :person/name and :city/name do.
One idea is to make a rule like: "every attribute ending in /id is treated as :id". (:db/id excepted, I guess.)
Support
:ids like::person/idand:city/id. Helps with differentiating between 'types' of nodes, just like attributes:person/nameand:city/namedo.One idea is to make a rule like: "every attribute ending in
/idis treated as:id". (:db/idexcepted, I guess.)