Skip to content

Releases: mdesalvo/OWLSharp

v5.0.0

Choose a tag to compare

@mdesalvo mdesalvo released this 11 Jul 14:51

Fifth major version, celebrating 2 years of intense OWL2 development done in our 4.X journey!

(NEW) Added support for reading and writing Manchester syntax (#73)
(NEW) Added support for reading and writing Functional syntax (#77)
(NEW) Added profile checking for OWL2 EL/RL/QL (#74)
(NEW) Aligned Reasoner and Validator with the normative OWL2 RL/RDF ruleset (#75)
(FIX) Semantic overclaim in Validator T-Box overlap rules (#76)
(MISC) Updated RDFSharp dependency to v4

v4.23.0

Choose a tag to compare

@mdesalvo mdesalvo released this 26 Mar 19:24
2b022a5

(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

Choose a tag to compare

@mdesalvo mdesalvo released this 16 Nov 17:15
2bbf7fb

(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

Choose a tag to compare

@mdesalvo mdesalvo released this 29 Aug 17:16

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

v4.11.0

Choose a tag to compare

@mdesalvo mdesalvo released this 05 Jul 18:13

(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

Choose a tag to compare

@mdesalvo mdesalvo released this 17 Jun 10:18

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

v4.8.0

Choose a tag to compare

@mdesalvo mdesalvo released this 22 May 18:59

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

v4.7.0

Choose a tag to compare

@mdesalvo mdesalvo released this 16 May 18:05

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

v4.6.0

Choose a tag to compare

@mdesalvo mdesalvo released this 03 Feb 19:41

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

v4.5.0

Choose a tag to compare

@mdesalvo mdesalvo released this 20 Jan 14:05

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