RMLio / rmlmapper-java

The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources
http://rml.io
MIT License
144 stars 61 forks source link

where do I get grelFunctions.jar??? #189

Closed tduval-unifylogic closed 1 year ago

tduval-unifylogic commented 1 year ago

Greetings!

Where is grelFunctions.jar?

I've got the RMLMapper-webservice-api (Docker) up and running and running transformations successfully...

Now, I am attempting to organize everything I need to execute grel functions...I see it needs to be referenced in the formulas .ttl declaration file. I assume it needs to sit besides RMLMapper.jar when creating the image?

There is a LOT of GREAT documentation on how to configure the execution of functions properly, but I cannot find any information indicating location to acquire the .jar. Unless I am missing something (and it is already included in the RMLMapping.jar?

Any help is greatly appreciated!!

tduval-unifylogic commented 1 year ago

I believe I have found the .jar is located here under releases:

https://github.com/FnOio/grel-functions-java

bjdmeest commented 1 year ago

You're correct! https://github.com/FnOio/grel-functions-java is from where the jar is built :)