sparna-git / Sparnatural

Sparnatural : Typescript visual SPARQL query builder for knowledge graphs, configurable with SHACL
http://sparnatural.eu
GNU Lesser General Public License v3.0
206 stars 34 forks source link

Ability to have criterias *always* OPTIONAL ? (without user explicitely requesting it) #510

Open tfrancart opened 1 year ago

tfrancart commented 1 year ago

Currently when setting core:enableOptional in the config then it is the user that has the possibility to make the corresponding criteria optional. But actually, if we know in the config that a certain property is not always there (e.g. by looking at SHACL cardinalities), could we make it ALWAYS optional ? in a transparent way for the user. This would be something similar to the way the SERVICE keyword currently behaves.