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