Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

grel:controls_if cannot return an IRI (?) #263

Copy link
Copy link
@frmichel

Description

@frmichel
Issue body actions

Hey guys, not sure if I've found a bug or if I'm doing something wrong.
I use grel:controls_if function to test a value, and depending on the result I want to generate an IRI with grel:any_true and another with grel:any_false.
But this always returns a literal instead of an IRI.

I attach the mapping and data file.
input_nic.csv
mapping.txt

I've tried with:

        rr:predicateObjectMap [
          rr:predicate grel:any_true ;
          rr:object <https://w3id.org/noria/kos/Resource/OperationalState/enabled> ;
        ];

but also

        rr:predicateObjectMap [
          rr:predicate grel:any_true ;
          rr:objectMap [ rr:constant <https://w3id.org/noria/kos/Resource/OperationalState/enabled>; rr:termType rr:IRI ] ;
        ];

as well as with a template, same behavior in all the cases.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.