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