Select Git revision
Eliott Sammier authored
array.rq 300 B
PREFIX : <http://www.semanticweb.org/eliott/ontologies/2024/4/macao/>
PREFIX testtl: <http://www.semanticweb.org/eliott/test/>
PREFIX st: <http://ns.inria.fr/sparql-template/>
template testtl:array(?qcu) {
format { '"%s"' ?html }
}
where {
?qcu :aReponse ?choice .
?choice :html ?html
}