-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
Hi,
I am trying to use morph (latest 3.5.3 version) over the npd benchmark (https://github.com/ontop/npd-benchmark).
- The r2rml mapping file is https://github.com/ontop/npd-benchmark/blob/master/mappings/mysql/spatial/npd-v2-ql_a.pretty.ttl
- The SPARQL query is
https://github.com/ontop/npd-benchmark/blob/master/queries/01.q
And I got the following error message:
2015-01-08 11:28:16 ERROR R2RMLRunner:76 - Exception occured: Illegal repetition near index 41
<http://sws.ifi.uio.no/data/npd-v2/survey/{seaMultiline.seaSurveyName}/multiline>
The complete log is
https://gist.github.com/ghxiao/4db2f62f38a6b853220c
Could you help to figure out what's the problem?
Btw, I also tested the master branch, which reports a different error:
INFO [main] (MorphBaseRunnerFactory.scala:95) - Building query translator...
WARN [main] (MorphBaseRunnerFactory.scala:104) - Error building query translator!es.upm.fi.dia.oeg.morph.rdb.querytranslator.MorphRDBQueryTranslatorFactory
Exception in thread "main" java.util.NoSuchElementException: None.get
# ...
# ...
2015-01-08 11:41:18 ERROR R2RMLRunner:76 - Exception occured: None.get
at scala.None$.get(Option.scala:322)
at scala.None$.get(Option.scala:320)
at es.upm.fi.dia.oeg.morph.base.engine.MorphBaseRunner$$anonfun$1.apply(MorphBaseRunner.scala:186)
at es.upm.fi.dia.oeg.morph.base.engine.MorphBaseRunner$$anonfun$1.apply(MorphBaseRunner.scala:184)
Thanks in advance!