Louise,

"5^^http://www.w3.org/2001/XMLSchema#int"; is the RDF literal representation
of the integer 5.

The object you get back is a Jena Literal object.  On that object you can
call the getInt() method to return 5 as an Java int, or getValue() which
will return either an Integer or an int (I am not certain which)

Claude

On Wed, Feb 11, 2015 at 1:33 AM, [email protected] <[email protected]> wrote:

> Hi,I'm new to jena.my question below:
>  RDFNode rdfn=answer.getPropertyValue(hasValue);
> "answer" is a individual,"hasValue" is a dataproperty, I hava insert
> "answer" "hasvalue" 5,int.
> how can I get 5,int, not "5^^http://www.w3.org/2001/XMLSchema#int";
>
> Thanks,
>  --Louise
>



-- 
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