Skip to content

Parse sparql query results to data objects

Svilen Velikov requested to merge GDB-3534-parse-sparql-query-results into master
  • Implemented sparql json result parser wrapper for the sparqljson-parse library. Integrated it in the repository#query method. Implemented tests.
  • Implemented sparql xml result parser wrapper for the sparqlxml-parse library. Implemented tests.
  • Moved test data files in their specific directory in order to have consistent test package structure and updated specs.
  • Introduced an optional parser config argument to ContentTypeParser.parse method. The reason is to allow parser wrappers to switch the behavior of the underlying parsers if necessary.

JIRA: https://ontotext.atlassian.net/browse/GDB-3534

Merge request reports