Hello, <br>
 I would like to get all the properties of a resource(this i know)
, and then write them to an object. I would like to know if it is
possible to write properties to a object that has these properties.<br>
<br>
Example.<br>
<br>
 resource a: Property title:at<br>
<br>
 resource b: Property title:bt, nav:bnav<br>
<br>
<br>
Later i would like to do the following. Get all properties of a(tha is
title) and put them in , the title will be 'at' and the navegation
property of b will dissappear.<br>
<br>
Thank you.<br>