Skip to content
Snippets Groups Projects
Select Git revision
  • 5d76f51a3bda323cfcbce7f6fe600866d4a94104
  • main default protected
  • export
  • 28-conversion-tests
  • extraction
  • exploration
  • exploration-old
  • 2-encoding-fix
  • main-old
9 results

array.rq

Blame
  • 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
    }