Hi, <br>I&#39;m wondering if someone can point me to the proper mql query for creating compound topics.  For instance, say I want to create a webpage topic.  I initially thought that the following query was the way to go:<br>
<br>{<br>      &quot;create&quot;:&quot;unless_exists&quot;,<br>      &quot;type&quot;: &quot;/common/webpage&quot;,<br>      &quot;name&quot;:&quot;&quot;,<br>      &quot;id&quot;:null   <br>}<br><br>However, I&#39;m not sure how to manage the fact that the name property is not really a used value (i.e. there isn&#39;t a proper or unique value for &quot;name&quot;).  Without a unique value for name, this query cannot create unique properties.  Same thing happens when the name property is removed:<br>
{<br>      &quot;create&quot;:&quot;unless_exists&quot;,<br>      &quot;type&quot;: &quot;/common/webpage&quot;,<br>      &quot;id&quot;:null   <br>}<br><br>Thanks for the help.<br>-JT<br>