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) 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)
(NEW) Added ability to model and register custom datatypes (#335, #336) => API breaking changes (FIX) Smarter handling of geographic datatypes by assigning a specific validation category (#338) (MISC) Drop internal metadata of RDFTriple to get lighter memory footprint