TSTP Solution File: SWB022+2 by SInE---0.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SInE---0.4
% Problem  : SWB022+2 : TPTP v5.2.0. Released v5.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : Source/sine.py -e eprover -t %d %s

% Computer : art01.cs.miami.edu
% Model    : i686 i686
% CPU      : Intel(R) Pentium(R) 4 CPU 2.80GHz @ 2793MHz
% Memory   : 2018MB
% OS       : Linux 2.6.26.8-57.fc8
% CPULimit : 300s
% DateTime : Tue Feb 15 23:54:40 EST 2011

% Result   : Theorem 0.22s
% Output   : CNFRefutation 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   23
%            Number of leaves      :    4
% Syntax   : Number of formulae    :   66 (  23 unt;   0 def)
%            Number of atoms       :  352 (   0 equ)
%            Maximal formula atoms :   53 (   5 avg)
%            Number of connectives :  467 ( 181   ~; 176   |; 105   &)
%                                         (   1 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   27 (   6 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :   24 (  24 usr;  21 con; 0-5 aty)
%            Number of variables   :  165 (   0 sgn  68   !;  22   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(1,axiom,
    ! [X1,X2,X3,X4,X5] :
      ( ( iext(uri_rdf_first,X2,X3)
        & iext(uri_rdf_rest,X2,X4)
        & iext(uri_rdf_first,X4,X5)
        & iext(uri_rdf_rest,X4,uri_rdf_nil) )
     => ( iext(uri_owl_propertyChainAxiom,X1,X2)
      <=> ( ip(X1)
          & ip(X3)
          & ip(X5)
          & ! [X6,X7,X8] :
              ( ( iext(X3,X6,X7)
                & iext(X5,X7,X8) )
             => iext(X1,X6,X8) ) ) ) ),
    file('/tmp/tmpExRGVL/sel_SWB022+2.p_1',owl_chain_002) ).

fof(2,axiom,
    ! [X1,X9] :
      ( iext(uri_rdfs_subPropertyOf,X1,X9)
     => ( ip(X1)
        & ip(X9)
        & ! [X10,X11] :
            ( iext(X1,X10,X11)
           => iext(X9,X10,X11) ) ) ),
    file('/tmp/tmpExRGVL/sel_SWB022+2.p_1',rdfs_subpropertyof_main) ).

fof(3,axiom,
    ? [X12,X13,X14,X15,X16,X17,X18,X19] :
      ( iext(uri_rdfs_subPropertyOf,uri_skos_memberList,X12)
      & iext(uri_owl_propertyChainAxiom,uri_skos_member,X13)
      & iext(uri_rdf_first,X13,X12)
      & iext(uri_rdf_rest,X13,X14)
      & iext(uri_rdf_first,X14,uri_rdf_first)
      & iext(uri_rdf_rest,X14,uri_rdf_nil)
      & iext(uri_owl_propertyChainAxiom,X12,X15)
      & iext(uri_rdf_first,X15,X12)
      & iext(uri_rdf_rest,X15,X16)
      & iext(uri_rdf_first,X16,uri_rdf_rest)
      & iext(uri_rdf_rest,X16,uri_rdf_nil)
      & iext(uri_rdf_type,uri_ex_MyOrderedCollection,uri_skos_OrderedCollection)
      & iext(uri_skos_memberList,uri_ex_MyOrderedCollection,X17)
      & iext(uri_rdf_first,X17,uri_ex_X)
      & iext(uri_rdf_rest,X17,X18)
      & iext(uri_rdf_first,X18,uri_ex_Y)
      & iext(uri_rdf_rest,X18,X19)
      & iext(uri_rdf_first,X19,uri_ex_Z)
      & iext(uri_rdf_rest,X19,uri_rdf_nil) ),
    file('/tmp/tmpExRGVL/sel_SWB022+2.p_1',testcase_premise_fullish_022_List_Member_Access) ).

fof(4,conjecture,
    ( iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_X)
    & iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_Y)
    & iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_Z) ),
    file('/tmp/tmpExRGVL/sel_SWB022+2.p_1',testcase_conclusion_fullish_022_List_Member_Access) ).

