[topbraid-users] Possible limitations when invoking SPARQLMotion scripts via a SPARQL endpoint

2018-04-13 Thread Dimitrios Tzannetos
Hi, I am working in the research group of Dr. Steven Ray at CMU and I would like to ask whether any arbitrary SPARQLMotion script could be invoked via a SPARQL query to a SPARQL endpoint. More specifically, we have several SPARQLMotion scripts and our system's architecture is such that the

Re: [topbraid-users] Compiling Validation and UI/Form semanatics

2018-04-13 Thread Irene Polikoff
Overrides are not supported, but inheritance is supported. For example, you could define minCount but not define maxCount, then add a definition of maxCount in the “sub shape”. There are 2 ways of addressing this: Classes can also be shapes. If you model that way, all you need to do is to

[topbraid-users] Re: Compiling Validation and UI/Form semanatics

2018-04-13 Thread Rebecca Younes
A related question: is it possible for one shape to invoke, inherit, and/or override values from another shape? For example, I would like to create a general property shape for a title property that defines cardinality, sh:class, sh:path, etc. Then in the context of different form shapes, I