Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesalvo authored Aug 1, 2021
1 parent 6d2c97a commit 431962c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RDFSharp [![NuGet Badge](https://buildstats.info/nuget/RDFSharp)](https://www.nuget.org/packages/RDFSharp)

RDFSharp has a modular API made up of 4 layers ([Model-Store-Query](https://github.com/mdesalvo/RDFSharp/releases/download/v2.25.0/RDFSharp-2.25.0.pdf), [Semantics](https://github.com/mdesalvo/RDFSharp/releases/download/v2.25.0/RDFSharp.Semantics-2.25.0.pdf)):
RDFSharp has a modular API made up of 4 layers ([Model-Store-Query](https://github.com/mdesalvo/RDFSharp/releases/download/v2.26.0/RDFSharp-2.26.0.pdf), [Semantics](https://github.com/mdesalvo/RDFSharp/releases/download/v2.26.0/RDFSharp.Semantics-2.26.0.pdf)):

<ul>
<li><b>RDFSharp.Model</b></li>
Expand Down Expand Up @@ -28,7 +28,7 @@ RDFSharp has a modular API made up of 4 layers ([Model-Store-Query](https://gith
<li><b>RDFSharp.Semantics</b></li>
<ul>
<li>Create and manage <b>OWL-DL ontologies</b> (classes, restrictions, properties, facts, assertions, annotations, ...)</li>
<li>Validate them against a wide set of intelligent semantic rules deeply analyzing <b>T-BOX</b> and <b>A-BOX</b></li>
<li>Validate them against a wide set of intelligent semantic rules analyzing <b>T-BOX</b> and <b>A-BOX</b></li>
<li>Create and execute <b>SWRL reasoners</b> with forward-chaining materialization of ontology inferences</li>
<li>Create and manage <b>SKOS schemes</b> (concepts, collections, relations, annotations, labels, ...)</li>
</ul>
Expand Down

0 comments on commit 431962c

Please sign in to comment.