- 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
-
Method Summary
Modifier and TypeMethodDescriptionan RDFWriter instance for the specified serialization language.
-
Method Details
-
getWriter
an RDFWriter instance for the specified serialization language.- Parameters:
lang- the serialization language -nullselects the default (RDF/XML)- Returns:
- the RDFWriter instance
-