I am creating a linked data view, where the mapping file if translated gives:
“SQ074: Line 853: SP031: SPARQL: Internal error: The length of generated SQL text has exceeded 10000 lines of code”
Splitting up the mapping file into smaller parts would be nice, so I don’t mind this error per se.
I already made the creation of IRI and literal classes into separate calls, so that these are defined before my mega large "CREATE QUAD STORAGE " statement (which is mega because 96 tables are being mapped, see UniParc-sql-to-linked-data-view.sql · GitHub).
How should I use the alter quad storage command so that they are additive?