Skip to content

Commit df02982

Browse files
authored
Update README.md
1 parent b522584 commit df02982

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
RDFSharp is a modular .NET library made up of 3 layers:
44

5-
<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v3.14.0/RDFSharp.Model-3.14.0.pdf">RDFSharp.Model</a></b>
5+
<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v3.15.0/RDFSharp.Model-3.15.0.pdf">RDFSharp.Model</a></b>
66
<ul>
77
<li>Create and manage <b>RDF models</b> (resources, literals, triples, graphs, namespaces, datatypes, ...)</li>
88
<li>Exchange them using standard <b>RDF formats</b> (N-Triples, TriX, Turtle, RDF/Xml)</li>
99
<li>Create and validate <b>SHACL shapes</b> (shape graphs, shapes, targets, constraints, reports, ...)</b></li>
1010
</ul>
1111

12-
<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v3.14.0/RDFSharp.Store-3.14.0.pdf">RDFSharp.Store</a></b>
12+
<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v3.15.0/RDFSharp.Store-3.15.0.pdf">RDFSharp.Store</a></b>
1313
<ul>
1414
<li>Create and manage <b>RDF stores</b> for context-aware modeling of RDF data (contexts, quadruples, ...)</li>
1515
<li>Exchange them using standard <b>RDF formats</b> (N-Quads, TriX, TriG)</li>
1616
<li>Pick a store <a href="https://github.com/mdesalvo/RDFSharp.Extensions">extension</a> to save and query big RDF data on many supported providers</li>
1717
</ul>
1818

19-
<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v3.14.0/RDFSharp.Query-3.14.0.pdf">RDFSharp.Query</a></b>
19+
<b><a href="https://github.com/mdesalvo/RDFSharp/releases/download/v3.15.0/RDFSharp.Query-3.15.0.pdf">RDFSharp.Query</a></b>
2020
<ul>
2121
<li>Create and execute <b>SPARQL queries</b> on graphs, stores, federations and SPARQL endpoints</li>
2222
<li>Create and execute <b>SPARQL operations</b> on graphs, stores and SPARQL UPDATE endpoints</li>

0 commit comments

Comments
 (0)