sparql if bound query

Solutions on MaxInterview for sparql if bound query by the best coders in the world

showing results for - "sparql if bound query"
Angèle
03 Jan 2021
1// Don't forget to bind it to a varible
2// if you're using it in a select clause
3
4select ?name ?age ( if(bound(?gen), ?gen, 'None') as ?gender )