I have query

select ?student where {?student my:hasClass ?class FILTER (?class
=''"+string+"}

hasClass has two individuals: taught and research. I will take this from
user as:
String string=box1.getSelectedItem().toString(); (user will enter either
taught or research).

Reply via email to