I am successfully using sh:Info inside PropertyShapes with SPARQLConstraints, but the particular constraint I'm working on is for any property, so I am using a NodeShape.
I have tried specifying sh:Info, but TBC-ME keeps showing my violating SPARQLConstraint as a full-on violation rather than an sh:Info. Sample code pattern: ex:MyClass sh:sparql [ a sh:SPARQLConstraint ; sh:message "My message" ; sh:severity sh:Info ; sh:prefixes <http://relevantURI> ; sh:select """ SELECT $this ... WHERE { ... """ ; ] ; MyClass is defined elsewhere as a sh:NodeShape MyClass has several SPARQLConstraints, so I want this one to be sh:Info and the other one to be the default (sh:Violation). What am I doing wrong? Steve -- The topics of this mailing list include TopBraid EDG and related technologies such as SHACL. To post to this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/CAGUep85YJy_CkvWGWcpfi9YeTMXCLrBuvrJbO8o-BkXJH7%2B18w%40mail.gmail.com.
