RE: Getting Symmetric Concise Bounded Description with Fuseki

2018-03-14 Thread Reto Gmür
> -Original Message- > From: Martynas Jusevičius <marty...@atomgraph.com> > Sent: Monday, March 12, 2018 5:11 PM > To: jena-users-ml <users@jena.apache.org> > Subject: Re: Getting Symmetric Concise Bounded Description with Fuseki > > I disagree about

Re: Getting Symmetric Concise Bounded Description with Fuseki

2018-03-12 Thread Martynas Jusevičius
<r...@factsmission.com> wrote: > Hi Andy > > > -Original Message- > > From: Andy Seaborne <a...@apache.org> > > Sent: Saturday, March 10, 2018 3:47 PM > > To: users@jena.apache.org > > Subject: Re: Getting Symmetric Concise Bounded Descriptio

Re: Getting Symmetric Concise Bounded Description with Fuseki

2018-03-12 Thread Andy Seaborne
On 12/03/18 15:40, Reto Gmür wrote: Hi Andy -Original Message- From: Andy Seaborne <a...@apache.org> Sent: Saturday, March 10, 2018 3:47 PM To: users@jena.apache.org Subject: Re: Getting Symmetric Concise Bounded Description with Fuseki Hi Reto, The whole DescribeHandler

RE: Getting Symmetric Concise Bounded Description with Fuseki

2018-03-12 Thread Reto Gmür
Hi Andy > -Original Message- > From: Andy Seaborne <a...@apache.org> > Sent: Saturday, March 10, 2018 3:47 PM > To: users@jena.apache.org > Subject: Re: Getting Symmetric Concise Bounded Description with Fuseki > > Hi Reto, > > The whole DescribeH

Re: Getting Symmetric Concise Bounded Description with Fuseki

2018-03-10 Thread Andy Seaborne
but is best for the data being published. Andy Cheers, Reto -Original Message- From: Reto Gmür <r...@factsmission.com> Sent: Friday, March 9, 2018 3:42 PM To: users@jena.apache.org Subject: RE: Getting Symmetric Concise Bounded Description with Fuseki Great, it works! Here's

RE: Getting Symmetric Concise Bounded Description with Fuseki

2018-03-10 Thread Reto Gmür
g> > > Sent: Thursday, March 8, 2018 5:35 PM > > To: users@jena.apache.org > > Subject: Re: Getting Symmetric Concise Bounded Description with Fuseki > > > > > > > > On 08/03/18 16:12, Reto Gmür wrote: > > > Thanks for the link ajs6f

RE: Getting Symmetric Concise Bounded Description with Fuseki

2018-03-09 Thread Reto Gmür
> org.apache.jena.fuseki.cmd.FusekiCmd.main(args ...) > > Andy > > > Cheers, > > Reto > > > >> -Original Message- > >> From: ajs6f <aj...@apache.org> > >> Sent: Saturday, March 3, 2018 5:13 PM > >> To: users@jena.apac

Re: Getting Symmetric Concise Bounded Description with Fuseki

2018-03-08 Thread Andy Seaborne
:13 PM To: users@jena.apache.org Subject: Re: Getting Symmetric Concise Bounded Description with Fuseki You can replace Jena's DESCRIBE behavior with whatever you like: https://jena.apache.org/documentation/query/extension.html#describe- handlers ajs6f On Mar 3, 2018, at 8:03 AM, Reto Gmür <r...@fact

RE: Getting Symmetric Concise Bounded Description with Fuseki

2018-03-08 Thread Reto Gmür
to embed fuseki with the full webapp (Fuseki UI and Admin functions)? Cheers, Reto > -Original Message- > From: ajs6f <aj...@apache.org> > Sent: Saturday, March 3, 2018 5:13 PM > To: users@jena.apache.org > Subject: Re: Getting Symmetric Concise Bounded Description wit

Re: Getting Symmetric Concise Bounded Description with Fuseki

2018-03-03 Thread James Anderson
good morning; > On 2018-03-03, at 17:18, Andy Seaborne wrote: > > ... > > DESCRIBE isn't claiming to be CBD - it does not add the reifications for > example. It is the bNode closure and you're right - it's in the forward > direction only. as described, the result is a cbd.

Re: Getting Symmetric Concise Bounded Description with Fuseki

2018-03-03 Thread Andy Seaborne
Hi Reto, Only be adding java code, which can be dynamically loaded, to change the describe handler. A different approach is to build up a CONSTRUCT successively, introspecting on the data eachtime. start with CONSTRUCT WHERE { ?x ?p ?subject } then see which properties have blank node

Re: Getting Symmetric Concise Bounded Description with Fuseki

2018-03-03 Thread ajs6f
You can replace Jena's DESCRIBE behavior with whatever you like: https://jena.apache.org/documentation/query/extension.html#describe-handlers ajs6f > On Mar 3, 2018, at 8:03 AM, Reto Gmür wrote: > > Hi all, > > I've noticed that a DESCRIBE query returns the Concise