Turtle and N3 writer ignores properties sat after creation.
-----------------------------------------------------------

                 Key: JENA-73
                 URL: https://issues.apache.org/jira/browse/JENA-73
             Project: Jena
          Issue Type: Bug
          Components: Jena
            Reporter: Andy Seaborne
            Assignee: Andy Seaborne
            Priority: Minor


Example:

 RDFWriter w = model.getWriter("TTL");
 w.setProperty("usePropertySymbols", "false");
 w.write(model, fos, null);

still writes "a" 

useWellKnownPropertySymbols is set when writer created.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to