yarrrml-parser icon indicating copy to clipboard operation
yarrrml-parser copied to clipboard

Interpret function output as an iri

Open florent-andre opened this issue 3 years ago • 10 comments

Hy there, Thanks for the good parser here and documentation !

Seeing this rdf:Property~iri. I would like to interpret a function output as a well formed iri string (ex: hrdf:IdentifierType). I don't catch the good syntax.

Here is my example function and "commented tries" :

          - function: rb:replace
            parameters:
              - parameter: rb:scriptName
                value: replace
              - parameter: rb:scriptParameters
                value: -s '$(@type)' -p 'hropen:' -r 'hrdf:'
            # type: iri
            # datatype: iri

florent-andre avatar Oct 08 '21 08:10 florent-andre