[ 
https://issues.apache.org/jira/browse/RYA-334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Smith updated RYA-334:
-----------------------------
    Description: 
GeoTemporal needs to successfully return the WKT when performing queries such 
as:

PREFIX time: <http://www.w3.org/2006/time#>
PREFIX tempo: <tag:rya-rdf.org,2015:temporal#>
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
PREFIX geof: <http://www.opengis.net/def/function/geosparql/>
SELECT ?feature ?point ?wkt ?time
{
  <urn:event1> time:atTime ?time .
  ?feature a geo:Feature .
  ?feature geo:hasGeometry ?point .
  ?point a geo:Point .
  ?point geo:asWKT ?wkt .
  FILTER(geof:sfWithin(?wkt, \"POLYGON((-78 39, -77 39, -77 38, -78 38, -78 
39))\"^^geo:wktLiteral))
  FILTER(tempo:equals(?time, \"2015-12-30T12:00:00Z\"))
}

> GeoTemporal needs to be able to return the original WKT
> -------------------------------------------------------
>
>                 Key: RYA-334
>                 URL: https://issues.apache.org/jira/browse/RYA-334
>             Project: Rya
>          Issue Type: Bug
>            Reporter: Andrew Smith
>            Assignee: Andrew Smith
>
> GeoTemporal needs to successfully return the WKT when performing queries such 
> as:
> PREFIX time: <http://www.w3.org/2006/time#>
> PREFIX tempo: <tag:rya-rdf.org,2015:temporal#>
> PREFIX geo: <http://www.opengis.net/ont/geosparql#>
> PREFIX geof: <http://www.opengis.net/def/function/geosparql/>
> SELECT ?feature ?point ?wkt ?time
> {
>   <urn:event1> time:atTime ?time .
>   ?feature a geo:Feature .
>   ?feature geo:hasGeometry ?point .
>   ?point a geo:Point .
>   ?point geo:asWKT ?wkt .
>   FILTER(geof:sfWithin(?wkt, \"POLYGON((-78 39, -77 39, -77 38, -78 38, -78 
> 39))\"^^geo:wktLiteral))
>   FILTER(tempo:equals(?time, \"2015-12-30T12:00:00Z\"))
> }



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to