public interface RDFaWriterService
| Modifier and Type | Method and Description |
|---|---|
void |
write(Stream<Triple> triples,
OutputStream output,
String subject)
Produce RDFa (HTML) output from a given stream of triples.
|
void write(Stream<Triple> triples, OutputStream output, String subject)
triples - the triplesoutput - the output streamsubject - the subject of the resource, may be null