Commit graph

21 commits

Author SHA1 Message Date
Marcel Otto
8dcd949d24 Remove newlines from inspect string of empty descriptions 2022-03-30 21:44:48 +02:00
Marcel Otto
458e5b4540 Show subject separately in RDF.Description inspect string 2022-03-29 23:30:15 +02:00
Marcel Otto
0aa0128434 Fix bug in error handling of Inspect impl when subject is quoted triple 2021-09-30 22:36:25 +02:00
Marcel Otto
3b16a76ccd Format code with Elixir 1.12 2021-05-22 16:08:19 +02:00
Marcel Otto
589d2939b5 Fix bug in Inspect protocol implementation of RDF.Diff 2021-03-15 20:06:02 +01:00
Marcel Otto
b86392763e Improvements of the Inspect form of the RDF data structures 2021-02-28 13:29:10 +01:00
Marcel Otto
ebb1aeb25e Change inspect form of RDF.Diffs 2020-11-12 22:22:04 +01:00
Marcel Otto
8d98461e0b Change Inspect form for RDF data structures to be Turtle-based 2020-11-02 15:17:18 +01:00
Marcel Otto
909e2bde18 Rename the :id field of RDF.BlankNode to :value for consistency reasons 2020-07-08 22:02:58 +02:00
Marcel Otto
0e81f4c02c Apply mix formatter 2020-06-29 10:37:42 +02:00
Marcel Otto
f6146c51b0 Revision of the literal system with extracted XSD datatypes 2020-04-10 23:56:35 +02:00
Marcel Otto
a68cf0dc6a Fix deprecation warning with Elixir 1.8
warning: Inspect.Algebra.surround/3 is deprecated. Use a combination of concat/2 and nest/2 instead
2019-02-15 02:30:59 +01:00
Marcel Otto
733ee44749 Add RDF.Literal.new!/2 2018-03-14 11:46:11 +01:00
Marcel Otto
6832176904 Fix some warnings 2018-03-02 01:14:50 +01:00
Marcel Otto
5c7efe4cbd Add RDF.IRI, use it instead of URI and use the term IRI consistently
Closes #1
2017-08-20 22:35:14 +02:00
Marcel Otto
06fb5a4044 core: fix Inspect implementation of RDF.Dataset 2017-06-08 21:11:56 +02:00
Marcel Otto
0581a45820 core: fix bug in Inspect implementation for RDF.Literal 2017-05-27 21:38:18 +02:00
Marcel Otto
229f42ee3c core: Inspect protocol implementation for RDF.BlankNode 2017-05-19 17:23:54 +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
888ac4d69b core: Inspect protocol implementations 2017-04-12 11:15:53 +02:00