...or something similar. It works fine with the templating system, so you could make a template Template:LivesIn with this content:
<rdf> person:{{{1}}} :livesIn place:{{{2}}} . </rdf>
...and then use it like {{LivesIn|Evan|Montreal}}.
And, yes, I did have to be tricky in order to get template arguments to expand within a custom tag.
-Evan
I was just trying to figure out how to do this, do you have the process of doing this documented anywhere? I looked through your code for a bit, but there is quite a lot of code there...
Thanks,
Ryan Lane