You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ OWLSharp is a .NET library built atop <a href="https://github.com/mdesalvo/RDFSh
8
8
<li>Exchange them using standard <b>OWL2 formats</b> (OWL2/Xml)</li>
9
9
</ul>
10
10
11
-
<b>Ontology Validation</b>
12
-
<ul>
13
-
<li>Detect pitfalls, structural inconsistencies and constraint violations with <b>29 OWL2 analysis rules</b></li>
14
-
</ul>
15
-
16
11
<b>Ontology Reasoning</b>
17
12
<ul>
18
13
<li>Apply logical deduction to derive knowledge that is entailed, but not stated, with <b>24 OWL2 inference rules</b></li>
19
14
<li>Create, exchange and execute <b>SWRL rules</b> encoding business logic deductions targeting ontology A-BOX</li>
20
15
</ul>
16
+
17
+
<b>Ontology Validation</b>
18
+
<ul>
19
+
<li>Detect pitfalls, structural inconsistencies and constraint violations with <b>29 OWL2 analysis rules</b></li>
20
+
</ul>
21
21
<hr />
22
22
23
23
Along with core ontology features, it also includes a set of <ahref="https://github.com/mdesalvo/OWLSharp.Extensions">extensions</a> for working with <b>LinkedData ontologies</b>!
0 commit comments