Marcel Otto
3549a67a12
Fix new and new! on RDF.Literal and RDF.String when language nil given
2018-08-26 05:46:18 +02:00
Marcel Otto
1c7cad39be
Fix datatype and lexical form of result of various numeric functions
...
- to match SPARQL semantics
2018-08-21 03:27:48 +02:00
Marcel Otto
87b34f8464
Fix warnings raised on Elixir 1.7
2018-08-16 23:46:05 +02:00
Marcel Otto
ec55b3758f
Add RDF.DateTime.tz/1
2018-08-10 23:51:04 +02:00
Marcel Otto
a51e518c26
Fix RDF.DateTime to store microseconds
2018-07-20 01:49:59 +02:00
Marcel Otto
974b2c8360
Add RDF.Numeric.ceil/1 and RDF.Numeric.floor/1
2018-07-14 01:18:13 +02:00
Marcel Otto
cb9585d87a
Add RDF.Numeric.round/1 and RDF.Numeric.round/2
2018-07-13 23:14:20 +02:00
Marcel Otto
ae54a8bfe2
Add RDF.Numeric.abs/1
2018-07-13 01:34:12 +02:00
Marcel Otto
34898cd696
Add RDF.LangString.match_language?/2
2018-07-10 00:18:16 +02:00
Marcel Otto
4cea91e52f
Change RDF.String.new/2 to produce language strings when language given
2018-07-09 23:04:25 +02:00
Marcel Otto
978ed89164
Fix RDF.LangString to produce invalid literals when invalid languages given
2018-07-09 21:49:25 +02:00
Marcel Otto
708e46384a
Fix RDF.Double on OTP 21
2018-06-30 12:14:30 +02:00
Marcel Otto
7ad3c0acc1
Add arithmetic operations on RDF.Numeric
2018-06-22 22:03:23 +02:00
Marcel Otto
ca3c4a0104
Fix RDF.Decimal
...
- the canonical representation of given Decimals was not always correct,
we now store always the canonical decimal as the Literal.value
2018-06-17 23:40:07 +02:00
Marcel Otto
2313e001fd
Support value equality checks on RDF.Decimals
2018-06-16 01:48:10 +02:00
Marcel Otto
f5684262e7
Add RDF.Decimal datatype
2018-06-15 21:19:22 +02:00
Marcel Otto
9193dd916f
Small refactoring
2018-06-15 20:56:40 +02:00
Marcel Otto
d838424478
Add RDF.Term.equal?/2 and RDF.Term.equal_value?/2
2018-06-08 12:26:52 +02:00
Marcel Otto
cae8e183e0
Fix RDF.DateTime to support 24:00:00 as valid time
2018-06-03 23:21:14 +02:00
Marcel Otto
71dc3d5acc
Add functions for the basic logical operations to RDF.Boolean
2018-05-29 22:40:11 +02:00
Marcel Otto
f3cc9ccf7e
Add Effective Boolean Value (EBV) algorithm and RDF.Numeric
2018-05-27 22:19:08 +02:00
Marcel Otto
3e5db97ce4
Add top-level functions for the two boolean RDF.Literal values
2018-05-26 02:51:28 +02:00
Marcel Otto
e80488d601
Don't fail when creating a rdf:langString literal without a language tag
2018-03-14 10:42:41 +01:00
Marcel Otto
d83a0c508d
core: terms from the RDF.NS.RDF namespace are directly accessible from the top-level RDF module
2017-06-10 23:08:49 +02:00
Marcel Otto
2a8cf08c8e
core: add documentation for RDF.Literal and RDF.Datatypes
2017-06-10 00:18:39 +02:00
Marcel Otto
8eb15b581b
core: RDF.Date datatype
...
- negative years not yet supported
2017-05-01 18:06:53 +02:00
Marcel Otto
354ead9d80
core: RDF.Time datatype
2017-05-01 18:01:06 +02:00
Marcel Otto
4105a3e59b
core: RDF.DateTime datatype
...
- negative years not yet supported
2017-04-30 16:53:23 +02:00
Marcel Otto
53e590dc14
core: RDF.Double datatype
2017-04-26 03:10:35 +02:00
Marcel Otto
2b9aa62d69
core: yet another approach for RDF.Literal
...
- we now only the store the lexical form when it's non-canonical
- Literal validation and canonicalization
- a general RDF.Datatype.Test.Case
- also tested datatype implementations for booleans, integers, string and langStrings
- use literal sigils in Inspect implementation of Literals when possible
2017-04-23 23:41:29 +02:00
Marcel Otto
d812998fb0
core: add lexical form to RDF.Literal
2017-04-20 23:09:55 +02:00
Marcel Otto
06854efbd8
core: more elaborated RDF.Literals (WIP)
2017-04-16 23:13:39 +02:00