obdasystems / sparqling-ws

RESTful web services for Sparqling: point and click SPARQL editor based on Grapholscape
MIT License
0 stars 0 forks source link

Datatype assente sulle costanti in filtri/havings #18

Closed gianluca-pepe closed 2 years ago

gianluca-pepe commented 2 years ago

Aggiungendo un filtro su una variabile di tipo xsd:string si ottiene ad esempio:

SELECT  ?genre0
WHERE
  { ?Book0  rdf:type  :Book ;
            :genre    ?genre0
    FILTER ( ?genre0 = "fantasy" )
  }

manca il ^^xsd:string

giacomoronconiobda commented 2 years ago

Quando il datatype è assente è di default xsd:string. Jena non lo serializza quando c'è questo datatype