An open API service indexing awesome lists of open source software.

https://github.com/mdesalvo/owlsharp

Lightweight and friendly .NET library for realizing Semantic Web applications (OWL2, SWRL)
https://github.com/mdesalvo/owlsharp

inference ontology owl owl2 owl2-xml rdfs reasoner swrl

Last synced: 8 months ago
JSON representation

Lightweight and friendly .NET library for realizing Semantic Web applications (OWL2, SWRL)

Awesome Lists containing this project

README

          

# OWLSharp [![codecov](https://codecov.io/gh/mdesalvo/OWLSharp/graph/badge.svg?token=s7ifp1Uf6D)](https://codecov.io/gh/mdesalvo/OWLSharp)

OWLSharp is a .NET library built atop RDFSharp with the goal of enabling **semantic expressivity** for:


  • Modeling OWL2 ontologies (classes, properties, individuals, expressions, axioms, annotations, rules, ...)

  • Exchanging them using standard OWL2 formats (OWL2/XML)


  • Reasoning on them with a set of 25 OWL2 inference rules


  • Validating them with a set of 29 OWL2 analysis rules


It also integrates a powerful SWRL engine for modeling, exchanging and executing custom inference rules

Along with core ontology features, it also includes a set of extensions for working with LinkedData ontologies!