supress 'rdf:resource' elements from oslc responses

I am doing oslc queries like
https://localhost:9443/jazz/oslc/workitems/821.json?oslc_cm.properties=dc:identifier,dc:title
is there any way to suppress the self 'rdf:resource' entries in the responses?
{ "dc:title":"a better summary", "rdf:resource":"https:\/\/localhost:9443\/jazz\/resource\/itemOid\/com.ibm.team.workitem.WorkItem\/_drv9oFdSEd6YyMDUky_TYw", "dc:identifier":821 }