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

OWL config : support more complex sparqlString #559

Closed tfrancart closed 4 months ago

tfrancart commented 4 months ago

sparqlString should be similar to sh:target/sh:select, see #558 One should be able to set sparqlString to

  <http://exemple.com/myClass> 
  MINUS { $this <http://exemple.com/myProperty> ?value VALUES ?value {
    <http://exemple.com/myInstance1>
    <http://exemple.com/myInstance2>
  } }