fof(5,negated_conjecture,
    ~ ( iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_X)
      & iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_Y)
      & iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_Z) ),
    inference(assume_negation,[status(cth)],[4]) ).

fof(6,plain,
    ! [X1,X2,X3,X4,X5] :
      ( ~ iext(uri_rdf_first,X2,X3)
      | ~ iext(uri_rdf_rest,X2,X4)
      | ~ iext(uri_rdf_first,X4,X5)
      | ~ iext(uri_rdf_rest,X4,uri_rdf_nil)
      | ( ( ~ iext(uri_owl_propertyChainAxiom,X1,X2)
          | ( ip(X1)
            & ip(X3)
            & ip(X5)
            & ! [X6,X7,X8] :
                ( ~ iext(X3,X6,X7)
                | ~ iext(X5,X7,X8)
                | iext(X1,X6,X8) ) ) )
        & ( ~ ip(X1)
          | ~ ip(X3)
          | ~ ip(X5)
          | ? [X6,X7,X8] :
              ( iext(X3,X6,X7)
              & iext(X5,X7,X8)
              & ~ iext(X1,X6,X8) )
          | iext(uri_owl_propertyChainAxiom,X1,X2) ) ) ),
    inference(fof_nnf,[status(thm)],[1]) ).

fof(7,plain,
    ! [X9,X10,X11,X12,X13] :
      ( ~ iext(uri_rdf_first,X10,X11)
      | ~ iext(uri_rdf_rest,X10,X12)
      | ~ iext(uri_rdf_first,X12,X13)
      | ~ iext(uri_rdf_rest,X12,uri_rdf_nil)
      | ( ( ~ iext(uri_owl_propertyChainAxiom,X9,X10)
          | ( ip(X9)
            & ip(X11)
            & ip(X13)
            & ! [X14,X15,X16] :
                ( ~ iext(X11,X14,X15)
                | ~ iext(X13,X15,X16)
                | iext(X9,X14,X16) ) ) )
        & ( ~ ip(X9)
          | ~ ip(X11)
          | ~ ip(X13)
          | ? [X17,X18,X19] :
              ( iext(X11,X17,X18)
              & iext(X13,X18,X19)
              & ~ iext(X9,X17,X19) )
          | iext(uri_owl_propertyChainAxiom,X9,X10) ) ) ),
    inference(variable_rename,[status(thm)],[6]) ).

fof(8,plain,
    ! [X9,X10,X11,X12,X13] :
      ( ~ iext(uri_rdf_first,X10,X11)
      | ~ iext(uri_rdf_rest,X10,X12)
      | ~ iext(uri_rdf_first,X12,X13)
      | ~ iext(uri_rdf_rest,X12,uri_rdf_nil)
      | ( ( ~ iext(uri_owl_propertyChainAxiom,X9,X10)
          | ( ip(X9)
            & ip(X11)
            & ip(X13)
            & ! [X14,X15,X16] :
                ( ~ iext(X11,X14,X15)
                | ~ iext(X13,X15,X16)
                | iext(X9,X14,X16) ) ) )
        & ( ~ ip(X9)
          | ~ ip(X11)
          | ~ ip(X13)
          | ( iext(X11,esk1_5(X9,X10,X11,X12,X13),esk2_5(X9,X10,X11,X12,X13))
            & iext(X13,esk2_5(X9,X10,X11,X12,X13),esk3_5(X9,X10,X11,X12,X13))
            & ~ iext(X9,esk1_5(X9,X10,X11,X12,X13),esk3_5(X9,X10,X11,X12,X13)) )
          | iext(uri_owl_propertyChainAxiom,X9,X10) ) ) ),
    inference(skolemize,[status(esa)],[7]) ).

