Hi

what about using a SPARQL construct and PropertyPaths, something like 
(untested):

CONSTRUCT {
 <url> ?b ?c.
 ?s ?p ?o
} WHERE {
 <url>  ldp:contains* ?s; ?b ?c.
 ?s ?p ?o.
}

Regards
Thomas


> Am 03.05.2016 um 17:45 schrieb Brent Shambaugh <brent.shamba...@gmail.com>:
> 
> Dear all,
> 
> I have done a SPARQL select to get data in an ldp container and its immediate 
> children with the desired container uri as the subject.
> 
> SELECT * {<http://localhost:8080/marmotta/ldp/container-name>  ?predicate 
> ?object .
> ?object ?predicate_two ?object_two .  }
> 
> I have also done a data export from the admin panel on
> https://en.m.wikipedia.org/wiki/Process_ontology:8080/marmotta/ldp/container-name
>  gives me everything in the parent container including the paths of the 
> immediate child containers as specified by the containment triples.
> 
> Is there a way built in to get a data export of the parent container and 
> recursively the children and children's children etcetera?
> 
> Thanks,
> 
> Brent
> 
> 
> 
> Sent from my iPhone

Reply via email to