Marcel Otto
|
f9942b1315
|
Add RDF.Data.empty?/1
|
2022-04-08 03:23:16 +02:00 |
|
Marcel Otto
|
0cb6f0efe5
|
Add RDF.Description.first/3
|
2022-04-07 21:15:39 +02:00 |
|
Marcel Otto
|
bf158d90ae
|
Add empty?/1 on Description, Graph and Dataset
|
2022-04-05 21:06:29 +02:00 |
|
Marcel Otto
|
d3fa2a4f02
|
Add functions terms/1 and iris/1 on RDF.PropertyMap
|
2022-04-04 22:30:08 +02:00 |
|
Marcel Otto
|
6e1b6213c4
|
Add RDF.Graph builder DSL
|
2022-04-03 00:41:00 +02:00 |
|
Marcel Otto
|
8cb72f5ccc
|
Add RDF.Guards is_statement/1 and is_quad/1
|
2022-04-02 23:06:38 +02:00 |
|
Marcel Otto
|
ca724d0300
|
Fix graph addition of triples with an empty object list
|
2022-03-31 00:13:57 +02:00 |
|
Marcel Otto
|
458e5b4540
|
Show subject separately in RDF.Description inspect string
|
2022-03-29 23:30:15 +02:00 |
|
Marcel Otto
|
f76493403b
|
Allow creation from and addition of datasets to RDF.Graphs
|
2022-03-23 22:43:10 +01:00 |
|
Marcel Otto
|
da401ca474
|
Fix link to diff for v0.11
|
2022-03-22 01:14:49 +01:00 |
|
Marcel Otto
|
adc628c1cb
|
Prepare release 0.11.0
|
2022-03-22 01:07:16 +01:00 |
|
Marcel Otto
|
e357686f88
|
Various changes of types
|
2022-03-13 21:39:48 +01:00 |
|
Marcel Otto
|
db007641e2
|
Add RDF.Resource.Generator
|
2022-03-01 23:13:50 +01:00 |
|
Marcel Otto
|
b89b5d34d2
|
Fix RDF.BlankNode.Generator.start_link interface
|
2022-02-26 23:03:17 +01:00 |
|
Marcel Otto
|
f5d8d16bc9
|
Add RDF.Resource.t type
|
2022-02-25 17:18:03 +01:00 |
|
Marcel Otto
|
9bb07c8259
|
Add coercible_t type on Triple and Quad modules
|
2022-02-11 12:03:25 +01:00 |
|
Marcel Otto
|
2f9bf555cd
|
Update CHANGELOG
|
2021-12-20 02:10:47 +01:00 |
|
Marcel Otto
|
2beee27eb5
|
Add :implicit_base option on the RDF.Turtle.Encoder
|
2021-12-19 01:39:31 +01:00 |
|
Marcel Otto
|
4e043c1c46
|
Prepare release 0.10.0
|
2021-12-13 12:05:02 +01:00 |
|
Marcel Otto
|
8cfe0ee6cc
|
Drop support for Elixir versions < 1.10
|
2021-11-19 21:10:47 +01:00 |
|
Marcel Otto
|
769915a8ed
|
Update CHANGELOG
|
2021-11-12 21:38:20 +01:00 |
|
Marcel Otto
|
7859c4e46d
|
Add :default_graph_name option to RDF.NQuads.Encoder
and use the graph name of an RDF.Graph as its default
|
2021-11-11 00:24:28 +01:00 |
|
Marcel Otto
|
f9c72c1a35
|
Add RDF.Dataset.graph_count/1
|
2021-11-10 00:43:57 +01:00 |
|
Marcel Otto
|
e9102252ae
|
Add support for Turtle-star encoding
|
2021-10-09 16:40:07 +02:00 |
|
Marcel Otto
|
737b67095d
|
Add support for PropertyMap on RDF.Statement.new/2 and coerce/2
|
2021-09-04 17:44:10 +02:00 |
|
Marcel Otto
|
7283c69092
|
Prepare release 0.9.4
|
2021-05-26 13:05:11 +02:00 |
|
Marcel Otto
|
0a0ed07bf2
|
Allow {mod, fun} tuples on :default_base_iri configuration option
|
2021-05-19 22:59:13 +02:00 |
|
Marcel Otto
|
9b9cf7dffd
|
Allow {mod, fun} tuples on :default_prefixes configuration option
|
2021-05-18 23:52:09 +02:00 |
|
Marcel Otto
|
6d1a139c9a
|
Add RDF.statement constructor functions
|
2021-05-10 21:41:48 +02:00 |
|
Marcel Otto
|
2afc2edda8
|
Add missing escaping of literals in N-Triples and N-Quads encoder
|
2021-05-09 21:43:10 +02:00 |
|
Marcel Otto
|
3480c254c3
|
Add missing escaping of language-tagged literals in Turtle encoder
|
2021-05-09 11:58:36 +02:00 |
|
Marcel Otto
|
967f81ad5a
|
Don't Turtle-encode IRIs as prefixed names when they will be non-conform
|
2021-05-09 03:06:20 +02:00 |
|
Marcel Otto
|
589d2939b5
|
Fix bug in Inspect protocol implementation of RDF.Diff
|
2021-03-15 20:06:02 +01:00 |
|
Marcel Otto
|
375cad23cc
|
Prepare release 0.9.3
|
2021-03-09 12:26:42 +01:00 |
|
Marcel Otto
|
e1680ffa95
|
Improve performance of the Enumerable impls of the RDF data structures
|
2021-03-05 23:23:06 +01:00 |
|
Marcel Otto
|
f9bd3b9476
|
Handle base URIs without trailing slash or hash in Turtle encoder properly
|
2021-03-04 15:07:28 +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
|
32a59916f6
|
Add :indent option on RDF.Turtle.Encoder
|
2021-02-28 13:02:05 +01:00 |
|
Marcel Otto
|
e04b960557
|
Fix recognition of float and double literals of the form ".0" and "0."
|
2021-02-26 16:26:22 +01:00 |
|
Marcel Otto
|
550388b6ca
|
Prepare release 0.9.2
|
2021-01-06 11:56:25 +01:00 |
|
Marcel Otto
|
ed403d9175
|
Allow initialization of dates and times with timezones from tuples
|
2020-12-20 02:55:24 +01:00 |
|
Marcel Otto
|
c932347141
|
Prepare release 0.9.1
|
2020-11-16 13:34:22 +01:00 |
|
Marcel Otto
|
96f3e46638
|
Handle conflicts of RDF.Vocabulary.Namespace terms with Kernel functions
|
2020-11-13 22:51:41 +01:00 |
|
Marcel Otto
|
fa5ffb055f
|
Drop support for Elixir versions < 1.9
|
2020-11-12 22:50:38 +01:00 |
|
Marcel Otto
|
42d5dfc5a6
|
Add RDF.IRI.in_namespace?/2
|
2020-11-10 10:56:38 +01:00 |
|
Marcel Otto
|
41a299e122
|
Add :gzip opt on all read and write file serialization functions
|
2020-11-05 21:09:36 +01:00 |
|
Marcel Otto
|
d3f66bd5d9
|
Support for streaming on file read and write serialization functions
|
2020-11-05 15:41:06 +01:00 |
|
Marcel Otto
|
a361a018a0
|
Add RDF.NQuads.Encoder.stream/2
|
2020-11-04 21:21:08 +01:00 |
|
Marcel Otto
|
6ad8d0da72
|
Extend serialization API with functions for reading from streams
|
2020-11-04 12:18: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 |
|