fof(9,plain,
    ! [X9,X10,X11,X12,X13,X14,X15,X16] :
      ( ( ( ( ( ~ iext(X11,X14,X15)
              | ~ iext(X13,X15,X16)
              | iext(X9,X14,X16) )
            & ip(X9)
            & ip(X11)
            & ip(X13) )
          | ~ iext(uri_owl_propertyChainAxiom,X9,X10) )
        & ( ~ ip(X9)
          | ~ ip(X11)
          | ~ ip(X13)
          | ( iext(X11,esk1_5(X9,X10,X11,X12,X13),esk2_5(X9,X10,X11,X12,X13))
            & iext(X13,esk2_5(X9,X10,X11,X12,X13),esk3_5(X9,X10,X11,X12,X13))
            & ~ iext(X9,esk1_5(X9,X10,X11,X12,X13),esk3_5(X9,X10,X11,X12,X13)) )
          | iext(uri_owl_propertyChainAxiom,X9,X10) ) )
      | ~ iext(uri_rdf_first,X10,X11)
      | ~ iext(uri_rdf_rest,X10,X12)
      | ~ iext(uri_rdf_first,X12,X13)
      | ~ iext(uri_rdf_rest,X12,uri_rdf_nil) ),
    inference(shift_quantors,[status(thm)],[8]) ).

fof(10,plain,
    ! [X9,X10,X11,X12,X13,X14,X15,X16] :
      ( ( ~ iext(X11,X14,X15)
        | ~ iext(X13,X15,X16)
        | iext(X9,X14,X16)
        | ~ iext(uri_owl_propertyChainAxiom,X9,X10)
        | ~ iext(uri_rdf_first,X10,X11)
        | ~ iext(uri_rdf_rest,X10,X12)
        | ~ iext(uri_rdf_first,X12,X13)
        | ~ iext(uri_rdf_rest,X12,uri_rdf_nil) )
      & ( ip(X9)
        | ~ iext(uri_owl_propertyChainAxiom,X9,X10)
        | ~ iext(uri_rdf_first,X10,X11)
        | ~ iext(uri_rdf_rest,X10,X12)
        | ~ iext(uri_rdf_first,X12,X13)
        | ~ iext(uri_rdf_rest,X12,uri_rdf_nil) )
      & ( ip(X11)
        | ~ iext(uri_owl_propertyChainAxiom,X9,X10)
        | ~ iext(uri_rdf_first,X10,X11)
        | ~ iext(uri_rdf_rest,X10,X12)
        | ~ iext(uri_rdf_first,X12,X13)
        | ~ iext(uri_rdf_rest,X12,uri_rdf_nil) )
      & ( ip(X13)
        | ~ iext(uri_owl_propertyChainAxiom,X9,X10)
        | ~ iext(uri_rdf_first,X10,X11)
        | ~ iext(uri_rdf_rest,X10,X12)
        | ~ iext(uri_rdf_first,X12,X13)
        | ~ iext(uri_rdf_rest,X12,uri_rdf_nil) )
      & ( iext(X11,esk1_5(X9,X10,X11,X12,X13),esk2_5(X9,X10,X11,X12,X13))
        | ~ ip(X9)
        | ~ ip(X11)
        | ~ ip(X13)
        | iext(uri_owl_propertyChainAxiom,X9,X10)
        | ~ iext(uri_rdf_first,X10,X11)
        | ~ iext(uri_rdf_rest,X10,X12)
        | ~ iext(uri_rdf_first,X12,X13)
        | ~ iext(uri_rdf_rest,X12,uri_rdf_nil) )
      & ( iext(X13,esk2_5(X9,X10,X11,X12,X13),esk3_5(X9,X10,X11,X12,X13))
        | ~ ip(X9)
        | ~ ip(X11)
        | ~ ip(X13)
        | iext(uri_owl_propertyChainAxiom,X9,X10)
        | ~ iext(uri_rdf_first,X10,X11)
        | ~ iext(uri_rdf_rest,X10,X12)
        | ~ iext(uri_rdf_first,X12,X13)
        | ~ iext(uri_rdf_rest,X12,uri_rdf_nil) )
      & ( ~ iext(X9,esk1_5(X9,X10,X11,X12,X13),esk3_5(X9,X10,X11,X12,X13))
        | ~ ip(X9)
        | ~ ip(X11)
        | ~ ip(X13)
        | iext(uri_owl_propertyChainAxiom,X9,X10)
        | ~ iext(uri_rdf_first,X10,X11)
        | ~ iext(uri_rdf_rest,X10,X12)
        | ~ iext(uri_rdf_first,X12,X13)
        | ~ iext(uri_rdf_rest,X12,uri_rdf_nil) ) ),
    inference(distribute,[status(thm)],[9]) ).

