You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, im trying to convert RML to RDF. But when im trying to execute it, it gaves me this error:
Exception in thread "main" java.util.NoSuchElementException: None.get
at scala.None$.get(Option.scala:347)
at scala.None$.get(Option.scala:345)
at io.rml.framework.Main$.main(Main.scala:124)
at io.rml.framework.Main.main(Main.scala)
The text was updated successfully, but these errors were encountered:
Hi, what are the program parameters? From the error message I'm guessing that you use the toFilecommand without the output-path parameter. Could that be the case?
This are the program parameters
java -jar rmlstreamer.jar toFile --mapping-file C:/Users/Usuario/Desktop/TFG/Mapping/ComunidadMadrid/Meteorologicos/map1.rml.ttl --output-path prueba.nt
Its gaves me this error:
There is indeed an issue with relative paths that's not entirely fixed yet. In your case, it might help to add the "current directory" to the output path: --output-path ./prueba.nt or, if that doesn't work, the absolute directory.
Hi, im trying to convert RML to RDF. But when im trying to execute it, it gaves me this error:
Exception in thread "main" java.util.NoSuchElementException: None.get
at scala.None$.get(Option.scala:347)
at scala.None$.get(Option.scala:345)
at io.rml.framework.Main$.main(Main.scala:124)
at io.rml.framework.Main.main(Main.scala)
The text was updated successfully, but these errors were encountered: