Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdesalvo/owlsharp
Lightweight and friendly .NET library for realizing intelligent Semantic Web applications
https://github.com/mdesalvo/owlsharp
geosparql inference-engine ontology owl owl-dl owl-time owl2 rdfs reasoner skos skos-xl swrl
Last synced: 6 days ago
JSON representation
Lightweight and friendly .NET library for realizing intelligent Semantic Web applications
- Host: GitHub
- URL: https://github.com/mdesalvo/owlsharp
- Owner: mdesalvo
- License: apache-2.0
- Created: 2023-08-14T15:29:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T18:10:42.000Z (7 months ago)
- Last Synced: 2024-04-13T21:00:07.019Z (7 months ago)
- Topics: geosparql, inference-engine, ontology, owl, owl-dl, owl-time, owl2, rdfs, reasoner, skos, skos-xl, swrl
- Language: C#
- Homepage:
- Size: 1.2 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OWLSharp is an API built atop RDFSharp with the goal of enabling semantic expressivity for:
- Modeling OWL2 ontologies (with tested Protégé compatibility)
- Exchanging them using standard OWL2 formats (OWL2/XML) and also RDF formats (via RDFSharp)
-
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, exchange and execution of custom inference rules