mdesalvo / RDFSharp

Lightweight and friendly .NET library for realizing Semantic Web applications
Apache License 2.0
118 stars 26 forks source link

Add ability to POST SPARQL queries to endpoints #330

Closed mdesalvo closed 9 months ago

mdesalvo commented 9 months ago

Actually we only support sending SPARQL queries to endpoints via HTTP/GET. We should also support sending them via HTTP/POST. This is supported by SPARQL specs so we should fill the gap.