Hi All
I've been working on this At the moment I have a solution. I created a new column in the nodes table that stores the CRS URI . I have an instance of evidence: http://190.15.132.241/marmotta/sparql/admin/squebi.html You can try the following query PREFIX geo: <http://www.opengis.net/ont/geosparql#> SELECT ?wkt WHERE { ?georesource geo:asWKT ?wkt } LIMIT 1 I'm still doing tests of CRS URIS of the resulting geometries of functions as buffer or enveloped. Cheers 2016-04-04 5:03 GMT-05:00 Sergio Fernández (JIRA) <[email protected]>: > > [ > https://issues.apache.org/jira/browse/MARMOTTA-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Sergio Fernández updated MARMOTTA-633: > -------------------------------------- > Issue Type: Improvement (was: Bug) > > > Add CRS URIs support for WKT literals > > ------------------------------------- > > > > Key: MARMOTTA-633 > > URL: https://issues.apache.org/jira/browse/MARMOTTA-633 > > Project: Marmotta > > Issue Type: Improvement > > Components: KiWi Triple Store > > Reporter: Sergio Fernández > > Priority: Minor > > Labels: geosparql > > Original Estimate: 24h > > Remaining Estimate: 24h > > > > As discussed in the mailing list ( > http://markmail.org/message/47vjksnfc7aggzqk) current GeoSPARQL > implementation does not use CRS URIs. Although this looks to be optional in > the specification, many systems/tools rely on such feature, so it may be > good to support it. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >
