Quick question:

I have a construct query that returns various types for the object.

example:

CONSTRUCT
  {
    <urn:a:url> ?p ?o .
  }
WHERE
  { <urn:a:url> ?p  ?o
  }

Is there a method in the JDBC driver that will allow me to determine what
that type is?  Parsing string -vs- URI is rather difficult. :(

Thx,
Claude

-- 
I like: Like Like - The likeliest place on the web
<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

Reply via email to