Sorry I was too quick -- didn't read this document with explanation: https://jena.apache.org/documentation/csv/design.html
On Mon, Oct 19, 2015 at 1:36 PM, Martynas Jusevičius <[email protected]> wrote: > Hey, > > how do I add actual values to PropertyTable? I can see public > createRow() and createColumn() methods, but for some reason > > void set(int rowIndex, int columnIndex, Node value) > > is private in implementations? > > Martynas
