Skip to content

Commit 4cb74ac

Browse files
authored
Update README.md
1 parent 64116c1 commit 4cb74ac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# OWLSharp <a href="https://www.nuget.org/packages/OWLSharp"><img src="https://img.shields.io/nuget/dt/OWLSharp?style=flat&color=abcdef&logo=nuget&label=downloads"/></a> [![codecov](https://codecov.io/gh/mdesalvo/OWLSharp/graph/badge.svg?token=s7ifp1Uf6D)](https://codecov.io/gh/mdesalvo/OWLSharp)
22

3-
OWLSharp is a .NET library built atop <a href="https://github.com/mdesalvo/RDFSharp">RDFSharp</a> with the goal of enabling **semantic expressivity** for ontology:
3+
OWLSharp is a .NET library built atop <a href="https://github.com/mdesalvo/RDFSharp">RDFSharp</a> with the goal of enabling **semantic expressivity** for:
44

5-
<b>Modeling</b>
5+
<b>Ontology Modeling</b>
66
<ul>
77
<li>Create and manage <b>OWL2 ontologies</b> (classes, properties, individuals, expressions, axioms, annotations, rules, ...)</li>
88
<li>Exchange them using standard <b>OWL2 formats</b> (OWL2/Xml)</li>
99
</ul>
1010

11-
<b>Validation</b>
11+
<b>Ontology Validation</b>
1212
<ul>
13-
<li>Detect modeling pitfalls, inconsistencies and contraddictions through a set of <b>29 OWL2 analysis rules</b></li>
13+
<li>Detect modeling pitfalls, structural inconsistencies and constraint violations through a set of <b>29 OWL2 analysis rules</b></li>
1414
</ul>
1515

16-
<b>Reasoning</b>
16+
<b>Ontology Reasoning</b>
1717
<ul>
18-
<li>Infer new knowledge through a set of <b>24 OWL2 inference rules</b></li>
19-
<li>Build, exchange and execute custom <b>SWRL rules</b> targeting ontology A-BOX</li>
18+
<li>Apply logical deduction to derive implicit knowledge that is entailed, but not explicitly stated, through a set of <b>24 OWL2 inference rules</b></li>
19+
<li>Create, exchange and execute <b>SWRL rules</b> targeting ontology A-BOX through a powerful and complete <b>SWRL engine</b></li>
2020
</ul>
2121
<hr />
2222

23-
Along with core ontology features, it also includes a set of <a href="https://github.com/mdesalvo/OWLSharp.Extensions">extensions</a> for working with <b>LinkedData ontologies</b>!
23+
Along with core ontology features, it also includes a set of <a href="https://github.com/mdesalvo/OWLSharp.Extensions">extensions</a> for working with <b>LinkedData ontologies</b>.

0 commit comments

Comments
 (0)