Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesalvo authored Jul 9, 2022
1 parent 3fca7a1 commit 2357b06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@

RDFSharp has a modular API made up of 4 layers:

<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v2.26.0/RDFSharp.Model-2.26.0.pdf">RDFSharp.Model</a></b>
<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v2.27.0/RDFSharp.Model-2.27.0.pdf">RDFSharp.Model</a></b>
<ul>
<li>Create and manage <b>RDF models</b> (resources, literals, triples, graphs, namespaces, ...)</li>
<li>Exchange them using standard <b>RDF formats</b> (N-Triples, TriX, Turtle, RDF/Xml)</li>
<li>Create and validate <b>SHACL shapes</b> (shape graphs, shapes, targets, constraints, reports, ...)</b></li>
</ul>

<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v2.26.0/RDFSharp.Store-2.26.0.pdf">RDFSharp.Store</a></b>
<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v2.27.0/RDFSharp.Store-2.27.0.pdf">RDFSharp.Store</a></b>
<ul>
<li>Create and manage <b>RDF stores</b> for context-aware modeling of RDF data (contexts, quadruples, ...)</li>
<li>Exchange them using standard <b>RDF formats</b> (N-Quads, TriX)</li>
</ul>

<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v2.26.0/RDFSharp.Query-2.26.0.pdf">RDFSharp.Query</a></b>
<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v2.27.0/RDFSharp.Query-2.27.0.pdf">RDFSharp.Query</a></b>
<ul>
<li>Create and execute <b>SPARQL queries</b> on graphs, stores, federations and <i>SPARQL endpoints</i></li>
<li>Create and execute <b>SPARQL operations</b> on graphs, stores and <i>SPARQL UPDATE endpoints</i></li>
</ul>

<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v2.26.0/RDFSharp.Semantics-2.26.0.pdf">RDFSharp.Semantics</a></b>
<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v2.27.0/RDFSharp.Semantics-2.27.0.pdf">RDFSharp.Semantics</a></b>
<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 analyzing <b>T-BOX</b> and <b>A-BOX</b></li>
Expand Down

0 comments on commit 2357b06

Please sign in to comment.