```sparql template { ?x } where { ?s ?p ?o } ``` will result in the following (not explicit) error message: ``` Cannot read property 'value' of undefined ```
template { ?x } where { ?s ?p ?o }will result in the following (not explicit) error message: