Ben De Meester
Ben De Meester
I assume this issue means 'if walder is running and the data changes, the data isn't refetched and the query doesn't re-run, even with --no-cache option'? If so: 👍 :)
Thanks! Sorry for missing that in the documentation :)
Suggestion: https://stackoverflow.com/questions/7234292/modifying-text-inside-html-nodes-nokogiri
give me some minutes, might do a pull request ;)
:( Got close but not quite there yet (also incredibly inefficient) ``` require 'csv' class ScholarAcronymFilter < Nanoc::Filter requires 'nokogiri' identifier :scholar_acronym type :text def run(content, params = {}) doc...
By changing the RML prefix at prefix.cc, we had a small bug in the YARRRML-parser. We pushed v1.5.0 today, could you update the yarrrml-parser and try again?
it's not a bug in se (`map:omexec_000 rr:constant "http://example.com/toWkt" ; rr:termType rr:IRI .` should be equivalent to `map:omexec_000 rr:constant `), but I agree that the default translation should be adapted...
You could have a look at how FunMap does it: https://github.com/SDM-TIB/FunMap preprocess the functions and add them as additional key/values in your intermediate dataset, and adjust the mappings to remove...
The tests of the JAVA code are at https://github.com/FnOio/idlab-functions-java/blob/main/src/test/java/be/ugent/knows/idlabFunctions/IDLabFunctionsTest.java#L170 and there are some RML tests at https://github.com/RMLio/rmlmapper-java/blob/15c9c02c78aa743df02f7e773c2b1a229c3bc377/src/test/resources/rml-fno-test-cases/RMLFNOTCF009/mapping.ttl#L33, but no YARRRML tests indeed. This function currently only supports 'complete dates', as...
Personal opinion: last one has priority, consistent across all 'inputs', so: - `-e name=John -e name=Jane` --> 'Jane' - external references of second yarrrml file (order of CLI parameters) has...