-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
Could you add a short documentation of the function, so that I know how to use/test it and write integration tests for it? |
The issue reference |
89e7a01
to
b6d394f
Compare
thx - fixed that |
@TobiasNx You use the rdf-lookup like this:
(explanation: the output field is See also the 4 tests at . |
b6d394f
to
c930c58
Compare
c5acdd0
to
b932a22
Compare
Did a |
I would've preferred a rebase, but that's just me I guess... ;) |
71f2517
to
ec62fda
Compare
No, I think you are right. Rebased and force-pushed. |
fd795f9
to
6dd9e59
Compare
You may want to have a look at it again @blackwinter . |
I haven't really looked at the implementation yet. This was only superficial so far. Are you saying it's ready for review now? |
Yes, just removed the |
As a general remark: It would be nice if the branch matched the pull request status; i.e., removing the |
Implementation against further tests from metafacture/metafacture-core#415 (comment). - adapt some falsely Fix - reuse test file "hcrt.ttl" - one test tagged as "todo" because it needs introduction of new parameter - reformat hcrt.ttl
- enable integration test - add test See metafacture/metafacture-core#415.
- update README - integrate lookup_rdf() into lookup() - rename target_language to select_language (complements b49445d) - remove comments in integrations test.fix for these are accounted to
7c7ac7c
to
c81ae7d
Compare
a3143dc
to
47b50ad
Compare
This tests a redirected URL handled in org.metafacture.metafix.maps.RdfMap#read.
47b50ad
to
253e25c
Compare
Did this in 253e25c. Note that I deliberately didn't use |
There are still (new) issues after 62da8a0 (previously c9a4cb7):
|
`:metafix:generateXtextLanguage` seems to require `implementation` dependency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx a lot @blackwinter ! |
Works like fix function '
lookup
, also using aMap
. TheMap
is build dynamicallyquerying an RDF model.
See metafacture/metafacture-core#415.