[
https://issues.apache.org/jira/browse/JENA-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16466331#comment-16466331
]
ASF GitHub Bot commented on JENA-1545:
--------------------------------------
Github user ajs6f commented on a diff in the pull request:
https://github.com/apache/jena/pull/416#discussion_r186517509
--- Diff:
jena-arq/src/main/java/org/apache/jena/riot/system/ParserProfile.java ---
@@ -49,6 +49,12 @@
/** Create a triple */
public Triple createTriple(Node subject, Node predicate, Node object,
long line, long col);
+ /** Check a triple */
--- End diff --
Might be nice to include a Javadoc note declaring what to do for bad
tuples. Presumably `throw` something, but is there a specific type to throw
that would be best?
> Add ParserProfileWrapper; expose checkTriple/checkQuad.
> -------------------------------------------------------
>
> Key: JENA-1545
> URL: https://issues.apache.org/jira/browse/JENA-1545
> Project: Apache Jena
> Issue Type: Improvement
> Components: RIOT
> Affects Versions: Jena 3.7.0
> Reporter: Andy Seaborne
> Priority: Major
>
> See [https://github.com/apache/jena/pull/299]
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)