On http://ogp.me it's suggested that I use:
<html prefix="og: http://ogp.me/ns#">
Confusingly, on that same page they link to an article about technical design decisions that uses this:
<html xmlns:og="http://opengraphprotocol.org/schema/">
I took a look at the source for facebook.com, twitter.com, and stackoverflow.com and all use Opengraph meta tags but none include any xmlns or prefix declaration.
What gives?