I\'m new to Facebook Open Graph Protocol. I have been trying to figure out what the meaning of the HTML prefix attribute is. The closest post on Stack Overflow
It appears the prefix attribute is indeed defined in the RDFa specification you linked. While you need to specify the correct media type for XHTML documents (application/xhtml+xml) and the correct doctype () and probably some more XML push-ups, this isn't necessary for HTML5.
In HTML5 you can use the RDFa-defined attributes out-of-the-box.
See: HTML+RDFa 1.1 specification
I don't know if there are any specific advantages of this way of mapping a prefix to a namespace. It isn't entirely clear to me either.