Re: how does the node to nodeId mapping work?

2014-05-17 Thread Andy Seaborne
On 16/05/14 18:41, Marco Neumann wrote: sure, you do md5(SPO)md5(POS)md5(OPS) or something like md5(S) md5(P)md5(O) ...? At the moment ... The hashing is done for the mapping of Node - NodeId; Triples (quads) are (NodeId, NodeId, NodeId) and NodeIds are not hashes. NodeIds are 8 bytes: 1

[jira] [Assigned] (JENA-696) SPARQL CSV Parser does not handled escaped quotes

2014-05-17 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne reassigned JENA-696: -- Assignee: Andy Seaborne SPARQL CSV Parser does not handled escaped quotes

[jira] [Comment Edited] (JENA-696) SPARQL CSV Parser does not handled escaped quotes

2014-05-17 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000773#comment-14000773 ] Andy Seaborne edited comment on JENA-696 at 5/17/14 12:28 PM: --

[jira] [Updated] (JENA-696) SPARQL CSV Parser does not handled escaped quotes

2014-05-17 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-696: --- Attachment: JENA-696-v1.patch Possible solution. CSV parser + rewritten CSVInput. Includes a basic