Skip to content

Releases: mdesalvo/RDFSharp

v2.18.2

26 Dec 11:47
5c55bf5
Compare
Choose a tag to compare

(FIX) Incorrect detection of inline property shapes when building SHACL shapes graph from RDF graph (#141)

v2.18.1

08 Dec 17:58
Compare
Choose a tag to compare

(FIX) Missing retrieval of OWL2 negative assertions from RDF graph (#139)

v2.18.0

06 Dec 10:17
Compare
Choose a tag to compare

(NEW) Added support for modeling OWL2 Disjoint properties (#133)
(NEW) Added support for modeling OWL2 AllDisjointProperties syntactic sugar (#133)
(NEW) Added support for modeling OWL2 HasSelf restrictions (#137)
(NEW) Added support for modeling OWL2 Negative assertions (#128)

v2.16.1

16 Oct 18:50
Compare
Choose a tag to compare

(FIX) Incorrect parsing of RDF/XML collections when items are nested descriptions (#124)
(FIX) Crash in RDF/XML writer when serializing unfloating containers (#125)
(FIX) Incorrect detection of blank subjects in RDF/XML parser (#130)
(FIX) Crash in RDF/XML parser when xml:lang attribute on RDF document root node (#131)
(FIX) Incorrect scope of xml:lang attribute in RDF/XML parser (#132)
(FIX) Missing reification of rdf:ID when found on RDF/XML property node (#134)
(FIX) Missing support for rdf:parseType=Resource at predicate level in RDF/XML parser (#135)
(FIX) RDF/XML parser should threat datatype of rdf:parseType=Literal as rdf:XMLLiteral (#136)

v2.16.0

12 Sep 16:09
508ce24
Compare
Choose a tag to compare

(NEW) Added support for modeling OWL2 Qualified Cardinality restrictions (#120)
(FIX) Glitch in subject detection logics of RDF/XML parser in case of nested resource descriptions (#121)
(FIX) More resilient RDF/XML parser against absence of node attributes (#122)

v2.15.0

29 Aug 22:04
40b4d67
Compare
Choose a tag to compare

(NEW) Added support for modeling OWL2 Asymmetric properties (#108)
(NEW) Added support for modeling OWL2 Reflexive properties (#112)
(NEW) Added support for modeling OWL2 Irreflexive properties (#113)
(NEW) Improved RDF/XML parser with support for nested resource descriptions (#116)
(FIX) Crash due to comments inside RDF/XML collections while parsing (#115)
(FIX) Crash due to comments inside RDF/XML containers while parsing (#117)

v2.14.0

18 Aug 10:57
55bf38c
Compare
Choose a tag to compare

(NEW) Added support for modeling OWL2 AllDisjointClasses syntactic sugar (#105)
(NEW) Added support for modeling OWL2 AllDifferent syntactic sugar (#106)
(NEW) Added support for modeling OWL2 DisjointUnion syntactic sugar (#104)
(FIX) Missing detection of implicit collection item's type in RDF/XML parsing (#107)
(MISC) Code cleanups and better organization of Semantics namespaces (OWL, SKOS)

v2.13.1

27 Jun 16:11
Compare
Choose a tag to compare

(NEW) Added configuration for supporting symbols packaging with Microsoft SourceLink (#100)
(MISC) Slight code cleanups and comment refinements

v2.13.0

01 Jun 16:58
c816f73
Compare
Choose a tag to compare

(NEW) Seamlessly integrated RDF data sources with Federations 2.0 (#95)
(FIX) Incorrect evaluation of SPARQL Describe queries when having subqueries (#96)
(FIX) Evaluation of queries crashes when encountering empty federations (#97)

v2.12.0

17 May 12:22
Compare
Choose a tag to compare

(NEW) Completed SHACL engine with remaining constraints (#88, #89, #90, #91)
(NEW) Added support for EARL namespace and vocabulary (#94)
(NEW) Moved SQL Server to extensions project (#93)