notes.txt

来自「Jena推理机」· 文本 代码 · 共 28 行

TXT
28
字号
This test set contains some tests that assume value-equality in the graph.
Under SPARQL, test-passing is graph-equivalent, no D-entailment, so these
tests fail.

Commneted out:    

      ## DAWG tests are graph-equivalence, not value equivalent.
      [  mf:name    "Equality 1-1 -- graph" ;
         mf:action
            [ qt:query  <query-eq-graph-1.rq> ;
              qt:data   <data-eq.ttl> ] ;
         mf:result  <result-eq-graph-1.ttl>
      ]
      ## DAWG tests are graph-equivalence, not value equivalent.
      [  mf:name    "Equality 1-2 -- graph" ;
         mf:action
            [ qt:query  <query-eq-graph-2.rq> ;
              qt:data   <data-eq.ttl> ] ;
         mf:result  <result-eq-graph-2.ttl>
      ]

      ## DAWG tests are graph-equivalence, not value equivalent.
      [  mf:name    "Equality - 2 var - test equals -- graph" ;
         mf:action
            [ qt:query  <query-eq2-graph-1.rq> ;
              qt:data   <data-eq.ttl> ] ;
         mf:result  <result-eq2-graph-1.ttl>
      ]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?