Are there any javascript libraries out there that can cleverly render semantic web links.
i.e.
If I have the link http://dbpedia.org/resource/Barack_Obama or some other semantic web resource I'd like to place it into my web page and have a bit of ajax run in the background, pull something like the rdf:label
and generate a bit of html such as;
<a href="http://dbpedia.org/resource/Barack_Obama">Barack Obama</a>
I could probably write a bit of code myself to do this but was hoping someone might know of a library that can do this sort of thing.