landong1973 opened a new issue, #2272:
URL: https://github.com/apache/jena/issues/2272

   ### Version
   
   4.10.0
   
   ### Question
   
   prefix xsd: <http://www.w3.org/2001/XMLSchema#>
   select distinct *
   where{
     bind("P10DT5H30M"^^xsd:duration as ?duration)
     bind (?duration/ xsd:dayTimeDuration("P1D") as ?durationInDays)
   
   }
   
   the SPARQL returns empty ?durationInDays , is there any workaround in Fuseki?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to