You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suppose it would be as simple as a top-level result similar to
[] a sh:ValidationReport ;
sh:result [
sh:resultSeverity sh:Warning ;
sh:resultMessage "The maximum number of error (100) was reached. Not all violations may have been reported" ;
] ;
.
Unfortunately, according to paragraph 3.6.2 of the spec, sh:focusNode and sh:sourceConstraintComponent are also required. To conform to this requirement we might add some new term to identify the constraint, like ex:MaxErrorConstraintComponent. I have no (good) idea for the focus node other than a new blank node
The text was updated successfully, but these errors were encountered:
I suppose it would be as simple as a top-level result similar to
Unfortunately, according to paragraph 3.6.2 of the spec,
sh:focusNode
andsh:sourceConstraintComponent
are also required. To conform to this requirement we might add some new term to identify the constraint, likeex:MaxErrorConstraintComponent
. I have no (good) idea for the focus node other than a new blank nodeThe text was updated successfully, but these errors were encountered: