The raw response shows the datatype is there. It is just the display not putting it on the screen.

On 27/04/2020 00:10, manoj deshpande wrote:
Hello all,

Jena Fuseki shows successful storage of values with datatype GEO["wktLiteral"] in screenshot1 , But when using it in sparql endpoint shows different format. Please suggest me regarding this.

Stores in right format : <x:>  <http://www.opengis.net/ont/geosparql#asWKT> "POLYGON(())"^^<http://www.opengis.net/ont/geosparql#wktLiteral> .

When I execute query :
*SELECT ?s ?p ?o
FROM <http://project/base/default1>
WHERE {
   ?s ?p ?o
}
*

It produces results as shown below.

        s
        p
        o
1       
<x:>
        
geo:asWKT <http://www.opengis.net/ont/geosparql#asWKT>
        
"POLYGON(())"^^


Thank you,
Manoj

Reply via email to