Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-1168

RIOT RDFWriter does not pass on properties.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Jena 3.0.1
    • Jena 3.1.0
    • RIOT
    • None

    Description

          public static void main(String... args) throws Exception {
              Model model = RDFDataMgr.loadModel("/home/afs/tmp/D.ttl") ;
              //RDFWriter rdfWriter = new org.apache.jena.rdfxml.xmloutput.impl.Abbreviated() ;
              RDFWriter rdfWriter = model.getWriter("RDF/XML-ABBREV");
              rdfWriter.setProperty("showXmlDeclaration", "true");
              rdfWriter.setProperty("showDoctypeDeclaration", "true");
              rdfWriter.write(model, System.out, null);
          }
      

      Attachments

        Issue Links

          Activity

            People

              andy Andy Seaborne
              andy Andy Seaborne
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: