Scaseco / R2-RML-Toolkit

A modular R2RML suite built on Apache Jena. Featuring a complete domain API built on Jena's polymorphism system, SHACL validation, an R2RML processor with 100% standard conformance based an Jena's ARQ plus common tooling every R2RML project needs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RML to SPARQL should support adding prefixes to sparql queries

Aklakan opened this issue · comments

There are the following ways forhow this can be handled and appropriate configuration options should be provided:

  • repeat prefixes on every query (gets ugly when many prefixes are involved)
  • only add the prefixes to the beginning of a file containing sparql queries (our parser can handle this, but probably less portable)

For the CLI, in addition it may be worthwhile to add an option that outputs each query to a separate file.