Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Make blank node prefixing automatic | David Robillard | 1 | -4/+2 | |
Though potentially useful, I don't think the complexity cost of the old interface (both to the implementation and to the user) is worth it. A special tool to transform blank node labels (for example with regular expressions) would be a better approach to this if it's ever needed in the future. | |||||
2022-01-28 | Add a reader flag to disable generated blank label avoidance | David Robillard | 1 | -2/+4 | |
2022-01-28 | Simplify reader and writer flags | David Robillard | 1 | -1/+1 | |
2022-01-28 | Factor out and expose prefixed name predicates | David Robillard | 1 | -2/+3 | |
Towards using these in the writer to escape names more precisely. | |||||
2022-01-14 | Preserve long or short quoting from input documents | David Robillard | 1 | -20/+2 | |
2022-01-14 | Factor out NQuads reader | David Robillard | 1 | -5/+11 | |
2022-01-14 | Factor out NTriples reader | David Robillard | 1 | -0/+790 | |