Hello,

actually i'm trying to find a solution to compare two string variables (exact match of the string and if one variable contains the other).

Is it possible (in any way) to use the bif:contains function in this case? Like /variable1 bif:contains variable2/ (or the other way round) ?
Already tried it but i receive an expression error.

f.e.

Select *
Where {

?s dc:title ?variable1.
?x rdfs:label ?variable2.

variable1 bif:contains variable2.
}


Best regards,

Robert


Reply via email to