Interface RDFaWriterService

  • All Known Implementing Classes:
    DefaultRdfaWriterService

    public interface RDFaWriterService
    A service for generating HTML output from a 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 triples
        output - the output stream
        subject - the subject of the resource, may be null