Skip to content

Commit

Permalink
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
References:
* #606

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jun 24, 2024
1 parent 91a686a commit f2939e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/examples/information_resource_PASS_validation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/~bob> ;
sh:resultMessage "core:InformationResource and core:NonInformationResource are disjoint classes. Assigning both types to a single node will be an error as of UCO 2.0.0."@en ;
sh:resultMessage "core:InformationResource and core:NeverInformationResource are disjoint classes. Assigning both types to a single node will be an error as of UCO 2.0.0."@en ;
sh:resultSeverity sh:Warning ;
sh:sourceConstraintComponent sh:NotConstraintComponent ;
sh:sourceShape core:InformationResource-disjointWith-NonInformationResource-shape ;
sh:sourceShape core:InformationResource-disjointWith-NeverInformationResource-shape ;
sh:value <http://example.org/~bob> ;
] ,
[
Expand Down

0 comments on commit f2939e8

Please sign in to comment.