You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fourth major version, celebrating 4 years of intense SPARQL development done in our 3.X journey!
(NEW)Mirella 2 with significantly improved performances and much stronger SPARQL compliance (#394) (NEW)SPARQL 1.1 parser giving ability to execute queries and operations seamlessly from SPARQL strings (#397) (NEW) Enhanced SHACL engine giving ability to target focus nodes dynamically via SPARQL query (#400) (MISC) Tons of code optimizations making the library suitable for enterprise applications
This commit was created on GitHub.com and signed with GitHub’s verified signature.
(NEW) Added support for modeling algebric SPARQL property paths: ?, *, +, {N,M} (#391) (NEW) Added support for Optional, Union and Minus operators on property paths (#392) (NEW) Introduced RDFQueryOptimizer with pattern-reordering strategy based on estimated cardinality (#393)
This commit was created on GitHub.com and signed with GitHub’s verified signature.
(NEW) Decluttered public API for better learnability and usability (#388) => API breaking changes (NEW) RDFGraph and RDFMemoryStore now support .NET8+ IAsyncEnumerable and IAsyncDisposable (#389)
This commit was created on GitHub.com and signed with GitHub’s verified signature.
(NEW) Dropped 11 obsolete filters which are now implemented as expressions in RDFExpressionFilter (#367,#368,#369,#370,#371,#372,#373,#374,#375,#376,#377) => API breaking changes
This commit was created on GitHub.com and signed with GitHub’s verified signature.
(NEW) Enhanced reification capabilities with direct annotations and support for RDF 1.2 (#365) (MISC) Extended RDF vocabulary with terms from RDF 1.2 (#365)
This commit was created on GitHub.com and signed with GitHub’s verified signature.
(NEW) Added support for SPARQL 1.2 LANGDIR, HASLANG and HASLANGDIR expressions (#357,#360,#361) (NEW) Added HasDirection() facility to RDFPlainLiteral (#359) (FIX) Incorrect valorization of language tag in case of uppercase direction (#357) (MISC) Moved index accessor down to RDFStore level for the benefit of every store extension (#356) (MISC) Updated RDFDatatypeExpression to answer rdf:dirLangString for directioned plain literals (ba23d7a)
This commit was created on GitHub.com and signed with GitHub’s verified signature.
(NEW) Added support for owl:rational numeric datatype (#354) (MISC) Enhanced usability by merging async features into RDFGraph/RDFStore (#353, breaking change)