cnf(17,plain,
    ( iext(X5,X6,X7)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_propertyChainAxiom,X5,X3)
    | ~ iext(X2,X8,X7)
    | ~ iext(X4,X6,X8) ),
    inference(split_conjunct,[status(thm)],[10]) ).

fof(18,plain,
    ! [X1,X9] :
      ( ~ iext(uri_rdfs_subPropertyOf,X1,X9)
      | ( ip(X1)
        & ip(X9)
        & ! [X10,X11] :
            ( ~ iext(X1,X10,X11)
            | iext(X9,X10,X11) ) ) ),
    inference(fof_nnf,[status(thm)],[2]) ).

fof(19,plain,
    ! [X12,X13] :
      ( ~ iext(uri_rdfs_subPropertyOf,X12,X13)
      | ( ip(X12)
        & ip(X13)
        & ! [X14,X15] :
            ( ~ iext(X12,X14,X15)
            | iext(X13,X14,X15) ) ) ),
    inference(variable_rename,[status(thm)],[18]) ).

fof(20,plain,
    ! [X12,X13,X14,X15] :
      ( ( ( ~ iext(X12,X14,X15)
          | iext(X13,X14,X15) )
        & ip(X12)
        & ip(X13) )
      | ~ iext(uri_rdfs_subPropertyOf,X12,X13) ),
    inference(shift_quantors,[status(thm)],[19]) ).

fof(21,plain,
    ! [X12,X13,X14,X15] :
      ( ( ~ iext(X12,X14,X15)
        | iext(X13,X14,X15)
        | ~ iext(uri_rdfs_subPropertyOf,X12,X13) )
      & ( ip(X12)
        | ~ iext(uri_rdfs_subPropertyOf,X12,X13) )
      & ( ip(X13)
        | ~ iext(uri_rdfs_subPropertyOf,X12,X13) ) ),
    inference(distribute,[status(thm)],[20]) ).

cnf(24,plain,
    ( iext(X2,X3,X4)
    | ~ iext(uri_rdfs_subPropertyOf,X1,X2)
    | ~ iext(X1,X3,X4) ),
    inference(split_conjunct,[status(thm)],[21]) ).

fof(25,plain,
    ? [X20,X21,X22,X23,X24,X25,X26,X27] :
      ( iext(uri_rdfs_subPropertyOf,uri_skos_memberList,X20)
      & iext(uri_owl_propertyChainAxiom,uri_skos_member,X21)
      & iext(uri_rdf_first,X21,X20)
      & iext(uri_rdf_rest,X21,X22)
      & iext(uri_rdf_first,X22,uri_rdf_first)
      & iext(uri_rdf_rest,X22,uri_rdf_nil)
      & iext(uri_owl_propertyChainAxiom,X20,X23)
      & iext(uri_rdf_first,X23,X20)
      & iext(uri_rdf_rest,X23,X24)
      & iext(uri_rdf_first,X24,uri_rdf_rest)
      & iext(uri_rdf_rest,X24,uri_rdf_nil)
      & iext(uri_rdf_type,uri_ex_MyOrderedCollection,uri_skos_OrderedCollection)
      & iext(uri_skos_memberList,uri_ex_MyOrderedCollection,X25)
      & iext(uri_rdf_first,X25,uri_ex_X)
      & iext(uri_rdf_rest,X25,X26)
      & iext(uri_rdf_first,X26,uri_ex_Y)
      & iext(uri_rdf_rest,X26,X27)
      & iext(uri_rdf_first,X27,uri_ex_Z)
      & iext(uri_rdf_rest,X27,uri_rdf_nil) ),
    inference(variable_rename,[status(thm)],[3]) ).

