Skip to content

Releases: mdesalvo/OWLSharp

v4.23.0

26 Mar 19:24
2b022a5

Choose a tag to compare

(NEW) Advanced OWL2-RL reasoner (#72)
(FIX) HasKey rules ignoring OWLObjectInverseOf in key property expressions (#69)
(FIX) Ontology import is vulnerable against duplicates and loops (#70)
(FIX) SWRL substring built-in should adhere to W3C specs to be 1-based (#71)

v4.22.0

16 Nov 17:15
2bbf7fb

Choose a tag to compare

(NEW) OWLOntology is now compatible with IDisposable and IAsyncDisposable (#67)
(NEW) OWLReasoner is now able to iterate the inference process with a configurable strategy (#68)
(NEW) OWLReasoner expands its domain/range inference capabilities (764dc66)
(DOCS) Codebase has been properly documented and optimized for Intellisense
(DOCS) PDF documentation is available as reference guide for working with the library

v4.12.0

29 Aug 17:16

Choose a tag to compare

(NEW) Added support for .NET8+ target, for which we transparently support optimized features (#65)

v4.11.0

05 Jul 18:13

Choose a tag to compare

(NEW) Enhanced TopBottomAnalysis validator rule with scanning of object/data assertions (#64)
(NEW) Moved extensions to their own dedicated project (-428KB core assembly size)

v4.9.0

17 Jun 10:18

Choose a tag to compare

(NEW) Added ability to load remote ontologies from URI (#63 )

v4.8.0

22 May 18:59

Choose a tag to compare

(NEW) Enhanced SubClassOf reasoning rule with detection of ObjectIntersectionOf (#62)

v4.7.0

16 May 18:05

Choose a tag to compare

(NEW) Enhanced SPARQL query capabilities with support for ASK, CONSTRUCT and DESCRIBE (#60)

v4.6.0

03 Feb 19:41

Choose a tag to compare

(NEW) Added ability to apply reasoner-aware SPARQL queries to ontologies (#57)

v4.5.0

20 Jan 14:05

Choose a tag to compare

(NEW) Added TIME reasoner with 24 Allen-based temporal inference rules (#54)
(NEW) Added TIME validator with 19 Allen-based temporal analysis rules (#55)

v4.4.0

01 Jan 11:38

Choose a tag to compare

(NEW) Added TIME extension for modeling temporal features (#46)
(NEW) Easier modeling of geospatial features with GEOEntity abstraction (#53)
(FIX) Crash when loading object property expressions from graph (#51)