TSTP Solution File: SWB002+3 by iProverMo---2.5-0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProverMo---2.5-0.1
% Problem  : SWB002+3 : TPTP v8.1.0. Released v5.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : iprover_modulo %s %d

% Computer : n019.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Tue Jul 19 19:05:37 EDT 2022

% Result   : Theorem 0.21s 0.58s
% Output   : CNFRefutation 0.21s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
% Axioms transformation by autotheo
% Orienting (remaining) axiom formulas using strategy Equiv(ClausalAll)
% Orienting axioms whose shape is orientable
fof(simple_lv,axiom,
    ! [X] :
      ( lv(X)
     => ir(X) ),
    input ).

fof(simple_lv_0,plain,
    ! [X] :
      ( ~ lv(X)
      | ir(X) ),
    inference(orientation,[status(thm)],[simple_lv]) ).

fof(simple_ir,axiom,
    ! [X] : ir(X),
    input ).

fof(simple_ir_0,plain,
    ! [X] :
      ( ir(X)
      | $false ),
    inference(orientation,[status(thm)],[simple_ir]) ).

fof(simple_iext_property,axiom,
    ! [S,P,O] :
      ( iext(P,S,O)
     => ip(P) ),
    input ).

fof(simple_iext_property_0,plain,
    ! [O,P,S] :
      ( ~ iext(P,S,O)
      | ip(P) ),
    inference(orientation,[status(thm)],[simple_iext_property]) ).

fof(rdfs_value_range,axiom,
    iext(uri_rdfs_range,uri_rdf_value,uri_rdfs_Resource),
    input ).

fof(rdfs_value_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdf_value,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_value_range]) ).

fof(rdfs_value_domain,axiom,
    iext(uri_rdfs_domain,uri_rdf_value,uri_rdfs_Resource),
    input ).

fof(rdfs_value_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdf_value,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_value_domain]) ).

fof(rdfs_type_range,axiom,
    iext(uri_rdfs_range,uri_rdf_type,uri_rdfs_Class),
    input ).

fof(rdfs_type_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdf_type,uri_rdfs_Class)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_type_range]) ).

fof(rdfs_type_domain,axiom,
    iext(uri_rdfs_domain,uri_rdf_type,uri_rdfs_Resource),
    input ).

fof(rdfs_type_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdf_type,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_type_domain]) ).

fof(rdfs_subpropertyof_trans,axiom,
    ! [P,Q,R] :
      ( ( iext(uri_rdfs_subPropertyOf,P,Q)
        & iext(uri_rdfs_subPropertyOf,Q,R) )
     => iext(uri_rdfs_subPropertyOf,P,R) ),
    input ).

fof(rdfs_subpropertyof_trans_0,plain,
    ! [P,Q,R] :
      ( iext(uri_rdfs_subPropertyOf,P,R)
      | ~ ( iext(uri_rdfs_subPropertyOf,P,Q)
          & iext(uri_rdfs_subPropertyOf,Q,R) ) ),
    inference(orientation,[status(thm)],[rdfs_subpropertyof_trans]) ).

fof(rdfs_subpropertyof_reflex,axiom,
    ! [P] :
      ( ip(P)
     => iext(uri_rdfs_subPropertyOf,P,P) ),
    input ).

fof(rdfs_subpropertyof_reflex_0,plain,
    ! [P] :
      ( ~ ip(P)
      | iext(uri_rdfs_subPropertyOf,P,P) ),
    inference(orientation,[status(thm)],[rdfs_subpropertyof_reflex]) ).

fof(rdfs_subpropertyof_range,axiom,
    iext(uri_rdfs_range,uri_rdfs_subPropertyOf,uri_rdf_Property),
    input ).

fof(rdfs_subpropertyof_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdfs_subPropertyOf,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_subpropertyof_range]) ).

fof(rdfs_subpropertyof_main,axiom,
    ! [P,Q] :
      ( iext(uri_rdfs_subPropertyOf,P,Q)
     => ( ip(P)
        & ip(Q)
        & ! [X,Y] :
            ( iext(P,X,Y)
           => iext(Q,X,Y) ) ) ),
    input ).

fof(rdfs_subpropertyof_main_0,plain,
    ! [P,Q] :
      ( ~ iext(uri_rdfs_subPropertyOf,P,Q)
      | ( ip(P)
        & ip(Q)
        & ! [X,Y] :
            ( iext(P,X,Y)
           => iext(Q,X,Y) ) ) ),
    inference(orientation,[status(thm)],[rdfs_subpropertyof_main]) ).

fof(rdfs_subpropertyof_domain,axiom,
    iext(uri_rdfs_domain,uri_rdfs_subPropertyOf,uri_rdf_Property),
    input ).

fof(rdfs_subpropertyof_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdfs_subPropertyOf,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_subpropertyof_domain]) ).

fof(rdfs_subclassof_trans,axiom,
    ! [C,D,E] :
      ( ( iext(uri_rdfs_subClassOf,C,D)
        & iext(uri_rdfs_subClassOf,D,E) )
     => iext(uri_rdfs_subClassOf,C,E) ),
    input ).

fof(rdfs_subclassof_trans_0,plain,
    ! [C,D,E] :
      ( iext(uri_rdfs_subClassOf,C,E)
      | ~ ( iext(uri_rdfs_subClassOf,C,D)
          & iext(uri_rdfs_subClassOf,D,E) ) ),
    inference(orientation,[status(thm)],[rdfs_subclassof_trans]) ).

fof(rdfs_subclassof_reflex,axiom,
    ! [C] :
      ( ic(C)
     => iext(uri_rdfs_subClassOf,C,C) ),
    input ).

fof(rdfs_subclassof_reflex_0,plain,
    ! [C] :
      ( ~ ic(C)
      | iext(uri_rdfs_subClassOf,C,C) ),
    inference(orientation,[status(thm)],[rdfs_subclassof_reflex]) ).

fof(rdfs_subclassof_range,axiom,
    iext(uri_rdfs_range,uri_rdfs_subClassOf,uri_rdfs_Class),
    input ).

fof(rdfs_subclassof_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdfs_subClassOf,uri_rdfs_Class)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_subclassof_range]) ).

fof(rdfs_subclassof_main,axiom,
    ! [C,D] :
      ( iext(uri_rdfs_subClassOf,C,D)
     => ( ic(C)
        & ic(D)
        & ! [X] :
            ( icext(C,X)
           => icext(D,X) ) ) ),
    input ).

fof(rdfs_subclassof_main_0,plain,
    ! [C,D] :
      ( ~ iext(uri_rdfs_subClassOf,C,D)
      | ( ic(C)
        & ic(D)
        & ! [X] :
            ( icext(C,X)
           => icext(D,X) ) ) ),
    inference(orientation,[status(thm)],[rdfs_subclassof_main]) ).

fof(rdfs_subclassof_domain,axiom,
    iext(uri_rdfs_domain,uri_rdfs_subClassOf,uri_rdfs_Class),
    input ).

fof(rdfs_subclassof_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdfs_subClassOf,uri_rdfs_Class)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_subclassof_domain]) ).

fof(rdfs_reification_subject_range,axiom,
    iext(uri_rdfs_range,uri_rdf_subject,uri_rdfs_Resource),
    input ).

fof(rdfs_reification_subject_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdf_subject,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_reification_subject_range]) ).

fof(rdfs_reification_subject_domain,axiom,
    iext(uri_rdfs_domain,uri_rdf_subject,uri_rdfs_Statement),
    input ).

fof(rdfs_reification_subject_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdf_subject,uri_rdfs_Statement)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_reification_subject_domain]) ).

fof(rdfs_reification_predicate_range,axiom,
    iext(uri_rdfs_range,uri_rdf_predicate,uri_rdfs_Resource),
    input ).

fof(rdfs_reification_predicate_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdf_predicate,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_reification_predicate_range]) ).

fof(rdfs_reification_predicate_domain,axiom,
    iext(uri_rdfs_domain,uri_rdf_predicate,uri_rdfs_Statement),
    input ).

fof(rdfs_reification_predicate_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdf_predicate,uri_rdfs_Statement)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_reification_predicate_domain]) ).

fof(rdfs_reification_object_range,axiom,
    iext(uri_rdfs_range,uri_rdf_predicate,uri_rdfs_Resource),
    input ).

fof(rdfs_reification_object_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdf_predicate,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_reification_object_range]) ).

fof(rdfs_reification_object_domain,axiom,
    iext(uri_rdfs_domain,uri_rdf_object,uri_rdfs_Statement),
    input ).

fof(rdfs_reification_object_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdf_object,uri_rdfs_Statement)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_reification_object_domain]) ).

fof(rdfs_range_range,axiom,
    iext(uri_rdfs_range,uri_rdfs_range,uri_rdfs_Class),
    input ).

fof(rdfs_range_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdfs_range,uri_rdfs_Class)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_range_range]) ).

fof(rdfs_range_main,axiom,
    ! [P,C,X,Y] :
      ( ( iext(uri_rdfs_range,P,C)
        & iext(P,X,Y) )
     => icext(C,Y) ),
    input ).

fof(rdfs_range_main_0,plain,
    ! [C,P,X,Y] :
      ( icext(C,Y)
      | ~ ( iext(uri_rdfs_range,P,C)
          & iext(P,X,Y) ) ),
    inference(orientation,[status(thm)],[rdfs_range_main]) ).

fof(rdfs_range_domain,axiom,
    iext(uri_rdfs_domain,uri_rdfs_range,uri_rdf_Property),
    input ).

fof(rdfs_range_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdfs_range,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_range_domain]) ).

fof(rdfs_property_type,axiom,
    iext(uri_rdf_type,uri_rdf_Property,uri_rdfs_Class),
    input ).

fof(rdfs_property_type_0,plain,
    ( iext(uri_rdf_type,uri_rdf_Property,uri_rdfs_Class)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_property_type]) ).

fof(rdfs_lv_def,axiom,
    ! [X] :
      ( lv(X)
    <=> icext(uri_rdfs_Literal,X) ),
    input ).

fof(rdfs_lv_def_0,plain,
    ! [X] :
      ( lv(X)
      | ~ icext(uri_rdfs_Literal,X) ),
    inference(orientation,[status(thm)],[rdfs_lv_def]) ).

fof(rdfs_lv_def_1,plain,
    ! [X] :
      ( ~ lv(X)
      | icext(uri_rdfs_Literal,X) ),
    inference(orientation,[status(thm)],[rdfs_lv_def]) ).

fof(rdfs_ir_def,axiom,
    ! [X] :
      ( ir(X)
    <=> icext(uri_rdfs_Resource,X) ),
    input ).

fof(rdfs_ir_def_0,plain,
    ! [X] :
      ( ir(X)
      | ~ icext(uri_rdfs_Resource,X) ),
    inference(orientation,[status(thm)],[rdfs_ir_def]) ).

fof(rdfs_ir_def_1,plain,
    ! [X] :
      ( ~ ir(X)
      | icext(uri_rdfs_Resource,X) ),
    inference(orientation,[status(thm)],[rdfs_ir_def]) ).

fof(rdfs_ic_def,axiom,
    ! [X] :
      ( ic(X)
    <=> icext(uri_rdfs_Class,X) ),
    input ).

fof(rdfs_ic_def_0,plain,
    ! [X] :
      ( ic(X)
      | ~ icext(uri_rdfs_Class,X) ),
    inference(orientation,[status(thm)],[rdfs_ic_def]) ).

fof(rdfs_ic_def_1,plain,
    ! [X] :
      ( ~ ic(X)
      | icext(uri_rdfs_Class,X) ),
    inference(orientation,[status(thm)],[rdfs_ic_def]) ).

fof(rdfs_domain_range,axiom,
    iext(uri_rdfs_range,uri_rdfs_domain,uri_rdfs_Class),
    input ).

fof(rdfs_domain_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdfs_domain,uri_rdfs_Class)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_domain_range]) ).

fof(rdfs_domain_main,axiom,
    ! [P,C,X,Y] :
      ( ( iext(uri_rdfs_domain,P,C)
        & iext(P,X,Y) )
     => icext(C,X) ),
    input ).

fof(rdfs_domain_main_0,plain,
    ! [C,P,X,Y] :
      ( icext(C,X)
      | ~ ( iext(uri_rdfs_domain,P,C)
          & iext(P,X,Y) ) ),
    inference(orientation,[status(thm)],[rdfs_domain_main]) ).

fof(rdfs_domain_domain,axiom,
    iext(uri_rdfs_domain,uri_rdfs_domain,uri_rdf_Property),
    input ).

fof(rdfs_domain_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdfs_domain,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_domain_domain]) ).

fof(rdfs_datatype_sub,axiom,
    iext(uri_rdfs_subClassOf,uri_rdfs_Datatype,uri_rdfs_Class),
    input ).

fof(rdfs_datatype_sub_0,plain,
    ( iext(uri_rdfs_subClassOf,uri_rdfs_Datatype,uri_rdfs_Class)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_datatype_sub]) ).

fof(rdfs_datatype_instsub_literal,axiom,
    ! [D] :
      ( icext(uri_rdfs_Datatype,D)
     => iext(uri_rdfs_subClassOf,D,uri_rdfs_Literal) ),
    input ).

fof(rdfs_datatype_instsub_literal_0,plain,
    ! [D] :
      ( ~ icext(uri_rdfs_Datatype,D)
      | iext(uri_rdfs_subClassOf,D,uri_rdfs_Literal) ),
    inference(orientation,[status(thm)],[rdfs_datatype_instsub_literal]) ).

fof(rdfs_dat_xmlliteral_type,axiom,
    iext(uri_rdf_type,uri_rdf_XMLLiteral,uri_rdfs_Datatype),
    input ).

fof(rdfs_dat_xmlliteral_type_0,plain,
    ( iext(uri_rdf_type,uri_rdf_XMLLiteral,uri_rdfs_Datatype)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_dat_xmlliteral_type]) ).

fof(rdfs_dat_xmlliteral_sub,axiom,
    iext(uri_rdfs_subClassOf,uri_rdf_XMLLiteral,uri_rdfs_Literal),
    input ).

fof(rdfs_dat_xmlliteral_sub_0,plain,
    ( iext(uri_rdfs_subClassOf,uri_rdf_XMLLiteral,uri_rdfs_Literal)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_dat_xmlliteral_sub]) ).

fof(rdfs_container_seq_sub,axiom,
    iext(uri_rdfs_subClassOf,uri_rdfs_Seq,uri_rdfs_Container),
    input ).

fof(rdfs_container_seq_sub_0,plain,
    ( iext(uri_rdfs_subClassOf,uri_rdfs_Seq,uri_rdfs_Container)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_seq_sub]) ).

fof(rdfs_container_n_type_003,axiom,
    iext(uri_rdf_type,uri_rdf__3,uri_rdfs_ContainerMembershipProperty),
    input ).

fof(rdfs_container_n_type_003_0,plain,
    ( iext(uri_rdf_type,uri_rdf__3,uri_rdfs_ContainerMembershipProperty)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_n_type_003]) ).

fof(rdfs_container_n_type_002,axiom,
    iext(uri_rdf_type,uri_rdf__2,uri_rdfs_ContainerMembershipProperty),
    input ).

fof(rdfs_container_n_type_002_0,plain,
    ( iext(uri_rdf_type,uri_rdf__2,uri_rdfs_ContainerMembershipProperty)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_n_type_002]) ).

fof(rdfs_container_n_type_001,axiom,
    iext(uri_rdf_type,uri_rdf__1,uri_rdfs_ContainerMembershipProperty),
    input ).

fof(rdfs_container_n_type_001_0,plain,
    ( iext(uri_rdf_type,uri_rdf__1,uri_rdfs_ContainerMembershipProperty)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_n_type_001]) ).

fof(rdfs_container_n_range_003,axiom,
    iext(uri_rdfs_range,uri_rdf__3,uri_rdfs_Resource),
    input ).

fof(rdfs_container_n_range_003_0,plain,
    ( iext(uri_rdfs_range,uri_rdf__3,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_n_range_003]) ).

fof(rdfs_container_n_range_002,axiom,
    iext(uri_rdfs_range,uri_rdf__2,uri_rdfs_Resource),
    input ).

fof(rdfs_container_n_range_002_0,plain,
    ( iext(uri_rdfs_range,uri_rdf__2,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_n_range_002]) ).

fof(rdfs_container_n_range_001,axiom,
    iext(uri_rdfs_range,uri_rdf__1,uri_rdfs_Resource),
    input ).

fof(rdfs_container_n_range_001_0,plain,
    ( iext(uri_rdfs_range,uri_rdf__1,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_n_range_001]) ).

fof(rdfs_container_n_domain_003,axiom,
    iext(uri_rdfs_domain,uri_rdf__3,uri_rdfs_Resource),
    input ).

fof(rdfs_container_n_domain_003_0,plain,
    ( iext(uri_rdfs_domain,uri_rdf__3,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_n_domain_003]) ).

fof(rdfs_container_n_domain_002,axiom,
    iext(uri_rdfs_domain,uri_rdf__2,uri_rdfs_Resource),
    input ).

fof(rdfs_container_n_domain_002_0,plain,
    ( iext(uri_rdfs_domain,uri_rdf__2,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_n_domain_002]) ).

fof(rdfs_container_n_domain_001,axiom,
    iext(uri_rdfs_domain,uri_rdf__1,uri_rdfs_Resource),
    input ).

fof(rdfs_container_n_domain_001_0,plain,
    ( iext(uri_rdfs_domain,uri_rdf__1,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_n_domain_001]) ).

fof(rdfs_container_member_range,axiom,
    iext(uri_rdfs_range,uri_rdfs_member,uri_rdfs_Resource),
    input ).

fof(rdfs_container_member_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdfs_member,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_member_range]) ).

fof(rdfs_container_member_domain,axiom,
    iext(uri_rdfs_domain,uri_rdfs_member,uri_rdfs_Resource),
    input ).

fof(rdfs_container_member_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdfs_member,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_member_domain]) ).

fof(rdfs_container_containermembershipproperty_sub,axiom,
    iext(uri_rdfs_subClassOf,uri_rdfs_ContainerMembershipProperty,uri_rdf_Property),
    input ).

fof(rdfs_container_containermembershipproperty_sub_0,plain,
    ( iext(uri_rdfs_subClassOf,uri_rdfs_ContainerMembershipProperty,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_containermembershipproperty_sub]) ).

fof(rdfs_container_containermembershipproperty_instsub_member,axiom,
    ! [P] :
      ( icext(uri_rdfs_ContainerMembershipProperty,P)
     => iext(uri_rdfs_subPropertyOf,P,uri_rdfs_member) ),
    input ).

fof(rdfs_container_containermembershipproperty_instsub_member_0,plain,
    ! [P] :
      ( ~ icext(uri_rdfs_ContainerMembershipProperty,P)
      | iext(uri_rdfs_subPropertyOf,P,uri_rdfs_member) ),
    inference(orientation,[status(thm)],[rdfs_container_containermembershipproperty_instsub_member]) ).

fof(rdfs_container_bag_sub,axiom,
    iext(uri_rdfs_subClassOf,uri_rdf_Bag,uri_rdfs_Container),
    input ).

fof(rdfs_container_bag_sub_0,plain,
    ( iext(uri_rdfs_subClassOf,uri_rdf_Bag,uri_rdfs_Container)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_bag_sub]) ).

fof(rdfs_container_alt_sub,axiom,
    iext(uri_rdfs_subClassOf,uri_rdf_Alt,uri_rdfs_Container),
    input ).

fof(rdfs_container_alt_sub_0,plain,
    ( iext(uri_rdfs_subClassOf,uri_rdf_Alt,uri_rdfs_Container)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_container_alt_sub]) ).

fof(rdfs_collection_rest_range,axiom,
    iext(uri_rdfs_range,uri_rdf_rest,uri_rdf_List),
    input ).

fof(rdfs_collection_rest_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdf_rest,uri_rdf_List)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_collection_rest_range]) ).

fof(rdfs_collection_rest_domain,axiom,
    iext(uri_rdfs_domain,uri_rdf_rest,uri_rdf_List),
    input ).

fof(rdfs_collection_rest_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdf_rest,uri_rdf_List)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_collection_rest_domain]) ).

fof(rdfs_collection_first_range,axiom,
    iext(uri_rdfs_range,uri_rdf_first,uri_rdfs_Resource),
    input ).

fof(rdfs_collection_first_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdf_first,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_collection_first_range]) ).

fof(rdfs_collection_first_domain,axiom,
    iext(uri_rdfs_domain,uri_rdf_first,uri_rdf_List),
    input ).

fof(rdfs_collection_first_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdf_first,uri_rdf_List)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_collection_first_domain]) ).

fof(rdfs_class_instsub_resource,axiom,
    ! [C] :
      ( ic(C)
     => iext(uri_rdfs_subClassOf,C,uri_rdfs_Resource) ),
    input ).

fof(rdfs_class_instsub_resource_0,plain,
    ! [C] :
      ( ~ ic(C)
      | iext(uri_rdfs_subClassOf,C,uri_rdfs_Resource) ),
    inference(orientation,[status(thm)],[rdfs_class_instsub_resource]) ).

fof(rdfs_cext_def,axiom,
    ! [X,C] :
      ( iext(uri_rdf_type,X,C)
    <=> icext(C,X) ),
    input ).

fof(rdfs_cext_def_0,plain,
    ! [C,X] :
      ( iext(uri_rdf_type,X,C)
      | ~ icext(C,X) ),
    inference(orientation,[status(thm)],[rdfs_cext_def]) ).

fof(rdfs_cext_def_1,plain,
    ! [C,X] :
      ( ~ iext(uri_rdf_type,X,C)
      | icext(C,X) ),
    inference(orientation,[status(thm)],[rdfs_cext_def]) ).

fof(rdfs_annotation_seealso_range,axiom,
    iext(uri_rdfs_range,uri_rdfs_seeAlso,uri_rdfs_Resource),
    input ).

fof(rdfs_annotation_seealso_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdfs_seeAlso,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_annotation_seealso_range]) ).

fof(rdfs_annotation_seealso_domain,axiom,
    iext(uri_rdfs_domain,uri_rdfs_seeAlso,uri_rdfs_Resource),
    input ).

fof(rdfs_annotation_seealso_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdfs_seeAlso,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_annotation_seealso_domain]) ).

fof(rdfs_annotation_label_range,axiom,
    iext(uri_rdfs_range,uri_rdfs_label,uri_rdfs_Literal),
    input ).

fof(rdfs_annotation_label_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdfs_label,uri_rdfs_Literal)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_annotation_label_range]) ).

fof(rdfs_annotation_label_domain,axiom,
    iext(uri_rdfs_domain,uri_rdfs_label,uri_rdfs_Resource),
    input ).

fof(rdfs_annotation_label_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdfs_label,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_annotation_label_domain]) ).

fof(rdfs_annotation_isdefinedby_sub,axiom,
    iext(uri_rdfs_subPropertyOf,uri_rdfs_isDefinedBy,uri_rdfs_seeAlso),
    input ).

fof(rdfs_annotation_isdefinedby_sub_0,plain,
    ( iext(uri_rdfs_subPropertyOf,uri_rdfs_isDefinedBy,uri_rdfs_seeAlso)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_annotation_isdefinedby_sub]) ).

fof(rdfs_annotation_isdefinedby_range,axiom,
    iext(uri_rdfs_range,uri_rdfs_isDefinedBy,uri_rdfs_Resource),
    input ).

fof(rdfs_annotation_isdefinedby_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdfs_isDefinedBy,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_annotation_isdefinedby_range]) ).

fof(rdfs_annotation_isdefinedby_domain,axiom,
    iext(uri_rdfs_domain,uri_rdfs_isDefinedBy,uri_rdfs_Resource),
    input ).

fof(rdfs_annotation_isdefinedby_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdfs_isDefinedBy,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_annotation_isdefinedby_domain]) ).

fof(rdfs_annotation_comment_range,axiom,
    iext(uri_rdfs_range,uri_rdfs_comment,uri_rdfs_Literal),
    input ).

fof(rdfs_annotation_comment_range_0,plain,
    ( iext(uri_rdfs_range,uri_rdfs_comment,uri_rdfs_Literal)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_annotation_comment_range]) ).

fof(rdfs_annotation_comment_domain,axiom,
    iext(uri_rdfs_domain,uri_rdfs_comment,uri_rdfs_Resource),
    input ).

fof(rdfs_annotation_comment_domain_0,plain,
    ( iext(uri_rdfs_domain,uri_rdfs_comment,uri_rdfs_Resource)
    | $false ),
    inference(orientation,[status(thm)],[rdfs_annotation_comment_domain]) ).

fof(rdf_value_type,axiom,
    iext(uri_rdf_type,uri_rdf_type,uri_rdf_Property),
    input ).

fof(rdf_value_type_0,plain,
    ( iext(uri_rdf_type,uri_rdf_type,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdf_value_type]) ).

fof(rdf_type_type,axiom,
    iext(uri_rdf_type,uri_rdf_type,uri_rdf_Property),
    input ).

fof(rdf_type_type_0,plain,
    ( iext(uri_rdf_type,uri_rdf_type,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdf_type_type]) ).

fof(rdf_type_ip,axiom,
    ! [P] :
      ( iext(uri_rdf_type,P,uri_rdf_Property)
    <=> ip(P) ),
    input ).

fof(rdf_type_ip_0,plain,
    ! [P] :
      ( iext(uri_rdf_type,P,uri_rdf_Property)
      | ~ ip(P) ),
    inference(orientation,[status(thm)],[rdf_type_ip]) ).

fof(rdf_type_ip_1,plain,
    ! [P] :
      ( ~ iext(uri_rdf_type,P,uri_rdf_Property)
      | ip(P) ),
    inference(orientation,[status(thm)],[rdf_type_ip]) ).

fof(rdf_reification_subject_type,axiom,
    iext(uri_rdf_type,uri_rdf_subject,uri_rdf_Property),
    input ).

fof(rdf_reification_subject_type_0,plain,
    ( iext(uri_rdf_type,uri_rdf_subject,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdf_reification_subject_type]) ).

fof(rdf_reification_predicate_type,axiom,
    iext(uri_rdf_type,uri_rdf_value,uri_rdf_Property),
    input ).

fof(rdf_reification_predicate_type_0,plain,
    ( iext(uri_rdf_type,uri_rdf_value,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdf_reification_predicate_type]) ).

fof(rdf_reification_object_type,axiom,
    iext(uri_rdf_type,uri_rdf_object,uri_rdf_Property),
    input ).

fof(rdf_reification_object_type_0,plain,
    ( iext(uri_rdf_type,uri_rdf_object,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdf_reification_object_type]) ).

fof(rdf_container_n_type_003,axiom,
    iext(uri_rdf_type,uri_rdf__3,uri_rdf_Property),
    input ).

fof(rdf_container_n_type_003_0,plain,
    ( iext(uri_rdf_type,uri_rdf__3,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdf_container_n_type_003]) ).

fof(rdf_container_n_type_002,axiom,
    iext(uri_rdf_type,uri_rdf__2,uri_rdf_Property),
    input ).

fof(rdf_container_n_type_002_0,plain,
    ( iext(uri_rdf_type,uri_rdf__2,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdf_container_n_type_002]) ).

fof(rdf_container_n_type_001,axiom,
    iext(uri_rdf_type,uri_rdf__1,uri_rdf_Property),
    input ).

fof(rdf_container_n_type_001_0,plain,
    ( iext(uri_rdf_type,uri_rdf__1,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdf_container_n_type_001]) ).

fof(rdf_collection_rest_type,axiom,
    iext(uri_rdf_type,uri_rdf_rest,uri_rdf_Property),
    input ).

fof(rdf_collection_rest_type_0,plain,
    ( iext(uri_rdf_type,uri_rdf_rest,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdf_collection_rest_type]) ).

fof(rdf_collection_nil_type,axiom,
    iext(uri_rdf_type,uri_rdf_nil,uri_rdf_List),
    input ).

fof(rdf_collection_nil_type_0,plain,
    ( iext(uri_rdf_type,uri_rdf_nil,uri_rdf_List)
    | $false ),
    inference(orientation,[status(thm)],[rdf_collection_nil_type]) ).

fof(rdf_collection_first_type,axiom,
    iext(uri_rdf_type,uri_rdf_first,uri_rdf_Property),
    input ).

fof(rdf_collection_first_type_0,plain,
    ( iext(uri_rdf_type,uri_rdf_first,uri_rdf_Property)
    | $false ),
    inference(orientation,[status(thm)],[rdf_collection_first_type]) ).

fof(owl_rdfsext_subpropertyof,axiom,
    ! [P1,P2] :
      ( iext(uri_rdfs_subPropertyOf,P1,P2)
    <=> ( ip(P1)
        & ip(P2)
        & ! [X,Y] :
            ( iext(P1,X,Y)
           => iext(P2,X,Y) ) ) ),
    input ).

fof(owl_rdfsext_subpropertyof_0,plain,
    ! [P1,P2] :
      ( iext(uri_rdfs_subPropertyOf,P1,P2)
      | ~ ( ip(P1)
          & ip(P2)
          & ! [X,Y] :
              ( iext(P1,X,Y)
             => iext(P2,X,Y) ) ) ),
    inference(orientation,[status(thm)],[owl_rdfsext_subpropertyof]) ).

fof(owl_rdfsext_subpropertyof_1,plain,
    ! [P1,P2] :
      ( ~ iext(uri_rdfs_subPropertyOf,P1,P2)
      | ( ip(P1)
        & ip(P2)
        & ! [X,Y] :
            ( iext(P1,X,Y)
           => iext(P2,X,Y) ) ) ),
    inference(orientation,[status(thm)],[owl_rdfsext_subpropertyof]) ).

fof(owl_rdfsext_subclassof,axiom,
    ! [C1,C2] :
      ( iext(uri_rdfs_subClassOf,C1,C2)
    <=> ( ic(C1)
        & ic(C2)
        & ! [X] :
            ( icext(C1,X)
           => icext(C2,X) ) ) ),
    input ).

fof(owl_rdfsext_subclassof_0,plain,
    ! [C1,C2] :
      ( iext(uri_rdfs_subClassOf,C1,C2)
      | ~ ( ic(C1)
          & ic(C2)
          & ! [X] :
              ( icext(C1,X)
             => icext(C2,X) ) ) ),
    inference(orientation,[status(thm)],[owl_rdfsext_subclassof]) ).

fof(owl_rdfsext_subclassof_1,plain,
    ! [C1,C2] :
      ( ~ iext(uri_rdfs_subClassOf,C1,C2)
      | ( ic(C1)
        & ic(C2)
        & ! [X] :
            ( icext(C1,X)
           => icext(C2,X) ) ) ),
    inference(orientation,[status(thm)],[owl_rdfsext_subclassof]) ).

fof(owl_rdfsext_range,axiom,
    ! [P,C] :
      ( iext(uri_rdfs_range,P,C)
    <=> ( ip(P)
        & ip(C)
        & ! [X,Y] :
            ( iext(P,X,Y)
           => icext(C,Y) ) ) ),
    input ).

fof(owl_rdfsext_range_0,plain,
    ! [C,P] :
      ( iext(uri_rdfs_range,P,C)
      | ~ ( ip(P)
          & ip(C)
          & ! [X,Y] :
              ( iext(P,X,Y)
             => icext(C,Y) ) ) ),
    inference(orientation,[status(thm)],[owl_rdfsext_range]) ).

fof(owl_rdfsext_range_1,plain,
    ! [C,P] :
      ( ~ iext(uri_rdfs_range,P,C)
      | ( ip(P)
        & ip(C)
        & ! [X,Y] :
            ( iext(P,X,Y)
           => icext(C,Y) ) ) ),
    inference(orientation,[status(thm)],[owl_rdfsext_range]) ).

fof(owl_rdfsext_domain,axiom,
    ! [P,C] :
      ( iext(uri_rdfs_domain,P,C)
    <=> ( ip(P)
        & ic(C)
        & ! [X,Y] :
            ( iext(P,X,Y)
           => icext(C,X) ) ) ),
    input ).

fof(owl_rdfsext_domain_0,plain,
    ! [C,P] :
      ( iext(uri_rdfs_domain,P,C)
      | ~ ( ip(P)
          & ic(C)
          & ! [X,Y] :
              ( iext(P,X,Y)
             => icext(C,X) ) ) ),
    inference(orientation,[status(thm)],[owl_rdfsext_domain]) ).

fof(owl_rdfsext_domain_1,plain,
    ! [C,P] :
      ( ~ iext(uri_rdfs_domain,P,C)
      | ( ip(P)
        & ic(C)
        & ! [X,Y] :
            ( iext(P,X,Y)
           => icext(C,X) ) ) ),
    inference(orientation,[status(thm)],[owl_rdfsext_domain]) ).

fof(owl_prop_unionof_type,axiom,
    ip(uri_owl_unionOf),
    input ).

fof(owl_prop_unionof_type_0,plain,
    ( ip(uri_owl_unionOf)
    | $false ),
    inference(orientation,[status(thm)],[owl_prop_unionof_type]) ).

fof(owl_prop_unionof_ext,axiom,
    ! [X,Y] :
      ( iext(uri_owl_unionOf,X,Y)
     => ( ic(X)
        & icext(uri_rdf_List,Y) ) ),
    input ).

fof(owl_prop_unionof_ext_0,plain,
    ! [X,Y] :
      ( ~ iext(uri_owl_unionOf,X,Y)
      | ( ic(X)
        & icext(uri_rdf_List,Y) ) ),
    inference(orientation,[status(thm)],[owl_prop_unionof_ext]) ).

fof(owl_prop_somevaluesfrom_type,axiom,
    ip(uri_owl_someValuesFrom),
    input ).

fof(owl_prop_somevaluesfrom_type_0,plain,
    ( ip(uri_owl_someValuesFrom)
    | $false ),
    inference(orientation,[status(thm)],[owl_prop_somevaluesfrom_type]) ).

fof(owl_prop_somevaluesfrom_ext,axiom,
    ! [X,Y] :
      ( iext(uri_owl_someValuesFrom,X,Y)
     => ( icext(uri_owl_Restriction,X)
        & ic(Y) ) ),
    input ).

fof(owl_prop_somevaluesfrom_ext_0,plain,
    ! [X,Y] :
      ( ~ iext(uri_owl_someValuesFrom,X,Y)
      | ( icext(uri_owl_Restriction,X)
        & ic(Y) ) ),
    inference(orientation,[status(thm)],[owl_prop_somevaluesfrom_ext]) ).

fof(owl_prop_onproperty_type,axiom,
    ip(uri_owl_onProperty),
    input ).

fof(owl_prop_onproperty_type_0,plain,
    ( ip(uri_owl_onProperty)
    | $false ),
    inference(orientation,[status(thm)],[owl_prop_onproperty_type]) ).

fof(owl_prop_onproperty_ext,axiom,
    ! [X,Y] :
      ( iext(uri_owl_onProperty,X,Y)
     => ( icext(uri_owl_Restriction,X)
        & ip(Y) ) ),
    input ).

fof(owl_prop_onproperty_ext_0,plain,
    ! [X,Y] :
      ( ~ iext(uri_owl_onProperty,X,Y)
      | ( icext(uri_owl_Restriction,X)
        & ip(Y) ) ),
    inference(orientation,[status(thm)],[owl_prop_onproperty_ext]) ).

fof(owl_prop_intersectionof_type,axiom,
    ip(uri_owl_intersectionOf),
    input ).

fof(owl_prop_intersectionof_type_0,plain,
    ( ip(uri_owl_intersectionOf)
    | $false ),
    inference(orientation,[status(thm)],[owl_prop_intersectionof_type]) ).

fof(owl_prop_intersectionof_ext,axiom,
    ! [X,Y] :
      ( iext(uri_owl_intersectionOf,X,Y)
     => ( ic(X)
        & icext(uri_rdf_List,Y) ) ),
    input ).

fof(owl_prop_intersectionof_ext_0,plain,
    ! [X,Y] :
      ( ~ iext(uri_owl_intersectionOf,X,Y)
      | ( ic(X)
        & icext(uri_rdf_List,Y) ) ),
    inference(orientation,[status(thm)],[owl_prop_intersectionof_ext]) ).

fof(owl_prop_hasvalue_type,axiom,
    ip(uri_owl_hasValue),
    input ).

fof(owl_prop_hasvalue_type_0,plain,
    ( ip(uri_owl_hasValue)
    | $false ),
    inference(orientation,[status(thm)],[owl_prop_hasvalue_type]) ).

fof(owl_prop_hasvalue_ext,axiom,
    ! [X,Y] :
      ( iext(uri_owl_hasValue,X,Y)
     => ( icext(uri_owl_Restriction,X)
        & ir(Y) ) ),
    input ).

fof(owl_prop_hasvalue_ext_0,plain,
    ! [X,Y] :
      ( ~ iext(uri_owl_hasValue,X,Y)
      | ( icext(uri_owl_Restriction,X)
        & ir(Y) ) ),
    inference(orientation,[status(thm)],[owl_prop_hasvalue_ext]) ).

fof(owl_prop_complementof_type,axiom,
    ip(uri_owl_complementOf),
    input ).

fof(owl_prop_complementof_type_0,plain,
    ( ip(uri_owl_complementOf)
    | $false ),
    inference(orientation,[status(thm)],[owl_prop_complementof_type]) ).

fof(owl_prop_complementof_ext,axiom,
    ! [X,Y] :
      ( iext(uri_owl_complementOf,X,Y)
     => ( ic(X)
        & ic(Y) ) ),
    input ).

fof(owl_prop_complementof_ext_0,plain,
    ! [X,Y] :
      ( ~ iext(uri_owl_complementOf,X,Y)
      | ( ic(X)
        & ic(Y) ) ),
    inference(orientation,[status(thm)],[owl_prop_complementof_ext]) ).

fof(owl_prop_allvaluesfrom_type,axiom,
    ip(uri_owl_allValuesFrom),
    input ).

fof(owl_prop_allvaluesfrom_type_0,plain,
    ( ip(uri_owl_allValuesFrom)
    | $false ),
    inference(orientation,[status(thm)],[owl_prop_allvaluesfrom_type]) ).

fof(owl_prop_allvaluesfrom_ext,axiom,
    ! [X,Y] :
      ( iext(uri_owl_allValuesFrom,X,Y)
     => ( icext(uri_owl_Restriction,X)
        & ic(Y) ) ),
    input ).

fof(owl_prop_allvaluesfrom_ext_0,plain,
    ! [X,Y] :
      ( ~ iext(uri_owl_allValuesFrom,X,Y)
      | ( icext(uri_owl_Restriction,X)
        & ic(Y) ) ),
    inference(orientation,[status(thm)],[owl_prop_allvaluesfrom_ext]) ).

fof(owl_parts_lv_def,axiom,
    ! [X] :
      ( lv(X)
    <=> iext(uri_rdf_type,X,uri_rdfs_Literal) ),
    input ).

fof(owl_parts_lv_def_0,plain,
    ! [X] :
      ( lv(X)
      | ~ iext(uri_rdf_type,X,uri_rdfs_Literal) ),
    inference(orientation,[status(thm)],[owl_parts_lv_def]) ).

fof(owl_parts_lv_def_1,plain,
    ! [X] :
      ( ~ lv(X)
      | iext(uri_rdf_type,X,uri_rdfs_Literal) ),
    inference(orientation,[status(thm)],[owl_parts_lv_def]) ).

fof(owl_parts_lv_cond_set,axiom,
    ! [X] :
      ( lv(X)
     => ir(X) ),
    input ).

fof(owl_parts_lv_cond_set_0,plain,
    ! [X] :
      ( ~ lv(X)
      | ir(X) ),
    inference(orientation,[status(thm)],[owl_parts_lv_cond_set]) ).

fof(owl_parts_ix_def,axiom,
    ! [X] :
      ( ix(X)
    <=> iext(uri_rdf_type,X,uri_owl_Ontology) ),
    input ).

fof(owl_parts_ix_def_0,plain,
    ! [X] :
      ( ix(X)
      | ~ iext(uri_rdf_type,X,uri_owl_Ontology) ),
    inference(orientation,[status(thm)],[owl_parts_ix_def]) ).

fof(owl_parts_ix_def_1,plain,
    ! [X] :
      ( ~ ix(X)
      | iext(uri_rdf_type,X,uri_owl_Ontology) ),
    inference(orientation,[status(thm)],[owl_parts_ix_def]) ).

fof(owl_parts_ix_cond_set,axiom,
    ! [X] :
      ( ix(X)
     => ir(X) ),
    input ).

fof(owl_parts_ix_cond_set_0,plain,
    ! [X] :
      ( ~ ix(X)
      | ir(X) ),
    inference(orientation,[status(thm)],[owl_parts_ix_cond_set]) ).

fof(owl_parts_ir_def,axiom,
    ! [X] :
      ( ir(X)
    <=> iext(uri_rdf_type,X,uri_rdfs_Resource) ),
    input ).

fof(owl_parts_ir_def_0,plain,
    ! [X] :
      ( ir(X)
      | ~ iext(uri_rdf_type,X,uri_rdfs_Resource) ),
    inference(orientation,[status(thm)],[owl_parts_ir_def]) ).

fof(owl_parts_ir_def_1,plain,
    ! [X] :
      ( ~ ir(X)
      | iext(uri_rdf_type,X,uri_rdfs_Resource) ),
    inference(orientation,[status(thm)],[owl_parts_ir_def]) ).

fof(owl_parts_ip_def,axiom,
    ! [X] :
      ( ip(X)
    <=> iext(uri_rdf_type,X,uri_rdf_Property) ),
    input ).

fof(owl_parts_ip_def_0,plain,
    ! [X] :
      ( ip(X)
      | ~ iext(uri_rdf_type,X,uri_rdf_Property) ),
    inference(orientation,[status(thm)],[owl_parts_ip_def]) ).

fof(owl_parts_ip_def_1,plain,
    ! [X] :
      ( ~ ip(X)
      | iext(uri_rdf_type,X,uri_rdf_Property) ),
    inference(orientation,[status(thm)],[owl_parts_ip_def]) ).

fof(owl_parts_ip_cond_set,axiom,
    ! [X] :
      ( ip(X)
     => ir(X) ),
    input ).

fof(owl_parts_ip_cond_set_0,plain,
    ! [X] :
      ( ~ ip(X)
      | ir(X) ),
    inference(orientation,[status(thm)],[owl_parts_ip_cond_set]) ).

fof(owl_parts_ip_cond_inst,axiom,
    ! [X] :
      ( ip(X)
     => ! [Y,Z] :
          ( iext(X,Y,Z)
         => ( ir(Y)
            & ir(Z) ) ) ),
    input ).

fof(owl_parts_ip_cond_inst_0,plain,
    ! [X] :
      ( ~ ip(X)
      | ! [Y,Z] :
          ( iext(X,Y,Z)
         => ( ir(Y)
            & ir(Z) ) ) ),
    inference(orientation,[status(thm)],[owl_parts_ip_cond_inst]) ).

fof(owl_parts_ioxp_def,axiom,
    ! [X] :
      ( ioxp(X)
    <=> iext(uri_rdf_type,X,uri_owl_OntologyProperty) ),
    input ).

fof(owl_parts_ioxp_def_0,plain,
    ! [X] :
      ( ioxp(X)
      | ~ iext(uri_rdf_type,X,uri_owl_OntologyProperty) ),
    inference(orientation,[status(thm)],[owl_parts_ioxp_def]) ).

fof(owl_parts_ioxp_def_1,plain,
    ! [X] :
      ( ~ ioxp(X)
      | iext(uri_rdf_type,X,uri_owl_OntologyProperty) ),
    inference(orientation,[status(thm)],[owl_parts_ioxp_def]) ).

fof(owl_parts_ioxp_cond_set,axiom,
    ! [X] :
      ( ioxp(X)
     => ip(X) ),
    input ).

fof(owl_parts_ioxp_cond_set_0,plain,
    ! [X] :
      ( ~ ioxp(X)
      | ip(X) ),
    inference(orientation,[status(thm)],[owl_parts_ioxp_cond_set]) ).

fof(owl_parts_ioxp_cond_inst,axiom,
    ! [X] :
      ( ioxp(X)
     => ! [Y,Z] :
          ( iext(X,Y,Z)
         => ( ix(Y)
            & ix(Z) ) ) ),
    input ).

fof(owl_parts_ioxp_cond_inst_0,plain,
    ! [X] :
      ( ~ ioxp(X)
      | ! [Y,Z] :
          ( iext(X,Y,Z)
         => ( ix(Y)
            & ix(Z) ) ) ),
    inference(orientation,[status(thm)],[owl_parts_ioxp_cond_inst]) ).

fof(owl_parts_iodp_def,axiom,
    ! [X] :
      ( iodp(X)
    <=> iext(uri_rdf_type,X,uri_owl_DatatypeProperty) ),
    input ).

fof(owl_parts_iodp_def_0,plain,
    ! [X] :
      ( iodp(X)
      | ~ iext(uri_rdf_type,X,uri_owl_DatatypeProperty) ),
    inference(orientation,[status(thm)],[owl_parts_iodp_def]) ).

fof(owl_parts_iodp_def_1,plain,
    ! [X] :
      ( ~ iodp(X)
      | iext(uri_rdf_type,X,uri_owl_DatatypeProperty) ),
    inference(orientation,[status(thm)],[owl_parts_iodp_def]) ).

fof(owl_parts_iodp_cond_set,axiom,
    ! [X] :
      ( iodp(X)
     => ip(X) ),
    input ).

fof(owl_parts_iodp_cond_set_0,plain,
    ! [X] :
      ( ~ iodp(X)
      | ip(X) ),
    inference(orientation,[status(thm)],[owl_parts_iodp_cond_set]) ).

fof(owl_parts_iodp_cond_inst,axiom,
    ! [X] :
      ( iodp(X)
     => ! [Y,Z] :
          ( iext(X,Y,Z)
         => ( ir(Y)
            & lv(Z) ) ) ),
    input ).

fof(owl_parts_iodp_cond_inst_0,plain,
    ! [X] :
      ( ~ iodp(X)
      | ! [Y,Z] :
          ( iext(X,Y,Z)
         => ( ir(Y)
            & lv(Z) ) ) ),
    inference(orientation,[status(thm)],[owl_parts_iodp_cond_inst]) ).

fof(owl_parts_ioap_def,axiom,
    ! [X] :
      ( ioap(X)
    <=> iext(uri_rdf_type,X,uri_owl_AnnotationProperty) ),
    input ).

fof(owl_parts_ioap_def_0,plain,
    ! [X] :
      ( ioap(X)
      | ~ iext(uri_rdf_type,X,uri_owl_AnnotationProperty) ),
    inference(orientation,[status(thm)],[owl_parts_ioap_def]) ).

fof(owl_parts_ioap_def_1,plain,
    ! [X] :
      ( ~ ioap(X)
      | iext(uri_rdf_type,X,uri_owl_AnnotationProperty) ),
    inference(orientation,[status(thm)],[owl_parts_ioap_def]) ).

fof(owl_parts_ioap_cond_set,axiom,
    ! [X] :
      ( ioap(X)
     => ip(X) ),
    input ).

fof(owl_parts_ioap_cond_set_0,plain,
    ! [X] :
      ( ~ ioap(X)
      | ip(X) ),
    inference(orientation,[status(thm)],[owl_parts_ioap_cond_set]) ).

fof(owl_parts_ioap_cond_inst,axiom,
    ! [X] :
      ( ioap(X)
     => ! [Y,Z] :
          ( iext(X,Y,Z)
         => ( ir(Y)
            & ir(Z) ) ) ),
    input ).

fof(owl_parts_ioap_cond_inst_0,plain,
    ! [X] :
      ( ~ ioap(X)
      | ! [Y,Z] :
          ( iext(X,Y,Z)
         => ( ir(Y)
            & ir(Z) ) ) ),
    inference(orientation,[status(thm)],[owl_parts_ioap_cond_inst]) ).

fof(owl_parts_idc_def,axiom,
    ! [X] :
      ( idc(X)
    <=> iext(uri_rdf_type,X,uri_rdfs_Datatype) ),
    input ).

fof(owl_parts_idc_def_0,plain,
    ! [X] :
      ( idc(X)
      | ~ iext(uri_rdf_type,X,uri_rdfs_Datatype) ),
    inference(orientation,[status(thm)],[owl_parts_idc_def]) ).

fof(owl_parts_idc_def_1,plain,
    ! [X] :
      ( ~ idc(X)
      | iext(uri_rdf_type,X,uri_rdfs_Datatype) ),
    inference(orientation,[status(thm)],[owl_parts_idc_def]) ).

fof(owl_parts_idc_cond_set,axiom,
    ! [X] :
      ( idc(X)
     => ic(X) ),
    input ).

fof(owl_parts_idc_cond_set_0,plain,
    ! [X] :
      ( ~ idc(X)
      | ic(X) ),
    inference(orientation,[status(thm)],[owl_parts_idc_cond_set]) ).

fof(owl_parts_idc_cond_inst,axiom,
    ! [X] :
      ( idc(X)
     => ! [Y] :
          ( icext(X,Y)
         => lv(Y) ) ),
    input ).

fof(owl_parts_idc_cond_inst_0,plain,
    ! [X] :
      ( ~ idc(X)
      | ! [Y] :
          ( icext(X,Y)
         => lv(Y) ) ),
    inference(orientation,[status(thm)],[owl_parts_idc_cond_inst]) ).

fof(owl_parts_ic_def,axiom,
    ! [X] :
      ( ic(X)
    <=> iext(uri_rdf_type,X,uri_rdfs_Class) ),
    input ).

fof(owl_parts_ic_def_0,plain,
    ! [X] :
      ( ic(X)
      | ~ iext(uri_rdf_type,X,uri_rdfs_Class) ),
    inference(orientation,[status(thm)],[owl_parts_ic_def]) ).

fof(owl_parts_ic_def_1,plain,
    ! [X] :
      ( ~ ic(X)
      | iext(uri_rdf_type,X,uri_rdfs_Class) ),
    inference(orientation,[status(thm)],[owl_parts_ic_def]) ).

fof(owl_parts_ic_cond_set,axiom,
    ! [X] :
      ( ic(X)
     => ir(X) ),
    input ).

fof(owl_parts_ic_cond_set_0,plain,
    ! [X] :
      ( ~ ic(X)
      | ir(X) ),
    inference(orientation,[status(thm)],[owl_parts_ic_cond_set]) ).

fof(owl_parts_ic_cond_inst,axiom,
    ! [X] :
      ( ic(X)
     => ! [Y] :
          ( icext(X,Y)
         => ir(Y) ) ),
    input ).

fof(owl_parts_ic_cond_inst_0,plain,
    ! [X] :
      ( ~ ic(X)
      | ! [Y] :
          ( icext(X,Y)
         => ir(Y) ) ),
    inference(orientation,[status(thm)],[owl_parts_ic_cond_inst]) ).

fof(owl_class_thing_type,axiom,
    ic(uri_owl_Thing),
    input ).

fof(owl_class_thing_type_0,plain,
    ( ic(uri_owl_Thing)
    | $false ),
    inference(orientation,[status(thm)],[owl_class_thing_type]) ).

fof(owl_class_thing_ext,axiom,
    ! [X] :
      ( icext(uri_owl_Thing,X)
    <=> ir(X) ),
    input ).

fof(owl_class_thing_ext_0,plain,
    ! [X] :
      ( icext(uri_owl_Thing,X)
      | ~ ir(X) ),
    inference(orientation,[status(thm)],[owl_class_thing_ext]) ).

fof(owl_class_thing_ext_1,plain,
    ! [X] :
      ( ~ icext(uri_owl_Thing,X)
      | ir(X) ),
    inference(orientation,[status(thm)],[owl_class_thing_ext]) ).

fof(owl_class_nothing_type,axiom,
    ic(uri_owl_Nothing),
    input ).

fof(owl_class_nothing_type_0,plain,
    ( ic(uri_owl_Nothing)
    | $false ),
    inference(orientation,[status(thm)],[owl_class_nothing_type]) ).

fof(owl_class_nothing_ext,axiom,
    ! [X] : ~ icext(uri_owl_Nothing,X),
    input ).

fof(owl_class_nothing_ext_0,plain,
    ! [X] :
      ( ~ icext(uri_owl_Nothing,X)
      | $false ),
    inference(orientation,[status(thm)],[owl_class_nothing_ext]) ).

fof(owl_bool_unionof_class_000,axiom,
    ! [Z] :
      ( iext(uri_owl_unionOf,Z,uri_rdf_nil)
    <=> ( ic(Z)
        & ! [X] : ~ icext(Z,X) ) ),
    input ).

fof(owl_bool_unionof_class_000_0,plain,
    ! [Z] :
      ( iext(uri_owl_unionOf,Z,uri_rdf_nil)
      | ~ ( ic(Z)
          & ! [X] : ~ icext(Z,X) ) ),
    inference(orientation,[status(thm)],[owl_bool_unionof_class_000]) ).

fof(owl_bool_unionof_class_000_1,plain,
    ! [Z] :
      ( ~ iext(uri_owl_unionOf,Z,uri_rdf_nil)
      | ( ic(Z)
        & ! [X] : ~ icext(Z,X) ) ),
    inference(orientation,[status(thm)],[owl_bool_unionof_class_000]) ).

fof(owl_bool_intersectionof_class_000,axiom,
    ! [Z] :
      ( iext(uri_owl_intersectionOf,Z,uri_rdf_nil)
    <=> ( ic(Z)
        & ! [X] :
            ( icext(Z,X)
          <=> ir(X) ) ) ),
    input ).

fof(owl_bool_intersectionof_class_000_0,plain,
    ! [Z] :
      ( iext(uri_owl_intersectionOf,Z,uri_rdf_nil)
      | ~ ( ic(Z)
          & ! [X] :
              ( icext(Z,X)
            <=> ir(X) ) ) ),
    inference(orientation,[status(thm)],[owl_bool_intersectionof_class_000]) ).

fof(owl_bool_intersectionof_class_000_1,plain,
    ! [Z] :
      ( ~ iext(uri_owl_intersectionOf,Z,uri_rdf_nil)
      | ( ic(Z)
        & ! [X] :
            ( icext(Z,X)
          <=> ir(X) ) ) ),
    inference(orientation,[status(thm)],[owl_bool_intersectionof_class_000]) ).

fof(owl_bool_complementof_class,axiom,
    ! [Z,C] :
      ( iext(uri_owl_complementOf,Z,C)
     => ( ic(Z)
        & ic(C)
        & ! [X] :
            ( icext(Z,X)
          <=> ~ icext(C,X) ) ) ),
    input ).

fof(owl_bool_complementof_class_0,plain,
    ! [C,Z] :
      ( ~ iext(uri_owl_complementOf,Z,C)
      | ( ic(Z)
        & ic(C)
        & ! [X] :
            ( icext(Z,X)
          <=> ~ icext(C,X) ) ) ),
    inference(orientation,[status(thm)],[owl_bool_complementof_class]) ).

fof(def_lhs_atom1,axiom,
    ! [Z,C] :
      ( lhs_atom1(Z,C)
    <=> ~ iext(uri_owl_complementOf,Z,C) ),
    inference(definition,[],]) ).

fof(to_be_clausified_0,plain,
    ! [C,Z] :
      ( lhs_atom1(Z,C)
      | ( ic(Z)
        & ic(C)
        & ! [X] :
            ( icext(Z,X)
          <=> ~ icext(C,X) ) ) ),
    inference(fold_definition,[status(thm)],[owl_bool_complementof_class_0,def_lhs_atom1]) ).

fof(def_lhs_atom2,axiom,
    ! [Z] :
      ( lhs_atom2(Z)
    <=> ~ iext(uri_owl_intersectionOf,Z,uri_rdf_nil) ),
    inference(definition,[],]) ).

fof(to_be_clausified_1,plain,
    ! [Z] :
      ( lhs_atom2(Z)
      | ( ic(Z)
        & ! [X] :
            ( icext(Z,X)
          <=> ir(X) ) ) ),
    inference(fold_definition,[status(thm)],[owl_bool_intersectionof_class_000_1,def_lhs_atom2]) ).

fof(def_lhs_atom3,axiom,
    ! [Z] :
      ( lhs_atom3(Z)
    <=> iext(uri_owl_intersectionOf,Z,uri_rdf_nil) ),
    inference(definition,[],]) ).

fof(to_be_clausified_2,plain,
    ! [Z] :
      ( lhs_atom3(Z)
      | ~ ( ic(Z)
          & ! [X] :
              ( icext(Z,X)
            <=> ir(X) ) ) ),
    inference(fold_definition,[status(thm)],[owl_bool_intersectionof_class_000_0,def_lhs_atom3]) ).

fof(def_lhs_atom4,axiom,
    ! [Z] :
      ( lhs_atom4(Z)
    <=> ~ iext(uri_owl_unionOf,Z,uri_rdf_nil) ),
    inference(definition,[],]) ).

fof(to_be_clausified_3,plain,
    ! [Z] :
      ( lhs_atom4(Z)
      | ( ic(Z)
        & ! [X] : ~ icext(Z,X) ) ),
    inference(fold_definition,[status(thm)],[owl_bool_unionof_class_000_1,def_lhs_atom4]) ).

fof(def_lhs_atom5,axiom,
    ! [Z] :
      ( lhs_atom5(Z)
    <=> iext(uri_owl_unionOf,Z,uri_rdf_nil) ),
    inference(definition,[],]) ).

fof(to_be_clausified_4,plain,
    ! [Z] :
      ( lhs_atom5(Z)
      | ~ ( ic(Z)
          & ! [X] : ~ icext(Z,X) ) ),
    inference(fold_definition,[status(thm)],[owl_bool_unionof_class_000_0,def_lhs_atom5]) ).

fof(def_lhs_atom6,axiom,
    ! [X] :
      ( lhs_atom6(X)
    <=> ~ icext(uri_owl_Nothing,X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_5,plain,
    ! [X] :
      ( lhs_atom6(X)
      | $false ),
    inference(fold_definition,[status(thm)],[owl_class_nothing_ext_0,def_lhs_atom6]) ).

fof(def_lhs_atom7,axiom,
    ( lhs_atom7
  <=> ic(uri_owl_Nothing) ),
    inference(definition,[],]) ).

fof(to_be_clausified_6,plain,
    ( lhs_atom7
    | $false ),
    inference(fold_definition,[status(thm)],[owl_class_nothing_type_0,def_lhs_atom7]) ).

fof(def_lhs_atom8,axiom,
    ! [X] :
      ( lhs_atom8(X)
    <=> ~ icext(uri_owl_Thing,X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_7,plain,
    ! [X] :
      ( lhs_atom8(X)
      | ir(X) ),
    inference(fold_definition,[status(thm)],[owl_class_thing_ext_1,def_lhs_atom8]) ).

fof(def_lhs_atom9,axiom,
    ! [X] :
      ( lhs_atom9(X)
    <=> icext(uri_owl_Thing,X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_8,plain,
    ! [X] :
      ( lhs_atom9(X)
      | ~ ir(X) ),
    inference(fold_definition,[status(thm)],[owl_class_thing_ext_0,def_lhs_atom9]) ).

fof(def_lhs_atom10,axiom,
    ( lhs_atom10
  <=> ic(uri_owl_Thing) ),
    inference(definition,[],]) ).

fof(to_be_clausified_9,plain,
    ( lhs_atom10
    | $false ),
    inference(fold_definition,[status(thm)],[owl_class_thing_type_0,def_lhs_atom10]) ).

fof(def_lhs_atom11,axiom,
    ! [X] :
      ( lhs_atom11(X)
    <=> ~ ic(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_10,plain,
    ! [X] :
      ( lhs_atom11(X)
      | ! [Y] :
          ( icext(X,Y)
         => ir(Y) ) ),
    inference(fold_definition,[status(thm)],[owl_parts_ic_cond_inst_0,def_lhs_atom11]) ).

fof(to_be_clausified_11,plain,
    ! [X] :
      ( lhs_atom11(X)
      | ir(X) ),
    inference(fold_definition,[status(thm)],[owl_parts_ic_cond_set_0,def_lhs_atom11]) ).

fof(to_be_clausified_12,plain,
    ! [X] :
      ( lhs_atom11(X)
      | iext(uri_rdf_type,X,uri_rdfs_Class) ),
    inference(fold_definition,[status(thm)],[owl_parts_ic_def_1,def_lhs_atom11]) ).

fof(def_lhs_atom12,axiom,
    ! [X] :
      ( lhs_atom12(X)
    <=> ic(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_13,plain,
    ! [X] :
      ( lhs_atom12(X)
      | ~ iext(uri_rdf_type,X,uri_rdfs_Class) ),
    inference(fold_definition,[status(thm)],[owl_parts_ic_def_0,def_lhs_atom12]) ).

fof(def_lhs_atom13,axiom,
    ! [X] :
      ( lhs_atom13(X)
    <=> ~ idc(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_14,plain,
    ! [X] :
      ( lhs_atom13(X)
      | ! [Y] :
          ( icext(X,Y)
         => lv(Y) ) ),
    inference(fold_definition,[status(thm)],[owl_parts_idc_cond_inst_0,def_lhs_atom13]) ).

fof(to_be_clausified_15,plain,
    ! [X] :
      ( lhs_atom13(X)
      | ic(X) ),
    inference(fold_definition,[status(thm)],[owl_parts_idc_cond_set_0,def_lhs_atom13]) ).

fof(to_be_clausified_16,plain,
    ! [X] :
      ( lhs_atom13(X)
      | iext(uri_rdf_type,X,uri_rdfs_Datatype) ),
    inference(fold_definition,[status(thm)],[owl_parts_idc_def_1,def_lhs_atom13]) ).

fof(def_lhs_atom14,axiom,
    ! [X] :
      ( lhs_atom14(X)
    <=> idc(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_17,plain,
    ! [X] :
      ( lhs_atom14(X)
      | ~ iext(uri_rdf_type,X,uri_rdfs_Datatype) ),
    inference(fold_definition,[status(thm)],[owl_parts_idc_def_0,def_lhs_atom14]) ).

fof(def_lhs_atom15,axiom,
    ! [X] :
      ( lhs_atom15(X)
    <=> ~ ioap(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_18,plain,
    ! [X] :
      ( lhs_atom15(X)
      | ! [Y,Z] :
          ( iext(X,Y,Z)
         => ( ir(Y)
            & ir(Z) ) ) ),
    inference(fold_definition,[status(thm)],[owl_parts_ioap_cond_inst_0,def_lhs_atom15]) ).

fof(to_be_clausified_19,plain,
    ! [X] :
      ( lhs_atom15(X)
      | ip(X) ),
    inference(fold_definition,[status(thm)],[owl_parts_ioap_cond_set_0,def_lhs_atom15]) ).

fof(to_be_clausified_20,plain,
    ! [X] :
      ( lhs_atom15(X)
      | iext(uri_rdf_type,X,uri_owl_AnnotationProperty) ),
    inference(fold_definition,[status(thm)],[owl_parts_ioap_def_1,def_lhs_atom15]) ).

fof(def_lhs_atom16,axiom,
    ! [X] :
      ( lhs_atom16(X)
    <=> ioap(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_21,plain,
    ! [X] :
      ( lhs_atom16(X)
      | ~ iext(uri_rdf_type,X,uri_owl_AnnotationProperty) ),
    inference(fold_definition,[status(thm)],[owl_parts_ioap_def_0,def_lhs_atom16]) ).

fof(def_lhs_atom17,axiom,
    ! [X] :
      ( lhs_atom17(X)
    <=> ~ iodp(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_22,plain,
    ! [X] :
      ( lhs_atom17(X)
      | ! [Y,Z] :
          ( iext(X,Y,Z)
         => ( ir(Y)
            & lv(Z) ) ) ),
    inference(fold_definition,[status(thm)],[owl_parts_iodp_cond_inst_0,def_lhs_atom17]) ).

fof(to_be_clausified_23,plain,
    ! [X] :
      ( lhs_atom17(X)
      | ip(X) ),
    inference(fold_definition,[status(thm)],[owl_parts_iodp_cond_set_0,def_lhs_atom17]) ).

fof(to_be_clausified_24,plain,
    ! [X] :
      ( lhs_atom17(X)
      | iext(uri_rdf_type,X,uri_owl_DatatypeProperty) ),
    inference(fold_definition,[status(thm)],[owl_parts_iodp_def_1,def_lhs_atom17]) ).

fof(def_lhs_atom18,axiom,
    ! [X] :
      ( lhs_atom18(X)
    <=> iodp(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_25,plain,
    ! [X] :
      ( lhs_atom18(X)
      | ~ iext(uri_rdf_type,X,uri_owl_DatatypeProperty) ),
    inference(fold_definition,[status(thm)],[owl_parts_iodp_def_0,def_lhs_atom18]) ).

fof(def_lhs_atom19,axiom,
    ! [X] :
      ( lhs_atom19(X)
    <=> ~ ioxp(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_26,plain,
    ! [X] :
      ( lhs_atom19(X)
      | ! [Y,Z] :
          ( iext(X,Y,Z)
         => ( ix(Y)
            & ix(Z) ) ) ),
    inference(fold_definition,[status(thm)],[owl_parts_ioxp_cond_inst_0,def_lhs_atom19]) ).

fof(to_be_clausified_27,plain,
    ! [X] :
      ( lhs_atom19(X)
      | ip(X) ),
    inference(fold_definition,[status(thm)],[owl_parts_ioxp_cond_set_0,def_lhs_atom19]) ).

fof(to_be_clausified_28,plain,
    ! [X] :
      ( lhs_atom19(X)
      | iext(uri_rdf_type,X,uri_owl_OntologyProperty) ),
    inference(fold_definition,[status(thm)],[owl_parts_ioxp_def_1,def_lhs_atom19]) ).

fof(def_lhs_atom20,axiom,
    ! [X] :
      ( lhs_atom20(X)
    <=> ioxp(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_29,plain,
    ! [X] :
      ( lhs_atom20(X)
      | ~ iext(uri_rdf_type,X,uri_owl_OntologyProperty) ),
    inference(fold_definition,[status(thm)],[owl_parts_ioxp_def_0,def_lhs_atom20]) ).

fof(def_lhs_atom21,axiom,
    ! [X] :
      ( lhs_atom21(X)
    <=> ~ ip(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_30,plain,
    ! [X] :
      ( lhs_atom21(X)
      | ! [Y,Z] :
          ( iext(X,Y,Z)
         => ( ir(Y)
            & ir(Z) ) ) ),
    inference(fold_definition,[status(thm)],[owl_parts_ip_cond_inst_0,def_lhs_atom21]) ).

fof(to_be_clausified_31,plain,
    ! [X] :
      ( lhs_atom21(X)
      | ir(X) ),
    inference(fold_definition,[status(thm)],[owl_parts_ip_cond_set_0,def_lhs_atom21]) ).

fof(to_be_clausified_32,plain,
    ! [X] :
      ( lhs_atom21(X)
      | iext(uri_rdf_type,X,uri_rdf_Property) ),
    inference(fold_definition,[status(thm)],[owl_parts_ip_def_1,def_lhs_atom21]) ).

fof(def_lhs_atom22,axiom,
    ! [X] :
      ( lhs_atom22(X)
    <=> ip(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_33,plain,
    ! [X] :
      ( lhs_atom22(X)
      | ~ iext(uri_rdf_type,X,uri_rdf_Property) ),
    inference(fold_definition,[status(thm)],[owl_parts_ip_def_0,def_lhs_atom22]) ).

fof(def_lhs_atom23,axiom,
    ! [X] :
      ( lhs_atom23(X)
    <=> ~ ir(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_34,plain,
    ! [X] :
      ( lhs_atom23(X)
      | iext(uri_rdf_type,X,uri_rdfs_Resource) ),
    inference(fold_definition,[status(thm)],[owl_parts_ir_def_1,def_lhs_atom23]) ).

fof(def_lhs_atom24,axiom,
    ! [X] :
      ( lhs_atom24(X)
    <=> ir(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_35,plain,
    ! [X] :
      ( lhs_atom24(X)
      | ~ iext(uri_rdf_type,X,uri_rdfs_Resource) ),
    inference(fold_definition,[status(thm)],[owl_parts_ir_def_0,def_lhs_atom24]) ).

fof(def_lhs_atom25,axiom,
    ! [X] :
      ( lhs_atom25(X)
    <=> ~ ix(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_36,plain,
    ! [X] :
      ( lhs_atom25(X)
      | ir(X) ),
    inference(fold_definition,[status(thm)],[owl_parts_ix_cond_set_0,def_lhs_atom25]) ).

fof(to_be_clausified_37,plain,
    ! [X] :
      ( lhs_atom25(X)
      | iext(uri_rdf_type,X,uri_owl_Ontology) ),
    inference(fold_definition,[status(thm)],[owl_parts_ix_def_1,def_lhs_atom25]) ).

fof(def_lhs_atom26,axiom,
    ! [X] :
      ( lhs_atom26(X)
    <=> ix(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_38,plain,
    ! [X] :
      ( lhs_atom26(X)
      | ~ iext(uri_rdf_type,X,uri_owl_Ontology) ),
    inference(fold_definition,[status(thm)],[owl_parts_ix_def_0,def_lhs_atom26]) ).

fof(def_lhs_atom27,axiom,
    ! [X] :
      ( lhs_atom27(X)
    <=> ~ lv(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_39,plain,
    ! [X] :
      ( lhs_atom27(X)
      | ir(X) ),
    inference(fold_definition,[status(thm)],[owl_parts_lv_cond_set_0,def_lhs_atom27]) ).

fof(to_be_clausified_40,plain,
    ! [X] :
      ( lhs_atom27(X)
      | iext(uri_rdf_type,X,uri_rdfs_Literal) ),
    inference(fold_definition,[status(thm)],[owl_parts_lv_def_1,def_lhs_atom27]) ).

fof(def_lhs_atom28,axiom,
    ! [X] :
      ( lhs_atom28(X)
    <=> lv(X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_41,plain,
    ! [X] :
      ( lhs_atom28(X)
      | ~ iext(uri_rdf_type,X,uri_rdfs_Literal) ),
    inference(fold_definition,[status(thm)],[owl_parts_lv_def_0,def_lhs_atom28]) ).

fof(def_lhs_atom29,axiom,
    ! [Y,X] :
      ( lhs_atom29(Y,X)
    <=> ~ iext(uri_owl_allValuesFrom,X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_42,plain,
    ! [X,Y] :
      ( lhs_atom29(Y,X)
      | ( icext(uri_owl_Restriction,X)
        & ic(Y) ) ),
    inference(fold_definition,[status(thm)],[owl_prop_allvaluesfrom_ext_0,def_lhs_atom29]) ).

fof(def_lhs_atom30,axiom,
    ( lhs_atom30
  <=> ip(uri_owl_allValuesFrom) ),
    inference(definition,[],]) ).

fof(to_be_clausified_43,plain,
    ( lhs_atom30
    | $false ),
    inference(fold_definition,[status(thm)],[owl_prop_allvaluesfrom_type_0,def_lhs_atom30]) ).

fof(def_lhs_atom31,axiom,
    ! [Y,X] :
      ( lhs_atom31(Y,X)
    <=> ~ iext(uri_owl_complementOf,X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_44,plain,
    ! [X,Y] :
      ( lhs_atom31(Y,X)
      | ( ic(X)
        & ic(Y) ) ),
    inference(fold_definition,[status(thm)],[owl_prop_complementof_ext_0,def_lhs_atom31]) ).

fof(def_lhs_atom32,axiom,
    ( lhs_atom32
  <=> ip(uri_owl_complementOf) ),
    inference(definition,[],]) ).

fof(to_be_clausified_45,plain,
    ( lhs_atom32
    | $false ),
    inference(fold_definition,[status(thm)],[owl_prop_complementof_type_0,def_lhs_atom32]) ).

fof(def_lhs_atom33,axiom,
    ! [Y,X] :
      ( lhs_atom33(Y,X)
    <=> ~ iext(uri_owl_hasValue,X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_46,plain,
    ! [X,Y] :
      ( lhs_atom33(Y,X)
      | ( icext(uri_owl_Restriction,X)
        & ir(Y) ) ),
    inference(fold_definition,[status(thm)],[owl_prop_hasvalue_ext_0,def_lhs_atom33]) ).

fof(def_lhs_atom34,axiom,
    ( lhs_atom34
  <=> ip(uri_owl_hasValue) ),
    inference(definition,[],]) ).

fof(to_be_clausified_47,plain,
    ( lhs_atom34
    | $false ),
    inference(fold_definition,[status(thm)],[owl_prop_hasvalue_type_0,def_lhs_atom34]) ).

fof(def_lhs_atom35,axiom,
    ! [Y,X] :
      ( lhs_atom35(Y,X)
    <=> ~ iext(uri_owl_intersectionOf,X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_48,plain,
    ! [X,Y] :
      ( lhs_atom35(Y,X)
      | ( ic(X)
        & icext(uri_rdf_List,Y) ) ),
    inference(fold_definition,[status(thm)],[owl_prop_intersectionof_ext_0,def_lhs_atom35]) ).

fof(def_lhs_atom36,axiom,
    ( lhs_atom36
  <=> ip(uri_owl_intersectionOf) ),
    inference(definition,[],]) ).

fof(to_be_clausified_49,plain,
    ( lhs_atom36
    | $false ),
    inference(fold_definition,[status(thm)],[owl_prop_intersectionof_type_0,def_lhs_atom36]) ).

fof(def_lhs_atom37,axiom,
    ! [Y,X] :
      ( lhs_atom37(Y,X)
    <=> ~ iext(uri_owl_onProperty,X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_50,plain,
    ! [X,Y] :
      ( lhs_atom37(Y,X)
      | ( icext(uri_owl_Restriction,X)
        & ip(Y) ) ),
    inference(fold_definition,[status(thm)],[owl_prop_onproperty_ext_0,def_lhs_atom37]) ).

fof(def_lhs_atom38,axiom,
    ( lhs_atom38
  <=> ip(uri_owl_onProperty) ),
    inference(definition,[],]) ).

fof(to_be_clausified_51,plain,
    ( lhs_atom38
    | $false ),
    inference(fold_definition,[status(thm)],[owl_prop_onproperty_type_0,def_lhs_atom38]) ).

fof(def_lhs_atom39,axiom,
    ! [Y,X] :
      ( lhs_atom39(Y,X)
    <=> ~ iext(uri_owl_someValuesFrom,X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_52,plain,
    ! [X,Y] :
      ( lhs_atom39(Y,X)
      | ( icext(uri_owl_Restriction,X)
        & ic(Y) ) ),
    inference(fold_definition,[status(thm)],[owl_prop_somevaluesfrom_ext_0,def_lhs_atom39]) ).

fof(def_lhs_atom40,axiom,
    ( lhs_atom40
  <=> ip(uri_owl_someValuesFrom) ),
    inference(definition,[],]) ).

fof(to_be_clausified_53,plain,
    ( lhs_atom40
    | $false ),
    inference(fold_definition,[status(thm)],[owl_prop_somevaluesfrom_type_0,def_lhs_atom40]) ).

fof(def_lhs_atom41,axiom,
    ! [Y,X] :
      ( lhs_atom41(Y,X)
    <=> ~ iext(uri_owl_unionOf,X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_54,plain,
    ! [X,Y] :
      ( lhs_atom41(Y,X)
      | ( ic(X)
        & icext(uri_rdf_List,Y) ) ),
    inference(fold_definition,[status(thm)],[owl_prop_unionof_ext_0,def_lhs_atom41]) ).

fof(def_lhs_atom42,axiom,
    ( lhs_atom42
  <=> ip(uri_owl_unionOf) ),
    inference(definition,[],]) ).

fof(to_be_clausified_55,plain,
    ( lhs_atom42
    | $false ),
    inference(fold_definition,[status(thm)],[owl_prop_unionof_type_0,def_lhs_atom42]) ).

fof(def_lhs_atom43,axiom,
    ! [P,C] :
      ( lhs_atom43(P,C)
    <=> ~ iext(uri_rdfs_domain,P,C) ),
    inference(definition,[],]) ).

fof(to_be_clausified_56,plain,
    ! [C,P] :
      ( lhs_atom43(P,C)
      | ( ip(P)
        & ic(C)
        & ! [X,Y] :
            ( iext(P,X,Y)
           => icext(C,X) ) ) ),
    inference(fold_definition,[status(thm)],[owl_rdfsext_domain_1,def_lhs_atom43]) ).

fof(def_lhs_atom44,axiom,
    ! [P,C] :
      ( lhs_atom44(P,C)
    <=> iext(uri_rdfs_domain,P,C) ),
    inference(definition,[],]) ).

fof(to_be_clausified_57,plain,
    ! [C,P] :
      ( lhs_atom44(P,C)
      | ~ ( ip(P)
          & ic(C)
          & ! [X,Y] :
              ( iext(P,X,Y)
             => icext(C,X) ) ) ),
    inference(fold_definition,[status(thm)],[owl_rdfsext_domain_0,def_lhs_atom44]) ).

fof(def_lhs_atom45,axiom,
    ! [P,C] :
      ( lhs_atom45(P,C)
    <=> ~ iext(uri_rdfs_range,P,C) ),
    inference(definition,[],]) ).

fof(to_be_clausified_58,plain,
    ! [C,P] :
      ( lhs_atom45(P,C)
      | ( ip(P)
        & ip(C)
        & ! [X,Y] :
            ( iext(P,X,Y)
           => icext(C,Y) ) ) ),
    inference(fold_definition,[status(thm)],[owl_rdfsext_range_1,def_lhs_atom45]) ).

fof(def_lhs_atom46,axiom,
    ! [P,C] :
      ( lhs_atom46(P,C)
    <=> iext(uri_rdfs_range,P,C) ),
    inference(definition,[],]) ).

fof(to_be_clausified_59,plain,
    ! [C,P] :
      ( lhs_atom46(P,C)
      | ~ ( ip(P)
          & ip(C)
          & ! [X,Y] :
              ( iext(P,X,Y)
             => icext(C,Y) ) ) ),
    inference(fold_definition,[status(thm)],[owl_rdfsext_range_0,def_lhs_atom46]) ).

fof(def_lhs_atom47,axiom,
    ! [C2,C1] :
      ( lhs_atom47(C2,C1)
    <=> ~ iext(uri_rdfs_subClassOf,C1,C2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_60,plain,
    ! [C1,C2] :
      ( lhs_atom47(C2,C1)
      | ( ic(C1)
        & ic(C2)
        & ! [X] :
            ( icext(C1,X)
           => icext(C2,X) ) ) ),
    inference(fold_definition,[status(thm)],[owl_rdfsext_subclassof_1,def_lhs_atom47]) ).

fof(def_lhs_atom48,axiom,
    ! [C2,C1] :
      ( lhs_atom48(C2,C1)
    <=> iext(uri_rdfs_subClassOf,C1,C2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_61,plain,
    ! [C1,C2] :
      ( lhs_atom48(C2,C1)
      | ~ ( ic(C1)
          & ic(C2)
          & ! [X] :
              ( icext(C1,X)
             => icext(C2,X) ) ) ),
    inference(fold_definition,[status(thm)],[owl_rdfsext_subclassof_0,def_lhs_atom48]) ).

fof(def_lhs_atom49,axiom,
    ! [P2,P1] :
      ( lhs_atom49(P2,P1)
    <=> ~ iext(uri_rdfs_subPropertyOf,P1,P2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_62,plain,
    ! [P1,P2] :
      ( lhs_atom49(P2,P1)
      | ( ip(P1)
        & ip(P2)
        & ! [X,Y] :
            ( iext(P1,X,Y)
           => iext(P2,X,Y) ) ) ),
    inference(fold_definition,[status(thm)],[owl_rdfsext_subpropertyof_1,def_lhs_atom49]) ).

fof(def_lhs_atom50,axiom,
    ! [P2,P1] :
      ( lhs_atom50(P2,P1)
    <=> iext(uri_rdfs_subPropertyOf,P1,P2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_63,plain,
    ! [P1,P2] :
      ( lhs_atom50(P2,P1)
      | ~ ( ip(P1)
          & ip(P2)
          & ! [X,Y] :
              ( iext(P1,X,Y)
             => iext(P2,X,Y) ) ) ),
    inference(fold_definition,[status(thm)],[owl_rdfsext_subpropertyof_0,def_lhs_atom50]) ).

fof(def_lhs_atom51,axiom,
    ( lhs_atom51
  <=> iext(uri_rdf_type,uri_rdf_first,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_64,plain,
    ( lhs_atom51
    | $false ),
    inference(fold_definition,[status(thm)],[rdf_collection_first_type_0,def_lhs_atom51]) ).

fof(def_lhs_atom52,axiom,
    ( lhs_atom52
  <=> iext(uri_rdf_type,uri_rdf_nil,uri_rdf_List) ),
    inference(definition,[],]) ).

fof(to_be_clausified_65,plain,
    ( lhs_atom52
    | $false ),
    inference(fold_definition,[status(thm)],[rdf_collection_nil_type_0,def_lhs_atom52]) ).

fof(def_lhs_atom53,axiom,
    ( lhs_atom53
  <=> iext(uri_rdf_type,uri_rdf_rest,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_66,plain,
    ( lhs_atom53
    | $false ),
    inference(fold_definition,[status(thm)],[rdf_collection_rest_type_0,def_lhs_atom53]) ).

fof(def_lhs_atom54,axiom,
    ( lhs_atom54
  <=> iext(uri_rdf_type,uri_rdf__1,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_67,plain,
    ( lhs_atom54
    | $false ),
    inference(fold_definition,[status(thm)],[rdf_container_n_type_001_0,def_lhs_atom54]) ).

fof(def_lhs_atom55,axiom,
    ( lhs_atom55
  <=> iext(uri_rdf_type,uri_rdf__2,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_68,plain,
    ( lhs_atom55
    | $false ),
    inference(fold_definition,[status(thm)],[rdf_container_n_type_002_0,def_lhs_atom55]) ).

fof(def_lhs_atom56,axiom,
    ( lhs_atom56
  <=> iext(uri_rdf_type,uri_rdf__3,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_69,plain,
    ( lhs_atom56
    | $false ),
    inference(fold_definition,[status(thm)],[rdf_container_n_type_003_0,def_lhs_atom56]) ).

fof(def_lhs_atom57,axiom,
    ( lhs_atom57
  <=> iext(uri_rdf_type,uri_rdf_object,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_70,plain,
    ( lhs_atom57
    | $false ),
    inference(fold_definition,[status(thm)],[rdf_reification_object_type_0,def_lhs_atom57]) ).

fof(def_lhs_atom58,axiom,
    ( lhs_atom58
  <=> iext(uri_rdf_type,uri_rdf_value,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_71,plain,
    ( lhs_atom58
    | $false ),
    inference(fold_definition,[status(thm)],[rdf_reification_predicate_type_0,def_lhs_atom58]) ).

fof(def_lhs_atom59,axiom,
    ( lhs_atom59
  <=> iext(uri_rdf_type,uri_rdf_subject,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_72,plain,
    ( lhs_atom59
    | $false ),
    inference(fold_definition,[status(thm)],[rdf_reification_subject_type_0,def_lhs_atom59]) ).

fof(def_lhs_atom60,axiom,
    ! [P] :
      ( lhs_atom60(P)
    <=> ~ iext(uri_rdf_type,P,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_73,plain,
    ! [P] :
      ( lhs_atom60(P)
      | ip(P) ),
    inference(fold_definition,[status(thm)],[rdf_type_ip_1,def_lhs_atom60]) ).

fof(def_lhs_atom61,axiom,
    ! [P] :
      ( lhs_atom61(P)
    <=> iext(uri_rdf_type,P,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_74,plain,
    ! [P] :
      ( lhs_atom61(P)
      | ~ ip(P) ),
    inference(fold_definition,[status(thm)],[rdf_type_ip_0,def_lhs_atom61]) ).

fof(def_lhs_atom62,axiom,
    ( lhs_atom62
  <=> iext(uri_rdf_type,uri_rdf_type,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_75,plain,
    ( lhs_atom62
    | $false ),
    inference(fold_definition,[status(thm)],[rdf_type_type_0,def_lhs_atom62]) ).

fof(to_be_clausified_76,plain,
    ( lhs_atom62
    | $false ),
    inference(fold_definition,[status(thm)],[rdf_value_type_0,def_lhs_atom62]) ).

fof(def_lhs_atom63,axiom,
    ( lhs_atom63
  <=> iext(uri_rdfs_domain,uri_rdfs_comment,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_77,plain,
    ( lhs_atom63
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_annotation_comment_domain_0,def_lhs_atom63]) ).

fof(def_lhs_atom64,axiom,
    ( lhs_atom64
  <=> iext(uri_rdfs_range,uri_rdfs_comment,uri_rdfs_Literal) ),
    inference(definition,[],]) ).

fof(to_be_clausified_78,plain,
    ( lhs_atom64
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_annotation_comment_range_0,def_lhs_atom64]) ).

fof(def_lhs_atom65,axiom,
    ( lhs_atom65
  <=> iext(uri_rdfs_domain,uri_rdfs_isDefinedBy,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_79,plain,
    ( lhs_atom65
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_annotation_isdefinedby_domain_0,def_lhs_atom65]) ).

fof(def_lhs_atom66,axiom,
    ( lhs_atom66
  <=> iext(uri_rdfs_range,uri_rdfs_isDefinedBy,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_80,plain,
    ( lhs_atom66
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_annotation_isdefinedby_range_0,def_lhs_atom66]) ).

fof(def_lhs_atom67,axiom,
    ( lhs_atom67
  <=> iext(uri_rdfs_subPropertyOf,uri_rdfs_isDefinedBy,uri_rdfs_seeAlso) ),
    inference(definition,[],]) ).

fof(to_be_clausified_81,plain,
    ( lhs_atom67
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_annotation_isdefinedby_sub_0,def_lhs_atom67]) ).

fof(def_lhs_atom68,axiom,
    ( lhs_atom68
  <=> iext(uri_rdfs_domain,uri_rdfs_label,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_82,plain,
    ( lhs_atom68
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_annotation_label_domain_0,def_lhs_atom68]) ).

fof(def_lhs_atom69,axiom,
    ( lhs_atom69
  <=> iext(uri_rdfs_range,uri_rdfs_label,uri_rdfs_Literal) ),
    inference(definition,[],]) ).

fof(to_be_clausified_83,plain,
    ( lhs_atom69
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_annotation_label_range_0,def_lhs_atom69]) ).

fof(def_lhs_atom70,axiom,
    ( lhs_atom70
  <=> iext(uri_rdfs_domain,uri_rdfs_seeAlso,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_84,plain,
    ( lhs_atom70
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_annotation_seealso_domain_0,def_lhs_atom70]) ).

fof(def_lhs_atom71,axiom,
    ( lhs_atom71
  <=> iext(uri_rdfs_range,uri_rdfs_seeAlso,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_85,plain,
    ( lhs_atom71
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_annotation_seealso_range_0,def_lhs_atom71]) ).

fof(def_lhs_atom72,axiom,
    ! [X,C] :
      ( lhs_atom72(X,C)
    <=> ~ iext(uri_rdf_type,X,C) ),
    inference(definition,[],]) ).

fof(to_be_clausified_86,plain,
    ! [C,X] :
      ( lhs_atom72(X,C)
      | icext(C,X) ),
    inference(fold_definition,[status(thm)],[rdfs_cext_def_1,def_lhs_atom72]) ).

fof(def_lhs_atom73,axiom,
    ! [X,C] :
      ( lhs_atom73(X,C)
    <=> iext(uri_rdf_type,X,C) ),
    inference(definition,[],]) ).

fof(to_be_clausified_87,plain,
    ! [C,X] :
      ( lhs_atom73(X,C)
      | ~ icext(C,X) ),
    inference(fold_definition,[status(thm)],[rdfs_cext_def_0,def_lhs_atom73]) ).

fof(def_lhs_atom74,axiom,
    ! [C] :
      ( lhs_atom74(C)
    <=> ~ ic(C) ),
    inference(definition,[],]) ).

fof(to_be_clausified_88,plain,
    ! [C] :
      ( lhs_atom74(C)
      | iext(uri_rdfs_subClassOf,C,uri_rdfs_Resource) ),
    inference(fold_definition,[status(thm)],[rdfs_class_instsub_resource_0,def_lhs_atom74]) ).

fof(def_lhs_atom75,axiom,
    ( lhs_atom75
  <=> iext(uri_rdfs_domain,uri_rdf_first,uri_rdf_List) ),
    inference(definition,[],]) ).

fof(to_be_clausified_89,plain,
    ( lhs_atom75
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_collection_first_domain_0,def_lhs_atom75]) ).

fof(def_lhs_atom76,axiom,
    ( lhs_atom76
  <=> iext(uri_rdfs_range,uri_rdf_first,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_90,plain,
    ( lhs_atom76
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_collection_first_range_0,def_lhs_atom76]) ).

fof(def_lhs_atom77,axiom,
    ( lhs_atom77
  <=> iext(uri_rdfs_domain,uri_rdf_rest,uri_rdf_List) ),
    inference(definition,[],]) ).

fof(to_be_clausified_91,plain,
    ( lhs_atom77
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_collection_rest_domain_0,def_lhs_atom77]) ).

fof(def_lhs_atom78,axiom,
    ( lhs_atom78
  <=> iext(uri_rdfs_range,uri_rdf_rest,uri_rdf_List) ),
    inference(definition,[],]) ).

fof(to_be_clausified_92,plain,
    ( lhs_atom78
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_collection_rest_range_0,def_lhs_atom78]) ).

fof(def_lhs_atom79,axiom,
    ( lhs_atom79
  <=> iext(uri_rdfs_subClassOf,uri_rdf_Alt,uri_rdfs_Container) ),
    inference(definition,[],]) ).

fof(to_be_clausified_93,plain,
    ( lhs_atom79
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_alt_sub_0,def_lhs_atom79]) ).

fof(def_lhs_atom80,axiom,
    ( lhs_atom80
  <=> iext(uri_rdfs_subClassOf,uri_rdf_Bag,uri_rdfs_Container) ),
    inference(definition,[],]) ).

fof(to_be_clausified_94,plain,
    ( lhs_atom80
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_bag_sub_0,def_lhs_atom80]) ).

fof(def_lhs_atom81,axiom,
    ! [P] :
      ( lhs_atom81(P)
    <=> ~ icext(uri_rdfs_ContainerMembershipProperty,P) ),
    inference(definition,[],]) ).

fof(to_be_clausified_95,plain,
    ! [P] :
      ( lhs_atom81(P)
      | iext(uri_rdfs_subPropertyOf,P,uri_rdfs_member) ),
    inference(fold_definition,[status(thm)],[rdfs_container_containermembershipproperty_instsub_member_0,def_lhs_atom81]) ).

fof(def_lhs_atom82,axiom,
    ( lhs_atom82
  <=> iext(uri_rdfs_subClassOf,uri_rdfs_ContainerMembershipProperty,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_96,plain,
    ( lhs_atom82
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_containermembershipproperty_sub_0,def_lhs_atom82]) ).

fof(def_lhs_atom83,axiom,
    ( lhs_atom83
  <=> iext(uri_rdfs_domain,uri_rdfs_member,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_97,plain,
    ( lhs_atom83
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_member_domain_0,def_lhs_atom83]) ).

fof(def_lhs_atom84,axiom,
    ( lhs_atom84
  <=> iext(uri_rdfs_range,uri_rdfs_member,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_98,plain,
    ( lhs_atom84
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_member_range_0,def_lhs_atom84]) ).

fof(def_lhs_atom85,axiom,
    ( lhs_atom85
  <=> iext(uri_rdfs_domain,uri_rdf__1,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_99,plain,
    ( lhs_atom85
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_n_domain_001_0,def_lhs_atom85]) ).

fof(def_lhs_atom86,axiom,
    ( lhs_atom86
  <=> iext(uri_rdfs_domain,uri_rdf__2,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_100,plain,
    ( lhs_atom86
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_n_domain_002_0,def_lhs_atom86]) ).

fof(def_lhs_atom87,axiom,
    ( lhs_atom87
  <=> iext(uri_rdfs_domain,uri_rdf__3,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_101,plain,
    ( lhs_atom87
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_n_domain_003_0,def_lhs_atom87]) ).

fof(def_lhs_atom88,axiom,
    ( lhs_atom88
  <=> iext(uri_rdfs_range,uri_rdf__1,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_102,plain,
    ( lhs_atom88
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_n_range_001_0,def_lhs_atom88]) ).

fof(def_lhs_atom89,axiom,
    ( lhs_atom89
  <=> iext(uri_rdfs_range,uri_rdf__2,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_103,plain,
    ( lhs_atom89
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_n_range_002_0,def_lhs_atom89]) ).

fof(def_lhs_atom90,axiom,
    ( lhs_atom90
  <=> iext(uri_rdfs_range,uri_rdf__3,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_104,plain,
    ( lhs_atom90
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_n_range_003_0,def_lhs_atom90]) ).

fof(def_lhs_atom91,axiom,
    ( lhs_atom91
  <=> iext(uri_rdf_type,uri_rdf__1,uri_rdfs_ContainerMembershipProperty) ),
    inference(definition,[],]) ).

fof(to_be_clausified_105,plain,
    ( lhs_atom91
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_n_type_001_0,def_lhs_atom91]) ).

fof(def_lhs_atom92,axiom,
    ( lhs_atom92
  <=> iext(uri_rdf_type,uri_rdf__2,uri_rdfs_ContainerMembershipProperty) ),
    inference(definition,[],]) ).

fof(to_be_clausified_106,plain,
    ( lhs_atom92
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_n_type_002_0,def_lhs_atom92]) ).

fof(def_lhs_atom93,axiom,
    ( lhs_atom93
  <=> iext(uri_rdf_type,uri_rdf__3,uri_rdfs_ContainerMembershipProperty) ),
    inference(definition,[],]) ).

fof(to_be_clausified_107,plain,
    ( lhs_atom93
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_n_type_003_0,def_lhs_atom93]) ).

fof(def_lhs_atom94,axiom,
    ( lhs_atom94
  <=> iext(uri_rdfs_subClassOf,uri_rdfs_Seq,uri_rdfs_Container) ),
    inference(definition,[],]) ).

fof(to_be_clausified_108,plain,
    ( lhs_atom94
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_container_seq_sub_0,def_lhs_atom94]) ).

fof(def_lhs_atom95,axiom,
    ( lhs_atom95
  <=> iext(uri_rdfs_subClassOf,uri_rdf_XMLLiteral,uri_rdfs_Literal) ),
    inference(definition,[],]) ).

fof(to_be_clausified_109,plain,
    ( lhs_atom95
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_dat_xmlliteral_sub_0,def_lhs_atom95]) ).

fof(def_lhs_atom96,axiom,
    ( lhs_atom96
  <=> iext(uri_rdf_type,uri_rdf_XMLLiteral,uri_rdfs_Datatype) ),
    inference(definition,[],]) ).

fof(to_be_clausified_110,plain,
    ( lhs_atom96
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_dat_xmlliteral_type_0,def_lhs_atom96]) ).

fof(def_lhs_atom97,axiom,
    ! [D] :
      ( lhs_atom97(D)
    <=> ~ icext(uri_rdfs_Datatype,D) ),
    inference(definition,[],]) ).

fof(to_be_clausified_111,plain,
    ! [D] :
      ( lhs_atom97(D)
      | iext(uri_rdfs_subClassOf,D,uri_rdfs_Literal) ),
    inference(fold_definition,[status(thm)],[rdfs_datatype_instsub_literal_0,def_lhs_atom97]) ).

fof(def_lhs_atom98,axiom,
    ( lhs_atom98
  <=> iext(uri_rdfs_subClassOf,uri_rdfs_Datatype,uri_rdfs_Class) ),
    inference(definition,[],]) ).

fof(to_be_clausified_112,plain,
    ( lhs_atom98
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_datatype_sub_0,def_lhs_atom98]) ).

fof(def_lhs_atom99,axiom,
    ( lhs_atom99
  <=> iext(uri_rdfs_domain,uri_rdfs_domain,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_113,plain,
    ( lhs_atom99
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_domain_domain_0,def_lhs_atom99]) ).

fof(def_lhs_atom100,axiom,
    ! [X,C] :
      ( lhs_atom100(X,C)
    <=> icext(C,X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_114,plain,
    ! [C,P,X,Y] :
      ( lhs_atom100(X,C)
      | ~ ( iext(uri_rdfs_domain,P,C)
          & iext(P,X,Y) ) ),
    inference(fold_definition,[status(thm)],[rdfs_domain_main_0,def_lhs_atom100]) ).

fof(def_lhs_atom101,axiom,
    ( lhs_atom101
  <=> iext(uri_rdfs_range,uri_rdfs_domain,uri_rdfs_Class) ),
    inference(definition,[],]) ).

fof(to_be_clausified_115,plain,
    ( lhs_atom101
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_domain_range_0,def_lhs_atom101]) ).

fof(to_be_clausified_116,plain,
    ! [X] :
      ( lhs_atom11(X)
      | icext(uri_rdfs_Class,X) ),
    inference(fold_definition,[status(thm)],[rdfs_ic_def_1,def_lhs_atom11]) ).

fof(to_be_clausified_117,plain,
    ! [X] :
      ( lhs_atom12(X)
      | ~ icext(uri_rdfs_Class,X) ),
    inference(fold_definition,[status(thm)],[rdfs_ic_def_0,def_lhs_atom12]) ).

fof(to_be_clausified_118,plain,
    ! [X] :
      ( lhs_atom23(X)
      | icext(uri_rdfs_Resource,X) ),
    inference(fold_definition,[status(thm)],[rdfs_ir_def_1,def_lhs_atom23]) ).

fof(to_be_clausified_119,plain,
    ! [X] :
      ( lhs_atom24(X)
      | ~ icext(uri_rdfs_Resource,X) ),
    inference(fold_definition,[status(thm)],[rdfs_ir_def_0,def_lhs_atom24]) ).

fof(to_be_clausified_120,plain,
    ! [X] :
      ( lhs_atom27(X)
      | icext(uri_rdfs_Literal,X) ),
    inference(fold_definition,[status(thm)],[rdfs_lv_def_1,def_lhs_atom27]) ).

fof(to_be_clausified_121,plain,
    ! [X] :
      ( lhs_atom28(X)
      | ~ icext(uri_rdfs_Literal,X) ),
    inference(fold_definition,[status(thm)],[rdfs_lv_def_0,def_lhs_atom28]) ).

fof(def_lhs_atom102,axiom,
    ( lhs_atom102
  <=> iext(uri_rdf_type,uri_rdf_Property,uri_rdfs_Class) ),
    inference(definition,[],]) ).

fof(to_be_clausified_122,plain,
    ( lhs_atom102
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_property_type_0,def_lhs_atom102]) ).

fof(def_lhs_atom103,axiom,
    ( lhs_atom103
  <=> iext(uri_rdfs_domain,uri_rdfs_range,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_123,plain,
    ( lhs_atom103
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_range_domain_0,def_lhs_atom103]) ).

fof(def_lhs_atom104,axiom,
    ! [Y,C] :
      ( lhs_atom104(Y,C)
    <=> icext(C,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_124,plain,
    ! [C,P,X,Y] :
      ( lhs_atom104(Y,C)
      | ~ ( iext(uri_rdfs_range,P,C)
          & iext(P,X,Y) ) ),
    inference(fold_definition,[status(thm)],[rdfs_range_main_0,def_lhs_atom104]) ).

fof(def_lhs_atom105,axiom,
    ( lhs_atom105
  <=> iext(uri_rdfs_range,uri_rdfs_range,uri_rdfs_Class) ),
    inference(definition,[],]) ).

fof(to_be_clausified_125,plain,
    ( lhs_atom105
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_range_range_0,def_lhs_atom105]) ).

fof(def_lhs_atom106,axiom,
    ( lhs_atom106
  <=> iext(uri_rdfs_domain,uri_rdf_object,uri_rdfs_Statement) ),
    inference(definition,[],]) ).

fof(to_be_clausified_126,plain,
    ( lhs_atom106
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_reification_object_domain_0,def_lhs_atom106]) ).

fof(def_lhs_atom107,axiom,
    ( lhs_atom107
  <=> iext(uri_rdfs_range,uri_rdf_predicate,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_127,plain,
    ( lhs_atom107
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_reification_object_range_0,def_lhs_atom107]) ).

fof(def_lhs_atom108,axiom,
    ( lhs_atom108
  <=> iext(uri_rdfs_domain,uri_rdf_predicate,uri_rdfs_Statement) ),
    inference(definition,[],]) ).

fof(to_be_clausified_128,plain,
    ( lhs_atom108
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_reification_predicate_domain_0,def_lhs_atom108]) ).

fof(to_be_clausified_129,plain,
    ( lhs_atom107
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_reification_predicate_range_0,def_lhs_atom107]) ).

fof(def_lhs_atom109,axiom,
    ( lhs_atom109
  <=> iext(uri_rdfs_domain,uri_rdf_subject,uri_rdfs_Statement) ),
    inference(definition,[],]) ).

fof(to_be_clausified_130,plain,
    ( lhs_atom109
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_reification_subject_domain_0,def_lhs_atom109]) ).

fof(def_lhs_atom110,axiom,
    ( lhs_atom110
  <=> iext(uri_rdfs_range,uri_rdf_subject,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_131,plain,
    ( lhs_atom110
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_reification_subject_range_0,def_lhs_atom110]) ).

fof(def_lhs_atom111,axiom,
    ( lhs_atom111
  <=> iext(uri_rdfs_domain,uri_rdfs_subClassOf,uri_rdfs_Class) ),
    inference(definition,[],]) ).

fof(to_be_clausified_132,plain,
    ( lhs_atom111
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_subclassof_domain_0,def_lhs_atom111]) ).

fof(def_lhs_atom112,axiom,
    ! [D,C] :
      ( lhs_atom112(D,C)
    <=> ~ iext(uri_rdfs_subClassOf,C,D) ),
    inference(definition,[],]) ).

fof(to_be_clausified_133,plain,
    ! [C,D] :
      ( lhs_atom112(D,C)
      | ( ic(C)
        & ic(D)
        & ! [X] :
            ( icext(C,X)
           => icext(D,X) ) ) ),
    inference(fold_definition,[status(thm)],[rdfs_subclassof_main_0,def_lhs_atom112]) ).

fof(def_lhs_atom113,axiom,
    ( lhs_atom113
  <=> iext(uri_rdfs_range,uri_rdfs_subClassOf,uri_rdfs_Class) ),
    inference(definition,[],]) ).

fof(to_be_clausified_134,plain,
    ( lhs_atom113
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_subclassof_range_0,def_lhs_atom113]) ).

fof(to_be_clausified_135,plain,
    ! [C] :
      ( lhs_atom74(C)
      | iext(uri_rdfs_subClassOf,C,C) ),
    inference(fold_definition,[status(thm)],[rdfs_subclassof_reflex_0,def_lhs_atom74]) ).

fof(def_lhs_atom114,axiom,
    ! [E,C] :
      ( lhs_atom114(E,C)
    <=> iext(uri_rdfs_subClassOf,C,E) ),
    inference(definition,[],]) ).

fof(to_be_clausified_136,plain,
    ! [C,D,E] :
      ( lhs_atom114(E,C)
      | ~ ( iext(uri_rdfs_subClassOf,C,D)
          & iext(uri_rdfs_subClassOf,D,E) ) ),
    inference(fold_definition,[status(thm)],[rdfs_subclassof_trans_0,def_lhs_atom114]) ).

fof(def_lhs_atom115,axiom,
    ( lhs_atom115
  <=> iext(uri_rdfs_domain,uri_rdfs_subPropertyOf,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_137,plain,
    ( lhs_atom115
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_subpropertyof_domain_0,def_lhs_atom115]) ).

fof(def_lhs_atom116,axiom,
    ! [Q,P] :
      ( lhs_atom116(Q,P)
    <=> ~ iext(uri_rdfs_subPropertyOf,P,Q) ),
    inference(definition,[],]) ).

fof(to_be_clausified_138,plain,
    ! [P,Q] :
      ( lhs_atom116(Q,P)
      | ( ip(P)
        & ip(Q)
        & ! [X,Y] :
            ( iext(P,X,Y)
           => iext(Q,X,Y) ) ) ),
    inference(fold_definition,[status(thm)],[rdfs_subpropertyof_main_0,def_lhs_atom116]) ).

fof(def_lhs_atom117,axiom,
    ( lhs_atom117
  <=> iext(uri_rdfs_range,uri_rdfs_subPropertyOf,uri_rdf_Property) ),
    inference(definition,[],]) ).

fof(to_be_clausified_139,plain,
    ( lhs_atom117
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_subpropertyof_range_0,def_lhs_atom117]) ).

fof(def_lhs_atom118,axiom,
    ! [P] :
      ( lhs_atom118(P)
    <=> ~ ip(P) ),
    inference(definition,[],]) ).

fof(to_be_clausified_140,plain,
    ! [P] :
      ( lhs_atom118(P)
      | iext(uri_rdfs_subPropertyOf,P,P) ),
    inference(fold_definition,[status(thm)],[rdfs_subpropertyof_reflex_0,def_lhs_atom118]) ).

fof(def_lhs_atom119,axiom,
    ! [R,P] :
      ( lhs_atom119(R,P)
    <=> iext(uri_rdfs_subPropertyOf,P,R) ),
    inference(definition,[],]) ).

fof(to_be_clausified_141,plain,
    ! [P,Q,R] :
      ( lhs_atom119(R,P)
      | ~ ( iext(uri_rdfs_subPropertyOf,P,Q)
          & iext(uri_rdfs_subPropertyOf,Q,R) ) ),
    inference(fold_definition,[status(thm)],[rdfs_subpropertyof_trans_0,def_lhs_atom119]) ).

fof(def_lhs_atom120,axiom,
    ( lhs_atom120
  <=> iext(uri_rdfs_domain,uri_rdf_type,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_142,plain,
    ( lhs_atom120
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_type_domain_0,def_lhs_atom120]) ).

fof(def_lhs_atom121,axiom,
    ( lhs_atom121
  <=> iext(uri_rdfs_range,uri_rdf_type,uri_rdfs_Class) ),
    inference(definition,[],]) ).

fof(to_be_clausified_143,plain,
    ( lhs_atom121
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_type_range_0,def_lhs_atom121]) ).

fof(def_lhs_atom122,axiom,
    ( lhs_atom122
  <=> iext(uri_rdfs_domain,uri_rdf_value,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_144,plain,
    ( lhs_atom122
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_value_domain_0,def_lhs_atom122]) ).

fof(def_lhs_atom123,axiom,
    ( lhs_atom123
  <=> iext(uri_rdfs_range,uri_rdf_value,uri_rdfs_Resource) ),
    inference(definition,[],]) ).

fof(to_be_clausified_145,plain,
    ( lhs_atom123
    | $false ),
    inference(fold_definition,[status(thm)],[rdfs_value_range_0,def_lhs_atom123]) ).

fof(def_lhs_atom124,axiom,
    ! [S,P,O] :
      ( lhs_atom124(S,P,O)
    <=> ~ iext(P,S,O) ),
    inference(definition,[],]) ).

fof(to_be_clausified_146,plain,
    ! [O,P,S] :
      ( lhs_atom124(S,P,O)
      | ip(P) ),
    inference(fold_definition,[status(thm)],[simple_iext_property_0,def_lhs_atom124]) ).

fof(to_be_clausified_147,plain,
    ! [X] :
      ( lhs_atom24(X)
      | $false ),
    inference(fold_definition,[status(thm)],[simple_ir_0,def_lhs_atom24]) ).

fof(to_be_clausified_148,plain,
    ! [X] :
      ( lhs_atom27(X)
      | ir(X) ),
    inference(fold_definition,[status(thm)],[simple_lv_0,def_lhs_atom27]) ).

% Start CNF derivation
fof(c_0_0,axiom,
    ! [X8,X9] :
      ( lhs_atom50(X8,X9)
      | ~ ( ip(X9)
          & ip(X8)
          & ! [X3,X4] :
              ( iext(X9,X3,X4)
             => iext(X8,X3,X4) ) ) ),
    file('<stdin>',to_be_clausified_63) ).

fof(c_0_1,axiom,
    ! [X4,X3,X5,X2] :
      ( lhs_atom104(X4,X2)
      | ~ ( iext(uri_rdfs_range,X5,X2)
          & iext(X5,X3,X4) ) ),
    file('<stdin>',to_be_clausified_124) ).

fof(c_0_2,axiom,
    ! [X4,X3,X5,X2] :
      ( lhs_atom100(X3,X2)
      | ~ ( iext(uri_rdfs_domain,X5,X2)
          & iext(X5,X3,X4) ) ),
    file('<stdin>',to_be_clausified_114) ).

fof(c_0_3,axiom,
    ! [X13,X12,X5] :
      ( lhs_atom119(X13,X5)
      | ~ ( iext(uri_rdfs_subPropertyOf,X5,X12)
          & iext(uri_rdfs_subPropertyOf,X12,X13) ) ),
    file('<stdin>',to_be_clausified_141) ).

fof(c_0_4,axiom,
    ! [X11,X10,X2] :
      ( lhs_atom114(X11,X2)
      | ~ ( iext(uri_rdfs_subClassOf,X2,X10)
          & iext(uri_rdfs_subClassOf,X10,X11) ) ),
    file('<stdin>',to_be_clausified_136) ).

fof(c_0_5,axiom,
    ! [X12,X5] :
      ( lhs_atom116(X12,X5)
      | ( ip(X5)
        & ip(X12)
        & ! [X3,X4] :
            ( iext(X5,X3,X4)
           => iext(X12,X3,X4) ) ) ),
    file('<stdin>',to_be_clausified_138) ).

fof(c_0_6,axiom,
    ! [X8,X9] :
      ( lhs_atom49(X8,X9)
      | ( ip(X9)
        & ip(X8)
        & ! [X3,X4] :
            ( iext(X9,X3,X4)
           => iext(X8,X3,X4) ) ) ),
    file('<stdin>',to_be_clausified_62) ).

fof(c_0_7,axiom,
    ! [X5,X2] :
      ( lhs_atom46(X5,X2)
      | ~ ( ip(X5)
          & ip(X2)
          & ! [X3,X4] :
              ( iext(X5,X3,X4)
             => icext(X2,X4) ) ) ),
    file('<stdin>',to_be_clausified_59) ).

fof(c_0_8,axiom,
    ! [X5,X2] :
      ( lhs_atom44(X5,X2)
      | ~ ( ip(X5)
          & ic(X2)
          & ! [X3,X4] :
              ( iext(X5,X3,X4)
             => icext(X2,X3) ) ) ),
    file('<stdin>',to_be_clausified_57) ).

fof(c_0_9,axiom,
    ! [X5,X2] :
      ( lhs_atom45(X5,X2)
      | ( ip(X5)
        & ip(X2)
        & ! [X3,X4] :
            ( iext(X5,X3,X4)
           => icext(X2,X4) ) ) ),
    file('<stdin>',to_be_clausified_58) ).

fof(c_0_10,axiom,
    ! [X5,X2] :
      ( lhs_atom43(X5,X2)
      | ( ip(X5)
        & ic(X2)
        & ! [X3,X4] :
            ( iext(X5,X3,X4)
           => icext(X2,X3) ) ) ),
    file('<stdin>',to_be_clausified_56) ).

fof(c_0_11,axiom,
    ! [X3] :
      ( lhs_atom21(X3)
      | ! [X4,X1] :
          ( iext(X3,X4,X1)
         => ( ir(X4)
            & ir(X1) ) ) ),
    file('<stdin>',to_be_clausified_30) ).

fof(c_0_12,axiom,
    ! [X3] :
      ( lhs_atom19(X3)
      | ! [X4,X1] :
          ( iext(X3,X4,X1)
         => ( ix(X4)
            & ix(X1) ) ) ),
    file('<stdin>',to_be_clausified_26) ).

fof(c_0_13,axiom,
    ! [X3] :
      ( lhs_atom17(X3)
      | ! [X4,X1] :
          ( iext(X3,X4,X1)
         => ( ir(X4)
            & lv(X1) ) ) ),
    file('<stdin>',to_be_clausified_22) ).

fof(c_0_14,axiom,
    ! [X3] :
      ( lhs_atom15(X3)
      | ! [X4,X1] :
          ( iext(X3,X4,X1)
         => ( ir(X4)
            & ir(X1) ) ) ),
    file('<stdin>',to_be_clausified_18) ).

fof(c_0_15,axiom,
    ! [X6,X7] :
      ( lhs_atom48(X6,X7)
      | ~ ( ic(X7)
          & ic(X6)
          & ! [X3] :
              ( icext(X7,X3)
             => icext(X6,X3) ) ) ),
    file('<stdin>',to_be_clausified_61) ).

fof(c_0_16,axiom,
    ! [X3] :
      ( lhs_atom28(X3)
      | ~ iext(uri_rdf_type,X3,uri_rdfs_Literal) ),
    file('<stdin>',to_be_clausified_41) ).

fof(c_0_17,axiom,
    ! [X3] :
      ( lhs_atom26(X3)
      | ~ iext(uri_rdf_type,X3,uri_owl_Ontology) ),
    file('<stdin>',to_be_clausified_38) ).

fof(c_0_18,axiom,
    ! [X3] :
      ( lhs_atom24(X3)
      | ~ iext(uri_rdf_type,X3,uri_rdfs_Resource) ),
    file('<stdin>',to_be_clausified_35) ).

fof(c_0_19,axiom,
    ! [X3] :
      ( lhs_atom22(X3)
      | ~ iext(uri_rdf_type,X3,uri_rdf_Property) ),
    file('<stdin>',to_be_clausified_33) ).

fof(c_0_20,axiom,
    ! [X3] :
      ( lhs_atom20(X3)
      | ~ iext(uri_rdf_type,X3,uri_owl_OntologyProperty) ),
    file('<stdin>',to_be_clausified_29) ).

fof(c_0_21,axiom,
    ! [X3] :
      ( lhs_atom18(X3)
      | ~ iext(uri_rdf_type,X3,uri_owl_DatatypeProperty) ),
    file('<stdin>',to_be_clausified_25) ).

fof(c_0_22,axiom,
    ! [X3] :
      ( lhs_atom16(X3)
      | ~ iext(uri_rdf_type,X3,uri_owl_AnnotationProperty) ),
    file('<stdin>',to_be_clausified_21) ).

fof(c_0_23,axiom,
    ! [X3] :
      ( lhs_atom14(X3)
      | ~ iext(uri_rdf_type,X3,uri_rdfs_Datatype) ),
    file('<stdin>',to_be_clausified_17) ).

fof(c_0_24,axiom,
    ! [X3] :
      ( lhs_atom12(X3)
      | ~ iext(uri_rdf_type,X3,uri_rdfs_Class) ),
    file('<stdin>',to_be_clausified_13) ).

fof(c_0_25,axiom,
    ! [X1] :
      ( lhs_atom3(X1)
      | ~ ( ic(X1)
          & ! [X3] :
              ( icext(X1,X3)
            <=> ir(X3) ) ) ),
    file('<stdin>',to_be_clausified_2) ).

fof(c_0_26,axiom,
    ! [X1,X2] :
      ( lhs_atom1(X1,X2)
      | ( ic(X1)
        & ic(X2)
        & ! [X3] :
            ( icext(X1,X3)
          <=> ~ icext(X2,X3) ) ) ),
    file('<stdin>',to_be_clausified_0) ).

fof(c_0_27,axiom,
    ! [X14,X5,X15] :
      ( lhs_atom124(X14,X5,X15)
      | ip(X5) ),
    file('<stdin>',to_be_clausified_146) ).

fof(c_0_28,axiom,
    ! [X5] :
      ( lhs_atom118(X5)
      | iext(uri_rdfs_subPropertyOf,X5,X5) ),
    file('<stdin>',to_be_clausified_140) ).

fof(c_0_29,axiom,
    ! [X2] :
      ( lhs_atom74(X2)
      | iext(uri_rdfs_subClassOf,X2,X2) ),
    file('<stdin>',to_be_clausified_135) ).

fof(c_0_30,axiom,
    ! [X10] :
      ( lhs_atom97(X10)
      | iext(uri_rdfs_subClassOf,X10,uri_rdfs_Literal) ),
    file('<stdin>',to_be_clausified_111) ).

fof(c_0_31,axiom,
    ! [X5] :
      ( lhs_atom81(X5)
      | iext(uri_rdfs_subPropertyOf,X5,uri_rdfs_member) ),
    file('<stdin>',to_be_clausified_95) ).

fof(c_0_32,axiom,
    ! [X2] :
      ( lhs_atom74(X2)
      | iext(uri_rdfs_subClassOf,X2,uri_rdfs_Resource) ),
    file('<stdin>',to_be_clausified_88) ).

fof(c_0_33,axiom,
    ! [X3] :
      ( lhs_atom27(X3)
      | iext(uri_rdf_type,X3,uri_rdfs_Literal) ),
    file('<stdin>',to_be_clausified_40) ).

fof(c_0_34,axiom,
    ! [X3] :
      ( lhs_atom25(X3)
      | iext(uri_rdf_type,X3,uri_owl_Ontology) ),
    file('<stdin>',to_be_clausified_37) ).

fof(c_0_35,axiom,
    ! [X3] :
      ( lhs_atom23(X3)
      | iext(uri_rdf_type,X3,uri_rdfs_Resource) ),
    file('<stdin>',to_be_clausified_34) ).

fof(c_0_36,axiom,
    ! [X3] :
      ( lhs_atom21(X3)
      | iext(uri_rdf_type,X3,uri_rdf_Property) ),
    file('<stdin>',to_be_clausified_32) ).

fof(c_0_37,axiom,
    ! [X3] :
      ( lhs_atom19(X3)
      | iext(uri_rdf_type,X3,uri_owl_OntologyProperty) ),
    file('<stdin>',to_be_clausified_28) ).

fof(c_0_38,axiom,
    ! [X3] :
      ( lhs_atom17(X3)
      | iext(uri_rdf_type,X3,uri_owl_DatatypeProperty) ),
    file('<stdin>',to_be_clausified_24) ).

fof(c_0_39,axiom,
    ! [X3] :
      ( lhs_atom15(X3)
      | iext(uri_rdf_type,X3,uri_owl_AnnotationProperty) ),
    file('<stdin>',to_be_clausified_20) ).

fof(c_0_40,axiom,
    ! [X3] :
      ( lhs_atom13(X3)
      | iext(uri_rdf_type,X3,uri_rdfs_Datatype) ),
    file('<stdin>',to_be_clausified_16) ).

fof(c_0_41,axiom,
    ! [X3] :
      ( lhs_atom11(X3)
      | iext(uri_rdf_type,X3,uri_rdfs_Class) ),
    file('<stdin>',to_be_clausified_12) ).

fof(c_0_42,axiom,
    ! [X10,X2] :
      ( lhs_atom112(X10,X2)
      | ( ic(X2)
        & ic(X10)
        & ! [X3] :
            ( icext(X2,X3)
           => icext(X10,X3) ) ) ),
    file('<stdin>',to_be_clausified_133) ).

fof(c_0_43,axiom,
    ! [X6,X7] :
      ( lhs_atom47(X6,X7)
      | ( ic(X7)
        & ic(X6)
        & ! [X3] :
            ( icext(X7,X3)
           => icext(X6,X3) ) ) ),
    file('<stdin>',to_be_clausified_60) ).

fof(c_0_44,axiom,
    ! [X3,X2] :
      ( lhs_atom73(X3,X2)
      | ~ icext(X2,X3) ),
    file('<stdin>',to_be_clausified_87) ).

fof(c_0_45,axiom,
    ! [X1] :
      ( lhs_atom5(X1)
      | ~ ( ic(X1)
          & ! [X3] : ~ icext(X1,X3) ) ),
    file('<stdin>',to_be_clausified_4) ).

fof(c_0_46,axiom,
    ! [X3] :
      ( lhs_atom13(X3)
      | ! [X4] :
          ( icext(X3,X4)
         => lv(X4) ) ),
    file('<stdin>',to_be_clausified_14) ).

fof(c_0_47,axiom,
    ! [X3] :
      ( lhs_atom11(X3)
      | ! [X4] :
          ( icext(X3,X4)
         => ir(X4) ) ),
    file('<stdin>',to_be_clausified_10) ).

fof(c_0_48,axiom,
    ! [X1] :
      ( lhs_atom2(X1)
      | ( ic(X1)
        & ! [X3] :
            ( icext(X1,X3)
          <=> ir(X3) ) ) ),
    file('<stdin>',to_be_clausified_1) ).

fof(c_0_49,axiom,
    ! [X3,X2] :
      ( lhs_atom72(X3,X2)
      | icext(X2,X3) ),
    file('<stdin>',to_be_clausified_86) ).

fof(c_0_50,axiom,
    ! [X4,X3] :
      ( lhs_atom41(X4,X3)
      | ( ic(X3)
        & icext(uri_rdf_List,X4) ) ),
    file('<stdin>',to_be_clausified_54) ).

fof(c_0_51,axiom,
    ! [X4,X3] :
      ( lhs_atom39(X4,X3)
      | ( icext(uri_owl_Restriction,X3)
        & ic(X4) ) ),
    file('<stdin>',to_be_clausified_52) ).

fof(c_0_52,axiom,
    ! [X4,X3] :
      ( lhs_atom37(X4,X3)
      | ( icext(uri_owl_Restriction,X3)
        & ip(X4) ) ),
    file('<stdin>',to_be_clausified_50) ).

fof(c_0_53,axiom,
    ! [X4,X3] :
      ( lhs_atom35(X4,X3)
      | ( ic(X3)
        & icext(uri_rdf_List,X4) ) ),
    file('<stdin>',to_be_clausified_48) ).

fof(c_0_54,axiom,
    ! [X4,X3] :
      ( lhs_atom33(X4,X3)
      | ( icext(uri_owl_Restriction,X3)
        & ir(X4) ) ),
    file('<stdin>',to_be_clausified_46) ).

fof(c_0_55,axiom,
    ! [X4,X3] :
      ( lhs_atom29(X4,X3)
      | ( icext(uri_owl_Restriction,X3)
        & ic(X4) ) ),
    file('<stdin>',to_be_clausified_42) ).

fof(c_0_56,axiom,
    ! [X1] :
      ( lhs_atom4(X1)
      | ( ic(X1)
        & ! [X3] : ~ icext(X1,X3) ) ),
    file('<stdin>',to_be_clausified_3) ).

fof(c_0_57,axiom,
    ! [X3] :
      ( lhs_atom28(X3)
      | ~ icext(uri_rdfs_Literal,X3) ),
    file('<stdin>',to_be_clausified_121) ).

fof(c_0_58,axiom,
    ! [X3] :
      ( lhs_atom24(X3)
      | ~ icext(uri_rdfs_Resource,X3) ),
    file('<stdin>',to_be_clausified_119) ).

fof(c_0_59,axiom,
    ! [X3] :
      ( lhs_atom12(X3)
      | ~ icext(uri_rdfs_Class,X3) ),
    file('<stdin>',to_be_clausified_117) ).

fof(c_0_60,axiom,
    ! [X4,X3] :
      ( lhs_atom31(X4,X3)
      | ( ic(X3)
        & ic(X4) ) ),
    file('<stdin>',to_be_clausified_44) ).

fof(c_0_61,axiom,
    ! [X3] :
      ( lhs_atom27(X3)
      | icext(uri_rdfs_Literal,X3) ),
    file('<stdin>',to_be_clausified_120) ).

fof(c_0_62,axiom,
    ! [X3] :
      ( lhs_atom23(X3)
      | icext(uri_rdfs_Resource,X3) ),
    file('<stdin>',to_be_clausified_118) ).

fof(c_0_63,axiom,
    ! [X3] :
      ( lhs_atom11(X3)
      | icext(uri_rdfs_Class,X3) ),
    file('<stdin>',to_be_clausified_116) ).

fof(c_0_64,axiom,
    ! [X5] :
      ( lhs_atom61(X5)
      | ~ ip(X5) ),
    file('<stdin>',to_be_clausified_74) ).

fof(c_0_65,axiom,
    ! [X3] :
      ( lhs_atom9(X3)
      | ~ ir(X3) ),
    file('<stdin>',to_be_clausified_8) ).

fof(c_0_66,axiom,
    ! [X3] :
      ( lhs_atom27(X3)
      | ir(X3) ),
    file('<stdin>',to_be_clausified_148) ).

fof(c_0_67,axiom,
    ! [X5] :
      ( lhs_atom60(X5)
      | ip(X5) ),
    file('<stdin>',to_be_clausified_73) ).

fof(c_0_68,axiom,
    ! [X3] :
      ( lhs_atom27(X3)
      | ir(X3) ),
    file('<stdin>',to_be_clausified_39) ).

fof(c_0_69,axiom,
    ! [X3] :
      ( lhs_atom25(X3)
      | ir(X3) ),
    file('<stdin>',to_be_clausified_36) ).

fof(c_0_70,axiom,
    ! [X3] :
      ( lhs_atom21(X3)
      | ir(X3) ),
    file('<stdin>',to_be_clausified_31) ).

fof(c_0_71,axiom,
    ! [X3] :
      ( lhs_atom19(X3)
      | ip(X3) ),
    file('<stdin>',to_be_clausified_27) ).

fof(c_0_72,axiom,
    ! [X3] :
      ( lhs_atom17(X3)
      | ip(X3) ),
    file('<stdin>',to_be_clausified_23) ).

fof(c_0_73,axiom,
    ! [X3] :
      ( lhs_atom15(X3)
      | ip(X3) ),
    file('<stdin>',to_be_clausified_19) ).

fof(c_0_74,axiom,
    ! [X3] :
      ( lhs_atom13(X3)
      | ic(X3) ),
    file('<stdin>',to_be_clausified_15) ).

fof(c_0_75,axiom,
    ! [X3] :
      ( lhs_atom11(X3)
      | ir(X3) ),
    file('<stdin>',to_be_clausified_11) ).

fof(c_0_76,axiom,
    ! [X3] :
      ( lhs_atom8(X3)
      | ir(X3) ),
    file('<stdin>',to_be_clausified_7) ).

fof(c_0_77,axiom,
    ! [X3] :
      ( lhs_atom24(X3)
      | ~ $true ),
    file('<stdin>',to_be_clausified_147) ).

fof(c_0_78,axiom,
    ! [X3] :
      ( lhs_atom6(X3)
      | ~ $true ),
    file('<stdin>',to_be_clausified_5) ).

fof(c_0_79,axiom,
    ( lhs_atom123
    | ~ $true ),
    file('<stdin>',to_be_clausified_145) ).

fof(c_0_80,axiom,
    ( lhs_atom122
    | ~ $true ),
    file('<stdin>',to_be_clausified_144) ).

fof(c_0_81,axiom,
    ( lhs_atom121
    | ~ $true ),
    file('<stdin>',to_be_clausified_143) ).

fof(c_0_82,axiom,
    ( lhs_atom120
    | ~ $true ),
    file('<stdin>',to_be_clausified_142) ).

fof(c_0_83,axiom,
    ( lhs_atom117
    | ~ $true ),
    file('<stdin>',to_be_clausified_139) ).

fof(c_0_84,axiom,
    ( lhs_atom115
    | ~ $true ),
    file('<stdin>',to_be_clausified_137) ).

fof(c_0_85,axiom,
    ( lhs_atom113
    | ~ $true ),
    file('<stdin>',to_be_clausified_134) ).

fof(c_0_86,axiom,
    ( lhs_atom111
    | ~ $true ),
    file('<stdin>',to_be_clausified_132) ).

fof(c_0_87,axiom,
    ( lhs_atom110
    | ~ $true ),
    file('<stdin>',to_be_clausified_131) ).

fof(c_0_88,axiom,
    ( lhs_atom109
    | ~ $true ),
    file('<stdin>',to_be_clausified_130) ).

fof(c_0_89,axiom,
    ( lhs_atom107
    | ~ $true ),
    file('<stdin>',to_be_clausified_129) ).

fof(c_0_90,axiom,
    ( lhs_atom108
    | ~ $true ),
    file('<stdin>',to_be_clausified_128) ).

fof(c_0_91,axiom,
    ( lhs_atom107
    | ~ $true ),
    file('<stdin>',to_be_clausified_127) ).

fof(c_0_92,axiom,
    ( lhs_atom106
    | ~ $true ),
    file('<stdin>',to_be_clausified_126) ).

fof(c_0_93,axiom,
    ( lhs_atom105
    | ~ $true ),
    file('<stdin>',to_be_clausified_125) ).

fof(c_0_94,axiom,
    ( lhs_atom103
    | ~ $true ),
    file('<stdin>',to_be_clausified_123) ).

fof(c_0_95,axiom,
    ( lhs_atom102
    | ~ $true ),
    file('<stdin>',to_be_clausified_122) ).

fof(c_0_96,axiom,
    ( lhs_atom101
    | ~ $true ),
    file('<stdin>',to_be_clausified_115) ).

fof(c_0_97,axiom,
    ( lhs_atom99
    | ~ $true ),
    file('<stdin>',to_be_clausified_113) ).

fof(c_0_98,axiom,
    ( lhs_atom98
    | ~ $true ),
    file('<stdin>',to_be_clausified_112) ).

fof(c_0_99,axiom,
    ( lhs_atom96
    | ~ $true ),
    file('<stdin>',to_be_clausified_110) ).

fof(c_0_100,axiom,
    ( lhs_atom95
    | ~ $true ),
    file('<stdin>',to_be_clausified_109) ).

fof(c_0_101,axiom,
    ( lhs_atom94
    | ~ $true ),
    file('<stdin>',to_be_clausified_108) ).

fof(c_0_102,axiom,
    ( lhs_atom93
    | ~ $true ),
    file('<stdin>',to_be_clausified_107) ).

fof(c_0_103,axiom,
    ( lhs_atom92
    | ~ $true ),
    file('<stdin>',to_be_clausified_106) ).

fof(c_0_104,axiom,
    ( lhs_atom91
    | ~ $true ),
    file('<stdin>',to_be_clausified_105) ).

fof(c_0_105,axiom,
    ( lhs_atom90
    | ~ $true ),
    file('<stdin>',to_be_clausified_104) ).

fof(c_0_106,axiom,
    ( lhs_atom89
    | ~ $true ),
    file('<stdin>',to_be_clausified_103) ).

fof(c_0_107,axiom,
    ( lhs_atom88
    | ~ $true ),
    file('<stdin>',to_be_clausified_102) ).

fof(c_0_108,axiom,
    ( lhs_atom87
    | ~ $true ),
    file('<stdin>',to_be_clausified_101) ).

fof(c_0_109,axiom,
    ( lhs_atom86
    | ~ $true ),
    file('<stdin>',to_be_clausified_100) ).

fof(c_0_110,axiom,
    ( lhs_atom85
    | ~ $true ),
    file('<stdin>',to_be_clausified_99) ).

fof(c_0_111,axiom,
    ( lhs_atom84
    | ~ $true ),
    file('<stdin>',to_be_clausified_98) ).

fof(c_0_112,axiom,
    ( lhs_atom83
    | ~ $true ),
    file('<stdin>',to_be_clausified_97) ).

fof(c_0_113,axiom,
    ( lhs_atom82
    | ~ $true ),
    file('<stdin>',to_be_clausified_96) ).

fof(c_0_114,axiom,
    ( lhs_atom80
    | ~ $true ),
    file('<stdin>',to_be_clausified_94) ).

fof(c_0_115,axiom,
    ( lhs_atom79
    | ~ $true ),
    file('<stdin>',to_be_clausified_93) ).

fof(c_0_116,axiom,
    ( lhs_atom78
    | ~ $true ),
    file('<stdin>',to_be_clausified_92) ).

fof(c_0_117,axiom,
    ( lhs_atom77
    | ~ $true ),
    file('<stdin>',to_be_clausified_91) ).

fof(c_0_118,axiom,
    ( lhs_atom76
    | ~ $true ),
    file('<stdin>',to_be_clausified_90) ).

fof(c_0_119,axiom,
    ( lhs_atom75
    | ~ $true ),
    file('<stdin>',to_be_clausified_89) ).

fof(c_0_120,axiom,
    ( lhs_atom71
    | ~ $true ),
    file('<stdin>',to_be_clausified_85) ).

fof(c_0_121,axiom,
    ( lhs_atom70
    | ~ $true ),
    file('<stdin>',to_be_clausified_84) ).

fof(c_0_122,axiom,
    ( lhs_atom69
    | ~ $true ),
    file('<stdin>',to_be_clausified_83) ).

fof(c_0_123,axiom,
    ( lhs_atom68
    | ~ $true ),
    file('<stdin>',to_be_clausified_82) ).

fof(c_0_124,axiom,
    ( lhs_atom67
    | ~ $true ),
    file('<stdin>',to_be_clausified_81) ).

fof(c_0_125,axiom,
    ( lhs_atom66
    | ~ $true ),
    file('<stdin>',to_be_clausified_80) ).

fof(c_0_126,axiom,
    ( lhs_atom65
    | ~ $true ),
    file('<stdin>',to_be_clausified_79) ).

fof(c_0_127,axiom,
    ( lhs_atom64
    | ~ $true ),
    file('<stdin>',to_be_clausified_78) ).

fof(c_0_128,axiom,
    ( lhs_atom63
    | ~ $true ),
    file('<stdin>',to_be_clausified_77) ).

fof(c_0_129,axiom,
    ( lhs_atom62
    | ~ $true ),
    file('<stdin>',to_be_clausified_76) ).

fof(c_0_130,axiom,
    ( lhs_atom62
    | ~ $true ),
    file('<stdin>',to_be_clausified_75) ).

fof(c_0_131,axiom,
    ( lhs_atom59
    | ~ $true ),
    file('<stdin>',to_be_clausified_72) ).

fof(c_0_132,axiom,
    ( lhs_atom58
    | ~ $true ),
    file('<stdin>',to_be_clausified_71) ).

fof(c_0_133,axiom,
    ( lhs_atom57
    | ~ $true ),
    file('<stdin>',to_be_clausified_70) ).

fof(c_0_134,axiom,
    ( lhs_atom56
    | ~ $true ),
    file('<stdin>',to_be_clausified_69) ).

fof(c_0_135,axiom,
    ( lhs_atom55
    | ~ $true ),
    file('<stdin>',to_be_clausified_68) ).

fof(c_0_136,axiom,
    ( lhs_atom54
    | ~ $true ),
    file('<stdin>',to_be_clausified_67) ).

fof(c_0_137,axiom,
    ( lhs_atom53
    | ~ $true ),
    file('<stdin>',to_be_clausified_66) ).

fof(c_0_138,axiom,
    ( lhs_atom52
    | ~ $true ),
    file('<stdin>',to_be_clausified_65) ).

fof(c_0_139,axiom,
    ( lhs_atom51
    | ~ $true ),
    file('<stdin>',to_be_clausified_64) ).

fof(c_0_140,axiom,
    ( lhs_atom42
    | ~ $true ),
    file('<stdin>',to_be_clausified_55) ).

fof(c_0_141,axiom,
    ( lhs_atom40
    | ~ $true ),
    file('<stdin>',to_be_clausified_53) ).

fof(c_0_142,axiom,
    ( lhs_atom38
    | ~ $true ),
    file('<stdin>',to_be_clausified_51) ).

fof(c_0_143,axiom,
    ( lhs_atom36
    | ~ $true ),
    file('<stdin>',to_be_clausified_49) ).

fof(c_0_144,axiom,
    ( lhs_atom34
    | ~ $true ),
    file('<stdin>',to_be_clausified_47) ).

fof(c_0_145,axiom,
    ( lhs_atom32
    | ~ $true ),
    file('<stdin>',to_be_clausified_45) ).

fof(c_0_146,axiom,
    ( lhs_atom30
    | ~ $true ),
    file('<stdin>',to_be_clausified_43) ).

fof(c_0_147,axiom,
    ( lhs_atom10
    | ~ $true ),
    file('<stdin>',to_be_clausified_9) ).

fof(c_0_148,axiom,
    ( lhs_atom7
    | ~ $true ),
    file('<stdin>',to_be_clausified_6) ).

fof(c_0_149,axiom,
    ! [X8,X9] :
      ( lhs_atom50(X8,X9)
      | ~ ( ip(X9)
          & ip(X8)
          & ! [X3,X4] :
              ( iext(X9,X3,X4)
             => iext(X8,X3,X4) ) ) ),
    c_0_0 ).

fof(c_0_150,axiom,
    ! [X4,X3,X5,X2] :
      ( lhs_atom104(X4,X2)
      | ~ ( iext(uri_rdfs_range,X5,X2)
          & iext(X5,X3,X4) ) ),
    c_0_1 ).

fof(c_0_151,axiom,
    ! [X4,X3,X5,X2] :
      ( lhs_atom100(X3,X2)
      | ~ ( iext(uri_rdfs_domain,X5,X2)
          & iext(X5,X3,X4) ) ),
    c_0_2 ).

fof(c_0_152,axiom,
    ! [X13,X12,X5] :
      ( lhs_atom119(X13,X5)
      | ~ ( iext(uri_rdfs_subPropertyOf,X5,X12)
          & iext(uri_rdfs_subPropertyOf,X12,X13) ) ),
    c_0_3 ).

fof(c_0_153,axiom,
    ! [X11,X10,X2] :
      ( lhs_atom114(X11,X2)
      | ~ ( iext(uri_rdfs_subClassOf,X2,X10)
          & iext(uri_rdfs_subClassOf,X10,X11) ) ),
    c_0_4 ).

fof(c_0_154,axiom,
    ! [X12,X5] :
      ( lhs_atom116(X12,X5)
      | ( ip(X5)
        & ip(X12)
        & ! [X3,X4] :
            ( iext(X5,X3,X4)
           => iext(X12,X3,X4) ) ) ),
    c_0_5 ).

fof(c_0_155,axiom,
    ! [X8,X9] :
      ( lhs_atom49(X8,X9)
      | ( ip(X9)
        & ip(X8)
        & ! [X3,X4] :
            ( iext(X9,X3,X4)
           => iext(X8,X3,X4) ) ) ),
    c_0_6 ).

fof(c_0_156,axiom,
    ! [X5,X2] :
      ( lhs_atom46(X5,X2)
      | ~ ( ip(X5)
          & ip(X2)
          & ! [X3,X4] :
              ( iext(X5,X3,X4)
             => icext(X2,X4) ) ) ),
    c_0_7 ).

fof(c_0_157,axiom,
    ! [X5,X2] :
      ( lhs_atom44(X5,X2)
      | ~ ( ip(X5)
          & ic(X2)
          & ! [X3,X4] :
              ( iext(X5,X3,X4)
             => icext(X2,X3) ) ) ),
    c_0_8 ).

fof(c_0_158,axiom,
    ! [X5,X2] :
      ( lhs_atom45(X5,X2)
      | ( ip(X5)
        & ip(X2)
        & ! [X3,X4] :
            ( iext(X5,X3,X4)
           => icext(X2,X4) ) ) ),
    c_0_9 ).

fof(c_0_159,axiom,
    ! [X5,X2] :
      ( lhs_atom43(X5,X2)
      | ( ip(X5)
        & ic(X2)
        & ! [X3,X4] :
            ( iext(X5,X3,X4)
           => icext(X2,X3) ) ) ),
    c_0_10 ).

fof(c_0_160,axiom,
    ! [X3] :
      ( lhs_atom21(X3)
      | ! [X4,X1] :
          ( iext(X3,X4,X1)
         => ( ir(X4)
            & ir(X1) ) ) ),
    c_0_11 ).

fof(c_0_161,axiom,
    ! [X3] :
      ( lhs_atom19(X3)
      | ! [X4,X1] :
          ( iext(X3,X4,X1)
         => ( ix(X4)
            & ix(X1) ) ) ),
    c_0_12 ).

fof(c_0_162,axiom,
    ! [X3] :
      ( lhs_atom17(X3)
      | ! [X4,X1] :
          ( iext(X3,X4,X1)
         => ( ir(X4)
            & lv(X1) ) ) ),
    c_0_13 ).

fof(c_0_163,axiom,
    ! [X3] :
      ( lhs_atom15(X3)
      | ! [X4,X1] :
          ( iext(X3,X4,X1)
         => ( ir(X4)
            & ir(X1) ) ) ),
    c_0_14 ).

fof(c_0_164,axiom,
    ! [X6,X7] :
      ( lhs_atom48(X6,X7)
      | ~ ( ic(X7)
          & ic(X6)
          & ! [X3] :
              ( icext(X7,X3)
             => icext(X6,X3) ) ) ),
    c_0_15 ).

fof(c_0_165,plain,
    ! [X3] :
      ( lhs_atom28(X3)
      | ~ iext(uri_rdf_type,X3,uri_rdfs_Literal) ),
    inference(fof_simplification,[status(thm)],[c_0_16]) ).

fof(c_0_166,plain,
    ! [X3] :
      ( lhs_atom26(X3)
      | ~ iext(uri_rdf_type,X3,uri_owl_Ontology) ),
    inference(fof_simplification,[status(thm)],[c_0_17]) ).

fof(c_0_167,plain,
    ! [X3] :
      ( lhs_atom24(X3)
      | ~ iext(uri_rdf_type,X3,uri_rdfs_Resource) ),
    inference(fof_simplification,[status(thm)],[c_0_18]) ).

fof(c_0_168,plain,
    ! [X3] :
      ( lhs_atom22(X3)
      | ~ iext(uri_rdf_type,X3,uri_rdf_Property) ),
    inference(fof_simplification,[status(thm)],[c_0_19]) ).

fof(c_0_169,plain,
    ! [X3] :
      ( lhs_atom20(X3)
      | ~ iext(uri_rdf_type,X3,uri_owl_OntologyProperty) ),
    inference(fof_simplification,[status(thm)],[c_0_20]) ).

fof(c_0_170,plain,
    ! [X3] :
      ( lhs_atom18(X3)
      | ~ iext(uri_rdf_type,X3,uri_owl_DatatypeProperty) ),
    inference(fof_simplification,[status(thm)],[c_0_21]) ).

fof(c_0_171,plain,
    ! [X3] :
      ( lhs_atom16(X3)
      | ~ iext(uri_rdf_type,X3,uri_owl_AnnotationProperty) ),
    inference(fof_simplification,[status(thm)],[c_0_22]) ).

fof(c_0_172,plain,
    ! [X3] :
      ( lhs_atom14(X3)
      | ~ iext(uri_rdf_type,X3,uri_rdfs_Datatype) ),
    inference(fof_simplification,[status(thm)],[c_0_23]) ).

fof(c_0_173,plain,
    ! [X3] :
      ( lhs_atom12(X3)
      | ~ iext(uri_rdf_type,X3,uri_rdfs_Class) ),
    inference(fof_simplification,[status(thm)],[c_0_24]) ).

fof(c_0_174,axiom,
    ! [X1] :
      ( lhs_atom3(X1)
      | ~ ( ic(X1)
          & ! [X3] :
              ( icext(X1,X3)
            <=> ir(X3) ) ) ),
    c_0_25 ).

fof(c_0_175,plain,
    ! [X1,X2] :
      ( lhs_atom1(X1,X2)
      | ( ic(X1)
        & ic(X2)
        & ! [X3] :
            ( icext(X1,X3)
          <=> ~ icext(X2,X3) ) ) ),
    inference(fof_simplification,[status(thm)],[c_0_26]) ).

fof(c_0_176,axiom,
    ! [X14,X5,X15] :
      ( lhs_atom124(X14,X5,X15)
      | ip(X5) ),
    c_0_27 ).

fof(c_0_177,axiom,
    ! [X5] :
      ( lhs_atom118(X5)
      | iext(uri_rdfs_subPropertyOf,X5,X5) ),
    c_0_28 ).

fof(c_0_178,axiom,
    ! [X2] :
      ( lhs_atom74(X2)
      | iext(uri_rdfs_subClassOf,X2,X2) ),
    c_0_29 ).

fof(c_0_179,axiom,
    ! [X10] :
      ( lhs_atom97(X10)
      | iext(uri_rdfs_subClassOf,X10,uri_rdfs_Literal) ),
    c_0_30 ).

fof(c_0_180,axiom,
    ! [X5] :
      ( lhs_atom81(X5)
      | iext(uri_rdfs_subPropertyOf,X5,uri_rdfs_member) ),
    c_0_31 ).

fof(c_0_181,axiom,
    ! [X2] :
      ( lhs_atom74(X2)
      | iext(uri_rdfs_subClassOf,X2,uri_rdfs_Resource) ),
    c_0_32 ).

fof(c_0_182,axiom,
    ! [X3] :
      ( lhs_atom27(X3)
      | iext(uri_rdf_type,X3,uri_rdfs_Literal) ),
    c_0_33 ).

fof(c_0_183,axiom,
    ! [X3] :
      ( lhs_atom25(X3)
      | iext(uri_rdf_type,X3,uri_owl_Ontology) ),
    c_0_34 ).

fof(c_0_184,axiom,
    ! [X3] :
      ( lhs_atom23(X3)
      | iext(uri_rdf_type,X3,uri_rdfs_Resource) ),
    c_0_35 ).

fof(c_0_185,axiom,
    ! [X3] :
      ( lhs_atom21(X3)
      | iext(uri_rdf_type,X3,uri_rdf_Property) ),
    c_0_36 ).

fof(c_0_186,axiom,
    ! [X3] :
      ( lhs_atom19(X3)
      | iext(uri_rdf_type,X3,uri_owl_OntologyProperty) ),
    c_0_37 ).

fof(c_0_187,axiom,
    ! [X3] :
      ( lhs_atom17(X3)
      | iext(uri_rdf_type,X3,uri_owl_DatatypeProperty) ),
    c_0_38 ).

fof(c_0_188,axiom,
    ! [X3] :
      ( lhs_atom15(X3)
      | iext(uri_rdf_type,X3,uri_owl_AnnotationProperty) ),
    c_0_39 ).

fof(c_0_189,axiom,
    ! [X3] :
      ( lhs_atom13(X3)
      | iext(uri_rdf_type,X3,uri_rdfs_Datatype) ),
    c_0_40 ).

fof(c_0_190,axiom,
    ! [X3] :
      ( lhs_atom11(X3)
      | iext(uri_rdf_type,X3,uri_rdfs_Class) ),
    c_0_41 ).

fof(c_0_191,axiom,
    ! [X10,X2] :
      ( lhs_atom112(X10,X2)
      | ( ic(X2)
        & ic(X10)
        & ! [X3] :
            ( icext(X2,X3)
           => icext(X10,X3) ) ) ),
    c_0_42 ).

fof(c_0_192,axiom,
    ! [X6,X7] :
      ( lhs_atom47(X6,X7)
      | ( ic(X7)
        & ic(X6)
        & ! [X3] :
            ( icext(X7,X3)
           => icext(X6,X3) ) ) ),
    c_0_43 ).

fof(c_0_193,plain,
    ! [X3,X2] :
      ( lhs_atom73(X3,X2)
      | ~ icext(X2,X3) ),
    inference(fof_simplification,[status(thm)],[c_0_44]) ).

fof(c_0_194,plain,
    ! [X1] :
      ( lhs_atom5(X1)
      | ~ ( ic(X1)
          & ! [X3] : ~ icext(X1,X3) ) ),
    inference(fof_simplification,[status(thm)],[c_0_45]) ).

fof(c_0_195,axiom,
    ! [X3] :
      ( lhs_atom13(X3)
      | ! [X4] :
          ( icext(X3,X4)
         => lv(X4) ) ),
    c_0_46 ).

fof(c_0_196,axiom,
    ! [X3] :
      ( lhs_atom11(X3)
      | ! [X4] :
          ( icext(X3,X4)
         => ir(X4) ) ),
    c_0_47 ).

fof(c_0_197,axiom,
    ! [X1] :
      ( lhs_atom2(X1)
      | ( ic(X1)
        & ! [X3] :
            ( icext(X1,X3)
          <=> ir(X3) ) ) ),
    c_0_48 ).

fof(c_0_198,axiom,
    ! [X3,X2] :
      ( lhs_atom72(X3,X2)
      | icext(X2,X3) ),
    c_0_49 ).

fof(c_0_199,axiom,
    ! [X4,X3] :
      ( lhs_atom41(X4,X3)
      | ( ic(X3)
        & icext(uri_rdf_List,X4) ) ),
    c_0_50 ).

fof(c_0_200,axiom,
    ! [X4,X3] :
      ( lhs_atom39(X4,X3)
      | ( icext(uri_owl_Restriction,X3)
        & ic(X4) ) ),
    c_0_51 ).

fof(c_0_201,axiom,
    ! [X4,X3] :
      ( lhs_atom37(X4,X3)
      | ( icext(uri_owl_Restriction,X3)
        & ip(X4) ) ),
    c_0_52 ).

fof(c_0_202,axiom,
    ! [X4,X3] :
      ( lhs_atom35(X4,X3)
      | ( ic(X3)
        & icext(uri_rdf_List,X4) ) ),
    c_0_53 ).

fof(c_0_203,axiom,
    ! [X4,X3] :
      ( lhs_atom33(X4,X3)
      | ( icext(uri_owl_Restriction,X3)
        & ir(X4) ) ),
    c_0_54 ).

fof(c_0_204,axiom,
    ! [X4,X3] :
      ( lhs_atom29(X4,X3)
      | ( icext(uri_owl_Restriction,X3)
        & ic(X4) ) ),
    c_0_55 ).

fof(c_0_205,plain,
    ! [X1] :
      ( lhs_atom4(X1)
      | ( ic(X1)
        & ! [X3] : ~ icext(X1,X3) ) ),
    inference(fof_simplification,[status(thm)],[c_0_56]) ).

fof(c_0_206,plain,
    ! [X3] :
      ( lhs_atom28(X3)
      | ~ icext(uri_rdfs_Literal,X3) ),
    inference(fof_simplification,[status(thm)],[c_0_57]) ).

fof(c_0_207,plain,
    ! [X3] :
      ( lhs_atom24(X3)
      | ~ icext(uri_rdfs_Resource,X3) ),
    inference(fof_simplification,[status(thm)],[c_0_58]) ).

fof(c_0_208,plain,
    ! [X3] :
      ( lhs_atom12(X3)
      | ~ icext(uri_rdfs_Class,X3) ),
    inference(fof_simplification,[status(thm)],[c_0_59]) ).

fof(c_0_209,axiom,
    ! [X4,X3] :
      ( lhs_atom31(X4,X3)
      | ( ic(X3)
        & ic(X4) ) ),
    c_0_60 ).

fof(c_0_210,axiom,
    ! [X3] :
      ( lhs_atom27(X3)
      | icext(uri_rdfs_Literal,X3) ),
    c_0_61 ).

fof(c_0_211,axiom,
    ! [X3] :
      ( lhs_atom23(X3)
      | icext(uri_rdfs_Resource,X3) ),
    c_0_62 ).

fof(c_0_212,axiom,
    ! [X3] :
      ( lhs_atom11(X3)
      | icext(uri_rdfs_Class,X3) ),
    c_0_63 ).

fof(c_0_213,plain,
    ! [X5] :
      ( lhs_atom61(X5)
      | ~ ip(X5) ),
    inference(fof_simplification,[status(thm)],[c_0_64]) ).

fof(c_0_214,plain,
    ! [X3] :
      ( lhs_atom9(X3)
      | ~ ir(X3) ),
    inference(fof_simplification,[status(thm)],[c_0_65]) ).

fof(c_0_215,axiom,
    ! [X3] :
      ( lhs_atom27(X3)
      | ir(X3) ),
    c_0_66 ).

fof(c_0_216,axiom,
    ! [X5] :
      ( lhs_atom60(X5)
      | ip(X5) ),
    c_0_67 ).

fof(c_0_217,axiom,
    ! [X3] :
      ( lhs_atom27(X3)
      | ir(X3) ),
    c_0_68 ).

fof(c_0_218,axiom,
    ! [X3] :
      ( lhs_atom25(X3)
      | ir(X3) ),
    c_0_69 ).

fof(c_0_219,axiom,
    ! [X3] :
      ( lhs_atom21(X3)
      | ir(X3) ),
    c_0_70 ).

fof(c_0_220,axiom,
    ! [X3] :
      ( lhs_atom19(X3)
      | ip(X3) ),
    c_0_71 ).

fof(c_0_221,axiom,
    ! [X3] :
      ( lhs_atom17(X3)
      | ip(X3) ),
    c_0_72 ).

fof(c_0_222,axiom,
    ! [X3] :
      ( lhs_atom15(X3)
      | ip(X3) ),
    c_0_73 ).

fof(c_0_223,axiom,
    ! [X3] :
      ( lhs_atom13(X3)
      | ic(X3) ),
    c_0_74 ).

fof(c_0_224,axiom,
    ! [X3] :
      ( lhs_atom11(X3)
      | ir(X3) ),
    c_0_75 ).

fof(c_0_225,axiom,
    ! [X3] :
      ( lhs_atom8(X3)
      | ir(X3) ),
    c_0_76 ).

fof(c_0_226,plain,
    ! [X3] : lhs_atom24(X3),
    inference(fof_simplification,[status(thm)],[c_0_77]) ).

fof(c_0_227,plain,
    ! [X3] : lhs_atom6(X3),
    inference(fof_simplification,[status(thm)],[c_0_78]) ).

fof(c_0_228,plain,
    lhs_atom123,
    inference(fof_simplification,[status(thm)],[c_0_79]) ).

fof(c_0_229,plain,
    lhs_atom122,
    inference(fof_simplification,[status(thm)],[c_0_80]) ).

fof(c_0_230,plain,
    lhs_atom121,
    inference(fof_simplification,[status(thm)],[c_0_81]) ).

fof(c_0_231,plain,
    lhs_atom120,
    inference(fof_simplification,[status(thm)],[c_0_82]) ).

fof(c_0_232,plain,
    lhs_atom117,
    inference(fof_simplification,[status(thm)],[c_0_83]) ).

fof(c_0_233,plain,
    lhs_atom115,
    inference(fof_simplification,[status(thm)],[c_0_84]) ).

fof(c_0_234,plain,
    lhs_atom113,
    inference(fof_simplification,[status(thm)],[c_0_85]) ).

fof(c_0_235,plain,
    lhs_atom111,
    inference(fof_simplification,[status(thm)],[c_0_86]) ).

fof(c_0_236,plain,
    lhs_atom110,
    inference(fof_simplification,[status(thm)],[c_0_87]) ).

fof(c_0_237,plain,
    lhs_atom109,
    inference(fof_simplification,[status(thm)],[c_0_88]) ).

fof(c_0_238,plain,
    lhs_atom107,
    inference(fof_simplification,[status(thm)],[c_0_89]) ).

fof(c_0_239,plain,
    lhs_atom108,
    inference(fof_simplification,[status(thm)],[c_0_90]) ).

fof(c_0_240,plain,
    lhs_atom107,
    inference(fof_simplification,[status(thm)],[c_0_91]) ).

fof(c_0_241,plain,
    lhs_atom106,
    inference(fof_simplification,[status(thm)],[c_0_92]) ).

fof(c_0_242,plain,
    lhs_atom105,
    inference(fof_simplification,[status(thm)],[c_0_93]) ).

fof(c_0_243,plain,
    lhs_atom103,
    inference(fof_simplification,[status(thm)],[c_0_94]) ).

fof(c_0_244,plain,
    lhs_atom102,
    inference(fof_simplification,[status(thm)],[c_0_95]) ).

fof(c_0_245,plain,
    lhs_atom101,
    inference(fof_simplification,[status(thm)],[c_0_96]) ).

fof(c_0_246,plain,
    lhs_atom99,
    inference(fof_simplification,[status(thm)],[c_0_97]) ).

fof(c_0_247,plain,
    lhs_atom98,
    inference(fof_simplification,[status(thm)],[c_0_98]) ).

fof(c_0_248,plain,
    lhs_atom96,
    inference(fof_simplification,[status(thm)],[c_0_99]) ).

fof(c_0_249,plain,
    lhs_atom95,
    inference(fof_simplification,[status(thm)],[c_0_100]) ).

fof(c_0_250,plain,
    lhs_atom94,
    inference(fof_simplification,[status(thm)],[c_0_101]) ).

fof(c_0_251,plain,
    lhs_atom93,
    inference(fof_simplification,[status(thm)],[c_0_102]) ).

fof(c_0_252,plain,
    lhs_atom92,
    inference(fof_simplification,[status(thm)],[c_0_103]) ).

fof(c_0_253,plain,
    lhs_atom91,
    inference(fof_simplification,[status(thm)],[c_0_104]) ).

fof(c_0_254,plain,
    lhs_atom90,
    inference(fof_simplification,[status(thm)],[c_0_105]) ).

fof(c_0_255,plain,
    lhs_atom89,
    inference(fof_simplification,[status(thm)],[c_0_106]) ).

fof(c_0_256,plain,
    lhs_atom88,
    inference(fof_simplification,[status(thm)],[c_0_107]) ).

fof(c_0_257,plain,
    lhs_atom87,
    inference(fof_simplification,[status(thm)],[c_0_108]) ).

fof(c_0_258,plain,
    lhs_atom86,
    inference(fof_simplification,[status(thm)],[c_0_109]) ).

fof(c_0_259,plain,
    lhs_atom85,
    inference(fof_simplification,[status(thm)],[c_0_110]) ).

fof(c_0_260,plain,
    lhs_atom84,
    inference(fof_simplification,[status(thm)],[c_0_111]) ).

fof(c_0_261,plain,
    lhs_atom83,
    inference(fof_simplification,[status(thm)],[c_0_112]) ).

fof(c_0_262,plain,
    lhs_atom82,
    inference(fof_simplification,[status(thm)],[c_0_113]) ).

fof(c_0_263,plain,
    lhs_atom80,
    inference(fof_simplification,[status(thm)],[c_0_114]) ).

fof(c_0_264,plain,
    lhs_atom79,
    inference(fof_simplification,[status(thm)],[c_0_115]) ).

fof(c_0_265,plain,
    lhs_atom78,
    inference(fof_simplification,[status(thm)],[c_0_116]) ).

fof(c_0_266,plain,
    lhs_atom77,
    inference(fof_simplification,[status(thm)],[c_0_117]) ).

fof(c_0_267,plain,
    lhs_atom76,
    inference(fof_simplification,[status(thm)],[c_0_118]) ).

fof(c_0_268,plain,
    lhs_atom75,
    inference(fof_simplification,[status(thm)],[c_0_119]) ).

fof(c_0_269,plain,
    lhs_atom71,
    inference(fof_simplification,[status(thm)],[c_0_120]) ).

fof(c_0_270,plain,
    lhs_atom70,
    inference(fof_simplification,[status(thm)],[c_0_121]) ).

fof(c_0_271,plain,
    lhs_atom69,
    inference(fof_simplification,[status(thm)],[c_0_122]) ).

fof(c_0_272,plain,
    lhs_atom68,
    inference(fof_simplification,[status(thm)],[c_0_123]) ).

fof(c_0_273,plain,
    lhs_atom67,
    inference(fof_simplification,[status(thm)],[c_0_124]) ).

fof(c_0_274,plain,
    lhs_atom66,
    inference(fof_simplification,[status(thm)],[c_0_125]) ).

fof(c_0_275,plain,
    lhs_atom65,
    inference(fof_simplification,[status(thm)],[c_0_126]) ).

fof(c_0_276,plain,
    lhs_atom64,
    inference(fof_simplification,[status(thm)],[c_0_127]) ).

fof(c_0_277,plain,
    lhs_atom63,
    inference(fof_simplification,[status(thm)],[c_0_128]) ).

fof(c_0_278,plain,
    lhs_atom62,
    inference(fof_simplification,[status(thm)],[c_0_129]) ).

fof(c_0_279,plain,
    lhs_atom62,
    inference(fof_simplification,[status(thm)],[c_0_130]) ).

fof(c_0_280,plain,
    lhs_atom59,
    inference(fof_simplification,[status(thm)],[c_0_131]) ).

fof(c_0_281,plain,
    lhs_atom58,
    inference(fof_simplification,[status(thm)],[c_0_132]) ).

fof(c_0_282,plain,
    lhs_atom57,
    inference(fof_simplification,[status(thm)],[c_0_133]) ).

fof(c_0_283,plain,
    lhs_atom56,
    inference(fof_simplification,[status(thm)],[c_0_134]) ).

fof(c_0_284,plain,
    lhs_atom55,
    inference(fof_simplification,[status(thm)],[c_0_135]) ).

fof(c_0_285,plain,
    lhs_atom54,
    inference(fof_simplification,[status(thm)],[c_0_136]) ).

fof(c_0_286,plain,
    lhs_atom53,
    inference(fof_simplification,[status(thm)],[c_0_137]) ).

fof(c_0_287,plain,
    lhs_atom52,
    inference(fof_simplification,[status(thm)],[c_0_138]) ).

fof(c_0_288,plain,
    lhs_atom51,
    inference(fof_simplification,[status(thm)],[c_0_139]) ).

fof(c_0_289,plain,
    lhs_atom42,
    inference(fof_simplification,[status(thm)],[c_0_140]) ).

fof(c_0_290,plain,
    lhs_atom40,
    inference(fof_simplification,[status(thm)],[c_0_141]) ).

fof(c_0_291,plain,
    lhs_atom38,
    inference(fof_simplification,[status(thm)],[c_0_142]) ).

fof(c_0_292,plain,
    lhs_atom36,
    inference(fof_simplification,[status(thm)],[c_0_143]) ).

fof(c_0_293,plain,
    lhs_atom34,
    inference(fof_simplification,[status(thm)],[c_0_144]) ).

fof(c_0_294,plain,
    lhs_atom32,
    inference(fof_simplification,[status(thm)],[c_0_145]) ).

fof(c_0_295,plain,
    lhs_atom30,
    inference(fof_simplification,[status(thm)],[c_0_146]) ).

fof(c_0_296,plain,
    lhs_atom10,
    inference(fof_simplification,[status(thm)],[c_0_147]) ).

fof(c_0_297,plain,
    lhs_atom7,
    inference(fof_simplification,[status(thm)],[c_0_148]) ).

fof(c_0_298,plain,
    ! [X10,X11] :
      ( ( iext(X11,esk8_2(X10,X11),esk9_2(X10,X11))
        | ~ ip(X10)
        | ~ ip(X11)
        | lhs_atom50(X10,X11) )
      & ( ~ iext(X10,esk8_2(X10,X11),esk9_2(X10,X11))
        | ~ ip(X10)
        | ~ ip(X11)
        | lhs_atom50(X10,X11) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_149])])])]) ).

fof(c_0_299,plain,
    ! [X6,X7,X8,X9] :
      ( lhs_atom104(X6,X9)
      | ~ iext(uri_rdfs_range,X8,X9)
      | ~ iext(X8,X7,X6) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_150])]) ).

fof(c_0_300,plain,
    ! [X6,X7,X8,X9] :
      ( lhs_atom100(X7,X9)
      | ~ iext(uri_rdfs_domain,X8,X9)
      | ~ iext(X8,X7,X6) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_151])]) ).

fof(c_0_301,plain,
    ! [X14,X15,X16] :
      ( lhs_atom119(X14,X16)
      | ~ iext(uri_rdfs_subPropertyOf,X16,X15)
      | ~ iext(uri_rdfs_subPropertyOf,X15,X14) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_152])]) ).

fof(c_0_302,plain,
    ! [X12,X13,X14] :
      ( lhs_atom114(X12,X14)
      | ~ iext(uri_rdfs_subClassOf,X14,X13)
      | ~ iext(uri_rdfs_subClassOf,X13,X12) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_153])]) ).

fof(c_0_303,plain,
    ! [X13,X14,X15,X16] :
      ( ( ip(X14)
        | lhs_atom116(X13,X14) )
      & ( ip(X13)
        | lhs_atom116(X13,X14) )
      & ( ~ iext(X14,X15,X16)
        | iext(X13,X15,X16)
        | lhs_atom116(X13,X14) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_154])])])]) ).

fof(c_0_304,plain,
    ! [X10,X11,X12,X13] :
      ( ( ip(X11)
        | lhs_atom49(X10,X11) )
      & ( ip(X10)
        | lhs_atom49(X10,X11) )
      & ( ~ iext(X11,X12,X13)
        | iext(X10,X12,X13)
        | lhs_atom49(X10,X11) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_155])])])]) ).

fof(c_0_305,plain,
    ! [X6,X7] :
      ( ( iext(X6,esk5_2(X6,X7),esk6_2(X6,X7))
        | ~ ip(X7)
        | ~ ip(X6)
        | lhs_atom46(X6,X7) )
      & ( ~ icext(X7,esk6_2(X6,X7))
        | ~ ip(X7)
        | ~ ip(X6)
        | lhs_atom46(X6,X7) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_156])])])]) ).

fof(c_0_306,plain,
    ! [X6,X7] :
      ( ( iext(X6,esk3_2(X6,X7),esk4_2(X6,X7))
        | ~ ic(X7)
        | ~ ip(X6)
        | lhs_atom44(X6,X7) )
      & ( ~ icext(X7,esk3_2(X6,X7))
        | ~ ic(X7)
        | ~ ip(X6)
        | lhs_atom44(X6,X7) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_157])])])])]) ).

fof(c_0_307,plain,
    ! [X6,X7,X8,X9] :
      ( ( ip(X6)
        | lhs_atom45(X6,X7) )
      & ( ip(X7)
        | lhs_atom45(X6,X7) )
      & ( ~ iext(X6,X8,X9)
        | icext(X7,X9)
        | lhs_atom45(X6,X7) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_158])])])]) ).

fof(c_0_308,plain,
    ! [X6,X7,X8,X9] :
      ( ( ip(X6)
        | lhs_atom43(X6,X7) )
      & ( ic(X7)
        | lhs_atom43(X6,X7) )
      & ( ~ iext(X6,X8,X9)
        | icext(X7,X8)
        | lhs_atom43(X6,X7) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_159])])])])]) ).

fof(c_0_309,plain,
    ! [X5,X6,X7] :
      ( ( ir(X6)
        | ~ iext(X5,X6,X7)
        | lhs_atom21(X5) )
      & ( ir(X7)
        | ~ iext(X5,X6,X7)
        | lhs_atom21(X5) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_160])])])]) ).

fof(c_0_310,plain,
    ! [X5,X6,X7] :
      ( ( ix(X6)
        | ~ iext(X5,X6,X7)
        | lhs_atom19(X5) )
      & ( ix(X7)
        | ~ iext(X5,X6,X7)
        | lhs_atom19(X5) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_161])])])]) ).

fof(c_0_311,plain,
    ! [X5,X6,X7] :
      ( ( ir(X6)
        | ~ iext(X5,X6,X7)
        | lhs_atom17(X5) )
      & ( lv(X7)
        | ~ iext(X5,X6,X7)
        | lhs_atom17(X5) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_162])])])]) ).

fof(c_0_312,plain,
    ! [X5,X6,X7] :
      ( ( ir(X6)
        | ~ iext(X5,X6,X7)
        | lhs_atom15(X5) )
      & ( ir(X7)
        | ~ iext(X5,X6,X7)
        | lhs_atom15(X5) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_163])])])]) ).

fof(c_0_313,plain,
    ! [X8,X9] :
      ( ( icext(X9,esk7_2(X8,X9))
        | ~ ic(X8)
        | ~ ic(X9)
        | lhs_atom48(X8,X9) )
      & ( ~ icext(X8,esk7_2(X8,X9))
        | ~ ic(X8)
        | ~ ic(X9)
        | lhs_atom48(X8,X9) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_164])])])]) ).

fof(c_0_314,plain,
    ! [X4] :
      ( lhs_atom28(X4)
      | ~ iext(uri_rdf_type,X4,uri_rdfs_Literal) ),
    inference(variable_rename,[status(thm)],[c_0_165]) ).

fof(c_0_315,plain,
    ! [X4] :
      ( lhs_atom26(X4)
      | ~ iext(uri_rdf_type,X4,uri_owl_Ontology) ),
    inference(variable_rename,[status(thm)],[c_0_166]) ).

fof(c_0_316,plain,
    ! [X4] :
      ( lhs_atom24(X4)
      | ~ iext(uri_rdf_type,X4,uri_rdfs_Resource) ),
    inference(variable_rename,[status(thm)],[c_0_167]) ).

fof(c_0_317,plain,
    ! [X4] :
      ( lhs_atom22(X4)
      | ~ iext(uri_rdf_type,X4,uri_rdf_Property) ),
    inference(variable_rename,[status(thm)],[c_0_168]) ).

fof(c_0_318,plain,
    ! [X4] :
      ( lhs_atom20(X4)
      | ~ iext(uri_rdf_type,X4,uri_owl_OntologyProperty) ),
    inference(variable_rename,[status(thm)],[c_0_169]) ).

fof(c_0_319,plain,
    ! [X4] :
      ( lhs_atom18(X4)
      | ~ iext(uri_rdf_type,X4,uri_owl_DatatypeProperty) ),
    inference(variable_rename,[status(thm)],[c_0_170]) ).

fof(c_0_320,plain,
    ! [X4] :
      ( lhs_atom16(X4)
      | ~ iext(uri_rdf_type,X4,uri_owl_AnnotationProperty) ),
    inference(variable_rename,[status(thm)],[c_0_171]) ).

fof(c_0_321,plain,
    ! [X4] :
      ( lhs_atom14(X4)
      | ~ iext(uri_rdf_type,X4,uri_rdfs_Datatype) ),
    inference(variable_rename,[status(thm)],[c_0_172]) ).

fof(c_0_322,plain,
    ! [X4] :
      ( lhs_atom12(X4)
      | ~ iext(uri_rdf_type,X4,uri_rdfs_Class) ),
    inference(variable_rename,[status(thm)],[c_0_173]) ).

fof(c_0_323,plain,
    ! [X4] :
      ( ( ~ icext(X4,esk1_1(X4))
        | ~ ir(esk1_1(X4))
        | ~ ic(X4)
        | lhs_atom3(X4) )
      & ( icext(X4,esk1_1(X4))
        | ir(esk1_1(X4))
        | ~ ic(X4)
        | lhs_atom3(X4) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_174])])])]) ).

fof(c_0_324,plain,
    ! [X4,X5,X6,X7] :
      ( ( ic(X4)
        | lhs_atom1(X4,X5) )
      & ( ic(X5)
        | lhs_atom1(X4,X5) )
      & ( ~ icext(X4,X6)
        | ~ icext(X5,X6)
        | lhs_atom1(X4,X5) )
      & ( icext(X5,X7)
        | icext(X4,X7)
        | lhs_atom1(X4,X5) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_175])])])])]) ).

fof(c_0_325,plain,
    ! [X16,X17,X18] :
      ( lhs_atom124(X16,X17,X18)
      | ip(X17) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_176])])]) ).

fof(c_0_326,plain,
    ! [X6] :
      ( lhs_atom118(X6)
      | iext(uri_rdfs_subPropertyOf,X6,X6) ),
    inference(variable_rename,[status(thm)],[c_0_177]) ).

fof(c_0_327,plain,
    ! [X3] :
      ( lhs_atom74(X3)
      | iext(uri_rdfs_subClassOf,X3,X3) ),
    inference(variable_rename,[status(thm)],[c_0_178]) ).

fof(c_0_328,plain,
    ! [X11] :
      ( lhs_atom97(X11)
      | iext(uri_rdfs_subClassOf,X11,uri_rdfs_Literal) ),
    inference(variable_rename,[status(thm)],[c_0_179]) ).

fof(c_0_329,plain,
    ! [X6] :
      ( lhs_atom81(X6)
      | iext(uri_rdfs_subPropertyOf,X6,uri_rdfs_member) ),
    inference(variable_rename,[status(thm)],[c_0_180]) ).

fof(c_0_330,plain,
    ! [X3] :
      ( lhs_atom74(X3)
      | iext(uri_rdfs_subClassOf,X3,uri_rdfs_Resource) ),
    inference(variable_rename,[status(thm)],[c_0_181]) ).

fof(c_0_331,plain,
    ! [X4] :
      ( lhs_atom27(X4)
      | iext(uri_rdf_type,X4,uri_rdfs_Literal) ),
    inference(variable_rename,[status(thm)],[c_0_182]) ).

fof(c_0_332,plain,
    ! [X4] :
      ( lhs_atom25(X4)
      | iext(uri_rdf_type,X4,uri_owl_Ontology) ),
    inference(variable_rename,[status(thm)],[c_0_183]) ).

fof(c_0_333,plain,
    ! [X4] :
      ( lhs_atom23(X4)
      | iext(uri_rdf_type,X4,uri_rdfs_Resource) ),
    inference(variable_rename,[status(thm)],[c_0_184]) ).

fof(c_0_334,plain,
    ! [X4] :
      ( lhs_atom21(X4)
      | iext(uri_rdf_type,X4,uri_rdf_Property) ),
    inference(variable_rename,[status(thm)],[c_0_185]) ).

fof(c_0_335,plain,
    ! [X4] :
      ( lhs_atom19(X4)
      | iext(uri_rdf_type,X4,uri_owl_OntologyProperty) ),
    inference(variable_rename,[status(thm)],[c_0_186]) ).

fof(c_0_336,plain,
    ! [X4] :
      ( lhs_atom17(X4)
      | iext(uri_rdf_type,X4,uri_owl_DatatypeProperty) ),
    inference(variable_rename,[status(thm)],[c_0_187]) ).

fof(c_0_337,plain,
    ! [X4] :
      ( lhs_atom15(X4)
      | iext(uri_rdf_type,X4,uri_owl_AnnotationProperty) ),
    inference(variable_rename,[status(thm)],[c_0_188]) ).

fof(c_0_338,plain,
    ! [X4] :
      ( lhs_atom13(X4)
      | iext(uri_rdf_type,X4,uri_rdfs_Datatype) ),
    inference(variable_rename,[status(thm)],[c_0_189]) ).

fof(c_0_339,plain,
    ! [X4] :
      ( lhs_atom11(X4)
      | iext(uri_rdf_type,X4,uri_rdfs_Class) ),
    inference(variable_rename,[status(thm)],[c_0_190]) ).

fof(c_0_340,plain,
    ! [X11,X12,X13] :
      ( ( ic(X12)
        | lhs_atom112(X11,X12) )
      & ( ic(X11)
        | lhs_atom112(X11,X12) )
      & ( ~ icext(X12,X13)
        | icext(X11,X13)
        | lhs_atom112(X11,X12) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_191])])])]) ).

fof(c_0_341,plain,
    ! [X8,X9,X10] :
      ( ( ic(X9)
        | lhs_atom47(X8,X9) )
      & ( ic(X8)
        | lhs_atom47(X8,X9) )
      & ( ~ icext(X9,X10)
        | icext(X8,X10)
        | lhs_atom47(X8,X9) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_192])])])]) ).

fof(c_0_342,plain,
    ! [X4,X5] :
      ( lhs_atom73(X4,X5)
      | ~ icext(X5,X4) ),
    inference(variable_rename,[status(thm)],[c_0_193]) ).

fof(c_0_343,plain,
    ! [X4] :
      ( lhs_atom5(X4)
      | ~ ic(X4)
      | icext(X4,esk2_1(X4)) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_194])])]) ).

fof(c_0_344,plain,
    ! [X5,X6] :
      ( lhs_atom13(X5)
      | ~ icext(X5,X6)
      | lv(X6) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_195])])]) ).

fof(c_0_345,plain,
    ! [X5,X6] :
      ( lhs_atom11(X5)
      | ~ icext(X5,X6)
      | ir(X6) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_196])])]) ).

fof(c_0_346,plain,
    ! [X4,X5,X6] :
      ( ( ic(X4)
        | lhs_atom2(X4) )
      & ( ~ icext(X4,X5)
        | ir(X5)
        | lhs_atom2(X4) )
      & ( ~ ir(X6)
        | icext(X4,X6)
        | lhs_atom2(X4) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_197])])])])]) ).

fof(c_0_347,plain,
    ! [X4,X5] :
      ( lhs_atom72(X4,X5)
      | icext(X5,X4) ),
    inference(variable_rename,[status(thm)],[c_0_198]) ).

fof(c_0_348,plain,
    ! [X5,X6] :
      ( ( ic(X6)
        | lhs_atom41(X5,X6) )
      & ( icext(uri_rdf_List,X5)
        | lhs_atom41(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_199])]) ).

fof(c_0_349,plain,
    ! [X5,X6] :
      ( ( icext(uri_owl_Restriction,X6)
        | lhs_atom39(X5,X6) )
      & ( ic(X5)
        | lhs_atom39(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_200])]) ).

fof(c_0_350,plain,
    ! [X5,X6] :
      ( ( icext(uri_owl_Restriction,X6)
        | lhs_atom37(X5,X6) )
      & ( ip(X5)
        | lhs_atom37(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_201])]) ).

fof(c_0_351,plain,
    ! [X5,X6] :
      ( ( ic(X6)
        | lhs_atom35(X5,X6) )
      & ( icext(uri_rdf_List,X5)
        | lhs_atom35(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_202])]) ).

fof(c_0_352,plain,
    ! [X5,X6] :
      ( ( icext(uri_owl_Restriction,X6)
        | lhs_atom33(X5,X6) )
      & ( ir(X5)
        | lhs_atom33(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_203])]) ).

fof(c_0_353,plain,
    ! [X5,X6] :
      ( ( icext(uri_owl_Restriction,X6)
        | lhs_atom29(X5,X6) )
      & ( ic(X5)
        | lhs_atom29(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_204])]) ).

fof(c_0_354,plain,
    ! [X4,X5] :
      ( ( ic(X4)
        | lhs_atom4(X4) )
      & ( ~ icext(X4,X5)
        | lhs_atom4(X4) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_205])])]) ).

fof(c_0_355,plain,
    ! [X4] :
      ( lhs_atom28(X4)
      | ~ icext(uri_rdfs_Literal,X4) ),
    inference(variable_rename,[status(thm)],[c_0_206]) ).

fof(c_0_356,plain,
    ! [X4] :
      ( lhs_atom24(X4)
      | ~ icext(uri_rdfs_Resource,X4) ),
    inference(variable_rename,[status(thm)],[c_0_207]) ).

fof(c_0_357,plain,
    ! [X4] :
      ( lhs_atom12(X4)
      | ~ icext(uri_rdfs_Class,X4) ),
    inference(variable_rename,[status(thm)],[c_0_208]) ).

fof(c_0_358,plain,
    ! [X5,X6] :
      ( ( ic(X6)
        | lhs_atom31(X5,X6) )
      & ( ic(X5)
        | lhs_atom31(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_209])]) ).

fof(c_0_359,plain,
    ! [X4] :
      ( lhs_atom27(X4)
      | icext(uri_rdfs_Literal,X4) ),
    inference(variable_rename,[status(thm)],[c_0_210]) ).

fof(c_0_360,plain,
    ! [X4] :
      ( lhs_atom23(X4)
      | icext(uri_rdfs_Resource,X4) ),
    inference(variable_rename,[status(thm)],[c_0_211]) ).

fof(c_0_361,plain,
    ! [X4] :
      ( lhs_atom11(X4)
      | icext(uri_rdfs_Class,X4) ),
    inference(variable_rename,[status(thm)],[c_0_212]) ).

fof(c_0_362,plain,
    ! [X6] :
      ( lhs_atom61(X6)
      | ~ ip(X6) ),
    inference(variable_rename,[status(thm)],[c_0_213]) ).

fof(c_0_363,plain,
    ! [X4] :
      ( lhs_atom9(X4)
      | ~ ir(X4) ),
    inference(variable_rename,[status(thm)],[c_0_214]) ).

fof(c_0_364,plain,
    ! [X4] :
      ( lhs_atom27(X4)
      | ir(X4) ),
    inference(variable_rename,[status(thm)],[c_0_215]) ).

fof(c_0_365,plain,
    ! [X6] :
      ( lhs_atom60(X6)
      | ip(X6) ),
    inference(variable_rename,[status(thm)],[c_0_216]) ).

fof(c_0_366,plain,
    ! [X4] :
      ( lhs_atom27(X4)
      | ir(X4) ),
    inference(variable_rename,[status(thm)],[c_0_217]) ).

fof(c_0_367,plain,
    ! [X4] :
      ( lhs_atom25(X4)
      | ir(X4) ),
    inference(variable_rename,[status(thm)],[c_0_218]) ).

fof(c_0_368,plain,
    ! [X4] :
      ( lhs_atom21(X4)
      | ir(X4) ),
    inference(variable_rename,[status(thm)],[c_0_219]) ).

fof(c_0_369,plain,
    ! [X4] :
      ( lhs_atom19(X4)
      | ip(X4) ),
    inference(variable_rename,[status(thm)],[c_0_220]) ).

fof(c_0_370,plain,
    ! [X4] :
      ( lhs_atom17(X4)
      | ip(X4) ),
    inference(variable_rename,[status(thm)],[c_0_221]) ).

fof(c_0_371,plain,
    ! [X4] :
      ( lhs_atom15(X4)
      | ip(X4) ),
    inference(variable_rename,[status(thm)],[c_0_222]) ).

fof(c_0_372,plain,
    ! [X4] :
      ( lhs_atom13(X4)
      | ic(X4) ),
    inference(variable_rename,[status(thm)],[c_0_223]) ).

fof(c_0_373,plain,
    ! [X4] :
      ( lhs_atom11(X4)
      | ir(X4) ),
    inference(variable_rename,[status(thm)],[c_0_224]) ).

fof(c_0_374,plain,
    ! [X4] :
      ( lhs_atom8(X4)
      | ir(X4) ),
    inference(variable_rename,[status(thm)],[c_0_225]) ).

fof(c_0_375,plain,
    ! [X4] : lhs_atom24(X4),
    inference(variable_rename,[status(thm)],[c_0_226]) ).

fof(c_0_376,plain,
    ! [X4] : lhs_atom6(X4),
    inference(variable_rename,[status(thm)],[c_0_227]) ).

fof(c_0_377,plain,
    lhs_atom123,
    c_0_228 ).

fof(c_0_378,plain,
    lhs_atom122,
    c_0_229 ).

fof(c_0_379,plain,
    lhs_atom121,
    c_0_230 ).

fof(c_0_380,plain,
    lhs_atom120,
    c_0_231 ).

fof(c_0_381,plain,
    lhs_atom117,
    c_0_232 ).

fof(c_0_382,plain,
    lhs_atom115,
    c_0_233 ).

fof(c_0_383,plain,
    lhs_atom113,
    c_0_234 ).

fof(c_0_384,plain,
    lhs_atom111,
    c_0_235 ).

fof(c_0_385,plain,
    lhs_atom110,
    c_0_236 ).

fof(c_0_386,plain,
    lhs_atom109,
    c_0_237 ).

fof(c_0_387,plain,
    lhs_atom107,
    c_0_238 ).

fof(c_0_388,plain,
    lhs_atom108,
    c_0_239 ).

fof(c_0_389,plain,
    lhs_atom107,
    c_0_240 ).

fof(c_0_390,plain,
    lhs_atom106,
    c_0_241 ).

fof(c_0_391,plain,
    lhs_atom105,
    c_0_242 ).

fof(c_0_392,plain,
    lhs_atom103,
    c_0_243 ).

fof(c_0_393,plain,
    lhs_atom102,
    c_0_244 ).

fof(c_0_394,plain,
    lhs_atom101,
    c_0_245 ).

fof(c_0_395,plain,
    lhs_atom99,
    c_0_246 ).

fof(c_0_396,plain,
    lhs_atom98,
    c_0_247 ).

fof(c_0_397,plain,
    lhs_atom96,
    c_0_248 ).

fof(c_0_398,plain,
    lhs_atom95,
    c_0_249 ).

fof(c_0_399,plain,
    lhs_atom94,
    c_0_250 ).

fof(c_0_400,plain,
    lhs_atom93,
    c_0_251 ).

fof(c_0_401,plain,
    lhs_atom92,
    c_0_252 ).

fof(c_0_402,plain,
    lhs_atom91,
    c_0_253 ).

fof(c_0_403,plain,
    lhs_atom90,
    c_0_254 ).

fof(c_0_404,plain,
    lhs_atom89,
    c_0_255 ).

fof(c_0_405,plain,
    lhs_atom88,
    c_0_256 ).

fof(c_0_406,plain,
    lhs_atom87,
    c_0_257 ).

fof(c_0_407,plain,
    lhs_atom86,
    c_0_258 ).

fof(c_0_408,plain,
    lhs_atom85,
    c_0_259 ).

fof(c_0_409,plain,
    lhs_atom84,
    c_0_260 ).

fof(c_0_410,plain,
    lhs_atom83,
    c_0_261 ).

fof(c_0_411,plain,
    lhs_atom82,
    c_0_262 ).

fof(c_0_412,plain,
    lhs_atom80,
    c_0_263 ).

fof(c_0_413,plain,
    lhs_atom79,
    c_0_264 ).

fof(c_0_414,plain,
    lhs_atom78,
    c_0_265 ).

fof(c_0_415,plain,
    lhs_atom77,
    c_0_266 ).

fof(c_0_416,plain,
    lhs_atom76,
    c_0_267 ).

fof(c_0_417,plain,
    lhs_atom75,
    c_0_268 ).

fof(c_0_418,plain,
    lhs_atom71,
    c_0_269 ).

fof(c_0_419,plain,
    lhs_atom70,
    c_0_270 ).

fof(c_0_420,plain,
    lhs_atom69,
    c_0_271 ).

fof(c_0_421,plain,
    lhs_atom68,
    c_0_272 ).

fof(c_0_422,plain,
    lhs_atom67,
    c_0_273 ).

fof(c_0_423,plain,
    lhs_atom66,
    c_0_274 ).

fof(c_0_424,plain,
    lhs_atom65,
    c_0_275 ).

fof(c_0_425,plain,
    lhs_atom64,
    c_0_276 ).

fof(c_0_426,plain,
    lhs_atom63,
    c_0_277 ).

fof(c_0_427,plain,
    lhs_atom62,
    c_0_278 ).

fof(c_0_428,plain,
    lhs_atom62,
    c_0_279 ).

fof(c_0_429,plain,
    lhs_atom59,
    c_0_280 ).

fof(c_0_430,plain,
    lhs_atom58,
    c_0_281 ).

fof(c_0_431,plain,
    lhs_atom57,
    c_0_282 ).

fof(c_0_432,plain,
    lhs_atom56,
    c_0_283 ).

fof(c_0_433,plain,
    lhs_atom55,
    c_0_284 ).

fof(c_0_434,plain,
    lhs_atom54,
    c_0_285 ).

fof(c_0_435,plain,
    lhs_atom53,
    c_0_286 ).

fof(c_0_436,plain,
    lhs_atom52,
    c_0_287 ).

fof(c_0_437,plain,
    lhs_atom51,
    c_0_288 ).

fof(c_0_438,plain,
    lhs_atom42,
    c_0_289 ).

fof(c_0_439,plain,
    lhs_atom40,
    c_0_290 ).

fof(c_0_440,plain,
    lhs_atom38,
    c_0_291 ).

fof(c_0_441,plain,
    lhs_atom36,
    c_0_292 ).

fof(c_0_442,plain,
    lhs_atom34,
    c_0_293 ).

fof(c_0_443,plain,
    lhs_atom32,
    c_0_294 ).

fof(c_0_444,plain,
    lhs_atom30,
    c_0_295 ).

fof(c_0_445,plain,
    lhs_atom10,
    c_0_296 ).

fof(c_0_446,plain,
    lhs_atom7,
    c_0_297 ).

cnf(c_0_447,plain,
    ( lhs_atom50(X1,X2)
    | ~ ip(X2)
    | ~ ip(X1)
    | ~ iext(X1,esk8_2(X1,X2),esk9_2(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_298]) ).

cnf(c_0_448,plain,
    ( lhs_atom104(X3,X4)
    | ~ iext(X1,X2,X3)
    | ~ iext(uri_rdfs_range,X1,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_299]) ).

cnf(c_0_449,plain,
    ( lhs_atom100(X2,X4)
    | ~ iext(X1,X2,X3)
    | ~ iext(uri_rdfs_domain,X1,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_300]) ).

cnf(c_0_450,plain,
    ( lhs_atom119(X2,X3)
    | ~ iext(uri_rdfs_subPropertyOf,X1,X2)
    | ~ iext(uri_rdfs_subPropertyOf,X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_301]) ).

cnf(c_0_451,plain,
    ( lhs_atom114(X2,X3)
    | ~ iext(uri_rdfs_subClassOf,X1,X2)
    | ~ iext(uri_rdfs_subClassOf,X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_302]) ).

cnf(c_0_452,plain,
    ( lhs_atom116(X1,X2)
    | iext(X1,X3,X4)
    | ~ iext(X2,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_303]) ).

cnf(c_0_453,plain,
    ( lhs_atom49(X1,X2)
    | iext(X1,X3,X4)
    | ~ iext(X2,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_304]) ).

cnf(c_0_454,plain,
    ( lhs_atom50(X1,X2)
    | iext(X2,esk8_2(X1,X2),esk9_2(X1,X2))
    | ~ ip(X2)
    | ~ ip(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_298]) ).

cnf(c_0_455,plain,
    ( lhs_atom46(X1,X2)
    | iext(X1,esk5_2(X1,X2),esk6_2(X1,X2))
    | ~ ip(X1)
    | ~ ip(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_305]) ).

cnf(c_0_456,plain,
    ( lhs_atom44(X1,X2)
    | iext(X1,esk3_2(X1,X2),esk4_2(X1,X2))
    | ~ ip(X1)
    | ~ ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_306]) ).

cnf(c_0_457,plain,
    ( lhs_atom45(X1,X2)
    | icext(X2,X3)
    | ~ iext(X1,X4,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_307]) ).

cnf(c_0_458,plain,
    ( lhs_atom43(X1,X2)
    | icext(X2,X3)
    | ~ iext(X1,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_308]) ).

cnf(c_0_459,plain,
    ( lhs_atom21(X1)
    | ir(X2)
    | ~ iext(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_309]) ).

cnf(c_0_460,plain,
    ( lhs_atom21(X1)
    | ir(X3)
    | ~ iext(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_309]) ).

cnf(c_0_461,plain,
    ( lhs_atom19(X1)
    | ix(X2)
    | ~ iext(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_310]) ).

cnf(c_0_462,plain,
    ( lhs_atom19(X1)
    | ix(X3)
    | ~ iext(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_310]) ).

cnf(c_0_463,plain,
    ( lhs_atom17(X1)
    | ir(X2)
    | ~ iext(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_311]) ).

cnf(c_0_464,plain,
    ( lhs_atom17(X1)
    | lv(X3)
    | ~ iext(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_311]) ).

cnf(c_0_465,plain,
    ( lhs_atom15(X1)
    | ir(X2)
    | ~ iext(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_312]) ).

cnf(c_0_466,plain,
    ( lhs_atom15(X1)
    | ir(X3)
    | ~ iext(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_312]) ).

cnf(c_0_467,plain,
    ( lhs_atom48(X1,X2)
    | ~ ic(X2)
    | ~ ic(X1)
    | ~ icext(X1,esk7_2(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_313]) ).

cnf(c_0_468,plain,
    ( lhs_atom46(X1,X2)
    | ~ ip(X1)
    | ~ ip(X2)
    | ~ icext(X2,esk6_2(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_305]) ).

cnf(c_0_469,plain,
    ( lhs_atom44(X1,X2)
    | ~ ip(X1)
    | ~ ic(X2)
    | ~ icext(X2,esk3_2(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_306]) ).

cnf(c_0_470,plain,
    ( lhs_atom28(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdfs_Literal) ),
    inference(split_conjunct,[status(thm)],[c_0_314]) ).

cnf(c_0_471,plain,
    ( lhs_atom26(X1)
    | ~ iext(uri_rdf_type,X1,uri_owl_Ontology) ),
    inference(split_conjunct,[status(thm)],[c_0_315]) ).

cnf(c_0_472,plain,
    ( lhs_atom24(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdfs_Resource) ),
    inference(split_conjunct,[status(thm)],[c_0_316]) ).

cnf(c_0_473,plain,
    ( lhs_atom22(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdf_Property) ),
    inference(split_conjunct,[status(thm)],[c_0_317]) ).

cnf(c_0_474,plain,
    ( lhs_atom20(X1)
    | ~ iext(uri_rdf_type,X1,uri_owl_OntologyProperty) ),
    inference(split_conjunct,[status(thm)],[c_0_318]) ).

cnf(c_0_475,plain,
    ( lhs_atom18(X1)
    | ~ iext(uri_rdf_type,X1,uri_owl_DatatypeProperty) ),
    inference(split_conjunct,[status(thm)],[c_0_319]) ).

cnf(c_0_476,plain,
    ( lhs_atom16(X1)
    | ~ iext(uri_rdf_type,X1,uri_owl_AnnotationProperty) ),
    inference(split_conjunct,[status(thm)],[c_0_320]) ).

cnf(c_0_477,plain,
    ( lhs_atom14(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdfs_Datatype) ),
    inference(split_conjunct,[status(thm)],[c_0_321]) ).

cnf(c_0_478,plain,
    ( lhs_atom12(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdfs_Class) ),
    inference(split_conjunct,[status(thm)],[c_0_322]) ).

cnf(c_0_479,plain,
    ( lhs_atom48(X1,X2)
    | icext(X2,esk7_2(X1,X2))
    | ~ ic(X2)
    | ~ ic(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_313]) ).

cnf(c_0_480,plain,
    ( lhs_atom3(X1)
    | ~ ic(X1)
    | ~ ir(esk1_1(X1))
    | ~ icext(X1,esk1_1(X1)) ),
    inference(split_conjunct,[status(thm)],[c_0_323]) ).

cnf(c_0_481,plain,
    ( lhs_atom1(X1,X2)
    | ~ icext(X2,X3)
    | ~ icext(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_324]) ).

cnf(c_0_482,plain,
    ( ip(X1)
    | lhs_atom124(X2,X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_325]) ).

cnf(c_0_483,plain,
    ( iext(uri_rdfs_subPropertyOf,X1,X1)
    | lhs_atom118(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_326]) ).

cnf(c_0_484,plain,
    ( iext(uri_rdfs_subClassOf,X1,X1)
    | lhs_atom74(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_327]) ).

cnf(c_0_485,plain,
    ( iext(uri_rdfs_subClassOf,X1,uri_rdfs_Literal)
    | lhs_atom97(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_328]) ).

cnf(c_0_486,plain,
    ( iext(uri_rdfs_subPropertyOf,X1,uri_rdfs_member)
    | lhs_atom81(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_329]) ).

cnf(c_0_487,plain,
    ( iext(uri_rdfs_subClassOf,X1,uri_rdfs_Resource)
    | lhs_atom74(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_330]) ).

cnf(c_0_488,plain,
    ( iext(uri_rdf_type,X1,uri_rdfs_Literal)
    | lhs_atom27(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_331]) ).

cnf(c_0_489,plain,
    ( iext(uri_rdf_type,X1,uri_owl_Ontology)
    | lhs_atom25(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_332]) ).

cnf(c_0_490,plain,
    ( iext(uri_rdf_type,X1,uri_rdfs_Resource)
    | lhs_atom23(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_333]) ).

cnf(c_0_491,plain,
    ( iext(uri_rdf_type,X1,uri_rdf_Property)
    | lhs_atom21(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_334]) ).

cnf(c_0_492,plain,
    ( iext(uri_rdf_type,X1,uri_owl_OntologyProperty)
    | lhs_atom19(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_335]) ).

cnf(c_0_493,plain,
    ( iext(uri_rdf_type,X1,uri_owl_DatatypeProperty)
    | lhs_atom17(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_336]) ).

cnf(c_0_494,plain,
    ( iext(uri_rdf_type,X1,uri_owl_AnnotationProperty)
    | lhs_atom15(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_337]) ).

cnf(c_0_495,plain,
    ( iext(uri_rdf_type,X1,uri_rdfs_Datatype)
    | lhs_atom13(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_338]) ).

cnf(c_0_496,plain,
    ( iext(uri_rdf_type,X1,uri_rdfs_Class)
    | lhs_atom11(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_339]) ).

cnf(c_0_497,plain,
    ( lhs_atom112(X1,X2)
    | icext(X1,X3)
    | ~ icext(X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_340]) ).

cnf(c_0_498,plain,
    ( lhs_atom47(X1,X2)
    | icext(X1,X3)
    | ~ icext(X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_341]) ).

cnf(c_0_499,plain,
    ( lhs_atom1(X1,X2)
    | icext(X1,X3)
    | icext(X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_324]) ).

cnf(c_0_500,plain,
    ( lhs_atom3(X1)
    | ir(esk1_1(X1))
    | icext(X1,esk1_1(X1))
    | ~ ic(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_323]) ).

cnf(c_0_501,plain,
    ( lhs_atom73(X2,X1)
    | ~ icext(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_342]) ).

cnf(c_0_502,plain,
    ( icext(X1,esk2_1(X1))
    | lhs_atom5(X1)
    | ~ ic(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_343]) ).

cnf(c_0_503,plain,
    ( lv(X1)
    | lhs_atom13(X2)
    | ~ icext(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_344]) ).

cnf(c_0_504,plain,
    ( ir(X1)
    | lhs_atom11(X2)
    | ~ icext(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_345]) ).

cnf(c_0_505,plain,
    ( lhs_atom2(X1)
    | ir(X2)
    | ~ icext(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_346]) ).

cnf(c_0_506,plain,
    ( icext(X1,X2)
    | lhs_atom72(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_347]) ).

cnf(c_0_507,plain,
    ( lhs_atom41(X1,X2)
    | icext(uri_rdf_List,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_348]) ).

cnf(c_0_508,plain,
    ( lhs_atom39(X1,X2)
    | icext(uri_owl_Restriction,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_349]) ).

cnf(c_0_509,plain,
    ( lhs_atom37(X1,X2)
    | icext(uri_owl_Restriction,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_350]) ).

cnf(c_0_510,plain,
    ( lhs_atom35(X1,X2)
    | icext(uri_rdf_List,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_351]) ).

cnf(c_0_511,plain,
    ( lhs_atom33(X1,X2)
    | icext(uri_owl_Restriction,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_352]) ).

cnf(c_0_512,plain,
    ( lhs_atom29(X1,X2)
    | icext(uri_owl_Restriction,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_353]) ).

cnf(c_0_513,plain,
    ( lhs_atom4(X1)
    | ~ icext(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_354]) ).

cnf(c_0_514,plain,
    ( lhs_atom2(X1)
    | icext(X1,X2)
    | ~ ir(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_346]) ).

cnf(c_0_515,plain,
    ( lhs_atom28(X1)
    | ~ icext(uri_rdfs_Literal,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_355]) ).

cnf(c_0_516,plain,
    ( lhs_atom24(X1)
    | ~ icext(uri_rdfs_Resource,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_356]) ).

cnf(c_0_517,plain,
    ( lhs_atom12(X1)
    | ~ icext(uri_rdfs_Class,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_357]) ).

cnf(c_0_518,plain,
    ( lhs_atom116(X1,X2)
    | ip(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_303]) ).

cnf(c_0_519,plain,
    ( lhs_atom116(X1,X2)
    | ip(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_303]) ).

cnf(c_0_520,plain,
    ( lhs_atom112(X1,X2)
    | ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_340]) ).

cnf(c_0_521,plain,
    ( lhs_atom112(X1,X2)
    | ic(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_340]) ).

cnf(c_0_522,plain,
    ( lhs_atom49(X1,X2)
    | ip(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_304]) ).

cnf(c_0_523,plain,
    ( lhs_atom49(X1,X2)
    | ip(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_304]) ).

cnf(c_0_524,plain,
    ( lhs_atom47(X1,X2)
    | ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_341]) ).

cnf(c_0_525,plain,
    ( lhs_atom47(X1,X2)
    | ic(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_341]) ).

cnf(c_0_526,plain,
    ( lhs_atom45(X1,X2)
    | ip(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_307]) ).

cnf(c_0_527,plain,
    ( lhs_atom45(X1,X2)
    | ip(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_307]) ).

cnf(c_0_528,plain,
    ( lhs_atom43(X1,X2)
    | ip(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_308]) ).

cnf(c_0_529,plain,
    ( lhs_atom43(X1,X2)
    | ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_308]) ).

cnf(c_0_530,plain,
    ( lhs_atom41(X1,X2)
    | ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_348]) ).

cnf(c_0_531,plain,
    ( lhs_atom39(X1,X2)
    | ic(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_349]) ).

cnf(c_0_532,plain,
    ( lhs_atom37(X1,X2)
    | ip(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_350]) ).

cnf(c_0_533,plain,
    ( lhs_atom35(X1,X2)
    | ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_351]) ).

cnf(c_0_534,plain,
    ( lhs_atom33(X1,X2)
    | ir(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_352]) ).

cnf(c_0_535,plain,
    ( lhs_atom31(X1,X2)
    | ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_358]) ).

cnf(c_0_536,plain,
    ( lhs_atom31(X1,X2)
    | ic(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_358]) ).

cnf(c_0_537,plain,
    ( lhs_atom29(X1,X2)
    | ic(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_353]) ).

cnf(c_0_538,plain,
    ( lhs_atom1(X1,X2)
    | ic(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_324]) ).

cnf(c_0_539,plain,
    ( lhs_atom1(X1,X2)
    | ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_324]) ).

cnf(c_0_540,plain,
    ( icext(uri_rdfs_Literal,X1)
    | lhs_atom27(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_359]) ).

cnf(c_0_541,plain,
    ( icext(uri_rdfs_Resource,X1)
    | lhs_atom23(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_360]) ).

cnf(c_0_542,plain,
    ( icext(uri_rdfs_Class,X1)
    | lhs_atom11(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_361]) ).

cnf(c_0_543,plain,
    ( lhs_atom61(X1)
    | ~ ip(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_362]) ).

cnf(c_0_544,plain,
    ( lhs_atom9(X1)
    | ~ ir(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_363]) ).

cnf(c_0_545,plain,
    ( ir(X1)
    | lhs_atom27(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_364]) ).

cnf(c_0_546,plain,
    ( ip(X1)
    | lhs_atom60(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_365]) ).

cnf(c_0_547,plain,
    ( ir(X1)
    | lhs_atom27(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_366]) ).

cnf(c_0_548,plain,
    ( ir(X1)
    | lhs_atom25(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_367]) ).

cnf(c_0_549,plain,
    ( ir(X1)
    | lhs_atom21(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_368]) ).

cnf(c_0_550,plain,
    ( ip(X1)
    | lhs_atom19(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_369]) ).

cnf(c_0_551,plain,
    ( ip(X1)
    | lhs_atom17(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_370]) ).

cnf(c_0_552,plain,
    ( ip(X1)
    | lhs_atom15(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_371]) ).

cnf(c_0_553,plain,
    ( ic(X1)
    | lhs_atom13(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_372]) ).

cnf(c_0_554,plain,
    ( ir(X1)
    | lhs_atom11(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_373]) ).

cnf(c_0_555,plain,
    ( ir(X1)
    | lhs_atom8(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_374]) ).

cnf(c_0_556,plain,
    ( lhs_atom4(X1)
    | ic(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_354]) ).

cnf(c_0_557,plain,
    ( lhs_atom2(X1)
    | ic(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_346]) ).

cnf(c_0_558,plain,
    lhs_atom24(X1),
    inference(split_conjunct,[status(thm)],[c_0_375]) ).

cnf(c_0_559,plain,
    lhs_atom6(X1),
    inference(split_conjunct,[status(thm)],[c_0_376]) ).

cnf(c_0_560,plain,
    lhs_atom123,
    inference(split_conjunct,[status(thm)],[c_0_377]) ).

cnf(c_0_561,plain,
    lhs_atom122,
    inference(split_conjunct,[status(thm)],[c_0_378]) ).

cnf(c_0_562,plain,
    lhs_atom121,
    inference(split_conjunct,[status(thm)],[c_0_379]) ).

cnf(c_0_563,plain,
    lhs_atom120,
    inference(split_conjunct,[status(thm)],[c_0_380]) ).

cnf(c_0_564,plain,
    lhs_atom117,
    inference(split_conjunct,[status(thm)],[c_0_381]) ).

cnf(c_0_565,plain,
    lhs_atom115,
    inference(split_conjunct,[status(thm)],[c_0_382]) ).

cnf(c_0_566,plain,
    lhs_atom113,
    inference(split_conjunct,[status(thm)],[c_0_383]) ).

cnf(c_0_567,plain,
    lhs_atom111,
    inference(split_conjunct,[status(thm)],[c_0_384]) ).

cnf(c_0_568,plain,
    lhs_atom110,
    inference(split_conjunct,[status(thm)],[c_0_385]) ).

cnf(c_0_569,plain,
    lhs_atom109,
    inference(split_conjunct,[status(thm)],[c_0_386]) ).

cnf(c_0_570,plain,
    lhs_atom107,
    inference(split_conjunct,[status(thm)],[c_0_387]) ).

cnf(c_0_571,plain,
    lhs_atom108,
    inference(split_conjunct,[status(thm)],[c_0_388]) ).

cnf(c_0_572,plain,
    lhs_atom107,
    inference(split_conjunct,[status(thm)],[c_0_389]) ).

cnf(c_0_573,plain,
    lhs_atom106,
    inference(split_conjunct,[status(thm)],[c_0_390]) ).

cnf(c_0_574,plain,
    lhs_atom105,
    inference(split_conjunct,[status(thm)],[c_0_391]) ).

cnf(c_0_575,plain,
    lhs_atom103,
    inference(split_conjunct,[status(thm)],[c_0_392]) ).

cnf(c_0_576,plain,
    lhs_atom102,
    inference(split_conjunct,[status(thm)],[c_0_393]) ).

cnf(c_0_577,plain,
    lhs_atom101,
    inference(split_conjunct,[status(thm)],[c_0_394]) ).

cnf(c_0_578,plain,
    lhs_atom99,
    inference(split_conjunct,[status(thm)],[c_0_395]) ).

cnf(c_0_579,plain,
    lhs_atom98,
    inference(split_conjunct,[status(thm)],[c_0_396]) ).

cnf(c_0_580,plain,
    lhs_atom96,
    inference(split_conjunct,[status(thm)],[c_0_397]) ).

cnf(c_0_581,plain,
    lhs_atom95,
    inference(split_conjunct,[status(thm)],[c_0_398]) ).

cnf(c_0_582,plain,
    lhs_atom94,
    inference(split_conjunct,[status(thm)],[c_0_399]) ).

cnf(c_0_583,plain,
    lhs_atom93,
    inference(split_conjunct,[status(thm)],[c_0_400]) ).

cnf(c_0_584,plain,
    lhs_atom92,
    inference(split_conjunct,[status(thm)],[c_0_401]) ).

cnf(c_0_585,plain,
    lhs_atom91,
    inference(split_conjunct,[status(thm)],[c_0_402]) ).

cnf(c_0_586,plain,
    lhs_atom90,
    inference(split_conjunct,[status(thm)],[c_0_403]) ).

cnf(c_0_587,plain,
    lhs_atom89,
    inference(split_conjunct,[status(thm)],[c_0_404]) ).

cnf(c_0_588,plain,
    lhs_atom88,
    inference(split_conjunct,[status(thm)],[c_0_405]) ).

cnf(c_0_589,plain,
    lhs_atom87,
    inference(split_conjunct,[status(thm)],[c_0_406]) ).

cnf(c_0_590,plain,
    lhs_atom86,
    inference(split_conjunct,[status(thm)],[c_0_407]) ).

cnf(c_0_591,plain,
    lhs_atom85,
    inference(split_conjunct,[status(thm)],[c_0_408]) ).

cnf(c_0_592,plain,
    lhs_atom84,
    inference(split_conjunct,[status(thm)],[c_0_409]) ).

cnf(c_0_593,plain,
    lhs_atom83,
    inference(split_conjunct,[status(thm)],[c_0_410]) ).

cnf(c_0_594,plain,
    lhs_atom82,
    inference(split_conjunct,[status(thm)],[c_0_411]) ).

cnf(c_0_595,plain,
    lhs_atom80,
    inference(split_conjunct,[status(thm)],[c_0_412]) ).

cnf(c_0_596,plain,
    lhs_atom79,
    inference(split_conjunct,[status(thm)],[c_0_413]) ).

cnf(c_0_597,plain,
    lhs_atom78,
    inference(split_conjunct,[status(thm)],[c_0_414]) ).

cnf(c_0_598,plain,
    lhs_atom77,
    inference(split_conjunct,[status(thm)],[c_0_415]) ).

cnf(c_0_599,plain,
    lhs_atom76,
    inference(split_conjunct,[status(thm)],[c_0_416]) ).

cnf(c_0_600,plain,
    lhs_atom75,
    inference(split_conjunct,[status(thm)],[c_0_417]) ).

cnf(c_0_601,plain,
    lhs_atom71,
    inference(split_conjunct,[status(thm)],[c_0_418]) ).

cnf(c_0_602,plain,
    lhs_atom70,
    inference(split_conjunct,[status(thm)],[c_0_419]) ).

cnf(c_0_603,plain,
    lhs_atom69,
    inference(split_conjunct,[status(thm)],[c_0_420]) ).

cnf(c_0_604,plain,
    lhs_atom68,
    inference(split_conjunct,[status(thm)],[c_0_421]) ).

cnf(c_0_605,plain,
    lhs_atom67,
    inference(split_conjunct,[status(thm)],[c_0_422]) ).

cnf(c_0_606,plain,
    lhs_atom66,
    inference(split_conjunct,[status(thm)],[c_0_423]) ).

cnf(c_0_607,plain,
    lhs_atom65,
    inference(split_conjunct,[status(thm)],[c_0_424]) ).

cnf(c_0_608,plain,
    lhs_atom64,
    inference(split_conjunct,[status(thm)],[c_0_425]) ).

cnf(c_0_609,plain,
    lhs_atom63,
    inference(split_conjunct,[status(thm)],[c_0_426]) ).

cnf(c_0_610,plain,
    lhs_atom62,
    inference(split_conjunct,[status(thm)],[c_0_427]) ).

cnf(c_0_611,plain,
    lhs_atom62,
    inference(split_conjunct,[status(thm)],[c_0_428]) ).

cnf(c_0_612,plain,
    lhs_atom59,
    inference(split_conjunct,[status(thm)],[c_0_429]) ).

cnf(c_0_613,plain,
    lhs_atom58,
    inference(split_conjunct,[status(thm)],[c_0_430]) ).

cnf(c_0_614,plain,
    lhs_atom57,
    inference(split_conjunct,[status(thm)],[c_0_431]) ).

cnf(c_0_615,plain,
    lhs_atom56,
    inference(split_conjunct,[status(thm)],[c_0_432]) ).

cnf(c_0_616,plain,
    lhs_atom55,
    inference(split_conjunct,[status(thm)],[c_0_433]) ).

cnf(c_0_617,plain,
    lhs_atom54,
    inference(split_conjunct,[status(thm)],[c_0_434]) ).

cnf(c_0_618,plain,
    lhs_atom53,
    inference(split_conjunct,[status(thm)],[c_0_435]) ).

cnf(c_0_619,plain,
    lhs_atom52,
    inference(split_conjunct,[status(thm)],[c_0_436]) ).

cnf(c_0_620,plain,
    lhs_atom51,
    inference(split_conjunct,[status(thm)],[c_0_437]) ).

cnf(c_0_621,plain,
    lhs_atom42,
    inference(split_conjunct,[status(thm)],[c_0_438]) ).

cnf(c_0_622,plain,
    lhs_atom40,
    inference(split_conjunct,[status(thm)],[c_0_439]) ).

cnf(c_0_623,plain,
    lhs_atom38,
    inference(split_conjunct,[status(thm)],[c_0_440]) ).

cnf(c_0_624,plain,
    lhs_atom36,
    inference(split_conjunct,[status(thm)],[c_0_441]) ).

cnf(c_0_625,plain,
    lhs_atom34,
    inference(split_conjunct,[status(thm)],[c_0_442]) ).

cnf(c_0_626,plain,
    lhs_atom32,
    inference(split_conjunct,[status(thm)],[c_0_443]) ).

cnf(c_0_627,plain,
    lhs_atom30,
    inference(split_conjunct,[status(thm)],[c_0_444]) ).

cnf(c_0_628,plain,
    lhs_atom10,
    inference(split_conjunct,[status(thm)],[c_0_445]) ).

cnf(c_0_629,plain,
    lhs_atom7,
    inference(split_conjunct,[status(thm)],[c_0_446]) ).

cnf(c_0_630,plain,
    ( lhs_atom50(X1,X2)
    | ~ ip(X2)
    | ~ ip(X1)
    | ~ iext(X1,esk8_2(X1,X2),esk9_2(X1,X2)) ),
    c_0_447,
    [final] ).

cnf(c_0_631,plain,
    ( lhs_atom104(X3,X4)
    | ~ iext(X1,X2,X3)
    | ~ iext(uri_rdfs_range,X1,X4) ),
    c_0_448,
    [final] ).

cnf(c_0_632,plain,
    ( lhs_atom100(X2,X4)
    | ~ iext(X1,X2,X3)
    | ~ iext(uri_rdfs_domain,X1,X4) ),
    c_0_449,
    [final] ).

cnf(c_0_633,plain,
    ( lhs_atom119(X2,X3)
    | ~ iext(uri_rdfs_subPropertyOf,X1,X2)
    | ~ iext(uri_rdfs_subPropertyOf,X3,X1) ),
    c_0_450,
    [final] ).

cnf(c_0_634,plain,
    ( lhs_atom114(X2,X3)
    | ~ iext(uri_rdfs_subClassOf,X1,X2)
    | ~ iext(uri_rdfs_subClassOf,X3,X1) ),
    c_0_451,
    [final] ).

cnf(c_0_635,plain,
    ( lhs_atom116(X1,X2)
    | iext(X1,X3,X4)
    | ~ iext(X2,X3,X4) ),
    c_0_452,
    [final] ).

cnf(c_0_636,plain,
    ( lhs_atom49(X1,X2)
    | iext(X1,X3,X4)
    | ~ iext(X2,X3,X4) ),
    c_0_453,
    [final] ).

cnf(c_0_637,plain,
    ( lhs_atom50(X1,X2)
    | iext(X2,esk8_2(X1,X2),esk9_2(X1,X2))
    | ~ ip(X2)
    | ~ ip(X1) ),
    c_0_454,
    [final] ).

cnf(c_0_638,plain,
    ( lhs_atom46(X1,X2)
    | iext(X1,esk5_2(X1,X2),esk6_2(X1,X2))
    | ~ ip(X1)
    | ~ ip(X2) ),
    c_0_455,
    [final] ).

cnf(c_0_639,plain,
    ( lhs_atom44(X1,X2)
    | iext(X1,esk3_2(X1,X2),esk4_2(X1,X2))
    | ~ ip(X1)
    | ~ ic(X2) ),
    c_0_456,
    [final] ).

cnf(c_0_640,plain,
    ( lhs_atom45(X1,X2)
    | icext(X2,X3)
    | ~ iext(X1,X4,X3) ),
    c_0_457,
    [final] ).

cnf(c_0_641,plain,
    ( lhs_atom43(X1,X2)
    | icext(X2,X3)
    | ~ iext(X1,X3,X4) ),
    c_0_458,
    [final] ).

cnf(c_0_642,plain,
    ( lhs_atom21(X1)
    | ir(X2)
    | ~ iext(X1,X2,X3) ),
    c_0_459,
    [final] ).

cnf(c_0_643,plain,
    ( lhs_atom21(X1)
    | ir(X3)
    | ~ iext(X1,X2,X3) ),
    c_0_460,
    [final] ).

cnf(c_0_644,plain,
    ( lhs_atom19(X1)
    | ix(X2)
    | ~ iext(X1,X2,X3) ),
    c_0_461,
    [final] ).

cnf(c_0_645,plain,
    ( lhs_atom19(X1)
    | ix(X3)
    | ~ iext(X1,X2,X3) ),
    c_0_462,
    [final] ).

cnf(c_0_646,plain,
    ( lhs_atom17(X1)
    | ir(X2)
    | ~ iext(X1,X2,X3) ),
    c_0_463,
    [final] ).

cnf(c_0_647,plain,
    ( lhs_atom17(X1)
    | lv(X3)
    | ~ iext(X1,X2,X3) ),
    c_0_464,
    [final] ).

cnf(c_0_648,plain,
    ( lhs_atom15(X1)
    | ir(X2)
    | ~ iext(X1,X2,X3) ),
    c_0_465,
    [final] ).

cnf(c_0_649,plain,
    ( lhs_atom15(X1)
    | ir(X3)
    | ~ iext(X1,X2,X3) ),
    c_0_466,
    [final] ).

cnf(c_0_650,plain,
    ( lhs_atom48(X1,X2)
    | ~ ic(X2)
    | ~ ic(X1)
    | ~ icext(X1,esk7_2(X1,X2)) ),
    c_0_467,
    [final] ).

cnf(c_0_651,plain,
    ( lhs_atom46(X1,X2)
    | ~ ip(X1)
    | ~ ip(X2)
    | ~ icext(X2,esk6_2(X1,X2)) ),
    c_0_468,
    [final] ).

cnf(c_0_652,plain,
    ( lhs_atom44(X1,X2)
    | ~ ip(X1)
    | ~ ic(X2)
    | ~ icext(X2,esk3_2(X1,X2)) ),
    c_0_469,
    [final] ).

cnf(c_0_653,plain,
    ( lhs_atom28(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdfs_Literal) ),
    c_0_470,
    [final] ).

cnf(c_0_654,plain,
    ( lhs_atom26(X1)
    | ~ iext(uri_rdf_type,X1,uri_owl_Ontology) ),
    c_0_471,
    [final] ).

cnf(c_0_655,plain,
    ( lhs_atom24(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdfs_Resource) ),
    c_0_472,
    [final] ).

cnf(c_0_656,plain,
    ( lhs_atom22(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdf_Property) ),
    c_0_473,
    [final] ).

cnf(c_0_657,plain,
    ( lhs_atom20(X1)
    | ~ iext(uri_rdf_type,X1,uri_owl_OntologyProperty) ),
    c_0_474,
    [final] ).

cnf(c_0_658,plain,
    ( lhs_atom18(X1)
    | ~ iext(uri_rdf_type,X1,uri_owl_DatatypeProperty) ),
    c_0_475,
    [final] ).

cnf(c_0_659,plain,
    ( lhs_atom16(X1)
    | ~ iext(uri_rdf_type,X1,uri_owl_AnnotationProperty) ),
    c_0_476,
    [final] ).

cnf(c_0_660,plain,
    ( lhs_atom14(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdfs_Datatype) ),
    c_0_477,
    [final] ).

cnf(c_0_661,plain,
    ( lhs_atom12(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdfs_Class) ),
    c_0_478,
    [final] ).

cnf(c_0_662,plain,
    ( lhs_atom48(X1,X2)
    | icext(X2,esk7_2(X1,X2))
    | ~ ic(X2)
    | ~ ic(X1) ),
    c_0_479,
    [final] ).

cnf(c_0_663,plain,
    ( lhs_atom3(X1)
    | ~ ic(X1)
    | ~ ir(esk1_1(X1))
    | ~ icext(X1,esk1_1(X1)) ),
    c_0_480,
    [final] ).

cnf(c_0_664,plain,
    ( lhs_atom1(X1,X2)
    | ~ icext(X2,X3)
    | ~ icext(X1,X3) ),
    c_0_481,
    [final] ).

cnf(c_0_665,plain,
    ( ip(X1)
    | lhs_atom124(X2,X1,X3) ),
    c_0_482,
    [final] ).

cnf(c_0_666,plain,
    ( iext(uri_rdfs_subPropertyOf,X1,X1)
    | lhs_atom118(X1) ),
    c_0_483,
    [final] ).

cnf(c_0_667,plain,
    ( iext(uri_rdfs_subClassOf,X1,X1)
    | lhs_atom74(X1) ),
    c_0_484,
    [final] ).

cnf(c_0_668,plain,
    ( iext(uri_rdfs_subClassOf,X1,uri_rdfs_Literal)
    | lhs_atom97(X1) ),
    c_0_485,
    [final] ).

cnf(c_0_669,plain,
    ( iext(uri_rdfs_subPropertyOf,X1,uri_rdfs_member)
    | lhs_atom81(X1) ),
    c_0_486,
    [final] ).

cnf(c_0_670,plain,
    ( iext(uri_rdfs_subClassOf,X1,uri_rdfs_Resource)
    | lhs_atom74(X1) ),
    c_0_487,
    [final] ).

cnf(c_0_671,plain,
    ( iext(uri_rdf_type,X1,uri_rdfs_Literal)
    | lhs_atom27(X1) ),
    c_0_488,
    [final] ).

cnf(c_0_672,plain,
    ( iext(uri_rdf_type,X1,uri_owl_Ontology)
    | lhs_atom25(X1) ),
    c_0_489,
    [final] ).

cnf(c_0_673,plain,
    ( iext(uri_rdf_type,X1,uri_rdfs_Resource)
    | lhs_atom23(X1) ),
    c_0_490,
    [final] ).

cnf(c_0_674,plain,
    ( iext(uri_rdf_type,X1,uri_rdf_Property)
    | lhs_atom21(X1) ),
    c_0_491,
    [final] ).

cnf(c_0_675,plain,
    ( iext(uri_rdf_type,X1,uri_owl_OntologyProperty)
    | lhs_atom19(X1) ),
    c_0_492,
    [final] ).

cnf(c_0_676,plain,
    ( iext(uri_rdf_type,X1,uri_owl_DatatypeProperty)
    | lhs_atom17(X1) ),
    c_0_493,
    [final] ).

cnf(c_0_677,plain,
    ( iext(uri_rdf_type,X1,uri_owl_AnnotationProperty)
    | lhs_atom15(X1) ),
    c_0_494,
    [final] ).

cnf(c_0_678,plain,
    ( iext(uri_rdf_type,X1,uri_rdfs_Datatype)
    | lhs_atom13(X1) ),
    c_0_495,
    [final] ).

cnf(c_0_679,plain,
    ( iext(uri_rdf_type,X1,uri_rdfs_Class)
    | lhs_atom11(X1) ),
    c_0_496,
    [final] ).

cnf(c_0_680,plain,
    ( lhs_atom112(X1,X2)
    | icext(X1,X3)
    | ~ icext(X2,X3) ),
    c_0_497,
    [final] ).

cnf(c_0_681,plain,
    ( lhs_atom47(X1,X2)
    | icext(X1,X3)
    | ~ icext(X2,X3) ),
    c_0_498,
    [final] ).

cnf(c_0_682,plain,
    ( lhs_atom1(X1,X2)
    | icext(X1,X3)
    | icext(X2,X3) ),
    c_0_499,
    [final] ).

cnf(c_0_683,plain,
    ( lhs_atom3(X1)
    | ir(esk1_1(X1))
    | icext(X1,esk1_1(X1))
    | ~ ic(X1) ),
    c_0_500,
    [final] ).

cnf(c_0_684,plain,
    ( lhs_atom73(X2,X1)
    | ~ icext(X1,X2) ),
    c_0_501,
    [final] ).

cnf(c_0_685,plain,
    ( icext(X1,esk2_1(X1))
    | lhs_atom5(X1)
    | ~ ic(X1) ),
    c_0_502,
    [final] ).

cnf(c_0_686,plain,
    ( lv(X1)
    | lhs_atom13(X2)
    | ~ icext(X2,X1) ),
    c_0_503,
    [final] ).

cnf(c_0_687,plain,
    ( ir(X1)
    | lhs_atom11(X2)
    | ~ icext(X2,X1) ),
    c_0_504,
    [final] ).

cnf(c_0_688,plain,
    ( lhs_atom2(X1)
    | ir(X2)
    | ~ icext(X1,X2) ),
    c_0_505,
    [final] ).

cnf(c_0_689,plain,
    ( icext(X1,X2)
    | lhs_atom72(X2,X1) ),
    c_0_506,
    [final] ).

cnf(c_0_690,plain,
    ( lhs_atom41(X1,X2)
    | icext(uri_rdf_List,X1) ),
    c_0_507,
    [final] ).

cnf(c_0_691,plain,
    ( lhs_atom39(X1,X2)
    | icext(uri_owl_Restriction,X2) ),
    c_0_508,
    [final] ).

cnf(c_0_692,plain,
    ( lhs_atom37(X1,X2)
    | icext(uri_owl_Restriction,X2) ),
    c_0_509,
    [final] ).

cnf(c_0_693,plain,
    ( lhs_atom35(X1,X2)
    | icext(uri_rdf_List,X1) ),
    c_0_510,
    [final] ).

cnf(c_0_694,plain,
    ( lhs_atom33(X1,X2)
    | icext(uri_owl_Restriction,X2) ),
    c_0_511,
    [final] ).

cnf(c_0_695,plain,
    ( lhs_atom29(X1,X2)
    | icext(uri_owl_Restriction,X2) ),
    c_0_512,
    [final] ).

cnf(c_0_696,plain,
    ( lhs_atom4(X1)
    | ~ icext(X1,X2) ),
    c_0_513,
    [final] ).

cnf(c_0_697,plain,
    ( lhs_atom2(X1)
    | icext(X1,X2)
    | ~ ir(X2) ),
    c_0_514,
    [final] ).

cnf(c_0_698,plain,
    ( lhs_atom28(X1)
    | ~ icext(uri_rdfs_Literal,X1) ),
    c_0_515,
    [final] ).

cnf(c_0_699,plain,
    ( lhs_atom24(X1)
    | ~ icext(uri_rdfs_Resource,X1) ),
    c_0_516,
    [final] ).

cnf(c_0_700,plain,
    ( lhs_atom12(X1)
    | ~ icext(uri_rdfs_Class,X1) ),
    c_0_517,
    [final] ).

cnf(c_0_701,plain,
    ( lhs_atom116(X1,X2)
    | ip(X2) ),
    c_0_518,
    [final] ).

cnf(c_0_702,plain,
    ( lhs_atom116(X1,X2)
    | ip(X1) ),
    c_0_519,
    [final] ).

cnf(c_0_703,plain,
    ( lhs_atom112(X1,X2)
    | ic(X2) ),
    c_0_520,
    [final] ).

cnf(c_0_704,plain,
    ( lhs_atom112(X1,X2)
    | ic(X1) ),
    c_0_521,
    [final] ).

cnf(c_0_705,plain,
    ( lhs_atom49(X1,X2)
    | ip(X2) ),
    c_0_522,
    [final] ).

cnf(c_0_706,plain,
    ( lhs_atom49(X1,X2)
    | ip(X1) ),
    c_0_523,
    [final] ).

cnf(c_0_707,plain,
    ( lhs_atom47(X1,X2)
    | ic(X2) ),
    c_0_524,
    [final] ).

cnf(c_0_708,plain,
    ( lhs_atom47(X1,X2)
    | ic(X1) ),
    c_0_525,
    [final] ).

cnf(c_0_709,plain,
    ( lhs_atom45(X1,X2)
    | ip(X1) ),
    c_0_526,
    [final] ).

cnf(c_0_710,plain,
    ( lhs_atom45(X1,X2)
    | ip(X2) ),
    c_0_527,
    [final] ).

cnf(c_0_711,plain,
    ( lhs_atom43(X1,X2)
    | ip(X1) ),
    c_0_528,
    [final] ).

cnf(c_0_712,plain,
    ( lhs_atom43(X1,X2)
    | ic(X2) ),
    c_0_529,
    [final] ).

cnf(c_0_713,plain,
    ( lhs_atom41(X1,X2)
    | ic(X2) ),
    c_0_530,
    [final] ).

cnf(c_0_714,plain,
    ( lhs_atom39(X1,X2)
    | ic(X1) ),
    c_0_531,
    [final] ).

cnf(c_0_715,plain,
    ( lhs_atom37(X1,X2)
    | ip(X1) ),
    c_0_532,
    [final] ).

cnf(c_0_716,plain,
    ( lhs_atom35(X1,X2)
    | ic(X2) ),
    c_0_533,
    [final] ).

cnf(c_0_717,plain,
    ( lhs_atom33(X1,X2)
    | ir(X1) ),
    c_0_534,
    [final] ).

cnf(c_0_718,plain,
    ( lhs_atom31(X1,X2)
    | ic(X2) ),
    c_0_535,
    [final] ).

cnf(c_0_719,plain,
    ( lhs_atom31(X1,X2)
    | ic(X1) ),
    c_0_536,
    [final] ).

cnf(c_0_720,plain,
    ( lhs_atom29(X1,X2)
    | ic(X1) ),
    c_0_537,
    [final] ).

cnf(c_0_721,plain,
    ( lhs_atom1(X1,X2)
    | ic(X1) ),
    c_0_538,
    [final] ).

cnf(c_0_722,plain,
    ( lhs_atom1(X1,X2)
    | ic(X2) ),
    c_0_539,
    [final] ).

cnf(c_0_723,plain,
    ( icext(uri_rdfs_Literal,X1)
    | lhs_atom27(X1) ),
    c_0_540,
    [final] ).

cnf(c_0_724,plain,
    ( icext(uri_rdfs_Resource,X1)
    | lhs_atom23(X1) ),
    c_0_541,
    [final] ).

cnf(c_0_725,plain,
    ( icext(uri_rdfs_Class,X1)
    | lhs_atom11(X1) ),
    c_0_542,
    [final] ).

cnf(c_0_726,plain,
    ( lhs_atom61(X1)
    | ~ ip(X1) ),
    c_0_543,
    [final] ).

cnf(c_0_727,plain,
    ( lhs_atom9(X1)
    | ~ ir(X1) ),
    c_0_544,
    [final] ).

cnf(c_0_728,plain,
    ( ir(X1)
    | lhs_atom27(X1) ),
    c_0_545,
    [final] ).

cnf(c_0_729,plain,
    ( ip(X1)
    | lhs_atom60(X1) ),
    c_0_546,
    [final] ).

cnf(c_0_730,plain,
    ( ir(X1)
    | lhs_atom27(X1) ),
    c_0_547,
    [final] ).

cnf(c_0_731,plain,
    ( ir(X1)
    | lhs_atom25(X1) ),
    c_0_548,
    [final] ).

cnf(c_0_732,plain,
    ( ir(X1)
    | lhs_atom21(X1) ),
    c_0_549,
    [final] ).

cnf(c_0_733,plain,
    ( ip(X1)
    | lhs_atom19(X1) ),
    c_0_550,
    [final] ).

cnf(c_0_734,plain,
    ( ip(X1)
    | lhs_atom17(X1) ),
    c_0_551,
    [final] ).

cnf(c_0_735,plain,
    ( ip(X1)
    | lhs_atom15(X1) ),
    c_0_552,
    [final] ).

cnf(c_0_736,plain,
    ( ic(X1)
    | lhs_atom13(X1) ),
    c_0_553,
    [final] ).

cnf(c_0_737,plain,
    ( ir(X1)
    | lhs_atom11(X1) ),
    c_0_554,
    [final] ).

cnf(c_0_738,plain,
    ( ir(X1)
    | lhs_atom8(X1) ),
    c_0_555,
    [final] ).

cnf(c_0_739,plain,
    ( lhs_atom4(X1)
    | ic(X1) ),
    c_0_556,
    [final] ).

cnf(c_0_740,plain,
    ( lhs_atom2(X1)
    | ic(X1) ),
    c_0_557,
    [final] ).

cnf(c_0_741,plain,
    lhs_atom24(X1),
    c_0_558,
    [final] ).

cnf(c_0_742,plain,
    lhs_atom6(X1),
    c_0_559,
    [final] ).

cnf(c_0_743,plain,
    lhs_atom123,
    c_0_560,
    [final] ).

cnf(c_0_744,plain,
    lhs_atom122,
    c_0_561,
    [final] ).

cnf(c_0_745,plain,
    lhs_atom121,
    c_0_562,
    [final] ).

cnf(c_0_746,plain,
    lhs_atom120,
    c_0_563,
    [final] ).

cnf(c_0_747,plain,
    lhs_atom117,
    c_0_564,
    [final] ).

cnf(c_0_748,plain,
    lhs_atom115,
    c_0_565,
    [final] ).

cnf(c_0_749,plain,
    lhs_atom113,
    c_0_566,
    [final] ).

cnf(c_0_750,plain,
    lhs_atom111,
    c_0_567,
    [final] ).

cnf(c_0_751,plain,
    lhs_atom110,
    c_0_568,
    [final] ).

cnf(c_0_752,plain,
    lhs_atom109,
    c_0_569,
    [final] ).

cnf(c_0_753,plain,
    lhs_atom107,
    c_0_570,
    [final] ).

cnf(c_0_754,plain,
    lhs_atom108,
    c_0_571,
    [final] ).

cnf(c_0_755,plain,
    lhs_atom107,
    c_0_572,
    [final] ).

cnf(c_0_756,plain,
    lhs_atom106,
    c_0_573,
    [final] ).

cnf(c_0_757,plain,
    lhs_atom105,
    c_0_574,
    [final] ).

cnf(c_0_758,plain,
    lhs_atom103,
    c_0_575,
    [final] ).

cnf(c_0_759,plain,
    lhs_atom102,
    c_0_576,
    [final] ).

cnf(c_0_760,plain,
    lhs_atom101,
    c_0_577,
    [final] ).

cnf(c_0_761,plain,
    lhs_atom99,
    c_0_578,
    [final] ).

cnf(c_0_762,plain,
    lhs_atom98,
    c_0_579,
    [final] ).

cnf(c_0_763,plain,
    lhs_atom96,
    c_0_580,
    [final] ).

cnf(c_0_764,plain,
    lhs_atom95,
    c_0_581,
    [final] ).

cnf(c_0_765,plain,
    lhs_atom94,
    c_0_582,
    [final] ).

cnf(c_0_766,plain,
    lhs_atom93,
    c_0_583,
    [final] ).

cnf(c_0_767,plain,
    lhs_atom92,
    c_0_584,
    [final] ).

cnf(c_0_768,plain,
    lhs_atom91,
    c_0_585,
    [final] ).

cnf(c_0_769,plain,
    lhs_atom90,
    c_0_586,
    [final] ).

cnf(c_0_770,plain,
    lhs_atom89,
    c_0_587,
    [final] ).

cnf(c_0_771,plain,
    lhs_atom88,
    c_0_588,
    [final] ).

cnf(c_0_772,plain,
    lhs_atom87,
    c_0_589,
    [final] ).

cnf(c_0_773,plain,
    lhs_atom86,
    c_0_590,
    [final] ).

cnf(c_0_774,plain,
    lhs_atom85,
    c_0_591,
    [final] ).

cnf(c_0_775,plain,
    lhs_atom84,
    c_0_592,
    [final] ).

cnf(c_0_776,plain,
    lhs_atom83,
    c_0_593,
    [final] ).

cnf(c_0_777,plain,
    lhs_atom82,
    c_0_594,
    [final] ).

cnf(c_0_778,plain,
    lhs_atom80,
    c_0_595,
    [final] ).

cnf(c_0_779,plain,
    lhs_atom79,
    c_0_596,
    [final] ).

cnf(c_0_780,plain,
    lhs_atom78,
    c_0_597,
    [final] ).

cnf(c_0_781,plain,
    lhs_atom77,
    c_0_598,
    [final] ).

cnf(c_0_782,plain,
    lhs_atom76,
    c_0_599,
    [final] ).

cnf(c_0_783,plain,
    lhs_atom75,
    c_0_600,
    [final] ).

cnf(c_0_784,plain,
    lhs_atom71,
    c_0_601,
    [final] ).

cnf(c_0_785,plain,
    lhs_atom70,
    c_0_602,
    [final] ).

cnf(c_0_786,plain,
    lhs_atom69,
    c_0_603,
    [final] ).

cnf(c_0_787,plain,
    lhs_atom68,
    c_0_604,
    [final] ).

cnf(c_0_788,plain,
    lhs_atom67,
    c_0_605,
    [final] ).

cnf(c_0_789,plain,
    lhs_atom66,
    c_0_606,
    [final] ).

cnf(c_0_790,plain,
    lhs_atom65,
    c_0_607,
    [final] ).

cnf(c_0_791,plain,
    lhs_atom64,
    c_0_608,
    [final] ).

cnf(c_0_792,plain,
    lhs_atom63,
    c_0_609,
    [final] ).

cnf(c_0_793,plain,
    lhs_atom62,
    c_0_610,
    [final] ).

cnf(c_0_794,plain,
    lhs_atom62,
    c_0_611,
    [final] ).

cnf(c_0_795,plain,
    lhs_atom59,
    c_0_612,
    [final] ).

cnf(c_0_796,plain,
    lhs_atom58,
    c_0_613,
    [final] ).

cnf(c_0_797,plain,
    lhs_atom57,
    c_0_614,
    [final] ).

cnf(c_0_798,plain,
    lhs_atom56,
    c_0_615,
    [final] ).

cnf(c_0_799,plain,
    lhs_atom55,
    c_0_616,
    [final] ).

cnf(c_0_800,plain,
    lhs_atom54,
    c_0_617,
    [final] ).

cnf(c_0_801,plain,
    lhs_atom53,
    c_0_618,
    [final] ).

cnf(c_0_802,plain,
    lhs_atom52,
    c_0_619,
    [final] ).

cnf(c_0_803,plain,
    lhs_atom51,
    c_0_620,
    [final] ).

cnf(c_0_804,plain,
    lhs_atom42,
    c_0_621,
    [final] ).

cnf(c_0_805,plain,
    lhs_atom40,
    c_0_622,
    [final] ).

cnf(c_0_806,plain,
    lhs_atom38,
    c_0_623,
    [final] ).

cnf(c_0_807,plain,
    lhs_atom36,
    c_0_624,
    [final] ).

cnf(c_0_808,plain,
    lhs_atom34,
    c_0_625,
    [final] ).

cnf(c_0_809,plain,
    lhs_atom32,
    c_0_626,
    [final] ).

cnf(c_0_810,plain,
    lhs_atom30,
    c_0_627,
    [final] ).

cnf(c_0_811,plain,
    lhs_atom10,
    c_0_628,
    [final] ).

cnf(c_0_812,plain,
    lhs_atom7,
    c_0_629,
    [final] ).

% End CNF derivation
cnf(c_0_630_0,axiom,
    ( iext(uri_rdfs_subPropertyOf,X2,X1)
    | ~ ip(X2)
    | ~ ip(X1)
    | ~ iext(X1,sk1_esk8_2(X1,X2),sk1_esk9_2(X1,X2)) ),
    inference(unfold_definition,[status(thm)],[c_0_630,def_lhs_atom50]) ).

cnf(c_0_631_0,axiom,
    ( icext(X4,X3)
    | ~ iext(X1,X2,X3)
    | ~ iext(uri_rdfs_range,X1,X4) ),
    inference(unfold_definition,[status(thm)],[c_0_631,def_lhs_atom104]) ).

cnf(c_0_632_0,axiom,
    ( icext(X4,X2)
    | ~ iext(X1,X2,X3)
    | ~ iext(uri_rdfs_domain,X1,X4) ),
    inference(unfold_definition,[status(thm)],[c_0_632,def_lhs_atom100]) ).

cnf(c_0_633_0,axiom,
    ( iext(uri_rdfs_subPropertyOf,X3,X2)
    | ~ iext(uri_rdfs_subPropertyOf,X1,X2)
    | ~ iext(uri_rdfs_subPropertyOf,X3,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_633,def_lhs_atom119]) ).

cnf(c_0_634_0,axiom,
    ( iext(uri_rdfs_subClassOf,X3,X2)
    | ~ iext(uri_rdfs_subClassOf,X1,X2)
    | ~ iext(uri_rdfs_subClassOf,X3,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_634,def_lhs_atom114]) ).

cnf(c_0_635_0,axiom,
    ( ~ iext(uri_rdfs_subPropertyOf,X2,X1)
    | iext(X1,X3,X4)
    | ~ iext(X2,X3,X4) ),
    inference(unfold_definition,[status(thm)],[c_0_635,def_lhs_atom116]) ).

cnf(c_0_636_0,axiom,
    ( ~ iext(uri_rdfs_subPropertyOf,X2,X1)
    | iext(X1,X3,X4)
    | ~ iext(X2,X3,X4) ),
    inference(unfold_definition,[status(thm)],[c_0_636,def_lhs_atom49]) ).

cnf(c_0_637_0,axiom,
    ( iext(uri_rdfs_subPropertyOf,X2,X1)
    | iext(X2,sk1_esk8_2(X1,X2),sk1_esk9_2(X1,X2))
    | ~ ip(X2)
    | ~ ip(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_637,def_lhs_atom50]) ).

cnf(c_0_638_0,axiom,
    ( iext(uri_rdfs_range,X1,X2)
    | iext(X1,sk1_esk5_2(X1,X2),sk1_esk6_2(X1,X2))
    | ~ ip(X1)
    | ~ ip(X2) ),
    inference(unfold_definition,[status(thm)],[c_0_638,def_lhs_atom46]) ).

cnf(c_0_639_0,axiom,
    ( iext(uri_rdfs_domain,X1,X2)
    | iext(X1,sk1_esk3_2(X1,X2),sk1_esk4_2(X1,X2))
    | ~ ip(X1)
    | ~ ic(X2) ),
    inference(unfold_definition,[status(thm)],[c_0_639,def_lhs_atom44]) ).

cnf(c_0_640_0,axiom,
    ( ~ iext(uri_rdfs_range,X1,X2)
    | icext(X2,X3)
    | ~ iext(X1,X4,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_640,def_lhs_atom45]) ).

cnf(c_0_641_0,axiom,
    ( ~ iext(uri_rdfs_domain,X1,X2)
    | icext(X2,X3)
    | ~ iext(X1,X3,X4) ),
    inference(unfold_definition,[status(thm)],[c_0_641,def_lhs_atom43]) ).

cnf(c_0_642_0,axiom,
    ( ~ ip(X1)
    | ir(X2)
    | ~ iext(X1,X2,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_642,def_lhs_atom21]) ).

cnf(c_0_643_0,axiom,
    ( ~ ip(X1)
    | ir(X3)
    | ~ iext(X1,X2,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_643,def_lhs_atom21]) ).

cnf(c_0_644_0,axiom,
    ( ~ ioxp(X1)
    | ix(X2)
    | ~ iext(X1,X2,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_644,def_lhs_atom19]) ).

cnf(c_0_645_0,axiom,
    ( ~ ioxp(X1)
    | ix(X3)
    | ~ iext(X1,X2,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_645,def_lhs_atom19]) ).

cnf(c_0_646_0,axiom,
    ( ~ iodp(X1)
    | ir(X2)
    | ~ iext(X1,X2,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_646,def_lhs_atom17]) ).

cnf(c_0_647_0,axiom,
    ( ~ iodp(X1)
    | lv(X3)
    | ~ iext(X1,X2,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_647,def_lhs_atom17]) ).

cnf(c_0_648_0,axiom,
    ( ~ ioap(X1)
    | ir(X2)
    | ~ iext(X1,X2,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_648,def_lhs_atom15]) ).

cnf(c_0_649_0,axiom,
    ( ~ ioap(X1)
    | ir(X3)
    | ~ iext(X1,X2,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_649,def_lhs_atom15]) ).

cnf(c_0_650_0,axiom,
    ( iext(uri_rdfs_subClassOf,X2,X1)
    | ~ ic(X2)
    | ~ ic(X1)
    | ~ icext(X1,sk1_esk7_2(X1,X2)) ),
    inference(unfold_definition,[status(thm)],[c_0_650,def_lhs_atom48]) ).

cnf(c_0_651_0,axiom,
    ( iext(uri_rdfs_range,X1,X2)
    | ~ ip(X1)
    | ~ ip(X2)
    | ~ icext(X2,sk1_esk6_2(X1,X2)) ),
    inference(unfold_definition,[status(thm)],[c_0_651,def_lhs_atom46]) ).

cnf(c_0_652_0,axiom,
    ( iext(uri_rdfs_domain,X1,X2)
    | ~ ip(X1)
    | ~ ic(X2)
    | ~ icext(X2,sk1_esk3_2(X1,X2)) ),
    inference(unfold_definition,[status(thm)],[c_0_652,def_lhs_atom44]) ).

cnf(c_0_653_0,axiom,
    ( lv(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdfs_Literal) ),
    inference(unfold_definition,[status(thm)],[c_0_653,def_lhs_atom28]) ).

cnf(c_0_654_0,axiom,
    ( ix(X1)
    | ~ iext(uri_rdf_type,X1,uri_owl_Ontology) ),
    inference(unfold_definition,[status(thm)],[c_0_654,def_lhs_atom26]) ).

cnf(c_0_655_0,axiom,
    ( ir(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdfs_Resource) ),
    inference(unfold_definition,[status(thm)],[c_0_655,def_lhs_atom24]) ).

cnf(c_0_656_0,axiom,
    ( ip(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdf_Property) ),
    inference(unfold_definition,[status(thm)],[c_0_656,def_lhs_atom22]) ).

cnf(c_0_657_0,axiom,
    ( ioxp(X1)
    | ~ iext(uri_rdf_type,X1,uri_owl_OntologyProperty) ),
    inference(unfold_definition,[status(thm)],[c_0_657,def_lhs_atom20]) ).

cnf(c_0_658_0,axiom,
    ( iodp(X1)
    | ~ iext(uri_rdf_type,X1,uri_owl_DatatypeProperty) ),
    inference(unfold_definition,[status(thm)],[c_0_658,def_lhs_atom18]) ).

cnf(c_0_659_0,axiom,
    ( ioap(X1)
    | ~ iext(uri_rdf_type,X1,uri_owl_AnnotationProperty) ),
    inference(unfold_definition,[status(thm)],[c_0_659,def_lhs_atom16]) ).

cnf(c_0_660_0,axiom,
    ( idc(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdfs_Datatype) ),
    inference(unfold_definition,[status(thm)],[c_0_660,def_lhs_atom14]) ).

cnf(c_0_661_0,axiom,
    ( ic(X1)
    | ~ iext(uri_rdf_type,X1,uri_rdfs_Class) ),
    inference(unfold_definition,[status(thm)],[c_0_661,def_lhs_atom12]) ).

cnf(c_0_662_0,axiom,
    ( iext(uri_rdfs_subClassOf,X2,X1)
    | icext(X2,sk1_esk7_2(X1,X2))
    | ~ ic(X2)
    | ~ ic(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_662,def_lhs_atom48]) ).

cnf(c_0_663_0,axiom,
    ( iext(uri_owl_intersectionOf,X1,uri_rdf_nil)
    | ~ ic(X1)
    | ~ ir(sk1_esk1_1(X1))
    | ~ icext(X1,sk1_esk1_1(X1)) ),
    inference(unfold_definition,[status(thm)],[c_0_663,def_lhs_atom3]) ).

cnf(c_0_664_0,axiom,
    ( ~ iext(uri_owl_complementOf,X1,X2)
    | ~ icext(X2,X3)
    | ~ icext(X1,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_664,def_lhs_atom1]) ).

cnf(c_0_665_0,axiom,
    ( ~ iext(X1,X2,X3)
    | ip(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_665,def_lhs_atom124]) ).

cnf(c_0_666_0,axiom,
    ( ~ ip(X1)
    | iext(uri_rdfs_subPropertyOf,X1,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_666,def_lhs_atom118]) ).

cnf(c_0_667_0,axiom,
    ( ~ ic(X1)
    | iext(uri_rdfs_subClassOf,X1,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_667,def_lhs_atom74]) ).

cnf(c_0_668_0,axiom,
    ( ~ icext(uri_rdfs_Datatype,X1)
    | iext(uri_rdfs_subClassOf,X1,uri_rdfs_Literal) ),
    inference(unfold_definition,[status(thm)],[c_0_668,def_lhs_atom97]) ).

cnf(c_0_669_0,axiom,
    ( ~ icext(uri_rdfs_ContainerMembershipProperty,X1)
    | iext(uri_rdfs_subPropertyOf,X1,uri_rdfs_member) ),
    inference(unfold_definition,[status(thm)],[c_0_669,def_lhs_atom81]) ).

cnf(c_0_670_0,axiom,
    ( ~ ic(X1)
    | iext(uri_rdfs_subClassOf,X1,uri_rdfs_Resource) ),
    inference(unfold_definition,[status(thm)],[c_0_670,def_lhs_atom74]) ).

cnf(c_0_671_0,axiom,
    ( ~ lv(X1)
    | iext(uri_rdf_type,X1,uri_rdfs_Literal) ),
    inference(unfold_definition,[status(thm)],[c_0_671,def_lhs_atom27]) ).

cnf(c_0_672_0,axiom,
    ( ~ ix(X1)
    | iext(uri_rdf_type,X1,uri_owl_Ontology) ),
    inference(unfold_definition,[status(thm)],[c_0_672,def_lhs_atom25]) ).

cnf(c_0_673_0,axiom,
    ( ~ ir(X1)
    | iext(uri_rdf_type,X1,uri_rdfs_Resource) ),
    inference(unfold_definition,[status(thm)],[c_0_673,def_lhs_atom23]) ).

cnf(c_0_674_0,axiom,
    ( ~ ip(X1)
    | iext(uri_rdf_type,X1,uri_rdf_Property) ),
    inference(unfold_definition,[status(thm)],[c_0_674,def_lhs_atom21]) ).

cnf(c_0_675_0,axiom,
    ( ~ ioxp(X1)
    | iext(uri_rdf_type,X1,uri_owl_OntologyProperty) ),
    inference(unfold_definition,[status(thm)],[c_0_675,def_lhs_atom19]) ).

cnf(c_0_676_0,axiom,
    ( ~ iodp(X1)
    | iext(uri_rdf_type,X1,uri_owl_DatatypeProperty) ),
    inference(unfold_definition,[status(thm)],[c_0_676,def_lhs_atom17]) ).

cnf(c_0_677_0,axiom,
    ( ~ ioap(X1)
    | iext(uri_rdf_type,X1,uri_owl_AnnotationProperty) ),
    inference(unfold_definition,[status(thm)],[c_0_677,def_lhs_atom15]) ).

cnf(c_0_678_0,axiom,
    ( ~ idc(X1)
    | iext(uri_rdf_type,X1,uri_rdfs_Datatype) ),
    inference(unfold_definition,[status(thm)],[c_0_678,def_lhs_atom13]) ).

cnf(c_0_679_0,axiom,
    ( ~ ic(X1)
    | iext(uri_rdf_type,X1,uri_rdfs_Class) ),
    inference(unfold_definition,[status(thm)],[c_0_679,def_lhs_atom11]) ).

cnf(c_0_680_0,axiom,
    ( ~ iext(uri_rdfs_subClassOf,X2,X1)
    | icext(X1,X3)
    | ~ icext(X2,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_680,def_lhs_atom112]) ).

cnf(c_0_681_0,axiom,
    ( ~ iext(uri_rdfs_subClassOf,X2,X1)
    | icext(X1,X3)
    | ~ icext(X2,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_681,def_lhs_atom47]) ).

cnf(c_0_682_0,axiom,
    ( ~ iext(uri_owl_complementOf,X1,X2)
    | icext(X1,X3)
    | icext(X2,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_682,def_lhs_atom1]) ).

cnf(c_0_683_0,axiom,
    ( iext(uri_owl_intersectionOf,X1,uri_rdf_nil)
    | ir(sk1_esk1_1(X1))
    | icext(X1,sk1_esk1_1(X1))
    | ~ ic(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_683,def_lhs_atom3]) ).

cnf(c_0_684_0,axiom,
    ( iext(uri_rdf_type,X2,X1)
    | ~ icext(X1,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_684,def_lhs_atom73]) ).

cnf(c_0_685_0,axiom,
    ( iext(uri_owl_unionOf,X1,uri_rdf_nil)
    | icext(X1,sk1_esk2_1(X1))
    | ~ ic(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_685,def_lhs_atom5]) ).

cnf(c_0_686_0,axiom,
    ( ~ idc(X2)
    | lv(X1)
    | ~ icext(X2,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_686,def_lhs_atom13]) ).

cnf(c_0_687_0,axiom,
    ( ~ ic(X2)
    | ir(X1)
    | ~ icext(X2,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_687,def_lhs_atom11]) ).

cnf(c_0_688_0,axiom,
    ( ~ iext(uri_owl_intersectionOf,X1,uri_rdf_nil)
    | ir(X2)
    | ~ icext(X1,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_688,def_lhs_atom2]) ).

cnf(c_0_689_0,axiom,
    ( ~ iext(uri_rdf_type,X2,X1)
    | icext(X1,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_689,def_lhs_atom72]) ).

cnf(c_0_690_0,axiom,
    ( ~ iext(uri_owl_unionOf,X2,X1)
    | icext(uri_rdf_List,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_690,def_lhs_atom41]) ).

cnf(c_0_691_0,axiom,
    ( ~ iext(uri_owl_someValuesFrom,X2,X1)
    | icext(uri_owl_Restriction,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_691,def_lhs_atom39]) ).

cnf(c_0_692_0,axiom,
    ( ~ iext(uri_owl_onProperty,X2,X1)
    | icext(uri_owl_Restriction,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_692,def_lhs_atom37]) ).

cnf(c_0_693_0,axiom,
    ( ~ iext(uri_owl_intersectionOf,X2,X1)
    | icext(uri_rdf_List,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_693,def_lhs_atom35]) ).

cnf(c_0_694_0,axiom,
    ( ~ iext(uri_owl_hasValue,X2,X1)
    | icext(uri_owl_Restriction,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_694,def_lhs_atom33]) ).

cnf(c_0_695_0,axiom,
    ( ~ iext(uri_owl_allValuesFrom,X2,X1)
    | icext(uri_owl_Restriction,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_695,def_lhs_atom29]) ).

cnf(c_0_696_0,axiom,
    ( ~ iext(uri_owl_unionOf,X1,uri_rdf_nil)
    | ~ icext(X1,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_696,def_lhs_atom4]) ).

cnf(c_0_697_0,axiom,
    ( ~ iext(uri_owl_intersectionOf,X1,uri_rdf_nil)
    | icext(X1,X2)
    | ~ ir(X2) ),
    inference(unfold_definition,[status(thm)],[c_0_697,def_lhs_atom2]) ).

cnf(c_0_698_0,axiom,
    ( lv(X1)
    | ~ icext(uri_rdfs_Literal,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_698,def_lhs_atom28]) ).

cnf(c_0_699_0,axiom,
    ( ir(X1)
    | ~ icext(uri_rdfs_Resource,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_699,def_lhs_atom24]) ).

cnf(c_0_700_0,axiom,
    ( ic(X1)
    | ~ icext(uri_rdfs_Class,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_700,def_lhs_atom12]) ).

cnf(c_0_701_0,axiom,
    ( ~ iext(uri_rdfs_subPropertyOf,X2,X1)
    | ip(X2) ),
    inference(unfold_definition,[status(thm)],[c_0_701,def_lhs_atom116]) ).

cnf(c_0_702_0,axiom,
    ( ~ iext(uri_rdfs_subPropertyOf,X2,X1)
    | ip(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_702,def_lhs_atom116]) ).

cnf(c_0_703_0,axiom,
    ( ~ iext(uri_rdfs_subClassOf,X2,X1)
    | ic(X2) ),
    inference(unfold_definition,[status(thm)],[c_0_703,def_lhs_atom112]) ).

cnf(c_0_704_0,axiom,
    ( ~ iext(uri_rdfs_subClassOf,X2,X1)
    | ic(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_704,def_lhs_atom112]) ).

cnf(c_0_705_0,axiom,
    ( ~ iext(uri_rdfs_subPropertyOf,X2,X1)
    | ip(X2) ),
    inference(unfold_definition,[status(thm)],[c_0_705,def_lhs_atom49]) ).

cnf(c_0_706_0,axiom,
    ( ~ iext(uri_rdfs_subPropertyOf,X2,X1)
    | ip(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_706,def_lhs_atom49]) ).

cnf(c_0_707_0,axiom,
    ( ~ iext(uri_rdfs_subClassOf,X2,X1)
    | ic(X2) ),
    inference(unfold_definition,[status(thm)],[c_0_707,def_lhs_atom47]) ).

cnf(c_0_708_0,axiom,
    ( ~ iext(uri_rdfs_subClassOf,X2,X1)
    | ic(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_708,def_lhs_atom47]) ).

cnf(c_0_709_0,axiom,
    ( ~ iext(uri_rdfs_range,X1,X2)
    | ip(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_709,def_lhs_atom45]) ).

cnf(c_0_710_0,axiom,
    ( ~ iext(uri_rdfs_range,X1,X2)
    | ip(X2) ),
    inference(unfold_definition,[status(thm)],[c_0_710,def_lhs_atom45]) ).

cnf(c_0_711_0,axiom,
    ( ~ iext(uri_rdfs_domain,X1,X2)
    | ip(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_711,def_lhs_atom43]) ).

cnf(c_0_712_0,axiom,
    ( ~ iext(uri_rdfs_domain,X1,X2)
    | ic(X2) ),
    inference(unfold_definition,[status(thm)],[c_0_712,def_lhs_atom43]) ).

cnf(c_0_713_0,axiom,
    ( ~ iext(uri_owl_unionOf,X2,X1)
    | ic(X2) ),
    inference(unfold_definition,[status(thm)],[c_0_713,def_lhs_atom41]) ).

cnf(c_0_714_0,axiom,
    ( ~ iext(uri_owl_someValuesFrom,X2,X1)
    | ic(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_714,def_lhs_atom39]) ).

cnf(c_0_715_0,axiom,
    ( ~ iext(uri_owl_onProperty,X2,X1)
    | ip(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_715,def_lhs_atom37]) ).

cnf(c_0_716_0,axiom,
    ( ~ iext(uri_owl_intersectionOf,X2,X1)
    | ic(X2) ),
    inference(unfold_definition,[status(thm)],[c_0_716,def_lhs_atom35]) ).

cnf(c_0_717_0,axiom,
    ( ~ iext(uri_owl_hasValue,X2,X1)
    | ir(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_717,def_lhs_atom33]) ).

cnf(c_0_718_0,axiom,
    ( ~ iext(uri_owl_complementOf,X2,X1)
    | ic(X2) ),
    inference(unfold_definition,[status(thm)],[c_0_718,def_lhs_atom31]) ).

cnf(c_0_719_0,axiom,
    ( ~ iext(uri_owl_complementOf,X2,X1)
    | ic(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_719,def_lhs_atom31]) ).

cnf(c_0_720_0,axiom,
    ( ~ iext(uri_owl_allValuesFrom,X2,X1)
    | ic(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_720,def_lhs_atom29]) ).

cnf(c_0_721_0,axiom,
    ( ~ iext(uri_owl_complementOf,X1,X2)
    | ic(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_721,def_lhs_atom1]) ).

cnf(c_0_722_0,axiom,
    ( ~ iext(uri_owl_complementOf,X1,X2)
    | ic(X2) ),
    inference(unfold_definition,[status(thm)],[c_0_722,def_lhs_atom1]) ).

cnf(c_0_723_0,axiom,
    ( ~ lv(X1)
    | icext(uri_rdfs_Literal,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_723,def_lhs_atom27]) ).

cnf(c_0_724_0,axiom,
    ( ~ ir(X1)
    | icext(uri_rdfs_Resource,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_724,def_lhs_atom23]) ).

cnf(c_0_725_0,axiom,
    ( ~ ic(X1)
    | icext(uri_rdfs_Class,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_725,def_lhs_atom11]) ).

cnf(c_0_726_0,axiom,
    ( iext(uri_rdf_type,X1,uri_rdf_Property)
    | ~ ip(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_726,def_lhs_atom61]) ).

cnf(c_0_727_0,axiom,
    ( icext(uri_owl_Thing,X1)
    | ~ ir(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_727,def_lhs_atom9]) ).

cnf(c_0_728_0,axiom,
    ( ~ lv(X1)
    | ir(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_728,def_lhs_atom27]) ).

cnf(c_0_729_0,axiom,
    ( ~ iext(uri_rdf_type,X1,uri_rdf_Property)
    | ip(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_729,def_lhs_atom60]) ).

cnf(c_0_730_0,axiom,
    ( ~ lv(X1)
    | ir(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_730,def_lhs_atom27]) ).

cnf(c_0_731_0,axiom,
    ( ~ ix(X1)
    | ir(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_731,def_lhs_atom25]) ).

cnf(c_0_732_0,axiom,
    ( ~ ip(X1)
    | ir(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_732,def_lhs_atom21]) ).

cnf(c_0_733_0,axiom,
    ( ~ ioxp(X1)
    | ip(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_733,def_lhs_atom19]) ).

cnf(c_0_734_0,axiom,
    ( ~ iodp(X1)
    | ip(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_734,def_lhs_atom17]) ).

cnf(c_0_735_0,axiom,
    ( ~ ioap(X1)
    | ip(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_735,def_lhs_atom15]) ).

cnf(c_0_736_0,axiom,
    ( ~ idc(X1)
    | ic(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_736,def_lhs_atom13]) ).

cnf(c_0_737_0,axiom,
    ( ~ ic(X1)
    | ir(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_737,def_lhs_atom11]) ).

cnf(c_0_738_0,axiom,
    ( ~ icext(uri_owl_Thing,X1)
    | ir(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_738,def_lhs_atom8]) ).

cnf(c_0_739_0,axiom,
    ( ~ iext(uri_owl_unionOf,X1,uri_rdf_nil)
    | ic(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_739,def_lhs_atom4]) ).

cnf(c_0_740_0,axiom,
    ( ~ iext(uri_owl_intersectionOf,X1,uri_rdf_nil)
    | ic(X1) ),
    inference(unfold_definition,[status(thm)],[c_0_740,def_lhs_atom2]) ).

cnf(c_0_741_0,axiom,
    ir(X1),
    inference(unfold_definition,[status(thm)],[c_0_741,def_lhs_atom24]) ).

cnf(c_0_742_0,axiom,
    ~ icext(uri_owl_Nothing,X1),
    inference(unfold_definition,[status(thm)],[c_0_742,def_lhs_atom6]) ).

cnf(c_0_743_0,axiom,
    iext(uri_rdfs_range,uri_rdf_value,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_743,def_lhs_atom123]) ).

cnf(c_0_744_0,axiom,
    iext(uri_rdfs_domain,uri_rdf_value,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_744,def_lhs_atom122]) ).

cnf(c_0_745_0,axiom,
    iext(uri_rdfs_range,uri_rdf_type,uri_rdfs_Class),
    inference(unfold_definition,[status(thm)],[c_0_745,def_lhs_atom121]) ).

cnf(c_0_746_0,axiom,
    iext(uri_rdfs_domain,uri_rdf_type,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_746,def_lhs_atom120]) ).

cnf(c_0_747_0,axiom,
    iext(uri_rdfs_range,uri_rdfs_subPropertyOf,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_747,def_lhs_atom117]) ).

cnf(c_0_748_0,axiom,
    iext(uri_rdfs_domain,uri_rdfs_subPropertyOf,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_748,def_lhs_atom115]) ).

cnf(c_0_749_0,axiom,
    iext(uri_rdfs_range,uri_rdfs_subClassOf,uri_rdfs_Class),
    inference(unfold_definition,[status(thm)],[c_0_749,def_lhs_atom113]) ).

cnf(c_0_750_0,axiom,
    iext(uri_rdfs_domain,uri_rdfs_subClassOf,uri_rdfs_Class),
    inference(unfold_definition,[status(thm)],[c_0_750,def_lhs_atom111]) ).

cnf(c_0_751_0,axiom,
    iext(uri_rdfs_range,uri_rdf_subject,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_751,def_lhs_atom110]) ).

cnf(c_0_752_0,axiom,
    iext(uri_rdfs_domain,uri_rdf_subject,uri_rdfs_Statement),
    inference(unfold_definition,[status(thm)],[c_0_752,def_lhs_atom109]) ).

cnf(c_0_753_0,axiom,
    iext(uri_rdfs_range,uri_rdf_predicate,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_753,def_lhs_atom107]) ).

cnf(c_0_754_0,axiom,
    iext(uri_rdfs_domain,uri_rdf_predicate,uri_rdfs_Statement),
    inference(unfold_definition,[status(thm)],[c_0_754,def_lhs_atom108]) ).

cnf(c_0_755_0,axiom,
    iext(uri_rdfs_range,uri_rdf_predicate,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_755,def_lhs_atom107]) ).

cnf(c_0_756_0,axiom,
    iext(uri_rdfs_domain,uri_rdf_object,uri_rdfs_Statement),
    inference(unfold_definition,[status(thm)],[c_0_756,def_lhs_atom106]) ).

cnf(c_0_757_0,axiom,
    iext(uri_rdfs_range,uri_rdfs_range,uri_rdfs_Class),
    inference(unfold_definition,[status(thm)],[c_0_757,def_lhs_atom105]) ).

cnf(c_0_758_0,axiom,
    iext(uri_rdfs_domain,uri_rdfs_range,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_758,def_lhs_atom103]) ).

cnf(c_0_759_0,axiom,
    iext(uri_rdf_type,uri_rdf_Property,uri_rdfs_Class),
    inference(unfold_definition,[status(thm)],[c_0_759,def_lhs_atom102]) ).

cnf(c_0_760_0,axiom,
    iext(uri_rdfs_range,uri_rdfs_domain,uri_rdfs_Class),
    inference(unfold_definition,[status(thm)],[c_0_760,def_lhs_atom101]) ).

cnf(c_0_761_0,axiom,
    iext(uri_rdfs_domain,uri_rdfs_domain,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_761,def_lhs_atom99]) ).

cnf(c_0_762_0,axiom,
    iext(uri_rdfs_subClassOf,uri_rdfs_Datatype,uri_rdfs_Class),
    inference(unfold_definition,[status(thm)],[c_0_762,def_lhs_atom98]) ).

cnf(c_0_763_0,axiom,
    iext(uri_rdf_type,uri_rdf_XMLLiteral,uri_rdfs_Datatype),
    inference(unfold_definition,[status(thm)],[c_0_763,def_lhs_atom96]) ).

cnf(c_0_764_0,axiom,
    iext(uri_rdfs_subClassOf,uri_rdf_XMLLiteral,uri_rdfs_Literal),
    inference(unfold_definition,[status(thm)],[c_0_764,def_lhs_atom95]) ).

cnf(c_0_765_0,axiom,
    iext(uri_rdfs_subClassOf,uri_rdfs_Seq,uri_rdfs_Container),
    inference(unfold_definition,[status(thm)],[c_0_765,def_lhs_atom94]) ).

cnf(c_0_766_0,axiom,
    iext(uri_rdf_type,uri_rdf__3,uri_rdfs_ContainerMembershipProperty),
    inference(unfold_definition,[status(thm)],[c_0_766,def_lhs_atom93]) ).

cnf(c_0_767_0,axiom,
    iext(uri_rdf_type,uri_rdf__2,uri_rdfs_ContainerMembershipProperty),
    inference(unfold_definition,[status(thm)],[c_0_767,def_lhs_atom92]) ).

cnf(c_0_768_0,axiom,
    iext(uri_rdf_type,uri_rdf__1,uri_rdfs_ContainerMembershipProperty),
    inference(unfold_definition,[status(thm)],[c_0_768,def_lhs_atom91]) ).

cnf(c_0_769_0,axiom,
    iext(uri_rdfs_range,uri_rdf__3,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_769,def_lhs_atom90]) ).

cnf(c_0_770_0,axiom,
    iext(uri_rdfs_range,uri_rdf__2,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_770,def_lhs_atom89]) ).

cnf(c_0_771_0,axiom,
    iext(uri_rdfs_range,uri_rdf__1,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_771,def_lhs_atom88]) ).

cnf(c_0_772_0,axiom,
    iext(uri_rdfs_domain,uri_rdf__3,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_772,def_lhs_atom87]) ).

cnf(c_0_773_0,axiom,
    iext(uri_rdfs_domain,uri_rdf__2,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_773,def_lhs_atom86]) ).

cnf(c_0_774_0,axiom,
    iext(uri_rdfs_domain,uri_rdf__1,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_774,def_lhs_atom85]) ).

cnf(c_0_775_0,axiom,
    iext(uri_rdfs_range,uri_rdfs_member,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_775,def_lhs_atom84]) ).

cnf(c_0_776_0,axiom,
    iext(uri_rdfs_domain,uri_rdfs_member,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_776,def_lhs_atom83]) ).

cnf(c_0_777_0,axiom,
    iext(uri_rdfs_subClassOf,uri_rdfs_ContainerMembershipProperty,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_777,def_lhs_atom82]) ).

cnf(c_0_778_0,axiom,
    iext(uri_rdfs_subClassOf,uri_rdf_Bag,uri_rdfs_Container),
    inference(unfold_definition,[status(thm)],[c_0_778,def_lhs_atom80]) ).

cnf(c_0_779_0,axiom,
    iext(uri_rdfs_subClassOf,uri_rdf_Alt,uri_rdfs_Container),
    inference(unfold_definition,[status(thm)],[c_0_779,def_lhs_atom79]) ).

cnf(c_0_780_0,axiom,
    iext(uri_rdfs_range,uri_rdf_rest,uri_rdf_List),
    inference(unfold_definition,[status(thm)],[c_0_780,def_lhs_atom78]) ).

cnf(c_0_781_0,axiom,
    iext(uri_rdfs_domain,uri_rdf_rest,uri_rdf_List),
    inference(unfold_definition,[status(thm)],[c_0_781,def_lhs_atom77]) ).

cnf(c_0_782_0,axiom,
    iext(uri_rdfs_range,uri_rdf_first,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_782,def_lhs_atom76]) ).

cnf(c_0_783_0,axiom,
    iext(uri_rdfs_domain,uri_rdf_first,uri_rdf_List),
    inference(unfold_definition,[status(thm)],[c_0_783,def_lhs_atom75]) ).

cnf(c_0_784_0,axiom,
    iext(uri_rdfs_range,uri_rdfs_seeAlso,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_784,def_lhs_atom71]) ).

cnf(c_0_785_0,axiom,
    iext(uri_rdfs_domain,uri_rdfs_seeAlso,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_785,def_lhs_atom70]) ).

cnf(c_0_786_0,axiom,
    iext(uri_rdfs_range,uri_rdfs_label,uri_rdfs_Literal),
    inference(unfold_definition,[status(thm)],[c_0_786,def_lhs_atom69]) ).

cnf(c_0_787_0,axiom,
    iext(uri_rdfs_domain,uri_rdfs_label,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_787,def_lhs_atom68]) ).

cnf(c_0_788_0,axiom,
    iext(uri_rdfs_subPropertyOf,uri_rdfs_isDefinedBy,uri_rdfs_seeAlso),
    inference(unfold_definition,[status(thm)],[c_0_788,def_lhs_atom67]) ).

cnf(c_0_789_0,axiom,
    iext(uri_rdfs_range,uri_rdfs_isDefinedBy,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_789,def_lhs_atom66]) ).

cnf(c_0_790_0,axiom,
    iext(uri_rdfs_domain,uri_rdfs_isDefinedBy,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_790,def_lhs_atom65]) ).

cnf(c_0_791_0,axiom,
    iext(uri_rdfs_range,uri_rdfs_comment,uri_rdfs_Literal),
    inference(unfold_definition,[status(thm)],[c_0_791,def_lhs_atom64]) ).

cnf(c_0_792_0,axiom,
    iext(uri_rdfs_domain,uri_rdfs_comment,uri_rdfs_Resource),
    inference(unfold_definition,[status(thm)],[c_0_792,def_lhs_atom63]) ).

cnf(c_0_793_0,axiom,
    iext(uri_rdf_type,uri_rdf_type,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_793,def_lhs_atom62]) ).

cnf(c_0_794_0,axiom,
    iext(uri_rdf_type,uri_rdf_type,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_794,def_lhs_atom62]) ).

cnf(c_0_795_0,axiom,
    iext(uri_rdf_type,uri_rdf_subject,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_795,def_lhs_atom59]) ).

cnf(c_0_796_0,axiom,
    iext(uri_rdf_type,uri_rdf_value,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_796,def_lhs_atom58]) ).

cnf(c_0_797_0,axiom,
    iext(uri_rdf_type,uri_rdf_object,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_797,def_lhs_atom57]) ).

cnf(c_0_798_0,axiom,
    iext(uri_rdf_type,uri_rdf__3,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_798,def_lhs_atom56]) ).

cnf(c_0_799_0,axiom,
    iext(uri_rdf_type,uri_rdf__2,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_799,def_lhs_atom55]) ).

cnf(c_0_800_0,axiom,
    iext(uri_rdf_type,uri_rdf__1,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_800,def_lhs_atom54]) ).

cnf(c_0_801_0,axiom,
    iext(uri_rdf_type,uri_rdf_rest,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_801,def_lhs_atom53]) ).

cnf(c_0_802_0,axiom,
    iext(uri_rdf_type,uri_rdf_nil,uri_rdf_List),
    inference(unfold_definition,[status(thm)],[c_0_802,def_lhs_atom52]) ).

cnf(c_0_803_0,axiom,
    iext(uri_rdf_type,uri_rdf_first,uri_rdf_Property),
    inference(unfold_definition,[status(thm)],[c_0_803,def_lhs_atom51]) ).

cnf(c_0_804_0,axiom,
    ip(uri_owl_unionOf),
    inference(unfold_definition,[status(thm)],[c_0_804,def_lhs_atom42]) ).

cnf(c_0_805_0,axiom,
    ip(uri_owl_someValuesFrom),
    inference(unfold_definition,[status(thm)],[c_0_805,def_lhs_atom40]) ).

cnf(c_0_806_0,axiom,
    ip(uri_owl_onProperty),
    inference(unfold_definition,[status(thm)],[c_0_806,def_lhs_atom38]) ).

cnf(c_0_807_0,axiom,
    ip(uri_owl_intersectionOf),
    inference(unfold_definition,[status(thm)],[c_0_807,def_lhs_atom36]) ).

cnf(c_0_808_0,axiom,
    ip(uri_owl_hasValue),
    inference(unfold_definition,[status(thm)],[c_0_808,def_lhs_atom34]) ).

cnf(c_0_809_0,axiom,
    ip(uri_owl_complementOf),
    inference(unfold_definition,[status(thm)],[c_0_809,def_lhs_atom32]) ).

cnf(c_0_810_0,axiom,
    ip(uri_owl_allValuesFrom),
    inference(unfold_definition,[status(thm)],[c_0_810,def_lhs_atom30]) ).

cnf(c_0_811_0,axiom,
    ic(uri_owl_Thing),
    inference(unfold_definition,[status(thm)],[c_0_811,def_lhs_atom10]) ).

cnf(c_0_812_0,axiom,
    ic(uri_owl_Nothing),
    inference(unfold_definition,[status(thm)],[c_0_812,def_lhs_atom7]) ).

% Orienting (remaining) axiom formulas using strategy ClausalAll
% CNF of (remaining) axioms:
% Start CNF derivation
fof(c_0_0_001,axiom,
    ! [X2,X8,X9,X10,X11,X12,X13] :
      ( ( iext(uri_rdf_first,X8,X9)
        & iext(uri_rdf_rest,X8,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(uri_owl_intersectionOf,X2,X8)
      <=> ( ic(X2)
          & ic(X9)
          & ic(X11)
          & ic(X13)
          & ! [X5] :
              ( icext(X2,X5)
            <=> ( icext(X9,X5)
                & icext(X11,X5)
                & icext(X13,X5) ) ) ) ) ),
    file('<stdin>',owl_bool_intersectionof_class_003) ).

fof(c_0_1_002,axiom,
    ! [X2,X8,X9,X10,X11,X12,X13] :
      ( ( iext(uri_rdf_first,X8,X9)
        & iext(uri_rdf_rest,X8,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(uri_owl_unionOf,X2,X8)
      <=> ( ic(X2)
          & ic(X9)
          & ic(X11)
          & ic(X13)
          & ! [X5] :
              ( icext(X2,X5)
            <=> ( icext(X9,X5)
                | icext(X11,X5)
                | icext(X13,X5) ) ) ) ) ),
    file('<stdin>',owl_bool_unionof_class_003) ).

fof(c_0_2_003,axiom,
    ! [X2,X8,X9,X10,X11] :
      ( ( iext(uri_rdf_first,X8,X9)
        & iext(uri_rdf_rest,X8,X10)
        & iext(uri_rdf_first,X10,X11)
        & iext(uri_rdf_rest,X10,uri_rdf_nil) )
     => ( iext(uri_owl_intersectionOf,X2,X8)
      <=> ( ic(X2)
          & ic(X9)
          & ic(X11)
          & ! [X5] :
              ( icext(X2,X5)
            <=> ( icext(X9,X5)
                & icext(X11,X5) ) ) ) ) ),
    file('<stdin>',owl_bool_intersectionof_class_002) ).

fof(c_0_3_004,axiom,
    ! [X2,X8,X9,X10,X11] :
      ( ( iext(uri_rdf_first,X8,X9)
        & iext(uri_rdf_rest,X8,X10)
        & iext(uri_rdf_first,X10,X11)
        & iext(uri_rdf_rest,X10,uri_rdf_nil) )
     => ( iext(uri_owl_unionOf,X2,X8)
      <=> ( ic(X2)
          & ic(X9)
          & ic(X11)
          & ! [X5] :
              ( icext(X2,X5)
            <=> ( icext(X9,X5)
                | icext(X11,X5) ) ) ) ) ),
    file('<stdin>',owl_bool_unionof_class_002) ).

fof(c_0_4_005,axiom,
    ! [X2,X3,X4] :
      ( ( iext(uri_owl_allValuesFrom,X2,X4)
        & iext(uri_owl_onProperty,X2,X3) )
     => ! [X5] :
          ( icext(X2,X5)
        <=> ! [X6] :
              ( iext(X3,X5,X6)
             => icext(X4,X6) ) ) ),
    file('<stdin>',owl_restrict_allvaluesfrom) ).

fof(c_0_5_006,axiom,
    ! [X2,X3,X4] :
      ( ( iext(uri_owl_someValuesFrom,X2,X4)
        & iext(uri_owl_onProperty,X2,X3) )
     => ! [X5] :
          ( icext(X2,X5)
        <=> ? [X6] :
              ( iext(X3,X5,X6)
              & icext(X4,X6) ) ) ),
    file('<stdin>',owl_restrict_somevaluesfrom) ).

fof(c_0_6_007,axiom,
    ! [X2,X8,X9] :
      ( ( iext(uri_rdf_first,X8,X9)
        & iext(uri_rdf_rest,X8,uri_rdf_nil) )
     => ( iext(uri_owl_intersectionOf,X2,X8)
      <=> ( ic(X2)
          & ic(X9)
          & ! [X5] :
              ( icext(X2,X5)
            <=> icext(X9,X5) ) ) ) ),
    file('<stdin>',owl_bool_intersectionof_class_001) ).

fof(c_0_7_008,axiom,
    ! [X2,X8,X9] :
      ( ( iext(uri_rdf_first,X8,X9)
        & iext(uri_rdf_rest,X8,uri_rdf_nil) )
     => ( iext(uri_owl_unionOf,X2,X8)
      <=> ( ic(X2)
          & ic(X9)
          & ! [X5] :
              ( icext(X2,X5)
            <=> icext(X9,X5) ) ) ) ),
    file('<stdin>',owl_bool_unionof_class_001) ).

fof(c_0_8_009,axiom,
    ! [X2,X3,X7] :
      ( ( iext(uri_owl_hasValue,X2,X7)
        & iext(uri_owl_onProperty,X2,X3) )
     => ! [X5] :
          ( icext(X2,X5)
        <=> iext(X3,X5,X7) ) ),
    file('<stdin>',owl_restrict_hasvalue) ).

fof(c_0_9_010,axiom,
    ? [X1] :
      ( iext(uri_ex_p,uri_ex_s,X1)
      & iext(uri_ex_q,X1,uri_ex_s) ),
    file('<stdin>',testcase_premise_fullish_002_Existential_Blank_Nodes) ).

fof(c_0_10_011,axiom,
    ? [X5] : ir(X5),
    file('<stdin>',owl_parts_ir_cond_set) ).

fof(c_0_11_012,axiom,
    ! [X2,X8,X9,X10,X11,X12,X13] :
      ( ( iext(uri_rdf_first,X8,X9)
        & iext(uri_rdf_rest,X8,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(uri_owl_intersectionOf,X2,X8)
      <=> ( ic(X2)
          & ic(X9)
          & ic(X11)
          & ic(X13)
          & ! [X5] :
              ( icext(X2,X5)
            <=> ( icext(X9,X5)
                & icext(X11,X5)
                & icext(X13,X5) ) ) ) ) ),
    c_0_0 ).

fof(c_0_12_013,axiom,
    ! [X2,X8,X9,X10,X11,X12,X13] :
      ( ( iext(uri_rdf_first,X8,X9)
        & iext(uri_rdf_rest,X8,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(uri_owl_unionOf,X2,X8)
      <=> ( ic(X2)
          & ic(X9)
          & ic(X11)
          & ic(X13)
          & ! [X5] :
              ( icext(X2,X5)
            <=> ( icext(X9,X5)
                | icext(X11,X5)
                | icext(X13,X5) ) ) ) ) ),
    c_0_1 ).

fof(c_0_13_014,axiom,
    ! [X2,X8,X9,X10,X11] :
      ( ( iext(uri_rdf_first,X8,X9)
        & iext(uri_rdf_rest,X8,X10)
        & iext(uri_rdf_first,X10,X11)
        & iext(uri_rdf_rest,X10,uri_rdf_nil) )
     => ( iext(uri_owl_intersectionOf,X2,X8)
      <=> ( ic(X2)
          & ic(X9)
          & ic(X11)
          & ! [X5] :
              ( icext(X2,X5)
            <=> ( icext(X9,X5)
                & icext(X11,X5) ) ) ) ) ),
    c_0_2 ).

fof(c_0_14_015,axiom,
    ! [X2,X8,X9,X10,X11] :
      ( ( iext(uri_rdf_first,X8,X9)
        & iext(uri_rdf_rest,X8,X10)
        & iext(uri_rdf_first,X10,X11)
        & iext(uri_rdf_rest,X10,uri_rdf_nil) )
     => ( iext(uri_owl_unionOf,X2,X8)
      <=> ( ic(X2)
          & ic(X9)
          & ic(X11)
          & ! [X5] :
              ( icext(X2,X5)
            <=> ( icext(X9,X5)
                | icext(X11,X5) ) ) ) ) ),
    c_0_3 ).

fof(c_0_15_016,axiom,
    ! [X2,X3,X4] :
      ( ( iext(uri_owl_allValuesFrom,X2,X4)
        & iext(uri_owl_onProperty,X2,X3) )
     => ! [X5] :
          ( icext(X2,X5)
        <=> ! [X6] :
              ( iext(X3,X5,X6)
             => icext(X4,X6) ) ) ),
    c_0_4 ).

fof(c_0_16_017,axiom,
    ! [X2,X3,X4] :
      ( ( iext(uri_owl_someValuesFrom,X2,X4)
        & iext(uri_owl_onProperty,X2,X3) )
     => ! [X5] :
          ( icext(X2,X5)
        <=> ? [X6] :
              ( iext(X3,X5,X6)
              & icext(X4,X6) ) ) ),
    c_0_5 ).

fof(c_0_17_018,axiom,
    ! [X2,X8,X9] :
      ( ( iext(uri_rdf_first,X8,X9)
        & iext(uri_rdf_rest,X8,uri_rdf_nil) )
     => ( iext(uri_owl_intersectionOf,X2,X8)
      <=> ( ic(X2)
          & ic(X9)
          & ! [X5] :
              ( icext(X2,X5)
            <=> icext(X9,X5) ) ) ) ),
    c_0_6 ).

fof(c_0_18_019,axiom,
    ! [X2,X8,X9] :
      ( ( iext(uri_rdf_first,X8,X9)
        & iext(uri_rdf_rest,X8,uri_rdf_nil) )
     => ( iext(uri_owl_unionOf,X2,X8)
      <=> ( ic(X2)
          & ic(X9)
          & ! [X5] :
              ( icext(X2,X5)
            <=> icext(X9,X5) ) ) ) ),
    c_0_7 ).

fof(c_0_19_020,axiom,
    ! [X2,X3,X7] :
      ( ( iext(uri_owl_hasValue,X2,X7)
        & iext(uri_owl_onProperty,X2,X3) )
     => ! [X5] :
          ( icext(X2,X5)
        <=> iext(X3,X5,X7) ) ),
    c_0_8 ).

fof(c_0_20_021,axiom,
    ? [X1] :
      ( iext(uri_ex_p,uri_ex_s,X1)
      & iext(uri_ex_q,X1,uri_ex_s) ),
    c_0_9 ).

fof(c_0_21_022,axiom,
    ? [X5] : ir(X5),
    c_0_10 ).

fof(c_0_22_023,plain,
    ! [X14,X15,X16,X17,X18,X19,X20,X21,X22] :
      ( ( ic(X14)
        | ~ iext(uri_owl_intersectionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ic(X16)
        | ~ iext(uri_owl_intersectionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ic(X18)
        | ~ iext(uri_owl_intersectionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ic(X20)
        | ~ iext(uri_owl_intersectionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( icext(X16,X21)
        | ~ icext(X14,X21)
        | ~ iext(uri_owl_intersectionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( icext(X18,X21)
        | ~ icext(X14,X21)
        | ~ iext(uri_owl_intersectionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( icext(X20,X21)
        | ~ icext(X14,X21)
        | ~ iext(uri_owl_intersectionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ~ icext(X16,X22)
        | ~ icext(X18,X22)
        | ~ icext(X20,X22)
        | icext(X14,X22)
        | ~ iext(uri_owl_intersectionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ~ icext(X14,esk8_7(X14,X15,X16,X17,X18,X19,X20))
        | ~ icext(X16,esk8_7(X14,X15,X16,X17,X18,X19,X20))
        | ~ icext(X18,esk8_7(X14,X15,X16,X17,X18,X19,X20))
        | ~ icext(X20,esk8_7(X14,X15,X16,X17,X18,X19,X20))
        | ~ ic(X20)
        | ~ ic(X18)
        | ~ ic(X16)
        | ~ ic(X14)
        | iext(uri_owl_intersectionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( icext(X16,esk8_7(X14,X15,X16,X17,X18,X19,X20))
        | icext(X14,esk8_7(X14,X15,X16,X17,X18,X19,X20))
        | ~ ic(X20)
        | ~ ic(X18)
        | ~ ic(X16)
        | ~ ic(X14)
        | iext(uri_owl_intersectionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( icext(X18,esk8_7(X14,X15,X16,X17,X18,X19,X20))
        | icext(X14,esk8_7(X14,X15,X16,X17,X18,X19,X20))
        | ~ ic(X20)
        | ~ ic(X18)
        | ~ ic(X16)
        | ~ ic(X14)
        | iext(uri_owl_intersectionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( icext(X20,esk8_7(X14,X15,X16,X17,X18,X19,X20))
        | icext(X14,esk8_7(X14,X15,X16,X17,X18,X19,X20))
        | ~ ic(X20)
        | ~ ic(X18)
        | ~ ic(X16)
        | ~ ic(X14)
        | iext(uri_owl_intersectionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_11])])])])])]) ).

fof(c_0_23_024,plain,
    ! [X14,X15,X16,X17,X18,X19,X20,X21,X22] :
      ( ( ic(X14)
        | ~ iext(uri_owl_unionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ic(X16)
        | ~ iext(uri_owl_unionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ic(X18)
        | ~ iext(uri_owl_unionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ic(X20)
        | ~ iext(uri_owl_unionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ~ icext(X14,X21)
        | icext(X16,X21)
        | icext(X18,X21)
        | icext(X20,X21)
        | ~ iext(uri_owl_unionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ~ icext(X16,X22)
        | icext(X14,X22)
        | ~ iext(uri_owl_unionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ~ icext(X18,X22)
        | icext(X14,X22)
        | ~ iext(uri_owl_unionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ~ icext(X20,X22)
        | icext(X14,X22)
        | ~ iext(uri_owl_unionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ~ icext(X16,esk5_7(X14,X15,X16,X17,X18,X19,X20))
        | ~ icext(X14,esk5_7(X14,X15,X16,X17,X18,X19,X20))
        | ~ ic(X20)
        | ~ ic(X18)
        | ~ ic(X16)
        | ~ ic(X14)
        | iext(uri_owl_unionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ~ icext(X18,esk5_7(X14,X15,X16,X17,X18,X19,X20))
        | ~ icext(X14,esk5_7(X14,X15,X16,X17,X18,X19,X20))
        | ~ ic(X20)
        | ~ ic(X18)
        | ~ ic(X16)
        | ~ ic(X14)
        | iext(uri_owl_unionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ~ icext(X20,esk5_7(X14,X15,X16,X17,X18,X19,X20))
        | ~ icext(X14,esk5_7(X14,X15,X16,X17,X18,X19,X20))
        | ~ ic(X20)
        | ~ ic(X18)
        | ~ ic(X16)
        | ~ ic(X14)
        | iext(uri_owl_unionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( icext(X14,esk5_7(X14,X15,X16,X17,X18,X19,X20))
        | icext(X16,esk5_7(X14,X15,X16,X17,X18,X19,X20))
        | icext(X18,esk5_7(X14,X15,X16,X17,X18,X19,X20))
        | icext(X20,esk5_7(X14,X15,X16,X17,X18,X19,X20))
        | ~ ic(X20)
        | ~ ic(X18)
        | ~ ic(X16)
        | ~ ic(X14)
        | iext(uri_owl_unionOf,X14,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_12])])])])])]) ).

fof(c_0_24_025,plain,
    ! [X12,X13,X14,X15,X16,X17,X18] :
      ( ( ic(X12)
        | ~ iext(uri_owl_intersectionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( ic(X14)
        | ~ iext(uri_owl_intersectionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( ic(X16)
        | ~ iext(uri_owl_intersectionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( icext(X14,X17)
        | ~ icext(X12,X17)
        | ~ iext(uri_owl_intersectionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( icext(X16,X17)
        | ~ icext(X12,X17)
        | ~ iext(uri_owl_intersectionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( ~ icext(X14,X18)
        | ~ icext(X16,X18)
        | icext(X12,X18)
        | ~ iext(uri_owl_intersectionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( ~ icext(X12,esk9_5(X12,X13,X14,X15,X16))
        | ~ icext(X14,esk9_5(X12,X13,X14,X15,X16))
        | ~ icext(X16,esk9_5(X12,X13,X14,X15,X16))
        | ~ ic(X16)
        | ~ ic(X14)
        | ~ ic(X12)
        | iext(uri_owl_intersectionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( icext(X14,esk9_5(X12,X13,X14,X15,X16))
        | icext(X12,esk9_5(X12,X13,X14,X15,X16))
        | ~ ic(X16)
        | ~ ic(X14)
        | ~ ic(X12)
        | iext(uri_owl_intersectionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( icext(X16,esk9_5(X12,X13,X14,X15,X16))
        | icext(X12,esk9_5(X12,X13,X14,X15,X16))
        | ~ ic(X16)
        | ~ ic(X14)
        | ~ ic(X12)
        | iext(uri_owl_intersectionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_13])])])])])]) ).

fof(c_0_25_026,plain,
    ! [X12,X13,X14,X15,X16,X17,X18] :
      ( ( ic(X12)
        | ~ iext(uri_owl_unionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( ic(X14)
        | ~ iext(uri_owl_unionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( ic(X16)
        | ~ iext(uri_owl_unionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( ~ icext(X12,X17)
        | icext(X14,X17)
        | icext(X16,X17)
        | ~ iext(uri_owl_unionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( ~ icext(X14,X18)
        | icext(X12,X18)
        | ~ iext(uri_owl_unionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( ~ icext(X16,X18)
        | icext(X12,X18)
        | ~ iext(uri_owl_unionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( ~ icext(X14,esk6_5(X12,X13,X14,X15,X16))
        | ~ icext(X12,esk6_5(X12,X13,X14,X15,X16))
        | ~ ic(X16)
        | ~ ic(X14)
        | ~ ic(X12)
        | iext(uri_owl_unionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( ~ icext(X16,esk6_5(X12,X13,X14,X15,X16))
        | ~ icext(X12,esk6_5(X12,X13,X14,X15,X16))
        | ~ ic(X16)
        | ~ ic(X14)
        | ~ ic(X12)
        | iext(uri_owl_unionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) )
      & ( icext(X12,esk6_5(X12,X13,X14,X15,X16))
        | icext(X14,esk6_5(X12,X13,X14,X15,X16))
        | icext(X16,esk6_5(X12,X13,X14,X15,X16))
        | ~ ic(X16)
        | ~ ic(X14)
        | ~ ic(X12)
        | iext(uri_owl_unionOf,X12,X13)
        | ~ iext(uri_rdf_first,X13,X14)
        | ~ iext(uri_rdf_rest,X13,X15)
        | ~ iext(uri_rdf_first,X15,X16)
        | ~ iext(uri_rdf_rest,X15,uri_rdf_nil) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_14])])])])])]) ).

fof(c_0_26_027,plain,
    ! [X7,X8,X9,X10,X11,X12] :
      ( ( ~ icext(X7,X10)
        | ~ iext(X8,X10,X11)
        | icext(X9,X11)
        | ~ iext(uri_owl_allValuesFrom,X7,X9)
        | ~ iext(uri_owl_onProperty,X7,X8) )
      & ( iext(X8,X12,esk3_4(X7,X8,X9,X12))
        | icext(X7,X12)
        | ~ iext(uri_owl_allValuesFrom,X7,X9)
        | ~ iext(uri_owl_onProperty,X7,X8) )
      & ( ~ icext(X9,esk3_4(X7,X8,X9,X12))
        | icext(X7,X12)
        | ~ iext(uri_owl_allValuesFrom,X7,X9)
        | ~ iext(uri_owl_onProperty,X7,X8) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_15])])])])])]) ).

fof(c_0_27_028,plain,
    ! [X7,X8,X9,X10,X12,X13] :
      ( ( iext(X8,X10,esk2_4(X7,X8,X9,X10))
        | ~ icext(X7,X10)
        | ~ iext(uri_owl_someValuesFrom,X7,X9)
        | ~ iext(uri_owl_onProperty,X7,X8) )
      & ( icext(X9,esk2_4(X7,X8,X9,X10))
        | ~ icext(X7,X10)
        | ~ iext(uri_owl_someValuesFrom,X7,X9)
        | ~ iext(uri_owl_onProperty,X7,X8) )
      & ( ~ iext(X8,X12,X13)
        | ~ icext(X9,X13)
        | icext(X7,X12)
        | ~ iext(uri_owl_someValuesFrom,X7,X9)
        | ~ iext(uri_owl_onProperty,X7,X8) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_16])])])])])]) ).

fof(c_0_28_029,plain,
    ! [X10,X11,X12,X13,X14] :
      ( ( ic(X10)
        | ~ iext(uri_owl_intersectionOf,X10,X11)
        | ~ iext(uri_rdf_first,X11,X12)
        | ~ iext(uri_rdf_rest,X11,uri_rdf_nil) )
      & ( ic(X12)
        | ~ iext(uri_owl_intersectionOf,X10,X11)
        | ~ iext(uri_rdf_first,X11,X12)
        | ~ iext(uri_rdf_rest,X11,uri_rdf_nil) )
      & ( ~ icext(X10,X13)
        | icext(X12,X13)
        | ~ iext(uri_owl_intersectionOf,X10,X11)
        | ~ iext(uri_rdf_first,X11,X12)
        | ~ iext(uri_rdf_rest,X11,uri_rdf_nil) )
      & ( ~ icext(X12,X14)
        | icext(X10,X14)
        | ~ iext(uri_owl_intersectionOf,X10,X11)
        | ~ iext(uri_rdf_first,X11,X12)
        | ~ iext(uri_rdf_rest,X11,uri_rdf_nil) )
      & ( ~ icext(X10,esk10_3(X10,X11,X12))
        | ~ icext(X12,esk10_3(X10,X11,X12))
        | ~ ic(X12)
        | ~ ic(X10)
        | iext(uri_owl_intersectionOf,X10,X11)
        | ~ iext(uri_rdf_first,X11,X12)
        | ~ iext(uri_rdf_rest,X11,uri_rdf_nil) )
      & ( icext(X10,esk10_3(X10,X11,X12))
        | icext(X12,esk10_3(X10,X11,X12))
        | ~ ic(X12)
        | ~ ic(X10)
        | iext(uri_owl_intersectionOf,X10,X11)
        | ~ iext(uri_rdf_first,X11,X12)
        | ~ iext(uri_rdf_rest,X11,uri_rdf_nil) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_17])])])])])]) ).

fof(c_0_29_030,plain,
    ! [X10,X11,X12,X13,X14] :
      ( ( ic(X10)
        | ~ iext(uri_owl_unionOf,X10,X11)
        | ~ iext(uri_rdf_first,X11,X12)
        | ~ iext(uri_rdf_rest,X11,uri_rdf_nil) )
      & ( ic(X12)
        | ~ iext(uri_owl_unionOf,X10,X11)
        | ~ iext(uri_rdf_first,X11,X12)
        | ~ iext(uri_rdf_rest,X11,uri_rdf_nil) )
      & ( ~ icext(X10,X13)
        | icext(X12,X13)
        | ~ iext(uri_owl_unionOf,X10,X11)
        | ~ iext(uri_rdf_first,X11,X12)
        | ~ iext(uri_rdf_rest,X11,uri_rdf_nil) )
      & ( ~ icext(X12,X14)
        | icext(X10,X14)
        | ~ iext(uri_owl_unionOf,X10,X11)
        | ~ iext(uri_rdf_first,X11,X12)
        | ~ iext(uri_rdf_rest,X11,uri_rdf_nil) )
      & ( ~ icext(X10,esk7_3(X10,X11,X12))
        | ~ icext(X12,esk7_3(X10,X11,X12))
        | ~ ic(X12)
        | ~ ic(X10)
        | iext(uri_owl_unionOf,X10,X11)
        | ~ iext(uri_rdf_first,X11,X12)
        | ~ iext(uri_rdf_rest,X11,uri_rdf_nil) )
      & ( icext(X10,esk7_3(X10,X11,X12))
        | icext(X12,esk7_3(X10,X11,X12))
        | ~ ic(X12)
        | ~ ic(X10)
        | iext(uri_owl_unionOf,X10,X11)
        | ~ iext(uri_rdf_first,X11,X12)
        | ~ iext(uri_rdf_rest,X11,uri_rdf_nil) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_18])])])])])]) ).

fof(c_0_30_031,plain,
    ! [X8,X9,X10,X11,X12] :
      ( ( ~ icext(X8,X11)
        | iext(X9,X11,X10)
        | ~ iext(uri_owl_hasValue,X8,X10)
        | ~ iext(uri_owl_onProperty,X8,X9) )
      & ( ~ iext(X9,X12,X10)
        | icext(X8,X12)
        | ~ iext(uri_owl_hasValue,X8,X10)
        | ~ iext(uri_owl_onProperty,X8,X9) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_19])])])])]) ).

fof(c_0_31_032,plain,
    ( iext(uri_ex_p,uri_ex_s,esk1_0)
    & iext(uri_ex_q,esk1_0,uri_ex_s) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[c_0_20])]) ).

fof(c_0_32_033,plain,
    ir(esk4_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[c_0_21])]) ).

cnf(c_0_33_034,plain,
    ( iext(uri_owl_intersectionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_34_035,plain,
    ( iext(uri_owl_unionOf,X7,X5)
    | icext(X2,esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_35_036,plain,
    ( iext(uri_owl_unionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_36_037,plain,
    ( iext(uri_owl_unionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_37_038,plain,
    ( iext(uri_owl_unionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_38_039,plain,
    ( iext(uri_owl_intersectionOf,X7,X5)
    | icext(X7,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_39_040,plain,
    ( iext(uri_owl_intersectionOf,X7,X5)
    | icext(X7,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_40_041,plain,
    ( iext(uri_owl_intersectionOf,X7,X5)
    | icext(X7,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_41_042,plain,
    ( iext(uri_owl_intersectionOf,X5,X3)
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X5,esk9_5(X5,X3,X4,X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_42_043,plain,
    ( iext(uri_owl_unionOf,X5,X3)
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,esk6_5(X5,X3,X4,X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_43_044,plain,
    ( iext(uri_owl_unionOf,X5,X3)
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X2,esk6_5(X5,X3,X4,X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_44_045,plain,
    ( iext(uri_owl_unionOf,X5,X3)
    | icext(X2,esk6_5(X5,X3,X4,X1,X2))
    | icext(X4,esk6_5(X5,X3,X4,X1,X2))
    | icext(X5,esk6_5(X5,X3,X4,X1,X2))
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_45_046,plain,
    ( iext(uri_owl_intersectionOf,X5,X3)
    | icext(X5,esk9_5(X5,X3,X4,X1,X2))
    | icext(X4,esk9_5(X5,X3,X4,X1,X2))
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_46_047,plain,
    ( iext(uri_owl_intersectionOf,X5,X3)
    | icext(X5,esk9_5(X5,X3,X4,X1,X2))
    | icext(X2,esk9_5(X5,X3,X4,X1,X2))
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_47_048,plain,
    ( icext(X1,X4)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_allValuesFrom,X1,X3)
    | ~ icext(X3,esk3_4(X1,X2,X3,X4)) ),
    inference(split_conjunct,[status(thm)],[c_0_26]) ).

cnf(c_0_48_049,plain,
    ( iext(X2,X4,esk2_4(X1,X2,X3,X4))
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ icext(X1,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

cnf(c_0_49_050,plain,
    ( icext(X1,X4)
    | iext(X2,X4,esk3_4(X1,X2,X3,X4))
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_allValuesFrom,X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_26]) ).

cnf(c_0_50_051,plain,
    ( icext(X3,esk2_4(X1,X2,X3,X4))
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ icext(X1,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

cnf(c_0_51_052,plain,
    ( icext(X7,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X2,X8)
    | ~ icext(X4,X8)
    | ~ icext(X6,X8) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_52_053,plain,
    ( icext(X2,X8)
    | icext(X4,X8)
    | icext(X6,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_53_054,plain,
    ( icext(X6,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_54_055,plain,
    ( icext(X4,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_55_056,plain,
    ( icext(X2,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_56_057,plain,
    ( icext(X7,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X6,X8) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_57_058,plain,
    ( icext(X7,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X4,X8) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_58_059,plain,
    ( icext(X7,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X2,X8) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_59_060,plain,
    ( iext(uri_owl_intersectionOf,X3,X1)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2)
    | ~ icext(X2,esk10_3(X3,X1,X2))
    | ~ icext(X3,esk10_3(X3,X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

cnf(c_0_60_061,plain,
    ( iext(uri_owl_unionOf,X3,X1)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2)
    | ~ icext(X2,esk7_3(X3,X1,X2))
    | ~ icext(X3,esk7_3(X3,X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

cnf(c_0_61_062,plain,
    ( ic(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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_62_063,plain,
    ( ic(X6)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_63_064,plain,
    ( ic(X4)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_64_065,plain,
    ( ic(X2)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_65_066,plain,
    ( ic(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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_66_067,plain,
    ( ic(X6)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_67_068,plain,
    ( ic(X4)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_68_069,plain,
    ( ic(X2)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_69_070,plain,
    ( icext(X5,X6)
    | ~ 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_intersectionOf,X5,X3)
    | ~ icext(X2,X6)
    | ~ icext(X4,X6) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_70_071,plain,
    ( iext(uri_owl_intersectionOf,X3,X1)
    | icext(X2,esk10_3(X3,X1,X2))
    | icext(X3,esk10_3(X3,X1,X2))
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

cnf(c_0_71_072,plain,
    ( iext(uri_owl_unionOf,X3,X1)
    | icext(X2,esk7_3(X3,X1,X2))
    | icext(X3,esk7_3(X3,X1,X2))
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

cnf(c_0_72_073,plain,
    ( icext(X2,X6)
    | icext(X4,X6)
    | ~ 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_unionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_73_074,plain,
    ( icext(X4,X6)
    | ~ 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_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_74_075,plain,
    ( icext(X2,X6)
    | ~ 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_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_75_076,plain,
    ( icext(X5,X6)
    | ~ 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_unionOf,X5,X3)
    | ~ icext(X4,X6) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_76_077,plain,
    ( icext(X5,X6)
    | ~ 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_unionOf,X5,X3)
    | ~ icext(X2,X6) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_77_078,plain,
    ( ic(X5)
    | ~ 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_intersectionOf,X5,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_78_079,plain,
    ( ic(X4)
    | ~ 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_intersectionOf,X5,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_79_080,plain,
    ( ic(X2)
    | ~ 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_intersectionOf,X5,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_80_081,plain,
    ( ic(X5)
    | ~ 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_unionOf,X5,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_81_082,plain,
    ( ic(X4)
    | ~ 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_unionOf,X5,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_82_083,plain,
    ( ic(X2)
    | ~ 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_unionOf,X5,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_83_084,plain,
    ( icext(X3,X4)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_allValuesFrom,X1,X3)
    | ~ iext(X2,X5,X4)
    | ~ icext(X1,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_26]) ).

cnf(c_0_84_085,plain,
    ( icext(X1,X4)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ icext(X3,X5)
    | ~ iext(X2,X4,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

cnf(c_0_85_086,plain,
    ( icext(X2,X4)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ icext(X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

cnf(c_0_86_087,plain,
    ( icext(X3,X4)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ icext(X2,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

cnf(c_0_87_088,plain,
    ( icext(X2,X4)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1)
    | ~ icext(X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

cnf(c_0_88_089,plain,
    ( icext(X3,X4)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1)
    | ~ icext(X2,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

cnf(c_0_89_090,plain,
    ( icext(X1,X4)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_hasValue,X1,X3)
    | ~ iext(X2,X4,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_90_091,plain,
    ( ic(X3)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

cnf(c_0_91_092,plain,
    ( ic(X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

cnf(c_0_92_093,plain,
    ( ic(X3)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

cnf(c_0_93_094,plain,
    ( ic(X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

cnf(c_0_94_095,plain,
    ( iext(X2,X4,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_hasValue,X1,X3)
    | ~ icext(X1,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_95_096,plain,
    iext(uri_ex_p,uri_ex_s,esk1_0),
    inference(split_conjunct,[status(thm)],[c_0_31]) ).

cnf(c_0_96_097,plain,
    iext(uri_ex_q,esk1_0,uri_ex_s),
    inference(split_conjunct,[status(thm)],[c_0_31]) ).

cnf(c_0_97_098,plain,
    ir(esk4_0),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

cnf(c_0_98_099,plain,
    ( iext(uri_owl_intersectionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    c_0_33,
    [final] ).

cnf(c_0_99_100,plain,
    ( iext(uri_owl_unionOf,X7,X5)
    | icext(X2,esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    c_0_34,
    [final] ).

cnf(c_0_100_101,plain,
    ( iext(uri_owl_unionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    c_0_35,
    [final] ).

cnf(c_0_101_102,plain,
    ( iext(uri_owl_unionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    c_0_36,
    [final] ).

cnf(c_0_102_103,plain,
    ( iext(uri_owl_unionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    c_0_37,
    [final] ).

cnf(c_0_103_104,plain,
    ( iext(uri_owl_intersectionOf,X7,X5)
    | icext(X7,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    c_0_38,
    [final] ).

cnf(c_0_104_105,plain,
    ( iext(uri_owl_intersectionOf,X7,X5)
    | icext(X7,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    c_0_39,
    [final] ).

cnf(c_0_105_106,plain,
    ( iext(uri_owl_intersectionOf,X7,X5)
    | icext(X7,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    c_0_40,
    [final] ).

cnf(c_0_106_107,plain,
    ( iext(uri_owl_intersectionOf,X5,X3)
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X5,esk9_5(X5,X3,X4,X1,X2)) ),
    c_0_41,
    [final] ).

cnf(c_0_107_108,plain,
    ( iext(uri_owl_unionOf,X5,X3)
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,esk6_5(X5,X3,X4,X1,X2)) ),
    c_0_42,
    [final] ).

cnf(c_0_108_109,plain,
    ( iext(uri_owl_unionOf,X5,X3)
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X2,esk6_5(X5,X3,X4,X1,X2)) ),
    c_0_43,
    [final] ).

cnf(c_0_109_110,plain,
    ( iext(uri_owl_unionOf,X5,X3)
    | icext(X2,esk6_5(X5,X3,X4,X1,X2))
    | icext(X4,esk6_5(X5,X3,X4,X1,X2))
    | icext(X5,esk6_5(X5,X3,X4,X1,X2))
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    c_0_44,
    [final] ).

cnf(c_0_110_111,plain,
    ( iext(uri_owl_intersectionOf,X5,X3)
    | icext(X5,esk9_5(X5,X3,X4,X1,X2))
    | icext(X4,esk9_5(X5,X3,X4,X1,X2))
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    c_0_45,
    [final] ).

cnf(c_0_111_112,plain,
    ( iext(uri_owl_intersectionOf,X5,X3)
    | icext(X5,esk9_5(X5,X3,X4,X1,X2))
    | icext(X2,esk9_5(X5,X3,X4,X1,X2))
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    c_0_46,
    [final] ).

cnf(c_0_112_113,plain,
    ( icext(X1,X4)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_allValuesFrom,X1,X3)
    | ~ icext(X3,esk3_4(X1,X2,X3,X4)) ),
    c_0_47,
    [final] ).

cnf(c_0_113_114,plain,
    ( iext(X2,X4,esk2_4(X1,X2,X3,X4))
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ icext(X1,X4) ),
    c_0_48,
    [final] ).

cnf(c_0_114_115,plain,
    ( icext(X1,X4)
    | iext(X2,X4,esk3_4(X1,X2,X3,X4))
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_allValuesFrom,X1,X3) ),
    c_0_49,
    [final] ).

cnf(c_0_115_116,plain,
    ( icext(X3,esk2_4(X1,X2,X3,X4))
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ icext(X1,X4) ),
    c_0_50,
    [final] ).

cnf(c_0_116_117,plain,
    ( icext(X7,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X2,X8)
    | ~ icext(X4,X8)
    | ~ icext(X6,X8) ),
    c_0_51,
    [final] ).

cnf(c_0_117_118,plain,
    ( icext(X2,X8)
    | icext(X4,X8)
    | icext(X6,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,X8) ),
    c_0_52,
    [final] ).

cnf(c_0_118_119,plain,
    ( icext(X6,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    c_0_53,
    [final] ).

cnf(c_0_119_120,plain,
    ( icext(X4,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    c_0_54,
    [final] ).

cnf(c_0_120_121,plain,
    ( icext(X2,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    c_0_55,
    [final] ).

cnf(c_0_121_122,plain,
    ( icext(X7,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X6,X8) ),
    c_0_56,
    [final] ).

cnf(c_0_122_123,plain,
    ( icext(X7,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X4,X8) ),
    c_0_57,
    [final] ).

cnf(c_0_123_124,plain,
    ( icext(X7,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X2,X8) ),
    c_0_58,
    [final] ).

cnf(c_0_124_125,plain,
    ( iext(uri_owl_intersectionOf,X3,X1)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2)
    | ~ icext(X2,esk10_3(X3,X1,X2))
    | ~ icext(X3,esk10_3(X3,X1,X2)) ),
    c_0_59,
    [final] ).

cnf(c_0_125_126,plain,
    ( iext(uri_owl_unionOf,X3,X1)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2)
    | ~ icext(X2,esk7_3(X3,X1,X2))
    | ~ icext(X3,esk7_3(X3,X1,X2)) ),
    c_0_60,
    [final] ).

cnf(c_0_126_127,plain,
    ( ic(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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    c_0_61,
    [final] ).

cnf(c_0_127_128,plain,
    ( ic(X6)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    c_0_62,
    [final] ).

cnf(c_0_128_129,plain,
    ( ic(X4)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    c_0_63,
    [final] ).

cnf(c_0_129_130,plain,
    ( ic(X2)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    c_0_64,
    [final] ).

cnf(c_0_130_131,plain,
    ( ic(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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    c_0_65,
    [final] ).

cnf(c_0_131_132,plain,
    ( ic(X6)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    c_0_66,
    [final] ).

cnf(c_0_132_133,plain,
    ( ic(X4)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    c_0_67,
    [final] ).

cnf(c_0_133_134,plain,
    ( ic(X2)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    c_0_68,
    [final] ).

cnf(c_0_134_135,plain,
    ( icext(X5,X6)
    | ~ 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_intersectionOf,X5,X3)
    | ~ icext(X2,X6)
    | ~ icext(X4,X6) ),
    c_0_69,
    [final] ).

cnf(c_0_135_136,plain,
    ( iext(uri_owl_intersectionOf,X3,X1)
    | icext(X2,esk10_3(X3,X1,X2))
    | icext(X3,esk10_3(X3,X1,X2))
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2) ),
    c_0_70,
    [final] ).

cnf(c_0_136_137,plain,
    ( iext(uri_owl_unionOf,X3,X1)
    | icext(X2,esk7_3(X3,X1,X2))
    | icext(X3,esk7_3(X3,X1,X2))
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2) ),
    c_0_71,
    [final] ).

cnf(c_0_137_138,plain,
    ( icext(X2,X6)
    | icext(X4,X6)
    | ~ 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_unionOf,X5,X3)
    | ~ icext(X5,X6) ),
    c_0_72,
    [final] ).

cnf(c_0_138_139,plain,
    ( icext(X4,X6)
    | ~ 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_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    c_0_73,
    [final] ).

cnf(c_0_139_140,plain,
    ( icext(X2,X6)
    | ~ 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_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    c_0_74,
    [final] ).

cnf(c_0_140_141,plain,
    ( icext(X5,X6)
    | ~ 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_unionOf,X5,X3)
    | ~ icext(X4,X6) ),
    c_0_75,
    [final] ).

cnf(c_0_141_142,plain,
    ( icext(X5,X6)
    | ~ 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_unionOf,X5,X3)
    | ~ icext(X2,X6) ),
    c_0_76,
    [final] ).

cnf(c_0_142_143,plain,
    ( ic(X5)
    | ~ 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_intersectionOf,X5,X3) ),
    c_0_77,
    [final] ).

cnf(c_0_143_144,plain,
    ( ic(X4)
    | ~ 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_intersectionOf,X5,X3) ),
    c_0_78,
    [final] ).

cnf(c_0_144_145,plain,
    ( ic(X2)
    | ~ 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_intersectionOf,X5,X3) ),
    c_0_79,
    [final] ).

cnf(c_0_145_146,plain,
    ( ic(X5)
    | ~ 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_unionOf,X5,X3) ),
    c_0_80,
    [final] ).

cnf(c_0_146_147,plain,
    ( ic(X4)
    | ~ 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_unionOf,X5,X3) ),
    c_0_81,
    [final] ).

cnf(c_0_147_148,plain,
    ( ic(X2)
    | ~ 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_unionOf,X5,X3) ),
    c_0_82,
    [final] ).

cnf(c_0_148_149,plain,
    ( icext(X3,X4)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_allValuesFrom,X1,X3)
    | ~ iext(X2,X5,X4)
    | ~ icext(X1,X5) ),
    c_0_83,
    [final] ).

cnf(c_0_149_150,plain,
    ( icext(X1,X4)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ icext(X3,X5)
    | ~ iext(X2,X4,X5) ),
    c_0_84,
    [final] ).

cnf(c_0_150_151,plain,
    ( icext(X2,X4)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ icext(X3,X4) ),
    c_0_85,
    [final] ).

cnf(c_0_151_152,plain,
    ( icext(X3,X4)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ icext(X2,X4) ),
    c_0_86,
    [final] ).

cnf(c_0_152_153,plain,
    ( icext(X2,X4)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1)
    | ~ icext(X3,X4) ),
    c_0_87,
    [final] ).

cnf(c_0_153_154,plain,
    ( icext(X3,X4)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1)
    | ~ icext(X2,X4) ),
    c_0_88,
    [final] ).

cnf(c_0_154_155,plain,
    ( icext(X1,X4)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_hasValue,X1,X3)
    | ~ iext(X2,X4,X3) ),
    c_0_89,
    [final] ).

cnf(c_0_155_156,plain,
    ( ic(X3)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1) ),
    c_0_90,
    [final] ).

cnf(c_0_156_157,plain,
    ( ic(X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1) ),
    c_0_91,
    [final] ).

cnf(c_0_157_158,plain,
    ( ic(X3)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1) ),
    c_0_92,
    [final] ).

cnf(c_0_158_159,plain,
    ( ic(X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1) ),
    c_0_93,
    [final] ).

cnf(c_0_159_160,plain,
    ( iext(X2,X4,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_hasValue,X1,X3)
    | ~ icext(X1,X4) ),
    c_0_94,
    [final] ).

cnf(c_0_160_161,plain,
    iext(uri_ex_p,uri_ex_s,esk1_0),
    c_0_95,
    [final] ).

cnf(c_0_161_162,plain,
    iext(uri_ex_q,esk1_0,uri_ex_s),
    c_0_96,
    [final] ).

cnf(c_0_162_163,plain,
    ir(esk4_0),
    c_0_97,
    [final] ).

% End CNF derivation
% Generating one_way clauses for all literals in the CNF.
cnf(c_0_98_0,axiom,
    ( iext(uri_owl_intersectionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_98_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_98_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_98_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_98_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_98_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_98_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_98_7,axiom,
    ( ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_98_8,axiom,
    ( ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_98_9,axiom,
    ( ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_98_10,axiom,
    ( ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_98_11,axiom,
    ( ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_98_12,axiom,
    ( ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_98_13,axiom,
    ( ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_98_14,axiom,
    ( ~ icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_98]) ).

cnf(c_0_99_0,axiom,
    ( iext(uri_owl_unionOf,X7,X5)
    | icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_99_1,axiom,
    ( icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X7,X5)
    | icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_99_2,axiom,
    ( icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X7,X5)
    | icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_99_3,axiom,
    ( icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X7,X5)
    | icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_99_4,axiom,
    ( icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_99_5,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_99_6,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_99_7,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_99_8,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_99_9,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_99_10,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_99_11,axiom,
    ( ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_99_12,axiom,
    ( ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_99_13,axiom,
    ( ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_99_14,axiom,
    ( ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_99]) ).

cnf(c_0_100_0,axiom,
    ( iext(uri_owl_unionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_100]) ).

cnf(c_0_100_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_100]) ).

cnf(c_0_100_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_100]) ).

cnf(c_0_100_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_100]) ).

cnf(c_0_100_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_100]) ).

cnf(c_0_100_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_100]) ).

cnf(c_0_100_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_100]) ).

cnf(c_0_100_7,axiom,
    ( ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_100]) ).

cnf(c_0_100_8,axiom,
    ( ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_100]) ).

cnf(c_0_100_9,axiom,
    ( ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_100]) ).

cnf(c_0_100_10,axiom,
    ( ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_100]) ).

cnf(c_0_100_11,axiom,
    ( ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_100]) ).

cnf(c_0_100_12,axiom,
    ( ~ icext(X6,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_100]) ).

cnf(c_0_101_0,axiom,
    ( iext(uri_owl_unionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_101]) ).

cnf(c_0_101_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_101]) ).

cnf(c_0_101_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_101]) ).

cnf(c_0_101_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_101]) ).

cnf(c_0_101_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_101]) ).

cnf(c_0_101_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_101]) ).

cnf(c_0_101_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_101]) ).

cnf(c_0_101_7,axiom,
    ( ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_101]) ).

cnf(c_0_101_8,axiom,
    ( ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_101]) ).

cnf(c_0_101_9,axiom,
    ( ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_101]) ).

cnf(c_0_101_10,axiom,
    ( ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_101]) ).

cnf(c_0_101_11,axiom,
    ( ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_101]) ).

cnf(c_0_101_12,axiom,
    ( ~ icext(X4,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_101]) ).

cnf(c_0_102_0,axiom,
    ( iext(uri_owl_unionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_102]) ).

cnf(c_0_102_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_102]) ).

cnf(c_0_102_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_102]) ).

cnf(c_0_102_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_102]) ).

cnf(c_0_102_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_102]) ).

cnf(c_0_102_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_102]) ).

cnf(c_0_102_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_102]) ).

cnf(c_0_102_7,axiom,
    ( ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_102]) ).

cnf(c_0_102_8,axiom,
    ( ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_102]) ).

cnf(c_0_102_9,axiom,
    ( ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ ic(X2)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_102]) ).

cnf(c_0_102_10,axiom,
    ( ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_102]) ).

cnf(c_0_102_11,axiom,
    ( ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_102]) ).

cnf(c_0_102_12,axiom,
    ( ~ icext(X2,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ icext(X7,sk2_esk5_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_102]) ).

cnf(c_0_103_0,axiom,
    ( iext(uri_owl_intersectionOf,X7,X5)
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_103]) ).

cnf(c_0_103_1,axiom,
    ( icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_103]) ).

cnf(c_0_103_2,axiom,
    ( icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_103]) ).

cnf(c_0_103_3,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_103]) ).

cnf(c_0_103_4,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_103]) ).

cnf(c_0_103_5,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_103]) ).

cnf(c_0_103_6,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_103]) ).

cnf(c_0_103_7,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_103]) ).

cnf(c_0_103_8,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_103]) ).

cnf(c_0_103_9,axiom,
    ( ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_103]) ).

cnf(c_0_103_10,axiom,
    ( ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_103]) ).

cnf(c_0_103_11,axiom,
    ( ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_103]) ).

cnf(c_0_103_12,axiom,
    ( ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_103]) ).

cnf(c_0_104_0,axiom,
    ( iext(uri_owl_intersectionOf,X7,X5)
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_1,axiom,
    ( icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_2,axiom,
    ( icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_3,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_4,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_5,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_6,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_7,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_8,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_9,axiom,
    ( ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_10,axiom,
    ( ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_11,axiom,
    ( ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_104_12,axiom,
    ( ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_104]) ).

cnf(c_0_105_0,axiom,
    ( iext(uri_owl_intersectionOf,X7,X5)
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_1,axiom,
    ( icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_2,axiom,
    ( icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_3,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_4,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_5,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_6,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_7,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_8,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X7)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_9,axiom,
    ( ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X6)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_10,axiom,
    ( ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_11,axiom,
    ( ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_105_12,axiom,
    ( ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X6)
    | ~ ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | icext(X7,sk2_esk8_7(X7,X5,X6,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_105]) ).

cnf(c_0_106_0,axiom,
    ( iext(uri_owl_intersectionOf,X5,X3)
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_106_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_106_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_106_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_106_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_106_5,axiom,
    ( ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_106_6,axiom,
    ( ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_106_7,axiom,
    ( ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_106_8,axiom,
    ( ~ icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_106_9,axiom,
    ( ~ icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_106_10,axiom,
    ( ~ icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_106]) ).

cnf(c_0_107_0,axiom,
    ( iext(uri_owl_unionOf,X5,X3)
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_107]) ).

cnf(c_0_107_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_107]) ).

cnf(c_0_107_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_107]) ).

cnf(c_0_107_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_107]) ).

cnf(c_0_107_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_107]) ).

cnf(c_0_107_5,axiom,
    ( ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_107]) ).

cnf(c_0_107_6,axiom,
    ( ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ ic(X2)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_107]) ).

cnf(c_0_107_7,axiom,
    ( ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_107]) ).

cnf(c_0_107_8,axiom,
    ( ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_107]) ).

cnf(c_0_107_9,axiom,
    ( ~ icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_107]) ).

cnf(c_0_108_0,axiom,
    ( iext(uri_owl_unionOf,X5,X3)
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_108]) ).

cnf(c_0_108_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_108]) ).

cnf(c_0_108_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_108]) ).

cnf(c_0_108_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_108]) ).

cnf(c_0_108_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_108]) ).

cnf(c_0_108_5,axiom,
    ( ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ ic(X4)
    | ~ ic(X2)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_108]) ).

cnf(c_0_108_6,axiom,
    ( ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ ic(X2)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_108]) ).

cnf(c_0_108_7,axiom,
    ( ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_108]) ).

cnf(c_0_108_8,axiom,
    ( ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_108]) ).

cnf(c_0_108_9,axiom,
    ( ~ icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_108]) ).

cnf(c_0_109_0,axiom,
    ( iext(uri_owl_unionOf,X5,X3)
    | icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_109_1,axiom,
    ( icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X5,X3)
    | icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_109_2,axiom,
    ( icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X5,X3)
    | icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_109_3,axiom,
    ( icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X5,X3)
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_109_4,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_109_5,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_109_6,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_109_7,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X5,X3)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_109_8,axiom,
    ( ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X5,X3)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_109_9,axiom,
    ( ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X5,X3)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_109_10,axiom,
    ( ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X4,sk2_esk6_5(X5,X3,X4,X1,X2))
    | icext(X2,sk2_esk6_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_109]) ).

cnf(c_0_110_0,axiom,
    ( iext(uri_owl_intersectionOf,X5,X3)
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_110]) ).

cnf(c_0_110_1,axiom,
    ( icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_110]) ).

cnf(c_0_110_2,axiom,
    ( icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_110]) ).

cnf(c_0_110_3,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_110]) ).

cnf(c_0_110_4,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_110]) ).

cnf(c_0_110_5,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_110]) ).

cnf(c_0_110_6,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_110]) ).

cnf(c_0_110_7,axiom,
    ( ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_110]) ).

cnf(c_0_110_8,axiom,
    ( ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_110]) ).

cnf(c_0_110_9,axiom,
    ( ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_110]) ).

cnf(c_0_111_0,axiom,
    ( iext(uri_owl_intersectionOf,X5,X3)
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_111]) ).

cnf(c_0_111_1,axiom,
    ( icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_111]) ).

cnf(c_0_111_2,axiom,
    ( icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ 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)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_111]) ).

cnf(c_0_111_3,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_111]) ).

cnf(c_0_111_4,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_111]) ).

cnf(c_0_111_5,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_111]) ).

cnf(c_0_111_6,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ ic(X5)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_111]) ).

cnf(c_0_111_7,axiom,
    ( ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ ic(X4)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_111]) ).

cnf(c_0_111_8,axiom,
    ( ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_111]) ).

cnf(c_0_111_9,axiom,
    ( ~ ic(X2)
    | ~ ic(X4)
    | ~ ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,sk2_esk9_5(X5,X3,X4,X1,X2))
    | icext(X5,sk2_esk9_5(X5,X3,X4,X1,X2))
    | iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_111]) ).

cnf(c_0_112_0,axiom,
    ( icext(X1,X4)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_allValuesFrom,X1,X3)
    | ~ icext(X3,sk2_esk3_4(X1,X2,X3,X4)) ),
    inference(literals_permutation,[status(thm)],[c_0_112]) ).

cnf(c_0_112_1,axiom,
    ( ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X1,X4)
    | ~ iext(uri_owl_allValuesFrom,X1,X3)
    | ~ icext(X3,sk2_esk3_4(X1,X2,X3,X4)) ),
    inference(literals_permutation,[status(thm)],[c_0_112]) ).

cnf(c_0_112_2,axiom,
    ( ~ iext(uri_owl_allValuesFrom,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X1,X4)
    | ~ icext(X3,sk2_esk3_4(X1,X2,X3,X4)) ),
    inference(literals_permutation,[status(thm)],[c_0_112]) ).

cnf(c_0_112_3,axiom,
    ( ~ icext(X3,sk2_esk3_4(X1,X2,X3,X4))
    | ~ iext(uri_owl_allValuesFrom,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X1,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_112]) ).

cnf(c_0_113_0,axiom,
    ( iext(X2,X4,sk2_esk2_4(X1,X2,X3,X4))
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ icext(X1,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_113]) ).

cnf(c_0_113_1,axiom,
    ( ~ iext(uri_owl_onProperty,X1,X2)
    | iext(X2,X4,sk2_esk2_4(X1,X2,X3,X4))
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ icext(X1,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_113]) ).

cnf(c_0_113_2,axiom,
    ( ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | iext(X2,X4,sk2_esk2_4(X1,X2,X3,X4))
    | ~ icext(X1,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_113]) ).

cnf(c_0_113_3,axiom,
    ( ~ icext(X1,X4)
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | iext(X2,X4,sk2_esk2_4(X1,X2,X3,X4)) ),
    inference(literals_permutation,[status(thm)],[c_0_113]) ).

cnf(c_0_114_0,axiom,
    ( icext(X1,X4)
    | iext(X2,X4,sk2_esk3_4(X1,X2,X3,X4))
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_allValuesFrom,X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_114]) ).

cnf(c_0_114_1,axiom,
    ( iext(X2,X4,sk2_esk3_4(X1,X2,X3,X4))
    | icext(X1,X4)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_allValuesFrom,X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_114]) ).

cnf(c_0_114_2,axiom,
    ( ~ iext(uri_owl_onProperty,X1,X2)
    | iext(X2,X4,sk2_esk3_4(X1,X2,X3,X4))
    | icext(X1,X4)
    | ~ iext(uri_owl_allValuesFrom,X1,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_114]) ).

cnf(c_0_114_3,axiom,
    ( ~ iext(uri_owl_allValuesFrom,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | iext(X2,X4,sk2_esk3_4(X1,X2,X3,X4))
    | icext(X1,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_114]) ).

cnf(c_0_115_0,axiom,
    ( icext(X3,sk2_esk2_4(X1,X2,X3,X4))
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ icext(X1,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_115]) ).

cnf(c_0_115_1,axiom,
    ( ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X3,sk2_esk2_4(X1,X2,X3,X4))
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ icext(X1,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_115]) ).

cnf(c_0_115_2,axiom,
    ( ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X3,sk2_esk2_4(X1,X2,X3,X4))
    | ~ icext(X1,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_115]) ).

cnf(c_0_115_3,axiom,
    ( ~ icext(X1,X4)
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X3,sk2_esk2_4(X1,X2,X3,X4)) ),
    inference(literals_permutation,[status(thm)],[c_0_115]) ).

cnf(c_0_116_0,axiom,
    ( icext(X7,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X2,X8)
    | ~ icext(X4,X8)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_116]) ).

cnf(c_0_116_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X2,X8)
    | ~ icext(X4,X8)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_116]) ).

cnf(c_0_116_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X2,X8)
    | ~ icext(X4,X8)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_116]) ).

cnf(c_0_116_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X2,X8)
    | ~ icext(X4,X8)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_116]) ).

cnf(c_0_116_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X2,X8)
    | ~ icext(X4,X8)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_116]) ).

cnf(c_0_116_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X2,X8)
    | ~ icext(X4,X8)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_116]) ).

cnf(c_0_116_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X2,X8)
    | ~ icext(X4,X8)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_116]) ).

cnf(c_0_116_7,axiom,
    ( ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ icext(X2,X8)
    | ~ icext(X4,X8)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_116]) ).

cnf(c_0_116_8,axiom,
    ( ~ icext(X2,X8)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ icext(X4,X8)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_116]) ).

cnf(c_0_116_9,axiom,
    ( ~ icext(X4,X8)
    | ~ icext(X2,X8)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_116]) ).

cnf(c_0_116_10,axiom,
    ( ~ icext(X6,X8)
    | ~ icext(X4,X8)
    | ~ icext(X2,X8)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_116]) ).

cnf(c_0_117_0,axiom,
    ( icext(X2,X8)
    | icext(X4,X8)
    | icext(X6,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_117]) ).

cnf(c_0_117_1,axiom,
    ( icext(X4,X8)
    | icext(X2,X8)
    | icext(X6,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_117]) ).

cnf(c_0_117_2,axiom,
    ( icext(X6,X8)
    | icext(X4,X8)
    | icext(X2,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_117]) ).

cnf(c_0_117_3,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | icext(X4,X8)
    | icext(X2,X8)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_117]) ).

cnf(c_0_117_4,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | icext(X4,X8)
    | icext(X2,X8)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_117]) ).

cnf(c_0_117_5,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | icext(X4,X8)
    | icext(X2,X8)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_117]) ).

cnf(c_0_117_6,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | icext(X4,X8)
    | icext(X2,X8)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_117]) ).

cnf(c_0_117_7,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | icext(X4,X8)
    | icext(X2,X8)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_117]) ).

cnf(c_0_117_8,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | icext(X4,X8)
    | icext(X2,X8)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_117]) ).

cnf(c_0_117_9,axiom,
    ( ~ iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | icext(X4,X8)
    | icext(X2,X8)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_117]) ).

cnf(c_0_117_10,axiom,
    ( ~ icext(X7,X8)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | icext(X4,X8)
    | icext(X2,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_117]) ).

cnf(c_0_118_0,axiom,
    ( icext(X6,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_118]) ).

cnf(c_0_118_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_118]) ).

cnf(c_0_118_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_118]) ).

cnf(c_0_118_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_118]) ).

cnf(c_0_118_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_118]) ).

cnf(c_0_118_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_118]) ).

cnf(c_0_118_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_118]) ).

cnf(c_0_118_7,axiom,
    ( ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_118]) ).

cnf(c_0_118_8,axiom,
    ( ~ icext(X7,X8)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_118]) ).

cnf(c_0_119_0,axiom,
    ( icext(X4,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_119]) ).

cnf(c_0_119_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X8)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_119]) ).

cnf(c_0_119_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X8)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_119]) ).

cnf(c_0_119_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X8)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_119]) ).

cnf(c_0_119_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X8)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_119]) ).

cnf(c_0_119_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X8)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_119]) ).

cnf(c_0_119_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X8)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_119]) ).

cnf(c_0_119_7,axiom,
    ( ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X8)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_119]) ).

cnf(c_0_119_8,axiom,
    ( ~ icext(X7,X8)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_119]) ).

cnf(c_0_120_0,axiom,
    ( icext(X2,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_120]) ).

cnf(c_0_120_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X8)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_120]) ).

cnf(c_0_120_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X8)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_120]) ).

cnf(c_0_120_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X8)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_120]) ).

cnf(c_0_120_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X8)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_120]) ).

cnf(c_0_120_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X8)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_120]) ).

cnf(c_0_120_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X8)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_120]) ).

cnf(c_0_120_7,axiom,
    ( ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X8)
    | ~ icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_120]) ).

cnf(c_0_120_8,axiom,
    ( ~ icext(X7,X8)
    | ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_120]) ).

cnf(c_0_121_0,axiom,
    ( icext(X7,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_121]) ).

cnf(c_0_121_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_121]) ).

cnf(c_0_121_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_121]) ).

cnf(c_0_121_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_121]) ).

cnf(c_0_121_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_121]) ).

cnf(c_0_121_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_121]) ).

cnf(c_0_121_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_121]) ).

cnf(c_0_121_7,axiom,
    ( ~ iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ icext(X6,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_121]) ).

cnf(c_0_121_8,axiom,
    ( ~ icext(X6,X8)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_121]) ).

cnf(c_0_122_0,axiom,
    ( icext(X7,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X4,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_122]) ).

cnf(c_0_122_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X4,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_122]) ).

cnf(c_0_122_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X4,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_122]) ).

cnf(c_0_122_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X4,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_122]) ).

cnf(c_0_122_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X4,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_122]) ).

cnf(c_0_122_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X4,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_122]) ).

cnf(c_0_122_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X4,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_122]) ).

cnf(c_0_122_7,axiom,
    ( ~ iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ icext(X4,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_122]) ).

cnf(c_0_122_8,axiom,
    ( ~ icext(X4,X8)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_122]) ).

cnf(c_0_123_0,axiom,
    ( icext(X7,X8)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X2,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_123]) ).

cnf(c_0_123_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X2,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_123]) ).

cnf(c_0_123_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X2,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_123]) ).

cnf(c_0_123_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X2,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_123]) ).

cnf(c_0_123_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X2,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_123]) ).

cnf(c_0_123_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X2,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_123]) ).

cnf(c_0_123_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X2,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_123]) ).

cnf(c_0_123_7,axiom,
    ( ~ iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8)
    | ~ icext(X2,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_123]) ).

cnf(c_0_123_8,axiom,
    ( ~ icext(X2,X8)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X7,X8) ),
    inference(literals_permutation,[status(thm)],[c_0_123]) ).

cnf(c_0_124_0,axiom,
    ( iext(uri_owl_intersectionOf,X3,X1)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk10_3(X3,X1,X2))
    | ~ icext(X3,sk2_esk10_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_124]) ).

cnf(c_0_124_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk10_3(X3,X1,X2))
    | ~ icext(X3,sk2_esk10_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_124]) ).

cnf(c_0_124_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X3,X1)
    | ~ ic(X3)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk10_3(X3,X1,X2))
    | ~ icext(X3,sk2_esk10_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_124]) ).

cnf(c_0_124_3,axiom,
    ( ~ ic(X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X3,X1)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk10_3(X3,X1,X2))
    | ~ icext(X3,sk2_esk10_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_124]) ).

cnf(c_0_124_4,axiom,
    ( ~ ic(X2)
    | ~ ic(X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X3,X1)
    | ~ icext(X2,sk2_esk10_3(X3,X1,X2))
    | ~ icext(X3,sk2_esk10_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_124]) ).

cnf(c_0_124_5,axiom,
    ( ~ icext(X2,sk2_esk10_3(X3,X1,X2))
    | ~ ic(X2)
    | ~ ic(X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X3,X1)
    | ~ icext(X3,sk2_esk10_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_124]) ).

cnf(c_0_124_6,axiom,
    ( ~ icext(X3,sk2_esk10_3(X3,X1,X2))
    | ~ icext(X2,sk2_esk10_3(X3,X1,X2))
    | ~ ic(X2)
    | ~ ic(X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_intersectionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_124]) ).

cnf(c_0_125_0,axiom,
    ( iext(uri_owl_unionOf,X3,X1)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk7_3(X3,X1,X2))
    | ~ icext(X3,sk2_esk7_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_125]) ).

cnf(c_0_125_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk7_3(X3,X1,X2))
    | ~ icext(X3,sk2_esk7_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_125]) ).

cnf(c_0_125_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X3,X1)
    | ~ ic(X3)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk7_3(X3,X1,X2))
    | ~ icext(X3,sk2_esk7_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_125]) ).

cnf(c_0_125_3,axiom,
    ( ~ ic(X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X3,X1)
    | ~ ic(X2)
    | ~ icext(X2,sk2_esk7_3(X3,X1,X2))
    | ~ icext(X3,sk2_esk7_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_125]) ).

cnf(c_0_125_4,axiom,
    ( ~ ic(X2)
    | ~ ic(X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X3,X1)
    | ~ icext(X2,sk2_esk7_3(X3,X1,X2))
    | ~ icext(X3,sk2_esk7_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_125]) ).

cnf(c_0_125_5,axiom,
    ( ~ icext(X2,sk2_esk7_3(X3,X1,X2))
    | ~ ic(X2)
    | ~ ic(X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X3,X1)
    | ~ icext(X3,sk2_esk7_3(X3,X1,X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_125]) ).

cnf(c_0_125_6,axiom,
    ( ~ icext(X3,sk2_esk7_3(X3,X1,X2))
    | ~ icext(X2,sk2_esk7_3(X3,X1,X2))
    | ~ ic(X2)
    | ~ ic(X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | iext(uri_owl_unionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_125]) ).

cnf(c_0_126_0,axiom,
    ( ic(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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_126]) ).

cnf(c_0_126_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X7)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_126]) ).

cnf(c_0_126_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X7)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_126]) ).

cnf(c_0_126_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X7)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_126]) ).

cnf(c_0_126_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X7)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_126]) ).

cnf(c_0_126_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_126]) ).

cnf(c_0_126_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X7)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_126]) ).

cnf(c_0_126_7,axiom,
    ( ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X7) ),
    inference(literals_permutation,[status(thm)],[c_0_126]) ).

cnf(c_0_127_0,axiom,
    ( ic(X6)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_127]) ).

cnf(c_0_127_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X6)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_127]) ).

cnf(c_0_127_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X6)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_127]) ).

cnf(c_0_127_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X6)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_127]) ).

cnf(c_0_127_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_127]) ).

cnf(c_0_127_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X6)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_127]) ).

cnf(c_0_127_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_127]) ).

cnf(c_0_127_7,axiom,
    ( ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X6) ),
    inference(literals_permutation,[status(thm)],[c_0_127]) ).

cnf(c_0_128_0,axiom,
    ( ic(X4)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_128]) ).

cnf(c_0_128_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_128]) ).

cnf(c_0_128_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_128]) ).

cnf(c_0_128_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_128]) ).

cnf(c_0_128_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_128]) ).

cnf(c_0_128_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_128]) ).

cnf(c_0_128_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_128]) ).

cnf(c_0_128_7,axiom,
    ( ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4) ),
    inference(literals_permutation,[status(thm)],[c_0_128]) ).

cnf(c_0_129_0,axiom,
    ( ic(X2)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_129]) ).

cnf(c_0_129_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_129]) ).

cnf(c_0_129_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_129]) ).

cnf(c_0_129_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_129]) ).

cnf(c_0_129_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_129]) ).

cnf(c_0_129_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_129]) ).

cnf(c_0_129_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_owl_intersectionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_129]) ).

cnf(c_0_129_7,axiom,
    ( ~ iext(uri_owl_intersectionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_129]) ).

cnf(c_0_130_0,axiom,
    ( ic(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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_130]) ).

cnf(c_0_130_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X7)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_130]) ).

cnf(c_0_130_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X7)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_130]) ).

cnf(c_0_130_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X7)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_130]) ).

cnf(c_0_130_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X7)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_130]) ).

cnf(c_0_130_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X7)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_130]) ).

cnf(c_0_130_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X7)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_130]) ).

cnf(c_0_130_7,axiom,
    ( ~ iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X7) ),
    inference(literals_permutation,[status(thm)],[c_0_130]) ).

cnf(c_0_131_0,axiom,
    ( ic(X6)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_131]) ).

cnf(c_0_131_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X6)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_131]) ).

cnf(c_0_131_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X6)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_131]) ).

cnf(c_0_131_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X6)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_131]) ).

cnf(c_0_131_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_131]) ).

cnf(c_0_131_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X6)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_131]) ).

cnf(c_0_131_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_131]) ).

cnf(c_0_131_7,axiom,
    ( ~ iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X6) ),
    inference(literals_permutation,[status(thm)],[c_0_131]) ).

cnf(c_0_132_0,axiom,
    ( ic(X4)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_132]) ).

cnf(c_0_132_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_132]) ).

cnf(c_0_132_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_132]) ).

cnf(c_0_132_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_132]) ).

cnf(c_0_132_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_132]) ).

cnf(c_0_132_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_132]) ).

cnf(c_0_132_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_132]) ).

cnf(c_0_132_7,axiom,
    ( ~ iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4) ),
    inference(literals_permutation,[status(thm)],[c_0_132]) ).

cnf(c_0_133_0,axiom,
    ( ic(X2)
    | ~ 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_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_133]) ).

cnf(c_0_133_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_133]) ).

cnf(c_0_133_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_133]) ).

cnf(c_0_133_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_133]) ).

cnf(c_0_133_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_133]) ).

cnf(c_0_133_5,axiom,
    ( ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_133]) ).

cnf(c_0_133_6,axiom,
    ( ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_133]) ).

cnf(c_0_133_7,axiom,
    ( ~ iext(uri_owl_unionOf,X7,X5)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_133]) ).

cnf(c_0_134_0,axiom,
    ( icext(X5,X6)
    | ~ 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_intersectionOf,X5,X3)
    | ~ icext(X2,X6)
    | ~ icext(X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_134]) ).

cnf(c_0_134_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X2,X6)
    | ~ icext(X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_134]) ).

cnf(c_0_134_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X2,X6)
    | ~ icext(X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_134]) ).

cnf(c_0_134_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X2,X6)
    | ~ icext(X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_134]) ).

cnf(c_0_134_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X2,X6)
    | ~ icext(X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_134]) ).

cnf(c_0_134_5,axiom,
    ( ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ icext(X2,X6)
    | ~ icext(X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_134]) ).

cnf(c_0_134_6,axiom,
    ( ~ icext(X2,X6)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ icext(X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_134]) ).

cnf(c_0_134_7,axiom,
    ( ~ icext(X4,X6)
    | ~ icext(X2,X6)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_134]) ).

cnf(c_0_135_0,axiom,
    ( iext(uri_owl_intersectionOf,X3,X1)
    | icext(X2,sk2_esk10_3(X3,X1,X2))
    | icext(X3,sk2_esk10_3(X3,X1,X2))
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_135]) ).

cnf(c_0_135_1,axiom,
    ( icext(X2,sk2_esk10_3(X3,X1,X2))
    | iext(uri_owl_intersectionOf,X3,X1)
    | icext(X3,sk2_esk10_3(X3,X1,X2))
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_135]) ).

cnf(c_0_135_2,axiom,
    ( icext(X3,sk2_esk10_3(X3,X1,X2))
    | icext(X2,sk2_esk10_3(X3,X1,X2))
    | iext(uri_owl_intersectionOf,X3,X1)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_135]) ).

cnf(c_0_135_3,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,sk2_esk10_3(X3,X1,X2))
    | icext(X2,sk2_esk10_3(X3,X1,X2))
    | iext(uri_owl_intersectionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_135]) ).

cnf(c_0_135_4,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,sk2_esk10_3(X3,X1,X2))
    | icext(X2,sk2_esk10_3(X3,X1,X2))
    | iext(uri_owl_intersectionOf,X3,X1)
    | ~ ic(X3)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_135]) ).

cnf(c_0_135_5,axiom,
    ( ~ ic(X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,sk2_esk10_3(X3,X1,X2))
    | icext(X2,sk2_esk10_3(X3,X1,X2))
    | iext(uri_owl_intersectionOf,X3,X1)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_135]) ).

cnf(c_0_135_6,axiom,
    ( ~ ic(X2)
    | ~ ic(X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,sk2_esk10_3(X3,X1,X2))
    | icext(X2,sk2_esk10_3(X3,X1,X2))
    | iext(uri_owl_intersectionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_135]) ).

cnf(c_0_136_0,axiom,
    ( iext(uri_owl_unionOf,X3,X1)
    | icext(X2,sk2_esk7_3(X3,X1,X2))
    | icext(X3,sk2_esk7_3(X3,X1,X2))
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_136]) ).

cnf(c_0_136_1,axiom,
    ( icext(X2,sk2_esk7_3(X3,X1,X2))
    | iext(uri_owl_unionOf,X3,X1)
    | icext(X3,sk2_esk7_3(X3,X1,X2))
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_136]) ).

cnf(c_0_136_2,axiom,
    ( icext(X3,sk2_esk7_3(X3,X1,X2))
    | icext(X2,sk2_esk7_3(X3,X1,X2))
    | iext(uri_owl_unionOf,X3,X1)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_136]) ).

cnf(c_0_136_3,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,sk2_esk7_3(X3,X1,X2))
    | icext(X2,sk2_esk7_3(X3,X1,X2))
    | iext(uri_owl_unionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ ic(X3)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_136]) ).

cnf(c_0_136_4,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,sk2_esk7_3(X3,X1,X2))
    | icext(X2,sk2_esk7_3(X3,X1,X2))
    | iext(uri_owl_unionOf,X3,X1)
    | ~ ic(X3)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_136]) ).

cnf(c_0_136_5,axiom,
    ( ~ ic(X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,sk2_esk7_3(X3,X1,X2))
    | icext(X2,sk2_esk7_3(X3,X1,X2))
    | iext(uri_owl_unionOf,X3,X1)
    | ~ ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_136]) ).

cnf(c_0_136_6,axiom,
    ( ~ ic(X2)
    | ~ ic(X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,sk2_esk7_3(X3,X1,X2))
    | icext(X2,sk2_esk7_3(X3,X1,X2))
    | iext(uri_owl_unionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_136]) ).

cnf(c_0_137_0,axiom,
    ( icext(X2,X6)
    | icext(X4,X6)
    | ~ 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_unionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_137]) ).

cnf(c_0_137_1,axiom,
    ( icext(X4,X6)
    | icext(X2,X6)
    | ~ 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_unionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_137]) ).

cnf(c_0_137_2,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X6)
    | icext(X2,X6)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_137]) ).

cnf(c_0_137_3,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X6)
    | icext(X2,X6)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_137]) ).

cnf(c_0_137_4,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X6)
    | icext(X2,X6)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_137]) ).

cnf(c_0_137_5,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X6)
    | icext(X2,X6)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_137]) ).

cnf(c_0_137_6,axiom,
    ( ~ iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X6)
    | icext(X2,X6)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_137]) ).

cnf(c_0_137_7,axiom,
    ( ~ icext(X5,X6)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X6)
    | icext(X2,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_137]) ).

cnf(c_0_138_0,axiom,
    ( icext(X4,X6)
    | ~ 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_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_138]) ).

cnf(c_0_138_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X6)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_138]) ).

cnf(c_0_138_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X6)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_138]) ).

cnf(c_0_138_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X6)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_138]) ).

cnf(c_0_138_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X6)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_138]) ).

cnf(c_0_138_5,axiom,
    ( ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X6)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_138]) ).

cnf(c_0_138_6,axiom,
    ( ~ icext(X5,X6)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_138]) ).

cnf(c_0_139_0,axiom,
    ( icext(X2,X6)
    | ~ 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_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_139]) ).

cnf(c_0_139_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X6)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_139]) ).

cnf(c_0_139_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X6)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_139]) ).

cnf(c_0_139_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X6)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_139]) ).

cnf(c_0_139_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X6)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_139]) ).

cnf(c_0_139_5,axiom,
    ( ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X6)
    | ~ icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_139]) ).

cnf(c_0_139_6,axiom,
    ( ~ icext(X5,X6)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_139]) ).

cnf(c_0_140_0,axiom,
    ( icext(X5,X6)
    | ~ 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_unionOf,X5,X3)
    | ~ icext(X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_140]) ).

cnf(c_0_140_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_140]) ).

cnf(c_0_140_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_140]) ).

cnf(c_0_140_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_140]) ).

cnf(c_0_140_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_140]) ).

cnf(c_0_140_5,axiom,
    ( ~ iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ icext(X4,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_140]) ).

cnf(c_0_140_6,axiom,
    ( ~ icext(X4,X6)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_140]) ).

cnf(c_0_141_0,axiom,
    ( icext(X5,X6)
    | ~ 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_unionOf,X5,X3)
    | ~ icext(X2,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_141]) ).

cnf(c_0_141_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X2,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_141]) ).

cnf(c_0_141_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X2,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_141]) ).

cnf(c_0_141_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X2,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_141]) ).

cnf(c_0_141_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ icext(X2,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_141]) ).

cnf(c_0_141_5,axiom,
    ( ~ iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6)
    | ~ icext(X2,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_141]) ).

cnf(c_0_141_6,axiom,
    ( ~ icext(X2,X6)
    | ~ iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X5,X6) ),
    inference(literals_permutation,[status(thm)],[c_0_141]) ).

cnf(c_0_142_0,axiom,
    ( ic(X5)
    | ~ 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_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_142]) ).

cnf(c_0_142_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X5)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_142]) ).

cnf(c_0_142_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X5)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_142]) ).

cnf(c_0_142_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_142]) ).

cnf(c_0_142_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X5)
    | ~ iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_142]) ).

cnf(c_0_142_5,axiom,
    ( ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X5) ),
    inference(literals_permutation,[status(thm)],[c_0_142]) ).

cnf(c_0_143_0,axiom,
    ( ic(X4)
    | ~ 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_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_143]) ).

cnf(c_0_143_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_143]) ).

cnf(c_0_143_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_143]) ).

cnf(c_0_143_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_143]) ).

cnf(c_0_143_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_143]) ).

cnf(c_0_143_5,axiom,
    ( ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4) ),
    inference(literals_permutation,[status(thm)],[c_0_143]) ).

cnf(c_0_144_0,axiom,
    ( ic(X2)
    | ~ 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_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_144]) ).

cnf(c_0_144_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_144]) ).

cnf(c_0_144_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_144]) ).

cnf(c_0_144_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_144]) ).

cnf(c_0_144_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_owl_intersectionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_144]) ).

cnf(c_0_144_5,axiom,
    ( ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_144]) ).

cnf(c_0_145_0,axiom,
    ( ic(X5)
    | ~ 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_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_145]) ).

cnf(c_0_145_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X5)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_145]) ).

cnf(c_0_145_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X5)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_145]) ).

cnf(c_0_145_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X5)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_145]) ).

cnf(c_0_145_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X5)
    | ~ iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_145]) ).

cnf(c_0_145_5,axiom,
    ( ~ iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X5) ),
    inference(literals_permutation,[status(thm)],[c_0_145]) ).

cnf(c_0_146_0,axiom,
    ( ic(X4)
    | ~ 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_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_146]) ).

cnf(c_0_146_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_146]) ).

cnf(c_0_146_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_146]) ).

cnf(c_0_146_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_146]) ).

cnf(c_0_146_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4)
    | ~ iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_146]) ).

cnf(c_0_146_5,axiom,
    ( ~ iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X4) ),
    inference(literals_permutation,[status(thm)],[c_0_146]) ).

cnf(c_0_147_0,axiom,
    ( ic(X2)
    | ~ 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_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_147]) ).

cnf(c_0_147_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_147]) ).

cnf(c_0_147_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_147]) ).

cnf(c_0_147_3,axiom,
    ( ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_147]) ).

cnf(c_0_147_4,axiom,
    ( ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_owl_unionOf,X5,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_147]) ).

cnf(c_0_147_5,axiom,
    ( ~ iext(uri_owl_unionOf,X5,X3)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_147]) ).

cnf(c_0_148_0,axiom,
    ( icext(X3,X4)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_allValuesFrom,X1,X3)
    | ~ iext(X2,X5,X4)
    | ~ icext(X1,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_148]) ).

cnf(c_0_148_1,axiom,
    ( ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X3,X4)
    | ~ iext(uri_owl_allValuesFrom,X1,X3)
    | ~ iext(X2,X5,X4)
    | ~ icext(X1,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_148]) ).

cnf(c_0_148_2,axiom,
    ( ~ iext(uri_owl_allValuesFrom,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X3,X4)
    | ~ iext(X2,X5,X4)
    | ~ icext(X1,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_148]) ).

cnf(c_0_148_3,axiom,
    ( ~ iext(X2,X5,X4)
    | ~ iext(uri_owl_allValuesFrom,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X3,X4)
    | ~ icext(X1,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_148]) ).

cnf(c_0_148_4,axiom,
    ( ~ icext(X1,X5)
    | ~ iext(X2,X5,X4)
    | ~ iext(uri_owl_allValuesFrom,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_148]) ).

cnf(c_0_149_0,axiom,
    ( icext(X1,X4)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ icext(X3,X5)
    | ~ iext(X2,X4,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_149]) ).

cnf(c_0_149_1,axiom,
    ( ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X1,X4)
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ icext(X3,X5)
    | ~ iext(X2,X4,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_149]) ).

cnf(c_0_149_2,axiom,
    ( ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X1,X4)
    | ~ icext(X3,X5)
    | ~ iext(X2,X4,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_149]) ).

cnf(c_0_149_3,axiom,
    ( ~ icext(X3,X5)
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X1,X4)
    | ~ iext(X2,X4,X5) ),
    inference(literals_permutation,[status(thm)],[c_0_149]) ).

cnf(c_0_149_4,axiom,
    ( ~ iext(X2,X4,X5)
    | ~ icext(X3,X5)
    | ~ iext(uri_owl_someValuesFrom,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X1,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_149]) ).

cnf(c_0_150_0,axiom,
    ( icext(X2,X4)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ icext(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_150]) ).

cnf(c_0_150_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X4)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ icext(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_150]) ).

cnf(c_0_150_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X4)
    | ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ icext(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_150]) ).

cnf(c_0_150_3,axiom,
    ( ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X4)
    | ~ icext(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_150]) ).

cnf(c_0_150_4,axiom,
    ( ~ icext(X3,X4)
    | ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_150]) ).

cnf(c_0_151_0,axiom,
    ( icext(X3,X4)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ icext(X2,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_151]) ).

cnf(c_0_151_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,X4)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ icext(X2,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_151]) ).

cnf(c_0_151_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,X4)
    | ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ icext(X2,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_151]) ).

cnf(c_0_151_3,axiom,
    ( ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,X4)
    | ~ icext(X2,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_151]) ).

cnf(c_0_151_4,axiom,
    ( ~ icext(X2,X4)
    | ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_151]) ).

cnf(c_0_152_0,axiom,
    ( icext(X2,X4)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1)
    | ~ icext(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_152]) ).

cnf(c_0_152_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X4)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1)
    | ~ icext(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_152]) ).

cnf(c_0_152_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X4)
    | ~ iext(uri_owl_unionOf,X3,X1)
    | ~ icext(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_152]) ).

cnf(c_0_152_3,axiom,
    ( ~ iext(uri_owl_unionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X4)
    | ~ icext(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_152]) ).

cnf(c_0_152_4,axiom,
    ( ~ icext(X3,X4)
    | ~ iext(uri_owl_unionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X2,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_152]) ).

cnf(c_0_153_0,axiom,
    ( icext(X3,X4)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1)
    | ~ icext(X2,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_153]) ).

cnf(c_0_153_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,X4)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1)
    | ~ icext(X2,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_153]) ).

cnf(c_0_153_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,X4)
    | ~ iext(uri_owl_unionOf,X3,X1)
    | ~ icext(X2,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_153]) ).

cnf(c_0_153_3,axiom,
    ( ~ iext(uri_owl_unionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,X4)
    | ~ icext(X2,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_153]) ).

cnf(c_0_153_4,axiom,
    ( ~ icext(X2,X4)
    | ~ iext(uri_owl_unionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | icext(X3,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_153]) ).

cnf(c_0_154_0,axiom,
    ( icext(X1,X4)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_hasValue,X1,X3)
    | ~ iext(X2,X4,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_154]) ).

cnf(c_0_154_1,axiom,
    ( ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X1,X4)
    | ~ iext(uri_owl_hasValue,X1,X3)
    | ~ iext(X2,X4,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_154]) ).

cnf(c_0_154_2,axiom,
    ( ~ iext(uri_owl_hasValue,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X1,X4)
    | ~ iext(X2,X4,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_154]) ).

cnf(c_0_154_3,axiom,
    ( ~ iext(X2,X4,X3)
    | ~ iext(uri_owl_hasValue,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | icext(X1,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_154]) ).

cnf(c_0_155_0,axiom,
    ( ic(X3)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_155]) ).

cnf(c_0_155_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_155]) ).

cnf(c_0_155_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X3)
    | ~ iext(uri_owl_intersectionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_155]) ).

cnf(c_0_155_3,axiom,
    ( ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X3) ),
    inference(literals_permutation,[status(thm)],[c_0_155]) ).

cnf(c_0_156_0,axiom,
    ( ic(X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_156]) ).

cnf(c_0_156_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_156]) ).

cnf(c_0_156_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_owl_intersectionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_156]) ).

cnf(c_0_156_3,axiom,
    ( ~ iext(uri_owl_intersectionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_156]) ).

cnf(c_0_157_0,axiom,
    ( ic(X3)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_157]) ).

cnf(c_0_157_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X3)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_157]) ).

cnf(c_0_157_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X3)
    | ~ iext(uri_owl_unionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_157]) ).

cnf(c_0_157_3,axiom,
    ( ~ iext(uri_owl_unionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X3) ),
    inference(literals_permutation,[status(thm)],[c_0_157]) ).

cnf(c_0_158_0,axiom,
    ( ic(X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_158]) ).

cnf(c_0_158_1,axiom,
    ( ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_unionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_158]) ).

cnf(c_0_158_2,axiom,
    ( ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2)
    | ~ iext(uri_owl_unionOf,X3,X1) ),
    inference(literals_permutation,[status(thm)],[c_0_158]) ).

cnf(c_0_158_3,axiom,
    ( ~ iext(uri_owl_unionOf,X3,X1)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ic(X2) ),
    inference(literals_permutation,[status(thm)],[c_0_158]) ).

cnf(c_0_159_0,axiom,
    ( iext(X2,X4,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | ~ iext(uri_owl_hasValue,X1,X3)
    | ~ icext(X1,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_159]) ).

cnf(c_0_159_1,axiom,
    ( ~ iext(uri_owl_onProperty,X1,X2)
    | iext(X2,X4,X3)
    | ~ iext(uri_owl_hasValue,X1,X3)
    | ~ icext(X1,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_159]) ).

cnf(c_0_159_2,axiom,
    ( ~ iext(uri_owl_hasValue,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | iext(X2,X4,X3)
    | ~ icext(X1,X4) ),
    inference(literals_permutation,[status(thm)],[c_0_159]) ).

cnf(c_0_159_3,axiom,
    ( ~ icext(X1,X4)
    | ~ iext(uri_owl_hasValue,X1,X3)
    | ~ iext(uri_owl_onProperty,X1,X2)
    | iext(X2,X4,X3) ),
    inference(literals_permutation,[status(thm)],[c_0_159]) ).

cnf(c_0_160_0,axiom,
    iext(uri_ex_p,uri_ex_s,sk2_esk1_0),
    inference(literals_permutation,[status(thm)],[c_0_160]) ).

cnf(c_0_161_0,axiom,
    iext(uri_ex_q,sk2_esk1_0,uri_ex_s),
    inference(literals_permutation,[status(thm)],[c_0_161]) ).

cnf(c_0_162_0,axiom,
    ir(sk2_esk4_0),
    inference(literals_permutation,[status(thm)],[c_0_162]) ).

% CNF of non-axioms
% Start CNF derivation
fof(c_0_0_164,conjecture,
    ? [X1,X2] :
      ( iext(uri_ex_p,X1,X2)
      & iext(uri_ex_q,X2,X1) ),
    file('<stdin>',testcase_conclusion_fullish_002_Existential_Blank_Nodes) ).

fof(c_0_1_165,negated_conjecture,
    ~ ? [X1,X2] :
        ( iext(uri_ex_p,X1,X2)
        & iext(uri_ex_q,X2,X1) ),
    inference(assume_negation,[status(cth)],[c_0_0]) ).

fof(c_0_2_166,negated_conjecture,
    ! [X3,X4] :
      ( ~ iext(uri_ex_p,X3,X4)
      | ~ iext(uri_ex_q,X4,X3) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_1])]) ).

cnf(c_0_3_167,negated_conjecture,
    ( ~ iext(uri_ex_q,X1,X2)
    | ~ iext(uri_ex_p,X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_4_168,negated_conjecture,
    ( ~ iext(uri_ex_q,X1,X2)
    | ~ iext(uri_ex_p,X2,X1) ),
    c_0_3,
    [final] ).

% End CNF derivation

%-------------------------------------------------------------
% Proof by iprover

cnf(c_674,negated_conjecture,
    ( ~ iext(uri_ex_p,X0,X1)
    | ~ iext(uri_ex_q,X1,X0) ),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_21ae9e.p',c_0_4) ).

cnf(c_783,negated_conjecture,
    ( ~ iext(uri_ex_p,X0,X1)
    | ~ iext(uri_ex_q,X1,X0) ),
    inference(copy,[status(esa)],[c_674]) ).

cnf(c_787,negated_conjecture,
    ( ~ iext(uri_ex_p,X0,X1)
    | ~ iext(uri_ex_q,X1,X0) ),
    inference(copy,[status(esa)],[c_783]) ).

cnf(c_788,negated_conjecture,
    ( ~ iext(uri_ex_p,X0,X1)
    | ~ iext(uri_ex_q,X1,X0) ),
    inference(copy,[status(esa)],[c_787]) ).

cnf(c_789,negated_conjecture,
    ( ~ iext(uri_ex_p,X0,X1)
    | ~ iext(uri_ex_q,X1,X0) ),
    inference(copy,[status(esa)],[c_788]) ).

cnf(c_2813,negated_conjecture,
    ( ~ iext(uri_ex_p,X0,X1)
    | ~ iext(uri_ex_q,X1,X0) ),
    inference(copy,[status(esa)],[c_789]) ).

cnf(c_489,plain,
    iext(uri_ex_q,sk2_esk1_0,uri_ex_s),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_21ae9e.p',c_0_161_0) ).

cnf(c_2443,plain,
    iext(uri_ex_q,sk2_esk1_0,uri_ex_s),
    inference(copy,[status(esa)],[c_489]) ).

cnf(c_2823,plain,
    ~ iext(uri_ex_p,uri_ex_s,sk2_esk1_0),
    inference(resolution,[status(thm)],[c_2813,c_2443]) ).

cnf(c_2824,plain,
    ~ iext(uri_ex_p,uri_ex_s,sk2_esk1_0),
    inference(rewriting,[status(thm)],[c_2823]) ).

cnf(c_488,plain,
    iext(uri_ex_p,uri_ex_s,sk2_esk1_0),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_21ae9e.p',c_0_160_0) ).

cnf(c_2441,plain,
    iext(uri_ex_p,uri_ex_s,sk2_esk1_0),
    inference(copy,[status(esa)],[c_488]) ).

cnf(c_2826,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_2824,c_2441]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SWB002+3 : TPTP v8.1.0. Released v5.2.0.
% 0.06/0.13  % Command  : iprover_modulo %s %d
% 0.12/0.34  % Computer : n019.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Wed Jun  1 02:07:55 EDT 2022
% 0.12/0.35  % CPUTime  : 
% 0.12/0.35  % Running in mono-core mode
% 0.21/0.45  % Orienting using strategy Equiv(ClausalAll)
% 0.21/0.45  % FOF problem with conjecture
% 0.21/0.45  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox2/tmp/iprover_proof_d588db.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox2/tmp/iprover_modulo_21ae9e.p | tee /export/starexec/sandbox2/tmp/iprover_modulo_out_f208d5 | grep -v "SZS"
% 0.21/0.47  
% 0.21/0.47  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.21/0.47  
% 0.21/0.47  % 
% 0.21/0.47  % ------  iProver source info 
% 0.21/0.47  
% 0.21/0.47  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.21/0.47  % git: non_committed_changes: true
% 0.21/0.47  % git: last_make_outside_of_git: true
% 0.21/0.47  
% 0.21/0.47  % 
% 0.21/0.47  % ------ Input Options
% 0.21/0.47  
% 0.21/0.47  % --out_options                         all
% 0.21/0.47  % --tptp_safe_out                       true
% 0.21/0.47  % --problem_path                        ""
% 0.21/0.47  % --include_path                        ""
% 0.21/0.47  % --clausifier                          .//eprover
% 0.21/0.47  % --clausifier_options                  --tstp-format  
% 0.21/0.47  % --stdin                               false
% 0.21/0.47  % --dbg_backtrace                       false
% 0.21/0.47  % --dbg_dump_prop_clauses               false
% 0.21/0.47  % --dbg_dump_prop_clauses_file          -
% 0.21/0.47  % --dbg_out_stat                        false
% 0.21/0.47  
% 0.21/0.47  % ------ General Options
% 0.21/0.47  
% 0.21/0.47  % --fof                                 false
% 0.21/0.47  % --time_out_real                       150.
% 0.21/0.47  % --time_out_prep_mult                  0.2
% 0.21/0.47  % --time_out_virtual                    -1.
% 0.21/0.47  % --schedule                            none
% 0.21/0.47  % --ground_splitting                    input
% 0.21/0.47  % --splitting_nvd                       16
% 0.21/0.47  % --non_eq_to_eq                        false
% 0.21/0.47  % --prep_gs_sim                         true
% 0.21/0.47  % --prep_unflatten                      false
% 0.21/0.47  % --prep_res_sim                        true
% 0.21/0.47  % --prep_upred                          true
% 0.21/0.47  % --res_sim_input                       true
% 0.21/0.47  % --clause_weak_htbl                    true
% 0.21/0.47  % --gc_record_bc_elim                   false
% 0.21/0.47  % --symbol_type_check                   false
% 0.21/0.47  % --clausify_out                        false
% 0.21/0.47  % --large_theory_mode                   false
% 0.21/0.47  % --prep_sem_filter                     none
% 0.21/0.47  % --prep_sem_filter_out                 false
% 0.21/0.47  % --preprocessed_out                    false
% 0.21/0.47  % --sub_typing                          false
% 0.21/0.47  % --brand_transform                     false
% 0.21/0.47  % --pure_diseq_elim                     true
% 0.21/0.47  % --min_unsat_core                      false
% 0.21/0.47  % --pred_elim                           true
% 0.21/0.47  % --add_important_lit                   false
% 0.21/0.47  % --soft_assumptions                    false
% 0.21/0.47  % --reset_solvers                       false
% 0.21/0.47  % --bc_imp_inh                          []
% 0.21/0.47  % --conj_cone_tolerance                 1.5
% 0.21/0.47  % --prolific_symb_bound                 500
% 0.21/0.47  % --lt_threshold                        2000
% 0.21/0.47  
% 0.21/0.47  % ------ SAT Options
% 0.21/0.47  
% 0.21/0.47  % --sat_mode                            false
% 0.21/0.47  % --sat_fm_restart_options              ""
% 0.21/0.47  % --sat_gr_def                          false
% 0.21/0.47  % --sat_epr_types                       true
% 0.21/0.47  % --sat_non_cyclic_types                false
% 0.21/0.47  % --sat_finite_models                   false
% 0.21/0.47  % --sat_fm_lemmas                       false
% 0.21/0.47  % --sat_fm_prep                         false
% 0.21/0.47  % --sat_fm_uc_incr                      true
% 0.21/0.47  % --sat_out_model                       small
% 0.21/0.47  % --sat_out_clauses                     false
% 0.21/0.47  
% 0.21/0.47  % ------ QBF Options
% 0.21/0.47  
% 0.21/0.47  % --qbf_mode                            false
% 0.21/0.47  % --qbf_elim_univ                       true
% 0.21/0.47  % --qbf_sk_in                           true
% 0.21/0.47  % --qbf_pred_elim                       true
% 0.21/0.47  % --qbf_split                           32
% 0.21/0.47  
% 0.21/0.47  % ------ BMC1 Options
% 0.21/0.47  
% 0.21/0.47  % --bmc1_incremental                    false
% 0.21/0.47  % --bmc1_axioms                         reachable_all
% 0.21/0.47  % --bmc1_min_bound                      0
% 0.21/0.47  % --bmc1_max_bound                      -1
% 0.21/0.47  % --bmc1_max_bound_default              -1
% 0.21/0.47  % --bmc1_symbol_reachability            true
% 0.21/0.47  % --bmc1_property_lemmas                false
% 0.21/0.47  % --bmc1_k_induction                    false
% 0.21/0.47  % --bmc1_non_equiv_states               false
% 0.21/0.47  % --bmc1_deadlock                       false
% 0.21/0.47  % --bmc1_ucm                            false
% 0.21/0.47  % --bmc1_add_unsat_core                 none
% 0.21/0.47  % --bmc1_unsat_core_children            false
% 0.21/0.47  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.21/0.47  % --bmc1_out_stat                       full
% 0.21/0.47  % --bmc1_ground_init                    false
% 0.21/0.47  % --bmc1_pre_inst_next_state            false
% 0.21/0.47  % --bmc1_pre_inst_state                 false
% 0.21/0.47  % --bmc1_pre_inst_reach_state           false
% 0.21/0.47  % --bmc1_out_unsat_core                 false
% 0.21/0.47  % --bmc1_aig_witness_out                false
% 0.21/0.47  % --bmc1_verbose                        false
% 0.21/0.47  % --bmc1_dump_clauses_tptp              false
% 0.21/0.57  % --bmc1_dump_unsat_core_tptp           false
% 0.21/0.57  % --bmc1_dump_file                      -
% 0.21/0.57  % --bmc1_ucm_expand_uc_limit            128
% 0.21/0.57  % --bmc1_ucm_n_expand_iterations        6
% 0.21/0.57  % --bmc1_ucm_extend_mode                1
% 0.21/0.57  % --bmc1_ucm_init_mode                  2
% 0.21/0.57  % --bmc1_ucm_cone_mode                  none
% 0.21/0.57  % --bmc1_ucm_reduced_relation_type      0
% 0.21/0.57  % --bmc1_ucm_relax_model                4
% 0.21/0.57  % --bmc1_ucm_full_tr_after_sat          true
% 0.21/0.57  % --bmc1_ucm_expand_neg_assumptions     false
% 0.21/0.57  % --bmc1_ucm_layered_model              none
% 0.21/0.57  % --bmc1_ucm_max_lemma_size             10
% 0.21/0.57  
% 0.21/0.57  % ------ AIG Options
% 0.21/0.57  
% 0.21/0.57  % --aig_mode                            false
% 0.21/0.57  
% 0.21/0.57  % ------ Instantiation Options
% 0.21/0.57  
% 0.21/0.57  % --instantiation_flag                  true
% 0.21/0.57  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.21/0.57  % --inst_solver_per_active              750
% 0.21/0.57  % --inst_solver_calls_frac              0.5
% 0.21/0.57  % --inst_passive_queue_type             priority_queues
% 0.21/0.57  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.21/0.57  % --inst_passive_queues_freq            [25;2]
% 0.21/0.57  % --inst_dismatching                    true
% 0.21/0.57  % --inst_eager_unprocessed_to_passive   true
% 0.21/0.57  % --inst_prop_sim_given                 true
% 0.21/0.57  % --inst_prop_sim_new                   false
% 0.21/0.57  % --inst_orphan_elimination             true
% 0.21/0.57  % --inst_learning_loop_flag             true
% 0.21/0.57  % --inst_learning_start                 3000
% 0.21/0.57  % --inst_learning_factor                2
% 0.21/0.57  % --inst_start_prop_sim_after_learn     3
% 0.21/0.57  % --inst_sel_renew                      solver
% 0.21/0.57  % --inst_lit_activity_flag              true
% 0.21/0.57  % --inst_out_proof                      true
% 0.21/0.57  
% 0.21/0.57  % ------ Resolution Options
% 0.21/0.57  
% 0.21/0.57  % --resolution_flag                     true
% 0.21/0.57  % --res_lit_sel                         kbo_max
% 0.21/0.57  % --res_to_prop_solver                  none
% 0.21/0.57  % --res_prop_simpl_new                  false
% 0.21/0.57  % --res_prop_simpl_given                false
% 0.21/0.57  % --res_passive_queue_type              priority_queues
% 0.21/0.57  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.21/0.57  % --res_passive_queues_freq             [15;5]
% 0.21/0.57  % --res_forward_subs                    full
% 0.21/0.57  % --res_backward_subs                   full
% 0.21/0.57  % --res_forward_subs_resolution         true
% 0.21/0.57  % --res_backward_subs_resolution        true
% 0.21/0.57  % --res_orphan_elimination              false
% 0.21/0.57  % --res_time_limit                      1000.
% 0.21/0.57  % --res_out_proof                       true
% 0.21/0.57  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_d588db.s
% 0.21/0.57  % --modulo                              true
% 0.21/0.57  
% 0.21/0.57  % ------ Combination Options
% 0.21/0.57  
% 0.21/0.57  % --comb_res_mult                       1000
% 0.21/0.57  % --comb_inst_mult                      300
% 0.21/0.57  % ------ 
% 0.21/0.57  
% 0.21/0.57  % ------ Parsing...% successful
% 0.21/0.57  
% 0.21/0.57  % ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe_e  snvd_s sp: 0 0s snvd_e % 
% 0.21/0.57  
% 0.21/0.57  % ------ Proving...
% 0.21/0.57  % ------ Problem Properties 
% 0.21/0.57  
% 0.21/0.57  % 
% 0.21/0.57  % EPR                                   false
% 0.21/0.57  % Horn                                  false
% 0.21/0.57  % Has equality                          false
% 0.21/0.57  
% 0.21/0.57  % % ------ Input Options Time Limit: Unbounded
% 0.21/0.57  
% 0.21/0.57  
% 0.21/0.57  % % ------ Current options:
% 0.21/0.57  
% 0.21/0.57  % ------ Input Options
% 0.21/0.57  
% 0.21/0.57  % --out_options                         all
% 0.21/0.57  % --tptp_safe_out                       true
% 0.21/0.57  % --problem_path                        ""
% 0.21/0.57  % --include_path                        ""
% 0.21/0.57  % --clausifier                          .//eprover
% 0.21/0.57  % --clausifier_options                  --tstp-format  
% 0.21/0.57  % --stdin                               false
% 0.21/0.57  % --dbg_backtrace                       false
% 0.21/0.57  % --dbg_dump_prop_clauses               false
% 0.21/0.57  % --dbg_dump_prop_clauses_file          -
% 0.21/0.57  % --dbg_out_stat                        false
% 0.21/0.57  
% 0.21/0.57  % ------ General Options
% 0.21/0.57  
% 0.21/0.57  % --fof                                 false
% 0.21/0.57  % --time_out_real                       150.
% 0.21/0.57  % --time_out_prep_mult                  0.2
% 0.21/0.57  % --time_out_virtual                    -1.
% 0.21/0.57  % --schedule                            none
% 0.21/0.57  % --ground_splitting                    input
% 0.21/0.57  % --splitting_nvd                       16
% 0.21/0.57  % --non_eq_to_eq                        false
% 0.21/0.57  % --prep_gs_sim                         true
% 0.21/0.57  % --prep_unflatten                      false
% 0.21/0.57  % --prep_res_sim                        true
% 0.21/0.57  % --prep_upred                          true
% 0.21/0.57  % --res_sim_input                       true
% 0.21/0.57  % --clause_weak_htbl                    true
% 0.21/0.57  % --gc_record_bc_elim                   false
% 0.21/0.57  % --symbol_type_check                   false
% 0.21/0.57  % --clausify_out                        false
% 0.21/0.57  % --large_theory_mode                   false
% 0.21/0.57  % --prep_sem_filter                     none
% 0.21/0.57  % --prep_sem_filter_out                 false
% 0.21/0.57  % --preprocessed_out                    false
% 0.21/0.57  % --sub_typing                          false
% 0.21/0.57  % --brand_transform                     false
% 0.21/0.57  % --pure_diseq_elim                     true
% 0.21/0.57  % --min_unsat_core                      false
% 0.21/0.57  % --pred_elim                           true
% 0.21/0.57  % --add_important_lit                   false
% 0.21/0.57  % --soft_assumptions                    false
% 0.21/0.57  % --reset_solvers                       false
% 0.21/0.57  % --bc_imp_inh                          []
% 0.21/0.57  % --conj_cone_tolerance                 1.5
% 0.21/0.57  % --prolific_symb_bound                 500
% 0.21/0.57  % --lt_threshold                        2000
% 0.21/0.57  
% 0.21/0.57  % ------ SAT Options
% 0.21/0.57  
% 0.21/0.57  % --sat_mode                            false
% 0.21/0.57  % --sat_fm_restart_options              ""
% 0.21/0.57  % --sat_gr_def                          false
% 0.21/0.57  % --sat_epr_types                       true
% 0.21/0.57  % --sat_non_cyclic_types                false
% 0.21/0.57  % --sat_finite_models                   false
% 0.21/0.57  % --sat_fm_lemmas                       false
% 0.21/0.57  % --sat_fm_prep                         false
% 0.21/0.57  % --sat_fm_uc_incr                      true
% 0.21/0.57  % --sat_out_model                       small
% 0.21/0.57  % --sat_out_clauses                     false
% 0.21/0.57  
% 0.21/0.57  % ------ QBF Options
% 0.21/0.57  
% 0.21/0.57  % --qbf_mode                            false
% 0.21/0.57  % --qbf_elim_univ                       true
% 0.21/0.57  % --qbf_sk_in                           true
% 0.21/0.57  % --qbf_pred_elim                       true
% 0.21/0.57  % --qbf_split                           32
% 0.21/0.57  
% 0.21/0.57  % ------ BMC1 Options
% 0.21/0.57  
% 0.21/0.57  % --bmc1_incremental                    false
% 0.21/0.57  % --bmc1_axioms                         reachable_all
% 0.21/0.57  % --bmc1_min_bound                      0
% 0.21/0.57  % --bmc1_max_bound                      -1
% 0.21/0.57  % --bmc1_max_bound_default              -1
% 0.21/0.57  % --bmc1_symbol_reachability            true
% 0.21/0.57  % --bmc1_property_lemmas                false
% 0.21/0.57  % --bmc1_k_induction                    false
% 0.21/0.57  % --bmc1_non_equiv_states               false
% 0.21/0.57  % --bmc1_deadlock                       false
% 0.21/0.57  % --bmc1_ucm                            false
% 0.21/0.57  % --bmc1_add_unsat_core                 none
% 0.21/0.57  % --bmc1_unsat_core_children            false
% 0.21/0.57  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.21/0.57  % --bmc1_out_stat                       full
% 0.21/0.57  % --bmc1_ground_init                    false
% 0.21/0.57  % --bmc1_pre_inst_next_state            false
% 0.21/0.57  % --bmc1_pre_inst_state                 false
% 0.21/0.57  % --bmc1_pre_inst_reach_state           false
% 0.21/0.57  % --bmc1_out_unsat_core                 false
% 0.21/0.57  % --bmc1_aig_witness_out                false
% 0.21/0.57  % --bmc1_verbose                        false
% 0.21/0.57  % --bmc1_dump_clauses_tptp              false
% 0.21/0.57  % --bmc1_dump_unsat_core_tptp           false
% 0.21/0.57  % --bmc1_dump_file                      -
% 0.21/0.57  % --bmc1_ucm_expand_uc_limit            128
% 0.21/0.57  % --bmc1_ucm_n_expand_iterations        6
% 0.21/0.57  % --bmc1_ucm_extend_mode                1
% 0.21/0.57  % --bmc1_ucm_init_mode                  2
% 0.21/0.57  % --bmc1_ucm_cone_mode                  none
% 0.21/0.57  % --bmc1_ucm_reduced_relation_type      0
% 0.21/0.57  % --bmc1_ucm_relax_model                4
% 0.21/0.57  % --bmc1_ucm_full_tr_after_sat          true
% 0.21/0.57  % --bmc1_ucm_expand_neg_assumptions     false
% 0.21/0.57  % --bmc1_ucm_layered_model              none
% 0.21/0.57  % --bmc1_ucm_max_lemma_size             10
% 0.21/0.57  
% 0.21/0.57  % ------ AIG Options
% 0.21/0.57  
% 0.21/0.57  % --aig_mode                            false
% 0.21/0.57  
% 0.21/0.57  % ------ Instantiation Options
% 0.21/0.57  
% 0.21/0.57  % --instantiation_flag                  true
% 0.21/0.57  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.21/0.57  % --inst_solver_per_active              750
% 0.21/0.57  % --inst_solver_calls_frac              0.5
% 0.21/0.57  % --inst_passive_queue_type             priority_queues
% 0.21/0.57  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.21/0.57  % --inst_passive_queues_freq            [25;2]
% 0.21/0.57  % --inst_dismatching                    true
% 0.21/0.57  % --inst_eager_unprocessed_to_passive   true
% 0.21/0.57  % --inst_prop_sim_given                 true
% 0.21/0.57  % --inst_prop_sim_new                   false
% 0.21/0.57  % --inst_orphan_elimination             true
% 0.21/0.57  % --inst_learning_loop_flag             true
% 0.21/0.57  % --inst_learning_start                 3000
% 0.21/0.57  % --inst_learning_factor                2
% 0.21/0.57  % --inst_start_prop_sim_after_learn     3
% 0.21/0.57  % --inst_sel_renew                      solver
% 0.21/0.57  % --inst_lit_activity_flag              true
% 0.21/0.57  % --inst_out_proof                      true
% 0.21/0.57  
% 0.21/0.57  % ------ Resolution Options
% 0.21/0.57  
% 0.21/0.57  % --resolution_flag                     true
% 0.21/0.57  % --res_lit_sel                         kbo_max
% 0.21/0.57  % --res_to_prop_solver                  none
% 0.21/0.57  % --res_prop_simpl_new                  false
% 0.21/0.57  % --res_prop_simpl_given                false
% 0.21/0.57  % --res_passive_queue_type              priority_queues
% 0.21/0.57  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.21/0.57  % --res_passive_queues_freq             [15;5]
% 0.21/0.57  % --res_forward_subs                    full
% 0.21/0.57  % --res_backward_subs                   full
% 0.21/0.57  % --res_forward_subs_resolution         true
% 0.21/0.57  % --res_backward_subs_resolution        true
% 0.21/0.57  % --res_orphan_elimination              false
% 0.21/0.57  % --res_time_limit                      1000.
% 0.21/0.57  % --res_out_proof                       true
% 0.21/0.57  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_d588db.s
% 0.21/0.57  % --modulo                              true
% 0.21/0.57  
% 0.21/0.57  % ------ Combination Options
% 0.21/0.57  
% 0.21/0.57  % --comb_res_mult                       1000
% 0.21/0.57  % --comb_inst_mult                      300
% 0.21/0.57  % ------ 
% 0.21/0.57  
% 0.21/0.57  
% 0.21/0.57  
% 0.21/0.57  % ------ Proving...
% 0.21/0.57  % 
% 0.21/0.57  
% 0.21/0.57  
% 0.21/0.57  %  Resolution empty clause
% 0.21/0.57  
% 0.21/0.57  % ------                             Statistics
% 0.21/0.57  
% 0.21/0.57  % ------ General
% 0.21/0.57  
% 0.21/0.57  % num_of_input_clauses:                 675
% 0.21/0.57  % num_of_input_neg_conjectures:         1
% 0.21/0.57  % num_of_splits:                        0
% 0.21/0.57  % num_of_split_atoms:                   0
% 0.21/0.57  % num_of_sem_filtered_clauses:          0
% 0.21/0.57  % num_of_subtypes:                      0
% 0.21/0.57  % monotx_restored_types:                0
% 0.21/0.57  % sat_num_of_epr_types:                 0
% 0.21/0.57  % sat_num_of_non_cyclic_types:          0
% 0.21/0.57  % sat_guarded_non_collapsed_types:      0
% 0.21/0.57  % is_epr:                               0
% 0.21/0.57  % is_horn:                              0
% 0.21/0.57  % has_eq:                               0
% 0.21/0.57  % num_pure_diseq_elim:                  0
% 0.21/0.57  % simp_replaced_by:                     0
% 0.21/0.57  % res_preprocessed:                     2
% 0.21/0.57  % prep_upred:                           0
% 0.21/0.57  % prep_unflattend:                      0
% 0.21/0.57  % pred_elim_cands:                      0
% 0.21/0.57  % pred_elim:                            0
% 0.21/0.57  % pred_elim_cl:                         0
% 0.21/0.57  % pred_elim_cycles:                     0
% 0.21/0.57  % forced_gc_time:                       0
% 0.21/0.57  % gc_basic_clause_elim:                 0
% 0.21/0.57  % parsing_time:                         0.059
% 0.21/0.57  % sem_filter_time:                      0.
% 0.21/0.57  % pred_elim_time:                       0.
% 0.21/0.57  % out_proof_time:                       0.
% 0.21/0.57  % monotx_time:                          0.
% 0.21/0.57  % subtype_inf_time:                     0.
% 0.21/0.57  % unif_index_cands_time:                0.
% 0.21/0.57  % unif_index_add_time:                  0.
% 0.21/0.57  % total_time:                           0.117
% 0.21/0.57  % num_of_symbols:                       105
% 0.21/0.57  % num_of_terms:                         1301
% 0.21/0.57  
% 0.21/0.57  % ------ Propositional Solver
% 0.21/0.57  
% 0.21/0.57  % prop_solver_calls:                    1
% 0.21/0.57  % prop_fast_solver_calls:               6
% 0.21/0.57  % prop_num_of_clauses:                  486
% 0.21/0.57  % prop_preprocess_simplified:           2084
% 0.21/0.57  % prop_fo_subsumed:                     0
% 0.21/0.57  % prop_solver_time:                     0.
% 0.21/0.57  % prop_fast_solver_time:                0.
% 0.21/0.57  % prop_unsat_core_time:                 0.
% 0.21/0.57  
% 0.21/0.57  % ------ QBF 
% 0.21/0.57  
% 0.21/0.57  % qbf_q_res:                            0
% 0.21/0.57  % qbf_num_tautologies:                  0
% 0.21/0.57  % qbf_prep_cycles:                      0
% 0.21/0.57  
% 0.21/0.57  % ------ BMC1
% 0.21/0.57  
% 0.21/0.57  % bmc1_current_bound:                   -1
% 0.21/0.57  % bmc1_last_solved_bound:               -1
% 0.21/0.57  % bmc1_unsat_core_size:                 -1
% 0.21/0.57  % bmc1_unsat_core_parents_size:         -1
% 0.21/0.57  % bmc1_merge_next_fun:                  0
% 0.21/0.57  % bmc1_unsat_core_clauses_time:         0.
% 0.21/0.57  
% 0.21/0.57  % ------ Instantiation
% 0.21/0.57  
% 0.21/0.57  % inst_num_of_clauses:                  664
% 0.21/0.57  % inst_num_in_passive:                  0
% 0.21/0.57  % inst_num_in_active:                   0
% 0.21/0.57  % inst_num_in_unprocessed:              675
% 0.21/0.57  % inst_num_of_loops:                    0
% 0.21/0.58  % inst_num_of_learning_restarts:        0
% 0.21/0.58  % inst_num_moves_active_passive:        0
% 0.21/0.58  % inst_lit_activity:                    0
% 0.21/0.58  % inst_lit_activity_moves:              0
% 0.21/0.58  % inst_num_tautologies:                 0
% 0.21/0.58  % inst_num_prop_implied:                0
% 0.21/0.58  % inst_num_existing_simplified:         0
% 0.21/0.58  % inst_num_eq_res_simplified:           0
% 0.21/0.58  % inst_num_child_elim:                  0
% 0.21/0.58  % inst_num_of_dismatching_blockings:    0
% 0.21/0.58  % inst_num_of_non_proper_insts:         0
% 0.21/0.58  % inst_num_of_duplicates:               0
% 0.21/0.58  % inst_inst_num_from_inst_to_res:       0
% 0.21/0.58  % inst_dismatching_checking_time:       0.
% 0.21/0.58  
% 0.21/0.58  % ------ Resolution
% 0.21/0.58  
% 0.21/0.58  % res_num_of_clauses:                   961
% 0.21/0.58  % res_num_in_passive:                   2
% 0.21/0.58  % res_num_in_active:                    407
% 0.21/0.58  % res_num_of_loops:                     2
% 0.21/0.58  % res_forward_subset_subsumed:          268
% 0.21/0.58  % res_backward_subset_subsumed:         0
% 0.21/0.58  % res_forward_subsumed:                 0
% 0.21/0.58  % res_backward_subsumed:                0
% 0.21/0.58  % res_forward_subsumption_resolution:   1
% 0.21/0.58  % res_backward_subsumption_resolution:  0
% 0.21/0.58  % res_clause_to_clause_subsumption:     1
% 0.21/0.58  % res_orphan_elimination:               0
% 0.21/0.58  % res_tautology_del:                    0
% 0.21/0.58  % res_num_eq_res_simplified:            0
% 0.21/0.58  % res_num_sel_changes:                  0
% 0.21/0.58  % res_moves_from_active_to_pass:        0
% 0.21/0.58  
% 0.21/0.58  % Status Unsatisfiable
% 0.21/0.58  % SZS status Theorem
% 0.21/0.58  % SZS output start CNFRefutation
% See solution above
%------------------------------------------------------------------------------