Class RDFXML_Abbrev

java.lang.Object
org.apache.jena.rdfxml.xmloutput.impl.BaseXMLWriter
org.apache.jena.rdfxml.xmloutput.impl.RDFXML_Abbrev
All Implemented Interfaces:
RDFErrorHandler, RDFWriterI, RDFXMLWriterI

public class RDFXML_Abbrev extends BaseXMLWriter implements RDFErrorHandler
Writes out RDF in the abbreviated syntax, for human consumption not only machine readable. It is not normal to call the constructor directly, but to use the method RDFWriterF.getWriter("RDF/XML-ABBREV"). Does not support the NSPREFIXPROPBASE system properties. Use setNsPrefix. For best results it is necessary to set the property "prettyTypes". See setProperty for information.
See Also:
  • Constructor Details

    • RDFXML_Abbrev

      public RDFXML_Abbrev()
  • Method Details