SANSA-Stack / Archived-SANSA-Query

SANSA Query Layer
Apache License 2.0
31 stars 13 forks source link

Hotfix: semantic query engine #30

Closed GezimSejdiu closed 5 years ago

GezimSejdiu commented 5 years ago

Hi SANSA Query team,

this hot fix resolves the issue of not returning the result set when we run SPARQL queries over Semantic-based query engine implemented into SANSA.

This PR fixes issue #22 and partially issue #23 Regarding issue #23, the query posted there contains variable into BGP (?s ?p ?o), therefore, it is not supported by the semantic query engine (yet). We plan to work on it when we plug-in our approach using the Jena ARQ API.

Best regards,