What is a good Javascript RDFa parser implementation?
- by tremoloqui
I am looking to implement a client side RDFa based formatting for a web application. This would be similar to Mark Birbeck's ubiquity-rdfa project.
Mark's project looks fantastic but it has at least two drawbacks:
It is slow. Adding RDFa formatting to a simple page causes a noticeable delay in page loading.
It is complex. The ubiquity-rdfa…