( aql-query ("triple1")
  (select "s1" (property any "triple1" subject))
  (select "s2" (property IRI "triple1" predicate))
  (select "s3" (property (double) "triple1" object))
  (select "s3" (property (string) "triple1" object))

)
