You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.