RE: Retrieve all sub resources from one resource in one model

2021-07-20 Thread Roland Bailly
illy wrote: > Thank you for your swift answer. > > Yes exactly. The idea is to get the sub graph from a given a node. > > > -Original Message- > From: LB > Sent: lundi 19 juillet 2021 13:27 > To: dev@jena.apache.org > Subject: Re: Retrieve all sub resources fro

Re: Retrieve all sub resources from one resource in one model

2021-07-20 Thread Andy Seaborne
ent: lundi 19 juillet 2021 13:27 To: dev@jena.apache.org Subject: Re: Retrieve all sub resources from one resource in one model --- This is an incoming mail from an EXTERNAL DOMAIN. Please verify sender before you open attachments or access links. --- what is a "sub-resource" in RDF? Ar

RE: Retrieve all sub resources from one resource in one model

2021-07-19 Thread Roland Bailly
: Roland Bailly Sent: lundi 19 juillet 2021 13:59 To: dev@jena.apache.org Subject: RE: Retrieve all sub resources from one resource in one model --- This is an incoming mail from an EXTERNAL DOMAIN. Please verify sender before you open attachments or access links. --- Looks like reachableClosure

RE: Retrieve all sub resources from one resource in one model

2021-07-19 Thread Roland Bailly
: Re: Retrieve all sub resources from one resource in one model --- This is an incoming mail from an EXTERNAL DOMAIN. Please verify sender before you open attachments or access links. --- Yep, or one of those helper methods. JENA does already contain a lots of stuff, one has only to find it

Re: Retrieve all sub resources from one resource in one model

2021-07-19 Thread LB
resources from one resource in one model --- This is an incoming mail from an EXTERNAL DOMAIN. Please verify sender before you open attachments or access links. --- what is a "sub-resource" in RDF? Are you talking about CBDs? Like what SPARQL DESCRIBE returns (to some extend)? On 19.0

Re: Retrieve all sub resources from one resource in one model

2021-07-19 Thread LB
Sent: lundi 19 juillet 2021 13:27 To: dev@jena.apache.org Subject: Re: Retrieve all sub resources from one resource in one model --- This is an incoming mail from an EXTERNAL DOMAIN. Please verify sender before you open attachments or access links. --- what is a "sub-resource"

Re: Retrieve all sub resources from one resource in one model

2021-07-19 Thread Martynas Jusevičius
from a given a node. > > > -Original Message- > From: LB > Sent: lundi 19 juillet 2021 13:27 > To: dev@jena.apache.org > Subject: Re: Retrieve all sub resources from one resource in one model > > --- This is an incoming mail from an EXTERNAL DOMAIN. Please verif

RE: Retrieve all sub resources from one resource in one model

2021-07-19 Thread Roland Bailly
Thank you for your swift answer. Yes exactly. The idea is to get the sub graph from a given a node. -Original Message- From: LB Sent: lundi 19 juillet 2021 13:27 To: dev@jena.apache.org Subject: Re: Retrieve all sub resources from one resource in one model --- This is an incoming

Re: Retrieve all sub resources from one resource in one model

2021-07-19 Thread LB
what is a "sub-resource" in RDF? Are you talking about CBDs? Like what SPARQL DESCRIBE returns (to some extend)? On 19.07.21 13:18, Roland Bailly wrote: Hello, Currently I am working with a huge RDF file. I would like to retrieve all sub resources from one resource and put everything in one m

Retrieve all sub resources from one resource in one model

2021-07-19 Thread Roland Bailly
Hello, Currently I am working with a huge RDF file. I would like to retrieve all sub resources from one resource and put everything in one model. The idea with that is to convert the model to JSON LD FRAMING to create a java object. I don't want to convert my huge RDF file in JSON LD, but only