fof(26,plain,
    ( iext(uri_rdfs_subPropertyOf,uri_skos_memberList,esk4_0)
    & iext(uri_owl_propertyChainAxiom,uri_skos_member,esk5_0)
    & iext(uri_rdf_first,esk5_0,esk4_0)
    & iext(uri_rdf_rest,esk5_0,esk6_0)
    & iext(uri_rdf_first,esk6_0,uri_rdf_first)
    & iext(uri_rdf_rest,esk6_0,uri_rdf_nil)
    & iext(uri_owl_propertyChainAxiom,esk4_0,esk7_0)
    & iext(uri_rdf_first,esk7_0,esk4_0)
    & iext(uri_rdf_rest,esk7_0,esk8_0)
    & iext(uri_rdf_first,esk8_0,uri_rdf_rest)
    & iext(uri_rdf_rest,esk8_0,uri_rdf_nil)
    & iext(uri_rdf_type,uri_ex_MyOrderedCollection,uri_skos_OrderedCollection)
    & iext(uri_skos_memberList,uri_ex_MyOrderedCollection,esk9_0)
    & iext(uri_rdf_first,esk9_0,uri_ex_X)
    & iext(uri_rdf_rest,esk9_0,esk10_0)
    & iext(uri_rdf_first,esk10_0,uri_ex_Y)
    & iext(uri_rdf_rest,esk10_0,esk11_0)
    & iext(uri_rdf_first,esk11_0,uri_ex_Z)
    & iext(uri_rdf_rest,esk11_0,uri_rdf_nil) ),
    inference(skolemize,[status(esa)],[25]) ).

