-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels