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)
- Host: GitHub
- URL: https://github.com/mdesalvo/owlsharp
- Owner: mdesalvo
- License: apache-2.0
- Created: 2023-08-14T15:29:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-29T14:39:14.000Z (11 months ago)
- Last Synced: 2025-07-29T17:20:13.228Z (11 months ago)
- Topics: inference, ontology, owl, owl2, owl2-xml, rdfs, reasoner, swrl
- Language: C#
- Homepage:
- Size: 5.06 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OWLSharp
[](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!