Thank you for the response. I am happy that literals are getting stored
with datatype. Now I am trying to check the spatial relations and I get
empty results for "geo:sfEquals" filter function for two simple literals.
["LINESTRING (0 0, 0 10)" and "LINESTRING (0 0, 0 5, 0 10)" which are
spatially equal ] . Attached are the screenshots for the same issue. Please
suggest me regarding this.

Thanks,
Manoj

On Tue, Apr 28, 2020 at 2:04 PM Andy Seaborne <[email protected]> wrote:

> 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