RDF.ex v0.8.2 Release Notes
Release Date: 2020-09-21 // about 4 years ago-
โ Added
- the Turtle encoder can now produce partial Turtle documents with the
:only
option and any combination of the following values::triples
,:directives
,:base
,:prefixes
- ๐
the style of the Turtle directives produced by the Turtle encoder can be
switched to SPARQL style with the option
:directive_style
and the value:sparql
- ๐ the most common conflict resolution strategies on
RDF.PrefixMap.merge/3
can now be chosen directly with the atoms:ignore
and:overwrite
- ๐
RDF.PrefixMap.prefixed_name/2
to convert an IRI to a prefixed name RDF.PrefixMap.prefixed_name_to_iri/2
to convert a prefixed name to an IRI
๐ Changed
- ๐ when serializing a
RDF.Dataset
with the Turtle encoder the prefixes of all of its graphs are used now
๐ Fixed
- โ adding an empty
RDF.Description
with a subject to an emptyRDF.Graph
resulted in an invalid non-empty graph (@pukkamustard)
- the Turtle encoder can now produce partial Turtle documents with the
Previous changes from v0.8.1
-
โ Added
- ๐ query functions for basic graph pattern matching (incl. streaming-support)