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.)