Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesalvo authored May 28, 2024
1 parent ec77dc8 commit b44d489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

RDFSharp has a modular structure made up of 3 layers:

<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v3.11.0/RDFSharp.Model-3.11.0.pdf">RDFSharp.Model</a></b>
<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v3.12.0/RDFSharp.Model-3.12.0.pdf">RDFSharp.Model</a></b>
<ul>
<li>Create and manage <b>RDF models</b> (resources, literals, triples, graphs, namespaces, datatypes, ...)</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/v3.11.0/RDFSharp.Store-3.11.0.pdf">RDFSharp.Store</a></b>
<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v3.12.0/RDFSharp.Store-3.12.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, TriG)</li>
<li>Pick a store <a href="https://github.com/mdesalvo/RDFSharp.Extensions">extension</a> to save and query RDF data on many supported providers</li>
</ul>

<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v3.11.0/RDFSharp.Query-3.11.0.pdf">RDFSharp.Query</a></b>
<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v3.12.0/RDFSharp.Query-3.12.0.pdf">RDFSharp.Query</a></b>
<ul>
<li>Create and execute <b>SPARQL queries</b> on graphs, stores, federations and SPARQL endpoints</li>
<li>Create and execute <b>SPARQL operations</b> on graphs, stores and SPARQL UPDATE endpoints</li>
Expand Down

0 comments on commit b44d489

Please sign in to comment.