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 send raw string queries to SPARQL endpoints #276

Closed mdesalvo closed 2 years ago

mdesalvo commented 2 years ago

Give users the ability to directly send raw string queries to SPARQL endpoints. We should expose these new facilities as statics for RDFSelectQuery, RDFAskQuery, RDFDescribeQuery and RDFConstructQuery.