You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by "Kapoor, Shruti" <sk...@innodata.com> on 2013/04/14 23:41:23 UTC

How to display rdf data graphically??

Hi all,

Is there a way to display SPARQL results graphically, like a tree, maybe(
eg..arbor.js).
I cant find any alternative to gettin query results in JSON object n
passing it in arbor.js jquery to display the results.

Thanks in advance
Shruti

-- 

"This e-mail and any attachments transmitted with it are for the sole use 
of the intended recipient(s) and may contain confidential , proprietary or 
privileged information. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message. Any unauthorized review, use, disclosure, dissemination, 
forwarding, printing or copying of this e-mail or any action taken in 
reliance on this e-mail is strictly prohibited and may be unlawful."

Re: How to display rdf data graphically??

Posted by Claude Warren <cl...@xenei.com>.
If you are running a query then the results are basically a table and could
be displayed as such.  I submitted a patch (
https://issues.apache.org/jira/browse/JENA-349)  that displays the fuseki
query results in a table.

If you are executing a construct I can see that you would have a graph to
display.


On Mon, Apr 15, 2013 at 11:33 AM, Al Baker <aj...@gmail.com> wrote:

> I terms of a quick out of the box script, take a look at sgvizler:
>
>    http://code.google.com/p/sgvizler/
>
> I believe they used Fuseki with it.  It does require CORS support by
> whatever SPARQL endpoint it is talking to.
>
> Enjoy!
>
> Al
>
> On Apr 14, 2013, at 5:41 PM, "Kapoor, Shruti" <sk...@innodata.com>
> wrote:
>
> > Hi all,
> >
> > Is there a way to display SPARQL results graphically, like a tree, maybe(
> > eg..arbor.js).
> > I cant find any alternative to gettin query results in JSON object n
> > passing it in arbor.js jquery to display the results.
> >
> > Thanks in advance
> > Shruti
> >
> > --
> >
> > "This e-mail and any attachments transmitted with it are for the sole use
> > of the intended recipient(s) and may contain confidential , proprietary
> or
> > privileged information. If you are not the intended recipient, please
> > contact the sender by reply e-mail and destroy all copies of the original
> > message. Any unauthorized review, use, disclosure, dissemination,
> > forwarding, printing or copying of this e-mail or any action taken in
> > reliance on this e-mail is strictly prohibited and may be unlawful."
>



-- 
I like: Like Like - The likeliest place on the web<http://like-like.xenei.com>
Identity: https://www.identify.nu/user.php?claude@xenei.com
LinkedIn: http://www.linkedin.com/in/claudewarren

Re: How to display rdf data graphically??

Posted by Al Baker <aj...@gmail.com>.
I terms of a quick out of the box script, take a look at sgvizler: 

   http://code.google.com/p/sgvizler/

I believe they used Fuseki with it.  It does require CORS support by whatever SPARQL endpoint it is talking to.

Enjoy!

Al

On Apr 14, 2013, at 5:41 PM, "Kapoor, Shruti" <sk...@innodata.com> wrote:

> Hi all,
> 
> Is there a way to display SPARQL results graphically, like a tree, maybe(
> eg..arbor.js).
> I cant find any alternative to gettin query results in JSON object n
> passing it in arbor.js jquery to display the results.
> 
> Thanks in advance
> Shruti
> 
> -- 
> 
> "This e-mail and any attachments transmitted with it are for the sole use 
> of the intended recipient(s) and may contain confidential , proprietary or 
> privileged information. If you are not the intended recipient, please 
> contact the sender by reply e-mail and destroy all copies of the original 
> message. Any unauthorized review, use, disclosure, dissemination, 
> forwarding, printing or copying of this e-mail or any action taken in 
> reliance on this e-mail is strictly prohibited and may be unlawful."