Access DNG Requirements from test plan requirement collection
I want to access the DNG requirements from the "Requirement Collection Links" section of a test plan in qm. I am using views here. I am able to get the requirementset by adding the calmlinks filter to the test plan query:
https://server:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/testplan/urn:com.ibm.rqm:testplan:251?calmlinks=true
The requirementset part of the xml then gives me a url of the format:
https://server:9443/rm/materializedviews/viewIdQuerying this gives:
- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:acc="http://open-services.net/ns/core/acc#" xmlns:acp="http://jazz.net/ns/acp#" xmlns:calm="http://jazz.net/xmlns/prod/jazz/calm/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dng_task="http://jazz.net/ns/rm/dng/task#" xmlns:jazz_rm="http://jazz.net/ns/rm#" xmlns:nav="http://jazz.net/ns/rm/navigation#" xmlns:oslc="http://open-services.net/ns/core#" xmlns:oslc_auto="http://open-services.net/ns/auto#" xmlns:oslc_config="http://open-services.net/ns/config#" xmlns:oslc_rm="http://open-services.net/ns/rm#" xmlns:process="http://jazz.net/ns/process#" xmlns:public_rm_10="http://www.ibm.com/xmlns/rm/public/1.0/" xmlns:rm="http://www.ibm.com/xmlns/rdm/rdf/" xmlns:rm_property="https://server:9443/rm/types/"> - <oslc_rm:RequirementCollection rdf:about="https://server:9443/rm/materializedviews/viewid"> <oslc_rm:uses rdf:resource="https://server:9443/rm/resources/artifact1id" /> <oslc_rm:uses rdf:resource="https://server:9443/rm/resources/artifact2id" />
... ... ...
How can I get the schema to view this data?