Update owner usin rdf
Hi everyone,
I need to update the owner of a workitem using rdf, this is my example :
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:oslc_pl="http://open-services.net/ns/pl#" xmlns:rtc_ext="http://jazz.net/xmlns/prod/jazz/rtc/ext/1.0/" xmlns:rtc_cm="http://jazz.net/xmlns/prod/jazz/rtc/cm/1.0/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:oslc_cmx="http://open-services.net/ns/cm-x#" xmlns:acp="http://jazz.net/ns/acp#" xmlns:oslc_cm="http://open-services.net/ns/cm#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:oslc="http://open-services.net/ns/core#">
<oslc_cm:ChangeRequest>
<dcterms:title>Test WorkItem v2000</dcterms:title>
what should i put here ??
</oslc_cm:ChangeRequest>
</rdf:RDF>
thanks in advance