RDF or XML format for registering new custom RQM adapter
I have the below XML format that I fetched from the Creation Factory URL for AutomationAdapter. Can anybody let me know which additional elements do we need to add before triggering POST request to the creation factory URL for custom RQM adapter registration for the first time.
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rqm_auto="http://jazz.net/ns/auto/rqm#"
xmlns:acp="http://jazz.net/ns/acp#"
xmlns:calm="http://jazz.net/xmlns/prod/jazz/calm/1.0/"
xmlns:acc="http://open-services.net/ns/core/acc#"
xmlns:process="http://jazz.net/ns/process#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:jrs="http://jazz.net/ns/jrs#"
xmlns:oslc_auto="http://open-services.net/ns/auto#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cmx="http://open-services.net/ns/cm-x#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:rqm_lm="http://jazz.net/ns/qm/rqm/labmanagement#"
xmlns:oslc="http://open-services.net/ns/core#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rqm_process="http://jazz.net/xmlns/prod/jazz/rqm/process/1.0/"
xmlns:oslc_config="http://open-services.net/ns/config#"
xmlns:oslc_cm="http://open-services.net/ns/cm#"
xmlns:rqm_qm="http://jazz.net/ns/qm/rqm#"
xmlns:oslc_qm="http://open-services.net/ns/qm#"
xmlns:oslc_rm="http://open-services.net/ns/rm#"
xmlns:project__YYL84c_rEeqbecekNaNjyg_automationAdapter="https://localhost:9443/qm/oslc_auto_test/contexts/_YYL84c_rEeqbecekNaNjyg/shape/resource/com.ibm.rqm.execution.ToolAdapter#"
xmlns:foaf="http://xmlns.com/foaf/0.1/" >
<rdf:Description rdf:about="
<dcterms:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Automation Adapter V2 Query Results</dcterms:title>
<oslc:totalCount rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</oslc:totalCount>
<bp:containerSortPredicates rdf:datatype="http://www.w3.org/2001/XMLSchema#string">rqm_qm:orderIndex</bp:containerSortPredicates>
<dcterms:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Results of a Automation Adapter V2 query.</dcterms:description>
<rdf:type rdf:resource="http://open-services.net/ns/core#ResponseInfo"/>
</rdf:Description>
<rdf:Description rdf:about="https://localhost:9443/qm/oslc_auto_test/contexts/_YYL84c_rEeqbecekNaNjyg/resources/com.ibm.rqm.execution.ToolAdapter">
<rdf:type rdf:resource="http://jazz.net/ns/auto/rqm#AutomationAdapterQuery"/>
</rdf:Description>
</rdf:RDF>