mdesalvo / RDFSharp

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

Add support for SPARQL SERVICE #324

Closed mdesalvo closed 11 months ago

mdesalvo commented 11 months ago

Provide support for sending portions of a query (pattern groups) to remote SPARQL endpoints. Mirella is quite flexible to support this, it is just a matter of detecting if that pattern group is standard or needs to be sent stringified as a "SELECT *" to the selected service. Most of the work would be on the printing system.