Skip to content

Commit

Permalink
Add example for wait-for-inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Nov 20, 2023
1 parent b4d38fd commit 47438ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/examples/Flux_Commands/wait-for-inputs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://metafacture.org/playground/?flux=%22https%3A//raw.githubusercontent.com/hbz/metafacture-flux-examples/92e4d94ae914b67b1ba31c76f6f53480a41976dd/sample6/authority-persons.pica%22%0A%7C+open-http%0A%7C+as-lines%0A%7C+decode-pica%0A%7C+stream-to-triples%0A%7C+@X%3B%0A%0A%22https%3A//raw.githubusercontent.com/hbz/metafacture-flux-examples/master/sample6/wiki-persons.foma%22%0A%7C+open-http%0A%7C+as-lines%0A%7C+decode-formeta%0A%7C+fix%28%22copy_field%28%27gnd%27%2C+%27_id%27%29%22%29%0A%7C+stream-to-triples%28redirect%3D%22true%22%29%0A%7C+@X%3B%0A%0A@X%0A%7C+wait-for-inputs%28%222%22%29%0A%7C+sort-triples%28by%3D%22subject%22%29%0A%7C+collect-triples%0A%7C+fix%28transformationFile%29%0A%7C+encode-json%28prettyPrinting%3D%22true%22%29%0A%7C+print%3B%0A%0A&transformation=paste%28%27name%27%2C+%27028A.d%27%2C+%27028A.a%27%29%0Aretain%28%27name%27%2C+%27viaf%27%2C+%27gnd%27%29

0 comments on commit 47438ec

Please sign in to comment.