DOORs Next Gen (version 7.0.2) Linking Modules to Requirements OSLC

Hey all,
DOORs Next Gen (version 7.0.2)
I'm attempting to link Requirements to Modules upon the creation of the Requirements using OSLC.
I have no problem targeting a folder for the Requirements to be created in, but have found no way of easily creating a link where the Module would be the parent of the Requirement.
I would like to show the Requirements when the Module they are linked to are selected:
To elaborate a little, I would like to link
<oslc_rm:uses rdf:resource="https://xyz/rm/resources/BI_HqG8cKtCEeyY5v9Ng43V0Q"/>
to something like
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:oslc_rm="http://open-services.net/ns/rm#"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:oslc="http://open-services.net/ns/core#"
xmlns:rm_property="https://xtz/rm/types/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:nav="http://jazz.net/ns/rm/navigation#">
<oslc_rm:Requirement
rdf:about="">
<dc:title>OSLC-004</dc:title>
<dc:description>This is a test document</dc:description>
<nav:parent rdf:resource="https://xyz/rm/folders/FR_y31nMKscEeyY5v9Ng43V0Q"/>
<oslc:instanceShape rdf:resource="https://xyz/rm/types/OT_LR8WkJtvEeyY5v9Ng43V0Q"/>
</oslc_rm:Requirement>
</rdf:RDF>
Thanks :)