Package org.trellisldp.common
Interface TimemapGenerator
-
- All Known Implementing Classes:
DefaultTimemapGenerator
public interface TimemapGenerator
A service to generate a stream of Triples from a list of mementos.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<Triple>
asRdf(String identifier, List<Link> mementos)
Generate RDF triples from mementos.
-