Changeset 412 for trunk/src/TM-SPARQL
- Timestamp:
- 04/04/11 08:50:25 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/TM-SPARQL/sparql.lisp ¶
r411 r412 1081 1081 (when (variable-p (predicate triple)) 1082 1082 (list :variable (value (predicate triple)) 1083 1083 :result (predicate-result triple))) 1084 1084 (when (variable-p (object triple)) 1085 1085 (list :variable (value (object triple)) … … 1117 1117 (list-1 (when (>= (length all-values) 1) 1118 1118 (first all-values))) 1119 (list-2 (if (> (length all-values) 2)1119 (list-2 (if (>= (length all-values) 2) 1120 1120 (second all-values) 1121 1121 list-1))
Note: See TracChangeset
for help on using the changeset viewer.