Hi Norbert ,<br>You mean that the problem is due to anonymous Individuals?<br><br>When I tried just one sentence : 
&quot;Process_1 is a process.&quot;<br>the output owl was correct, as follows:<br>  &lt;owl:Thing rdf:about=&quot;#Process_1&quot;&gt;<br>    &lt;rdf:type&gt;<br>      &lt;owl:Class rdf:about=&quot;#process&quot;/&gt;<br>
    &lt;/rdf:type&gt;<br>  &lt;/owl:Thing&gt;<br>As it denotes the process_1 is a type of process class.<br><br><div class="gmail_quote">On Wed, Apr 1, 2009 at 1:21 PM, Norbert E. Fuchs <span dir="ltr">&lt;<a href="mailto:fuchs@ifi.uzh.ch">fuchs@ifi.uzh.ch</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5"><br>
On 31 Mar 2009, at 22:41, Alireza wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, Mar 30, 2009 at 7:32 PM, Kaarel Kaljurand &lt;<a href="mailto:kaljurand@gmail.com" target="_blank">kaljurand@gmail.com</a>&gt; wrote:<br>
Hi,<br>
<br>
I would write it like this:<br>
<br>
Process_1 is a process.<br>
Software_1 is a technology.<br>
Every technology is a resource.<br>
Every process has a resource.<br>
Process_1 has Software_1.<br>
<br>
This means that &quot;Process_1&quot; and &quot;Software_1&quot; are individuals,<br>
and &quot;process&quot;, &quot;technology&quot;, &quot;resource&quot; are classes,<br>
and &quot;have&quot; is an object property.<br>
<br>
This text would create no anonymous individuals (which the nodeID is for<br>
in RDF/XML).<br>
<br>
<br>
<br>
Hi,<br>
Thanks for you instant and complete answer.<br>
As you can see in the picture, <a href="http://itman01.persiangig.ir/images/Clip_5.jpg" target="_blank">http://itman01.persiangig.ir/images/Clip_5.jpg</a><br>
the above sentences assert Process_1 and Software_1 as instances of Thing class, while I need to assert them as individuals for Process and Technology classes , respectively. Is it possible?<br>
</blockquote>
<br></div></div>
Submitting the above text to the APE web-client with &quot;OWL FSS&quot; set I get<br>
<br>
Ontology(<br>
   <a href="http://attempto.ifi.uzh.ch/ontologies/owlswrl/test" target="_blank">http://attempto.ifi.uzh.ch/ontologies/owlswrl/test</a><br>
   Declaration(<br>
      Individual(:Process_1)<br>
   )<br>
   Declaration(<br>
      Individual(:Software_1)<br>
   )<br>
   ClassAssertion(<br>
      Class(:process)<br>
      AnonymousIndividual(831996676877295440)<br>
   )<br>
   SameIndividual(<br>
      Individual(:Process_1)<br>
      AnonymousIndividual(831996676877295440)<br>
   )<br>
   ClassAssertion(<br>
      Class(:technology)<br>
      AnonymousIndividual(992989406498386397)<br>
   )<br>
   SameIndividual(<br>
      Individual(:Software_1)<br>
      AnonymousIndividual(992989406498386397)<br>
   )<br>
   SubClassOf(<br>
      Class(:technology)<br>
      Class(:resource)<br>
   )<br>
   SubClassOf(<br>
      Class(:process)<br>
      ObjectSomeValuesFrom(<br>
         ObjectProperty(:have)<br>
         Class(:resource)<br>
      )<br>
   )<br>
   ObjectPropertyAssertion(<br>
      ObjectProperty(:have)<br>
      Individual(:Process_1)<br>
      Individual(:Software_1)<br>
   )<br>
)<br><font color="#888888">
<br>
   --- nef<br>
</font></blockquote></div><br>