sparna-git / Sparnatural

Sparnatural : visual SPARQL query builder for knowledge graphs in the browser, configurable with SHACL
http://sparnatural.eu
GNU Lesser General Public License v3.0
219 stars 41 forks source link

Pass typePredicate as parameter in datasources queries (?) #463

Closed tfrancart closed 1 year ago

tfrancart commented 1 year ago

After fixing #440, the remaining problem is that all included datasources are still using rdf:type as their type predicate. So even when defining the typePredicate parameter, the default datasources won't work.

Probably we need to pass the typePredicate as a parameter to the queries, just like we pass the language parameter.

SteinerPascal commented 1 year ago

I thought this should work... Are you working on it?

tfrancart commented 1 year ago

Yes I will take care of this, Thanks