Package org.trellisldp.api
Interface RDFaWriterService
-
- All Known Implementing Classes:
DefaultRdfaWriterService
public interface RDFaWriterServiceA service for generating HTML output from a stream of triples.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(Stream<Triple> triples, OutputStream output, String subject)Produce RDFa (HTML) output from a given stream of triples.
-
-
-
Method Detail
-
write
void write(Stream<Triple> triples, OutputStream output, String subject)
Produce RDFa (HTML) output from a given stream of triples.- Parameters:
triples- the triplesoutput- the output streamsubject- the subject of the resource, may benull
-
-