Skip to content

Releases: mdesalvo/OWLSharp

v4.6.0

03 Feb 19:41
Compare
Choose a tag to compare

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

v4.5.0

20 Jan 14:05
Compare
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)
(MISC) Code cleanups and general performance improvements:

v4.4.0

01 Jan 11:38
Compare
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)

v4.3.0

20 Dec 08:38
a29ef06
Compare
Choose a tag to compare

(NEW) Completed porting of SKOS extension (#42, #45)
(NEW) Added GEO extension for modeling geospatial features (#44)
(NEW) Enhanced usability with addition of ontology declarer facilities (#48)
(NEW) Added compatibility trick for deserializing skos:OrderedCollection from RDF (#43)
(MISC) Code cleanups and improvements:

v4.2.0

25 Nov 10:32
546220d
Compare
Choose a tag to compare

(NEW) Added SKOS extension for validating SKOS aspects of an ontology (#38)
(NEW) Enhanced SubClassOf validation with support for scanning local cardinality constraints (#39)
(NEW) Added ability to export an ontology without considering inferred axioms (#40)
(NEW) Added method ResolveImportsAsync to dereference ontology import directives (#37 )
(FIX) ImportAsync method should work on Imports dimension rather than Annotations (#35)
(FIX) Exporting an ontology should not consider imported axioms/rules (#36)
(FIX) Registered custom builtIns were tied to their initial arguments (#41)

v4.1.0

10 Oct 10:08
25aea97
Compare
Choose a tag to compare

(NEW) Added support for modeling, exchanging and executing SWRL rules (#31)
(FIX) Errata in OWL2/XML specs on DataSomeValuesFrom and DataAllValuesFrom expressions (#33)

v4.0.0

11 Aug 07:30
b819e19
Compare
Choose a tag to compare

This is a major redesign milestone focusing on a set of core pillars (and learned lessons):

  • OWL2/XML: W3C datamodel for representing OWL2 ontologies, at the core of the library expressivity
  • Protégé: standard de-facto IDE for ontologists, used as functional test platform of the project
  • Async API to help development of efficient and modern .NET solutions