Skip to content

Releases: mdesalvo/RDFSharp

v2.10.0

03 May 13:09
Compare
Choose a tag to compare

(NEW) Added partial version of SHACL Core modeling and processing engine (#76)

v2.9.0

19 Dec 19:47
Compare
Choose a tag to compare

(NEW) Added support for SHACL namespace and vocabulary (#74)
(MISC) Modularized architecture of static vocabularies (#75)

v2.8.0

15 Oct 19:02
Compare
Choose a tag to compare

(NEW) Added support for modeling SPARQL values (#71)
(FIX) Prefixes from subqueries were not merged during printing (#73)

v2.7.0

07 Sep 22:52
Compare
Choose a tag to compare

(NEW) Enhanced removal API for graphs and stores (#72)
(MISC) Switch SQL Server to Microsoft.Data.SqlClient

v2.6.1

18 Aug 12:49
Compare
Choose a tag to compare

(FIX) Incorrect evaluation of disjoint Exists/NotExists filter (#67)
(FIX) Incorrect evaluation of emptiness in Exists/NotExists filter (#68)

v2.6.0

15 Aug 11:08
Compare
Choose a tag to compare

(NEW) Added support for modeling SPARQL EXISTS filter (#62)
(NEW) Added support for modeling SPARQL NOT EXISTS filter (#64)
(FIX) Discard evaluation of property paths translating to ground pattern chains (#65)

v2.5.0

22 May 18:56
Compare
Choose a tag to compare

(NEW) Added support for modeling SPARQL IN filter (#61)

v2.4.0

14 May 18:54
Compare
Choose a tag to compare

(NEW) Added support for modeling SPARQL aggregators (#57)

v2.3.0

05 Apr 19:15
Compare
Choose a tag to compare

(NEW) Added support for modeling SPARQL subqueries (#55)

v2.2.0

21 Mar 19:30
Compare
Choose a tag to compare

(NEW) Added support for modeling SPARQL property paths (#49)
(NEW) Added support for declaring SPARQL prefixes (#54)
(FIX) ID of pattern group should only be based on its name (#53)
(FIX) Representation of reserved XML namespace breaks xml compatibility (#50)
(MISC) Code formatting compliant with Microsoft policies
(MISC) Code cleanups, improvements and internal architecture redesigns