On 25/10/2017 9:37, Holger Knublauch wrote:
Hi Michel,

see the fixed file attached. Property shapes always require sh:path, so you needed an additional blank node:

ruletry:PropertyShape_1
  rdf:type sh:PropertyShape ;
  sh:path [
      sh:inversePath (
          ruletry:hasRadiator
          ruletry:size
        ) ;
    ] ;
  sh:hasValue "large" .

To enter such things, you can use the SPARQL path surface syntax in TBC at sh:path. I just noticed a bug in the beta here - there should be a (...) around the path expression in this case. I'll see if this can be fixed in time for the final release.

FYI the issue mentioned above will be fixed with 5.4 final release, where it will be rendered correctly as



This beta problem only affected the ^ operator, so in your experiments better avoid this for now.

Holger

--
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to