I am using OpenCalais Semantic Web service and receiving "Application/JSON" response to my submitted content. When i am looking at the Quotation entity, OpenCalais is sending the person quote but the person name is not a name of the person but a "Linked Data" URI. For example, for a person named Tayyip Erdogan:
http://d.opencalais.com/pershash-1/a7077bd6-bcc9-3419-b75e-c44e1b2eb693
I need the name of the person, not the URI. OpenCalais also send URI instead of person name in PersonCareer entity as well. I don't want to read the URI's html DOM and extract person's name as it will slow down everything. Is there a solution?
Description of Quotation Entity: http://www.opencalais.com/documentation/calais-web-service-api/api-metadata/entity-index-and-definitions#Quotation )