cnf(28,plain,
    iext(uri_rdf_first,esk11_0,uri_ex_Z),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(29,plain,
    iext(uri_rdf_rest,esk10_0,esk11_0),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(30,plain,
    iext(uri_rdf_first,esk10_0,uri_ex_Y),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(31,plain,
    iext(uri_rdf_rest,esk9_0,esk10_0),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(32,plain,
    iext(uri_rdf_first,esk9_0,uri_ex_X),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(33,plain,
    iext(uri_skos_memberList,uri_ex_MyOrderedCollection,esk9_0),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(35,plain,
    iext(uri_rdf_rest,esk8_0,uri_rdf_nil),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(36,plain,
    iext(uri_rdf_first,esk8_0,uri_rdf_rest),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(37,plain,
    iext(uri_rdf_rest,esk7_0,esk8_0),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(38,plain,
    iext(uri_rdf_first,esk7_0,esk4_0),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(39,plain,
    iext(uri_owl_propertyChainAxiom,esk4_0,esk7_0),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(40,plain,
    iext(uri_rdf_rest,esk6_0,uri_rdf_nil),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(41,plain,
    iext(uri_rdf_first,esk6_0,uri_rdf_first),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(42,plain,
    iext(uri_rdf_rest,esk5_0,esk6_0),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(43,plain,
    iext(uri_rdf_first,esk5_0,esk4_0),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(44,plain,
    iext(uri_owl_propertyChainAxiom,uri_skos_member,esk5_0),
    inference(split_conjunct,[status(thm)],[26]) ).

cnf(45,plain,
    iext(uri_rdfs_subPropertyOf,uri_skos_memberList,esk4_0),
    inference(split_conjunct,[status(thm)],[26]) ).

fof(46,negated_conjecture,
    ( ~ iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_X)
    | ~ iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_Y)
    | ~ iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_Z) ),
    inference(fof_nnf,[status(thm)],[5]) ).

cnf(47,negated_conjecture,
    ( ~ iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_Z)
    | ~ iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_Y)
    | ~ iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_X) ),
    inference(split_conjunct,[status(thm)],[46]) ).

cnf(50,plain,
    ( iext(esk4_0,X1,X2)
    | ~ iext(uri_skos_memberList,X1,X2) ),
    inference(spm,[status(thm)],[24,45,theory(equality)]) ).

cnf(60,plain,
    ( iext(X1,X2,X3)
    | ~ iext(uri_rdf_first,X4,X5)
    | ~ iext(uri_rdf_first,esk6_0,X6)
    | ~ iext(uri_rdf_rest,X4,esk6_0)
    | ~ iext(uri_owl_propertyChainAxiom,X1,X4)
    | ~ iext(X5,X2,X7)
    | ~ iext(X6,X7,X3) ),
    inference(spm,[status(thm)],[17,40,theory(equality)]) ).

cnf(61,plain,
    ( iext(X1,X2,X3)
    | ~ iext(uri_rdf_first,X4,X5)
    | ~ iext(uri_rdf_first,esk8_0,X6)
    | ~ iext(uri_rdf_rest,X4,esk8_0)
    | ~ iext(uri_owl_propertyChainAxiom,X1,X4)
    | ~ iext(X5,X2,X7)
    | ~ iext(X6,X7,X3) ),
    inference(spm,[status(thm)],[17,35,theory(equality)]) ).

cnf(69,plain,
    iext(esk4_0,uri_ex_MyOrderedCollection,esk9_0),
    inference(spm,[status(thm)],[50,33,theory(equality)]) ).

cnf(192,plain,
    ( iext(X1,X2,X3)
    | ~ iext(uri_rdf_rest,X4,esk6_0)
    | ~ iext(uri_rdf_first,X4,X5)
    | ~ iext(uri_owl_propertyChainAxiom,X1,X4)
    | ~ iext(X5,X2,X6)
    | ~ iext(uri_rdf_first,X6,X3) ),
    inference(spm,[status(thm)],[60,41,theory(equality)]) ).

cnf(195,plain,
    ( iext(X1,X2,X3)
    | ~ iext(uri_rdf_rest,X4,esk8_0)
    | ~ iext(uri_rdf_first,X4,X5)
    | ~ iext(uri_owl_propertyChainAxiom,X1,X4)
    | ~ iext(X5,X2,X6)
    | ~ iext(uri_rdf_rest,X6,X3) ),
    inference(spm,[status(thm)],[61,36,theory(equality)]) ).

cnf(199,plain,
    ( iext(X1,X2,X3)
    | ~ iext(uri_rdf_rest,esk5_0,esk6_0)
    | ~ iext(uri_owl_propertyChainAxiom,X1,esk5_0)
    | ~ iext(uri_rdf_first,X4,X3)
    | ~ iext(esk4_0,X2,X4) ),
    inference(spm,[status(thm)],[192,43,theory(equality)]) ).

cnf(205,plain,
    ( iext(X1,X2,X3)
    | $false
    | ~ iext(uri_owl_propertyChainAxiom,X1,esk5_0)
    | ~ iext(uri_rdf_first,X4,X3)
    | ~ iext(esk4_0,X2,X4) ),
    inference(rw,[status(thm)],[199,42,theory(equality)]) ).

cnf(206,plain,
    ( iext(X1,X2,X3)
    | ~ iext(uri_owl_propertyChainAxiom,X1,esk5_0)
    | ~ iext(uri_rdf_first,X4,X3)
    | ~ iext(esk4_0,X2,X4) ),
    inference(cn,[status(thm)],[205,theory(equality)]) ).

cnf(207,plain,
    ( iext(uri_skos_member,X1,X2)
    | ~ iext(uri_rdf_first,X3,X2)
    | ~ iext(esk4_0,X1,X3) ),
    inference(spm,[status(thm)],[206,44,theory(equality)]) ).

cnf(208,plain,
    ( iext(uri_skos_member,X1,uri_ex_X)
    | ~ iext(esk4_0,X1,esk9_0) ),
    inference(spm,[status(thm)],[207,32,theory(equality)]) ).

cnf(209,plain,
    ( iext(uri_skos_member,X1,uri_ex_Y)
    | ~ iext(esk4_0,X1,esk10_0) ),
    inference(spm,[status(thm)],[207,30,theory(equality)]) ).

cnf(210,plain,
    ( iext(uri_skos_member,X1,uri_ex_Z)
    | ~ iext(esk4_0,X1,esk11_0) ),
    inference(spm,[status(thm)],[207,28,theory(equality)]) ).

cnf(217,negated_conjecture,
    ( ~ iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_X)
    | ~ iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_Y)
    | ~ iext(esk4_0,uri_ex_MyOrderedCollection,esk11_0) ),
    inference(spm,[status(thm)],[47,210,theory(equality)]) ).

cnf(219,negated_conjecture,
    ( ~ iext(uri_skos_member,uri_ex_MyOrderedCollection,uri_ex_X)
    | ~ iext(esk4_0,uri_ex_MyOrderedCollection,esk11_0)
    | ~ iext(esk4_0,uri_ex_MyOrderedCollection,esk10_0) ),
    inference(spm,[status(thm)],[217,209,theory(equality)]) ).

cnf(220,negated_conjecture,
    ( ~ iext(esk4_0,uri_ex_MyOrderedCollection,esk11_0)
    | ~ iext(esk4_0,uri_ex_MyOrderedCollection,esk10_0)
    | ~ iext(esk4_0,uri_ex_MyOrderedCollection,esk9_0) ),
    inference(spm,[status(thm)],[219,208,theory(equality)]) ).

cnf(221,negated_conjecture,
    ( ~ iext(esk4_0,uri_ex_MyOrderedCollection,esk11_0)
    | ~ iext(esk4_0,uri_ex_MyOrderedCollection,esk10_0)
    | $false ),
    inference(rw,[status(thm)],[220,69,theory(equality)]) ).

cnf(222,negated_conjecture,
    ( ~ iext(esk4_0,uri_ex_MyOrderedCollection,esk11_0)
    | ~ iext(esk4_0,uri_ex_MyOrderedCollection,esk10_0) ),
    inference(cn,[status(thm)],[221,theory(equality)]) ).

cnf(256,plain,
    ( iext(X1,X2,X3)
    | ~ iext(uri_rdf_rest,esk7_0,esk8_0)
    | ~ iext(uri_owl_propertyChainAxiom,X1,esk7_0)
    | ~ iext(uri_rdf_rest,X4,X3)
    | ~ iext(esk4_0,X2,X4) ),
    inference(spm,[status(thm)],[195,38,theory(equality)]) ).

cnf(260,plain,
    ( iext(X1,X2,X3)
    | $false
    | ~ iext(uri_owl_propertyChainAxiom,X1,esk7_0)
    | ~ iext(uri_rdf_rest,X4,X3)
    | ~ iext(esk4_0,X2,X4) ),
    inference(rw,[status(thm)],[256,37,theory(equality)]) ).

cnf(261,plain,
    ( iext(X1,X2,X3)
    | ~ iext(uri_owl_propertyChainAxiom,X1,esk7_0)
    | ~ iext(uri_rdf_rest,X4,X3)
    | ~ iext(esk4_0,X2,X4) ),
    inference(cn,[status(thm)],[260,theory(equality)]) ).

cnf(262,plain,
    ( iext(esk4_0,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X2)
    | ~ iext(esk4_0,X1,X3) ),
    inference(spm,[status(thm)],[261,39,theory(equality)]) ).

cnf(267,plain,
    ( iext(esk4_0,X1,esk10_0)
    | ~ iext(esk4_0,X1,esk9_0) ),
    inference(spm,[status(thm)],[262,31,theory(equality)]) ).

cnf(268,plain,
    ( iext(esk4_0,X1,esk11_0)
    | ~ iext(esk4_0,X1,esk10_0) ),
    inference(spm,[status(thm)],[262,29,theory(equality)]) ).

cnf(276,negated_conjecture,
    ~ iext(esk4_0,uri_ex_MyOrderedCollection,esk10_0),
    inference(spm,[status(thm)],[222,268,theory(equality)]) ).

cnf(277,negated_conjecture,
    ~ iext(esk4_0,uri_ex_MyOrderedCollection,esk9_0),
    inference(spm,[status(thm)],[276,267,theory(equality)]) ).

cnf(278,negated_conjecture,
    $false,
    inference(rw,[status(thm)],[277,69,theory(equality)]) ).

cnf(279,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[278,theory(equality)]) ).

cnf(280,negated_conjecture,
    $false,
    279,
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % SZS status Started for /home/graph/tptp/TPTP/Problems/SWB/SWB022+2.p
% --creating new selector for []
% -running prover on /tmp/tmpExRGVL/sel_SWB022+2.p_1 with time limit 29
% -prover status Theorem
% Problem SWB022+2.p solved in phase 0.
% % SZS status Theorem for /home/graph/tptp/TPTP/Problems/SWB/SWB022+2.p
% % SZS status Ended for /home/graph/tptp/TPTP/Problems/SWB/SWB022+2.p
% Solved 1 out of 1.
% # Problem is unsatisfiable (or provable), constructing proof object
% # SZS status Theorem
% # SZS output start CNFRefutation.
% See solution above
% # SZS output end CNFRefutation
% 
%------------------------------------------------------------------------------