Interface RDFWriterF

All Known Subinterfaces:
InfModel, Model, OntModel
All Known Implementing Classes:
InfModelImpl, ModelCom, MonitorModel, OntModelImpl, RDFWriterFImpl

public interface RDFWriterF
An RDFWriter factory interface.
Legacy

Writing RDF is usually done via:

  • RDFDataMgr
  • RDFWriter
  • Model.write
All of these will use the newer RIOT writers, not implementations of this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    an RDFWriter instance for the specified serialization language.
  • Method Details

    • getWriter

      RDFWriterI getWriter(String lang)
      an RDFWriter instance for the specified serialization language.
      Parameters:
      lang - the serialization language - null selects the default (RDF/XML)
      Returns:
      the RDFWriter instance