manifest.ttl

来自「Jena推理机」· TTL 代码 · 共 315 行

TTL
315
字号
# $Id: manifest.ttl,v 1.5 2007/01/15 16:15:10 andy_seaborne Exp $

@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dawgt:   <http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#> .
@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .

<>  rdf:type mf:Manifest ;
    rdfs:comment "Type Promotion Tests" ;
    mf:entries
    (
     [  mf:name    "tP-double-double" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-double-double.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-double-float" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-double-float.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-double-decimal" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-double-decimal.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-float-float" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-float-float.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-float-decimal" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-float-decimal.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-decimal-decimal" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-decimal-decimal.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-integer-short" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-integer-short.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-nonPositiveInteger-short" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-nonPositiveInteger-short.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-negativeInteger-short" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-negativeInteger-short.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-long-short" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-long-short.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-int-short" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-int-short.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-short-short" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-short-short.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-byte-short" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-byte-short.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-nonNegativeInteger-short" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-nonNegativeInteger-short.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-unsignedLong-short" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-unsignedLong-short.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-unsignedInt-short" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-unsignedInt-short.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-unsignedShort-short" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-unsignedShort-short.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-unsignedByte-short" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-unsignedByte-short.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-positiveInteger-short" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-positiveInteger-short.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-short-double" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-short-double.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-short-float" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-short-float.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-short-decimal" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-short-decimal.rq> ] ;
        mf:result  <true.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-short-short-fail" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-short-short-fail.rq> ] ;
        mf:result  <false.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-byte-short-fail" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-byte-short-fail.rq> ] ;
        mf:result  <false.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-short-long-fail" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-short-long-fail.rq> ] ;
        mf:result  <false.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-short-int-fail" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-short-int-fail.rq> ] ;
        mf:result  <false.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-short-byte-fail" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-short-byte-fail.rq> ] ;
        mf:result  <false.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-double-float-fail" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-double-float-fail.rq> ] ;
        mf:result  <false.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-double-decimal-fail" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-double-decimal-fail.rq> ] ;
        mf:result  <false.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

     [  mf:name    "tP-float-decimal-fail" ;
        rdfs:comment
            "Positive test: product of type promotion within the xsd:decimal type tree." ;
        mf:action
            [ qt:data   <tP.ttl> ;
              qt:query  <tP-float-decimal-fail.rq> ] ;
        mf:result  <false.ttl> ;
        dawgt:approval dawgt:NotApproved
      ]

    # End of tests
   ).

⌨️ 快捷键说明

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