herminiogg / ShExML

A heterogeneous data mapping language based on Shape Expressions
http://shexml.herminiogarcia.com
MIT License
15 stars 2 forks source link

Add support for query declarations and external file with a query #63

Closed herminiogg closed 3 years ago

herminiogg commented 4 years ago

Query declaration (with multiline option): QUERY myQuery <Select * from table;> or QUERY myQuery <http://example.com/myQuery.sql>

Then an iterator could be also defined as: ITERATOR myIterator <sql: myQuery>