Facebook
From nobody, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 84
  1. SPARQL query after parsing, optimization, and converting back into SPARQL
  2. SELECT  ?catAtt
  3.  ?caDataType
  4.  ?showInview
  5.  ?valFormatKey
  6.  ?multiple
  7.  ?position
  8.  ?link
  9.  ?setting
  10.  ?flag
  11.  ?caUnit
  12.  WHERE {
  13.      GRAPH <http://localhost:8890/graph> { QUAD MAP <http://www.openlinksw.com/schemas/virtrdf#DefaultQuadMap> { ?catAtt <https://graph.com/rdf/qq/catId>  1 }
  14.                  QUAD MAP <http://www.openlinksw.com/schemas/virtrdf#DefaultQuadMap> { ?catAtt <https://graph.com/rdf/qq/caDataType> ?caDataType }
  15.                          QUAD MAP <http://www.openlinksw.com/schemas/virtrdf#DefaultQuadMap> { ?catAtt <https://graph.com/rdf/qq/showInView> ?showInview }
  16.                                QUAD MAP <http://www.openlinksw.com/schemas/virtrdf#DefaultQuadMap> { ?catAtt <https://graph.com/rdf/qq/valFormat> ?valFormatKey }
  17.                                QUAD MAP <http://www.openlinksw.com/schemas/virtrdf#DefaultQuadMap> { ?catAtt <https://graph.com/rdf/qq/multiple> ?multiple }
  18.                                QUAD MAP <http://www.openlinksw.com/schemas/virtrdf#DefaultQuadMap> { ?catAtt <https://graph.com/rdf/qq/position> ?position }
  19.                                QUAD MAP <http://www.openlinksw.com/schemas/virtrdf#DefaultQuadMap> { ?catAtt <https://graph.com/rdf/qq/link> ?link }
  20.                                QUAD MAP <http://www.openlinksw.com/schemas/virtrdf#DefaultQuadMap> { ?catAtt <https://graph.com/rdf/qq/setting> ?setting }
  21.                                QUAD MAP <http://www.openlinksw.com/schemas/virtrdf#DefaultQuadMap> { ?catAtt <https://graph.com/rdf/qq/flag> ?flag }
  22.                                QUAD MAP <http://www.openlinksw.com/schemas/virtrdf#DefaultQuadMap> { ?catAtt <https://graph.com/rdf/qq/unit> ?caUnit } } }
  23.                               LIMIT  20
  24. SPARQL query translated to SQL
  25. For security reasons, code responsible for graph-level security is not generated and some account-specific data are intentionally made wrong.
  26. SELECT TOP 20 __id2in ( "s_23_10_t9"."S") AS "catAtt",
  27.   __ro2sq ( "s_23_10_t1"."O") AS "caDataType",
  28.   __ro2sq ( "s_23_10_t2"."O") AS "showInview",
  29.   __ro2sq ( "s_23_10_t3"."O") AS "valFormatKey",
  30.   __ro2sq ( "s_23_10_t4"."O") AS "multiple",
  31.   __ro2sq ( "s_23_10_t5"."O") AS "position",
  32.   __ro2sq ( "s_23_10_t6"."O") AS "link",
  33.   __ro2sq ( "s_23_10_t7"."O") AS "setting",
  34.   __ro2sq ( "s_23_10_t8"."O") AS "flag",
  35.   __ro2sq ( "s_23_10_t9"."O") AS "caUnit"
  36. FROM DB.DBA.RDF_QUAD AS "s_23_10_t0"
  37.   INNER JOIN DB.DBA.RDF_QUAD AS "s_23_10_t1"
  38.   ON (
  39.     "s_23_10_t1"."S" = "s_23_10_t0"."S")
  40.   INNER JOIN DB.DBA.RDF_QUAD AS "s_23_10_t2"
  41.   ON (
  42.     "s_23_10_t2"."S" = "s_23_10_t1"."S"
  43.     AND
  44.     "s_23_10_t2"."S" = "s_23_10_t0"."S")
  45.   INNER JOIN DB.DBA.RDF_QUAD AS "s_23_10_t3"
  46.   ON (
  47.     "s_23_10_t3"."S" = "s_23_10_t2"."S"
  48.     AND
  49.     "s_23_10_t3"."S" = "s_23_10_t1"."S"
  50.     AND
  51.     "s_23_10_t3"."S" = "s_23_10_t0"."S")
  52.   INNER JOIN DB.DBA.RDF_QUAD AS "s_23_10_t4"
  53.   ON (
  54.     "s_23_10_t4"."S" = "s_23_10_t3"."S"
  55.     AND
  56.     "s_23_10_t4"."S" = "s_23_10_t2"."S"
  57.     AND
  58.     "s_23_10_t4"."S" = "s_23_10_t1"."S"
  59.     AND
  60.     "s_23_10_t4"."S" = "s_23_10_t0"."S")
  61.   INNER JOIN DB.DBA.RDF_QUAD AS "s_23_10_t5"
  62.   ON (
  63.     "s_23_10_t5"."S" = "s_23_10_t4"."S"
  64.     AND
  65.     "s_23_10_t5"."S" = "s_23_10_t3"."S"
  66.     AND
  67.     "s_23_10_t5"."S" = "s_23_10_t2"."S"
  68.     AND
  69.     "s_23_10_t5"."S" = "s_23_10_t1"."S"
  70.     AND
  71.     "s_23_10_t5"."S" = "s_23_10_t0"."S")
  72.   INNER JOIN DB.DBA.RDF_QUAD AS "s_23_10_t6"
  73.   ON (
  74.     "s_23_10_t6"."S" = "s_23_10_t5"."S"
  75.     AND
  76.     "s_23_10_t6"."S" = "s_23_10_t4"."S"
  77.     AND
  78.     "s_23_10_t6"."S" = "s_23_10_t3"."S"
  79.     AND
  80.     "s_23_10_t6"."S" = "s_23_10_t2"."S"
  81.     AND
  82.     "s_23_10_t6"."S" = "s_23_10_t1"."S"
  83.     AND
  84.     "s_23_10_t6"."S" = "s_23_10_t0"."S")
  85.   INNER JOIN DB.DBA.RDF_QUAD AS "s_23_10_t7"
  86.   ON (
  87.     "s_23_10_t7"."S" = "s_23_10_t6"."S"
  88.     AND
  89.     "s_23_10_t7"."S" = "s_23_10_t5"."S"
  90.     AND
  91.     "s_23_10_t7"."S" = "s_23_10_t4"."S"
  92.     AND
  93.     "s_23_10_t7"."S" = "s_23_10_t3"."S"
  94.     AND
  95.     "s_23_10_t7"."S" = "s_23_10_t2"."S"
  96.     AND
  97.     "s_23_10_t7"."S" = "s_23_10_t1"."S"
  98.     AND
  99.     "s_23_10_t7"."S" = "s_23_10_t0"."S")
  100.   INNER JOIN DB.DBA.RDF_QUAD AS "s_23_10_t8"
  101.   ON (
  102.     "s_23_10_t8"."S" = "s_23_10_t7"."S"
  103.     AND
  104.     "s_23_10_t8"."S" = "s_23_10_t6"."S"
  105.     AND
  106.     "s_23_10_t8"."S" = "s_23_10_t5"."S"
  107.     AND
  108.     "s_23_10_t8"."S" = "s_23_10_t4"."S"
  109.     AND
  110.     "s_23_10_t8"."S" = "s_23_10_t3"."S"
  111.     AND
  112.     "s_23_10_t8"."S" = "s_23_10_t2"."S"
  113.     AND
  114.     "s_23_10_t8"."S" = "s_23_10_t1"."S"
  115.     AND
  116.     "s_23_10_t8"."S" = "s_23_10_t0"."S")
  117.   INNER JOIN DB.DBA.RDF_QUAD AS "s_23_10_t9"
  118.   ON (
  119.     "s_23_10_t9"."S" = "s_23_10_t8"."S"
  120.     AND
  121.     "s_23_10_t9"."S" = "s_23_10_t7"."S"
  122.     AND
  123.     "s_23_10_t9"."S" = "s_23_10_t6"."S"
  124.     AND
  125.     "s_23_10_t9"."S" = "s_23_10_t5"."S"
  126.     AND
  127.     "s_23_10_t9"."S" = "s_23_10_t4"."S"
  128.     AND
  129.     "s_23_10_t9"."S" = "s_23_10_t3"."S"
  130.     AND
  131.     "s_23_10_t9"."S" = "s_23_10_t2"."S"
  132.     AND
  133.     "s_23_10_t9"."S" = "s_23_10_t1"."S"
  134.     AND
  135.     "s_23_10_t9"."S" = "s_23_10_t0"."S")
  136. WHERE
  137.   "s_23_10_t0"."G" = __i2idn ( __bft( 'http://localhost:8890/graph' , 1))
  138.   AND
  139.   "s_23_10_t0"."P" = __i2idn ( __bft( 'https://graph.com/rdf/qq/catId' , 1))
  140.   AND
  141.   "s_23_10_t0"."O" = 1
  142.   AND
  143.   "s_23_10_t1"."G" = __i2idn ( __bft( 'http://localhost:8890/graph' , 1))
  144.   AND
  145.   "s_23_10_t1"."P" = __i2idn ( __bft( 'https://graph.com/rdf/qq/caDataType' , 1))
  146.   AND
  147.   "s_23_10_t2"."G" = __i2idn ( __bft( 'http://localhost:8890/graph' , 1))
  148.   AND
  149.   "s_23_10_t2"."P" = __i2idn ( __bft( 'https://graph.com/rdf/qq/showInView' , 1))
  150.   AND
  151.   "s_23_10_t3"."G" = __i2idn ( __bft( 'http://localhost:8890/graph' , 1))
  152.   AND
  153.   "s_23_10_t3"."P" = __i2idn ( __bft( 'https://graph.com/rdf/qq/valFormat' , 1))
  154.   AND
  155.   "s_23_10_t4"."G" = __i2idn ( __bft( 'http://localhost:8890/graph' , 1))
  156.   AND
  157.   "s_23_10_t4"."P" = __i2idn ( __bft( 'https://graph.com/rdf/qq/multiple' , 1))
  158.   AND
  159.   "s_23_10_t5"."G" = __i2idn ( __bft( 'http://localhost:8890/graph' , 1))
  160.   AND
  161.   "s_23_10_t5"."P" = __i2idn ( __bft( 'https://graph.com/rdf/qq/position' , 1))
  162.   AND
  163.   "s_23_10_t6"."G" = __i2idn ( __bft( 'http://localhost:8890/graph' , 1))
  164.   AND
  165.   "s_23_10_t6"."P" = __i2idn ( __bft( 'https://graph.com/rdf/qq/link' , 1))
  166.   AND
  167.   "s_23_10_t7"."G" = __i2idn ( __bft( 'http://localhost:8890/graph' , 1))
  168.   AND
  169.   "s_23_10_t7"."P" = __i2idn ( __bft( 'https://graph.com/rdf/qq/setting' , 1))
  170.   AND
  171.   "s_23_10_t8"."G" = __i2idn ( __bft( 'http://localhost:8890/graph' , 1))
  172.   AND
  173.   "s_23_10_t8"."P" = __i2idn ( __bft( 'https://graph.com/rdf/qq/flag' , 1))
  174.   AND
  175.   "s_23_10_t9"."G" = __i2idn ( __bft( 'http://localhost:8890/graph' , 1))
  176.   AND
  177.   "s_23_10_t9"."P" = __i2idn ( __bft( 'https://graph.com/rdf/qq/unit' , 1))
  178. OPTION (QUIETCAST)
  179. SQL execution plan
  180.   {
  181.     RDF_QUAD_POGS        24 rows(s_23_10_t0.S$28)
  182.      P =  IRI_ID"...catId"  ,  O =  1  G =  IRI_ID"...graph"
  183.     RDF_QUAD         1 rows(s_23_10_t1.S$32, s_23_10_t1.O$31)
  184.      inlined  P =  IRI_ID"...caDataType"  ,  S = k_s_23_10_t0.S$113 G =  IRI_ID"...graph"
  185.     RDF_QUAD         1 rows(s_23_10_t2.S$36, s_23_10_t2.O$35)
  186.      inlined  P =  IRI_ID"...showInView"  ,  S = k_s_23_10_t1.S$124 G =  IRI_ID"...graph"
  187.     RDF_QUAD         1 rows(s_23_10_t3.S$40, s_23_10_t3.O$39)
  188.      inlined  P =  IRI_ID"...valFormat"  ,  S = k_s_23_10_t2.S$135 G =  IRI_ID"...graph"
  189.     RDF_QUAD         1 rows(s_23_10_t4.S$44, s_23_10_t4.O$43)
  190.      inlined  P =  IRI_ID"...multiple"  ,  S = k_s_23_10_t3.S$146 G =  IRI_ID"...graph"
  191.     RDF_QUAD         1 rows(s_23_10_t5.S$48, s_23_10_t5.O$47)
  192.      inlined  P =  IRI_ID"...position"  ,  S = k_s_23_10_t4.S$157 G =  IRI_ID"...graph"
  193.     RDF_QUAD         1 rows(s_23_10_t6.S$52, s_23_10_t6.O$51)
  194.      inlined  P =  IRI_ID"...link"  ,  S = k_s_23_10_t5.S$168 G =  IRI_ID"...graph"
  195.     RDF_QUAD         1 rows(s_23_10_t7.S$56, s_23_10_t7.O$55)
  196.      inlined  P =  IRI_ID"...setting"  ,  S = k_s_23_10_t6.S$179 G =  IRI_ID"...graph"
  197.     RDF_QUAD         1 rows(s_23_10_t8.S$60, s_23_10_t8.O$59)
  198.      inlined  P =  IRI_ID"...flag"  ,  S = k_s_23_10_t7.S$190 G =  IRI_ID"...graph"
  199.     RDF_QUAD         1 rows(s_23_10_t9.S$64, s_23_10_t9.O$63)
  200.      inlined  P =  IRI_ID"...unit"  ,  S = k_s_23_10_t8.S$201 G =  IRI_ID"...graph"
  201.     skip node  20  <none> set_ctr$92
  202.    
  203.     After code:
  204.     0: flag$66 := Call __ro2sq (s_23_10_t8.O$59)
  205.     5: setting$68 := Call __ro2sq (s_23_10_t7.O$55)
  206.     10: link$70 := Call __ro2sq (s_23_10_t6.O$51)
  207.     15: position$72 := Call __ro2sq (s_23_10_t5.O$47)
  208.     20: multiple$74 := Call __ro2sq (s_23_10_t4.O$43)
  209.     25: valFormatKey$76 := Call __ro2sq (s_23_10_t3.O$39)
  210.     30: showInview$78 := Call __ro2sq (s_23_10_t2.O$35)
  211.     35: caDataType$80 := Call __ro2sq (s_23_10_t1.O$31)
  212.     40: catAtt$82 := Call __id2in (s_23_10_t9.S$64)
  213.     45: caUnit$84 := Call __ro2sq (s_23_10_t9.O$63)
  214.     50: BReturn 0
  215.     Select (catAtt$82, caDataType$80, showInview$78, valFormatKey$76, multiple$74, position$72, link$70, setting$68, flag$66, caUnit$84)
  216.   }
  217. Internal optimizer data
  218. These data are primarily for OpenLink support, to get additional details about the query processing.
  219.         QUERY: (line 27) REQUEST TOP NODE (SELECT result-mode):
  220.   RETVALS: ARRAY OF NODES with 10 children: {
  221.     (line 27) VARIABLE: notNULL reference exported
  222.       NAME: UNAME `catAtt'      SELECT ID: STRING `s_27_11'     TABLE ID: LONG 0        EQUIV: LONG 10
  223.     (line 27) VARIABLE: notNULL exported
  224.       NAME: UNAME `caDataType'  SELECT ID: STRING `s_27_11'     TABLE ID: LONG 0        EQUIV: LONG 11
  225.     (line 27) VARIABLE: notNULL exported
  226.       NAME: UNAME `showInview'  SELECT ID: STRING `s_27_11'     TABLE ID: LONG 0        EQUIV: LONG 12
  227.     (line 27) VARIABLE: notNULL exported
  228.       NAME: UNAME `valFormatKey'        SELECT ID: STRING `s_27_11'     TABLE ID: LONG 0        EQUIV: LONG 13
  229.     (line 27) VARIABLE: notNULL exported
  230.       NAME: UNAME `multiple'    SELECT ID: STRING `s_27_11'     TABLE ID: LONG 0        EQUIV: LONG 14
  231.     (line 27) VARIABLE: notNULL exported
  232.       NAME: UNAME `position'    SELECT ID: STRING `s_27_11'     TABLE ID: LONG 0        EQUIV: LONG 15
  233.     (line 27) VARIABLE: notNULL exported
  234.       NAME: UNAME `link'        SELECT ID: STRING `s_27_11'     TABLE ID: LONG 0        EQUIV: LONG 16
  235.     (line 27) VARIABLE: notNULL exported
  236.       NAME: UNAME `setting'     SELECT ID: STRING `s_27_11'     TABLE ID: LONG 0        EQUIV: LONG 17
  237.     (line 27) VARIABLE: notNULL exported
  238.       NAME: UNAME `flag'        SELECT ID: STRING `s_27_11'     TABLE ID: LONG 0        EQUIV: LONG 18
  239.     (line 27) VARIABLE: notNULL exported
  240.       NAME: UNAME `caUnit'      SELECT ID: STRING `s_27_11'     TABLE ID: LONG 0        EQUIV: LONG 19
  241.    }
  242.   RETVALS SELECT ID: STRING `s_27_11'
  243.   SOURCES: EMPTY ARRAY
  244.   PATTERN: (line 27) GRAPH PATTERN:WHERE gp
  245.     MEMBERS: ARRAY OF NODES with 10 children: {
  246.       (line 8) TRIPLE:
  247.         GRAPH: (line 6) QNAME:
  248.           IRI: UNAME `http://localhost:8890/graph'
  249.         SUBJECT: (line 8) VARIABLE: notNULL+ reference+ exported (subject)
  250.           NAME: UNAME `catAtt'  SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t0'   EQUIV: LONG 10
  251.         PREDICATE: (line 8) QNAME:
  252.           IRI: UNAME `https://graph.com/rdf/qq/catId'
  253.         OBJECT: (line 8) LITERAL:
  254.           VALUE: LONG 1
  255.           DATATYPE: UNAME `http://www.w3.org/2001/XMLSchema#integer'
  256.         SELECT ID: STRING `s_27_11'
  257.         TABLE ID: STRING `s_23_10_t0'
  258.       (line 9) TRIPLE:
  259.         GRAPH: (line 6) QNAME:
  260.           IRI: UNAME `http://localhost:8890/graph'
  261.         SUBJECT: (line 8) VARIABLE: notNULL+ reference+ exported (subject)
  262.           NAME: UNAME `catAtt'  SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t1'   EQUIV: LONG 10
  263.         PREDICATE: (line 9) QNAME:
  264.           IRI: UNAME `https://graph.com/rdf/qq/caDataType'
  265.         OBJECT: (line 9) VARIABLE: notNULL+ exported (object)
  266.           NAME: UNAME `caDataType'      SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t1'   EQUIV: LONG 11
  267.         SELECT ID: STRING `s_27_11'
  268.         TABLE ID: STRING `s_23_10_t1'
  269.       (line 10) TRIPLE:
  270.         GRAPH: (line 6) QNAME:
  271.           IRI: UNAME `http://localhost:8890/graph'
  272.         SUBJECT: (line 8) VARIABLE: notNULL+ reference+ exported (subject)
  273.           NAME: UNAME `catAtt'  SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t2'   EQUIV: LONG 10
  274.         PREDICATE: (line 10) QNAME:
  275.           IRI: UNAME `https://graph.com/rdf/qq/showInView'
  276.         OBJECT: (line 10) VARIABLE: notNULL+ exported (object)
  277.           NAME: UNAME `showInview'      SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t2'   EQUIV: LONG 12
  278.         SELECT ID: STRING `s_27_11'
  279.         TABLE ID: STRING `s_23_10_t2'
  280.       (line 11) TRIPLE:
  281.         GRAPH: (line 6) QNAME:
  282.           IRI: UNAME `http://localhost:8890/graph'
  283.         SUBJECT: (line 8) VARIABLE: notNULL+ reference+ exported (subject)
  284.           NAME: UNAME `catAtt'  SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t3'   EQUIV: LONG 10
  285.         PREDICATE: (line 11) QNAME:
  286.           IRI: UNAME `https://graph.com/rdf/qq/valFormat'
  287.         OBJECT: (line 11) VARIABLE: notNULL+ exported (object)
  288.           NAME: UNAME `valFormatKey'    SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t3'   EQUIV: LONG 13
  289.         SELECT ID: STRING `s_27_11'
  290.         TABLE ID: STRING `s_23_10_t3'
  291.       (line 12) TRIPLE:
  292.         GRAPH: (line 6) QNAME:
  293.           IRI: UNAME `http://localhost:8890/graph'
  294.         SUBJECT: (line 8) VARIABLE: notNULL+ reference+ exported (subject)
  295.           NAME: UNAME `catAtt'  SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t4'   EQUIV: LONG 10
  296.         PREDICATE: (line 12) QNAME:
  297.           IRI: UNAME `https://graph.com/rdf/qq/multiple'
  298.         OBJECT: (line 12) VARIABLE: notNULL+ exported (object)
  299.           NAME: UNAME `multiple'        SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t4'   EQUIV: LONG 14
  300.         SELECT ID: STRING `s_27_11'
  301.         TABLE ID: STRING `s_23_10_t4'
  302.       (line 13) TRIPLE:
  303.         GRAPH: (line 6) QNAME:
  304.           IRI: UNAME `http://localhost:8890/graph'
  305.         SUBJECT: (line 8) VARIABLE: notNULL+ reference+ exported (subject)
  306.           NAME: UNAME `catAtt'  SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t5'   EQUIV: LONG 10
  307.         PREDICATE: (line 13) QNAME:
  308.           IRI: UNAME `https://graph.com/rdf/qq/position'
  309.         OBJECT: (line 13) VARIABLE: notNULL+ exported (object)
  310.           NAME: UNAME `position'        SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t5'   EQUIV: LONG 15
  311.         SELECT ID: STRING `s_27_11'
  312.         TABLE ID: STRING `s_23_10_t5'
  313.       (line 14) TRIPLE:
  314.         GRAPH: (line 6) QNAME:
  315.           IRI: UNAME `http://localhost:8890/graph'
  316.         SUBJECT: (line 8) VARIABLE: notNULL+ reference+ exported (subject)
  317.           NAME: UNAME `catAtt'  SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t6'   EQUIV: LONG 10
  318.         PREDICATE: (line 14) QNAME:
  319.           IRI: UNAME `https://graph.com/rdf/qq/link'
  320.         OBJECT: (line 14) VARIABLE: notNULL+ exported (object)
  321.           NAME: UNAME `link'    SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t6'   EQUIV: LONG 16
  322.         SELECT ID: STRING `s_27_11'
  323.         TABLE ID: STRING `s_23_10_t6'
  324.       (line 15) TRIPLE:
  325.         GRAPH: (line 6) QNAME:
  326.           IRI: UNAME `http://localhost:8890/graph'
  327.         SUBJECT: (line 8) VARIABLE: notNULL+ reference+ exported (subject)
  328.           NAME: UNAME `catAtt'  SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t7'   EQUIV: LONG 10
  329.         PREDICATE: (line 15) QNAME:
  330.           IRI: UNAME `https://graph.com/rdf/qq/setting'
  331.         OBJECT: (line 15) VARIABLE: notNULL+ exported (object)
  332.           NAME: UNAME `setting' SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t7'   EQUIV: LONG 17
  333.         SELECT ID: STRING `s_27_11'
  334.         TABLE ID: STRING `s_23_10_t7'
  335.       (line 16) TRIPLE:
  336.         GRAPH: (line 6) QNAME:
  337.           IRI: UNAME `http://localhost:8890/graph'
  338.         SUBJECT: (line 8) VARIABLE: notNULL+ reference+ exported (subject)
  339.           NAME: UNAME `catAtt'  SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t8'   EQUIV: LONG 10
  340.         PREDICATE: (line 16) QNAME:
  341.           IRI: UNAME `https://graph.com/rdf/qq/flag'
  342.         OBJECT: (line 16) VARIABLE: notNULL+ exported (object)
  343.           NAME: UNAME `flag'    SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t8'   EQUIV: LONG 18
  344.         SELECT ID: STRING `s_27_11'
  345.         TABLE ID: STRING `s_23_10_t8'
  346.       (line 17) TRIPLE:
  347.         GRAPH: (line 6) QNAME:
  348.           IRI: UNAME `http://localhost:8890/graph'
  349.         SUBJECT: (line 8) VARIABLE: notNULL+ reference+ exported (subject)
  350.           NAME: UNAME `catAtt'  SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t9'   EQUIV: LONG 10
  351.         PREDICATE: (line 17) QNAME:
  352.           IRI: UNAME `https://graph.com/rdf/qq/unit'
  353.         OBJECT: (line 17) VARIABLE: notNULL+ exported (object)
  354.           NAME: UNAME `caUnit'  SELECT ID: STRING `s_27_11'     TABLE ID: STRING `s_23_10_t9'   EQUIV: LONG 19
  355.         SELECT ID: STRING `s_27_11'
  356.         TABLE ID: STRING `s_23_10_t9'
  357.      }
  358.     FILTERS: EMPTY ARRAY
  359.     SELECT ID: STRING `s_27_11'
  360.     EQUIVS: 10 11 12 13 14 15 16 17 18 19
  361.   LIMIT: LONG 20
  362.  
  363. EQUIVS:
  364. #0: merged and destroyed
  365. #1: merged and destroyed
  366. #2: merged and destroyed
  367. #3: merged and destroyed
  368. #4: merged and destroyed
  369. #5: merged and destroyed
  370. #6: merged and destroyed
  371. #7: merged and destroyed
  372. #8: merged and destroyed
  373. #9: merged and destroyed
  374. #10: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 10 gspo, 1 const, 0 opt, 0 subq: catAtt in s_27_11 s_23_10_t9 s_23_10_t8 s_23_10_t7 s_23_10_t6 s_23_10_t5 s_23_10_t4 s_23_10_t3 s_23_10_t2 s_23_10_t1 s_23_10_t0; notNULL reference exported)
  375. #11: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: caDataType in s_27_11 s_23_10_t1; notNULL exported)
  376. #12: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: showInview in s_27_11 s_23_10_t2; notNULL exported)
  377. #13: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: valFormatKey in s_27_11 s_23_10_t3; notNULL exported)
  378. #14: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: multiple in s_27_11 s_23_10_t4; notNULL exported)
  379. #15: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: position in s_27_11 s_23_10_t5; notNULL exported)
  380. #16: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: link in s_27_11 s_23_10_t6; notNULL exported)
  381. #17: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: setting in s_27_11 s_23_10_t7; notNULL exported)
  382. #18: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: flag in s_27_11 s_23_10_t8; notNULL exported)
  383. #19: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: caUnit in s_27_11 s_23_10_t9; notNULL exported)
captcha