Add support to ARQ/SPARQL for more XSD datatypes and related operations.
------------------------------------------------------------------------

                 Key: JENA-235
                 URL: https://issues.apache.org/jira/browse/JENA-235
             Project: Apache Jena
          Issue Type: Task
          Components: ARQ
            Reporter: Andy Seaborne
            Priority: Minor


Possibilities to add to ARQ:
See http://www.w3.org/TR/xmlschema11-2/#built-in-datatypes

xsd:dateTimeStamp
  Derived from dateTime by requiring the timezone

xsd:dayTimeDuration
  No year or month fields,
  Only  day, hour, minute, or seconds fields.

xsd:yearMonthDuration
  Only year or month fields,
  Derived from duration -- no day, hour, minute, or seconds fields.

These durations are totally order.  Also related arithmetic operations on 
xsd:dateTime

xsd:time

xsd:precisionDecimal
  See http://www.w3.org/TR/xsd-precisionDecimal/ 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to