What I didn't see in the proposal was a way to get data multiple levels deep. Will this be possible?

Use case:

Q100 is data about an association football game. Maybe Q100 has team1-score="3", team2-score="2", referenced by {{{data.team1-score}}} and {{{data.team2-score}}} respectively (or whatever modifications have been made already due to previous discussion). Great.

Q100 also might have links to the teams: team1=[Q200], team2=[Q201]. Q200 has the name of the team: name="Melchester Rovers". Can we get the name of the team? {{{data.team1.name}}}? Some other syntax? Not available?

Bryan Burgers