SPARQL.ex v0.2.3 Release Notes

Release Date: 2018-09-23 // over 5 years ago
  • ➕ Added

    • evaluation of DISTINCT and REDUCED (the later having the semantics as DISTINCT, i.e. no optimizations right now)
    • implementation of String.Chars protocol on SPARQL.Query

    🔄 Changed

    • 0️⃣ various refinements of default prefixes
      • renamed the query-specific default prefixes option from prefixes to default_prefixes
      • setting none on the default_prefixes option, removes the standard application-wide configured default prefixes
      • SPARQL.Processor.query (and the SPARQL.execute_query alias) pass options down SPARQL.Query.new/2, so it can also used with default_prefixes

    Compare v0.2.2...v0.2.3