Hey,<br>
<br>
Given a file that looks like this,<br>
<span style="font-family: courier new,monospace;"><br>
</span>
<div style="margin-left: 40px;"><span style="font-family: courier new,monospace;">&lt;rdf:RDF xmlns:rdf=&quot;<a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#">http://www.w3.org/1999/02/22-rdf-syntax-ns#</a>&quot; xmlns:s=&quot;
<a href="http://www.schemaweb.info/schemas/meta/rdf/&quot;">http://www.schemaweb.info/schemas/meta/rdf/&quot;</a>&gt;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp; &lt;s:SchemaDirectory rdf:about=&quot;<a href="http://www.schemaweb.info/&quot;">http://www.schemaweb.info/&quot;</a>&gt;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; &lt;s:name&gt;SchemaWeb&lt;/s:name&gt;</span><br>
</div>


<br>
I get a strange URI value for the &quot;s:name&quot; predicate you can see on line 4. Basically the problem is that when I try this,<br>
<br>
<div style="margin-left: 40px;"><span style="font-family: courier new,monospace;">(self interface librdf_uri_as_string: (self interface librdf_node_get_uri: librdf_node))</span><br>
</div>
<br>
on that node, I get back
&quot;<a href="http://www.schemaweb.info/schemas/meta/rdf/name">http://www.schemaweb.info/schemas/meta/rdf/name</a>&quot; from which it is
impossible to tell which of it is id of the resource (name) and which
of it is its uri (<a href="http://www.schemaweb.info/schemas/meta/rdf/).Should">http://www.schemaweb.info/schemas/meta/rdf/).Should</a> I
be doing something different to extract that information?<span style="font-family: courier new,monospace;"></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"><br>
</span>This is the parser I'm using,<span style="font-family: courier new,monospace;"><br>
<br>
</span>
<div style="margin-left: 40px;"><span style="font-family: courier new,monospace;">self interface librdf_new_parser: self librdf_world with: 'rdfxml' with: nil with: nil</span><br>
<span style="font-family: courier new,monospace;"></span></div>
<span style="font-family: courier new,monospace;"><br>
Thanks!<br>
<br>
</span>-- <br>- Boris