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
(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)
(NEW) Decluttered public API for better learnability and usability (#388) => API breaking changes (NEW) RDFGraph and RDFMemoryStore now support .NET8+ IAsyncEnumerable and IAsyncDisposable (#389)
(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
(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)
(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)
(NEW) Added support for owl:rational numeric datatype (#354) (MISC) Enhanced usability by merging async features into RDFGraph/RDFStore (#353, breaking change)
(NEW) Added ability to create RDFQuadruple by contextualizing RDFTriple (#345) (NEW) Added support for SPARQL LANG and DATATYPE expressions (#347, #348) (MISC) Improved compatibility with AllegroGraph (#346)