<?xml version="1.0"?>
<rdf:RDF    
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns="http://confOf#"
  xml:base="http://confOf">  
  <owl:Class rdf:ID="Trip">    
    <owl:disjointWith>
      <owl:Class rdf:ID="Banquet"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Reception"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Social_event"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Event">
    <owl:disjointWith>
      <owl:Class rdf:ID="Contribution"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="City"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Organization"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Person"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Topic"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Country"/>
    </owl:disjointWith>    
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Company">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Organization"/>
    </rdfs:subClassOf>    
    <owl:disjointWith>
      <owl:Class rdf:ID="University"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Scholar">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Person"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="studyAt"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#University"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >price category - scholar</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#University"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#studyAt"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Administrator">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Person"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Topic">
    <owl:disjointWith>
      <owl:Class rdf:about="#Country"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Contribution"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="#Organization"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#City"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Event"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Person"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Contribution">
    <owl:disjointWith>
      <owl:Class rdf:about="#Country"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="hasTitle"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#City"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="dealsWith"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Topic"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en">confTool</rdfs:comment>
    <owl:disjointWith rdf:resource="#Event"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#dealsWith"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Topic"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:minCardinality>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="contactEmail"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Person"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:minCardinality>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="hasKeyword"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="abstract"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>    
    <owl:disjointWith rdf:resource="#Topic"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Organization"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Poster">
    <owl:disjointWith>
      <owl:Class rdf:ID="Paper"/>
    </owl:disjointWith>    
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:ID="Short_paper"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Contribution"/>
  </owl:Class>
  <owl:Class rdf:about="#Short_paper">
    <owl:disjointWith rdf:resource="#Poster"/>    
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="#Paper"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Contribution"/>
  </owl:Class>
  <owl:Class rdf:ID="Reviewing_results_event">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Administrative_event"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="Reviewing_event"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Results of the reviewing procedures, accessable to authors</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:ID="Registration_of_participants_event"/>
    </owl:disjointWith>    
    <owl:disjointWith>
      <owl:Class rdf:ID="Submission_event"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:ID="Camera_Ready_event"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Workshop">
    <owl:disjointWith>
      <owl:Class rdf:ID="Conference"/>
    </owl:disjointWith>    
    <owl:disjointWith>
      <owl:Class rdf:ID="Tutorial"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Working_event"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Submission_event">
    <owl:disjointWith>
      <owl:Class rdf:about="#Registration_of_participants_event"/>
    </owl:disjointWith>    
    <owl:disjointWith>
      <owl:Class rdf:about="#Camera_Ready_event"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Administrative_event"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Submission of contributions</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="#Reviewing_event"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Reviewing_results_event"/>
  </owl:Class>
  <owl:Class rdf:about="#Organization">
    <owl:disjointWith rdf:resource="#Event"/>    
    <owl:disjointWith>
      <owl:Class rdf:about="#Person"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Contribution"/>
    <owl:disjointWith rdf:resource="#Topic"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#City"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Country"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Member">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Participant"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Camera_Ready_event">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Final upload of accepted contributions</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="#Reviewing_event"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Registration_of_participants_event"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Reviewing_results_event"/>
    <owl:disjointWith rdf:resource="#Submission_event"/>    
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Administrative_event"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#University">    
    <rdfs:subClassOf rdf:resource="#Organization"/>
    <owl:disjointWith rdf:resource="#Company"/>
  </owl:Class>
  <owl:Class rdf:about="#Banquet">
    <owl:disjointWith rdf:resource="#Trip"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Reception"/>
    </owl:disjointWith>    
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Social_event"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Country">
    <owl:disjointWith rdf:resource="#Event"/>
    <owl:disjointWith rdf:resource="#Organization"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Person"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Contribution"/>
    <owl:disjointWith rdf:resource="#Topic"/>
  </owl:Class>
  <owl:Class rdf:about="#Person">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#Organization"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="employedBy"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="hasFirstName"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="hasCountry"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Country"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#City"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:minCardinality>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="hasEmail"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#employedBy"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Organization"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="hasSurname"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <owl:disjointWith rdf:resource="#Topic"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:minCardinality>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="hasStreet"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Organization"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="hasPostalCode"/>
        </owl:onProperty>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:minCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Country"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasCity"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#City"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Contribution"/>
    <owl:disjointWith rdf:resource="#Event"/>
  </owl:Class>
  <owl:Class rdf:ID="Member_PC">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="reviewes"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Contribution"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#Topic"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="expertOn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Reviewer</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Contribution"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#reviewes"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Topic"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#expertOn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Person"/>
  </owl:Class>
  <owl:Class rdf:about="#Reception">
    <owl:disjointWith rdf:resource="#Banquet"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Social_event"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Trip"/>    
  </owl:Class>
  <owl:Class rdf:ID="Chair_PC">
    <rdfs:subClassOf rdf:resource="#Person"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Student">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Participant"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Science_Worker">
    <rdfs:subClassOf rdf:resource="#Person"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >price category - science worker</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Social_event">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="defaultChoice"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Working_event"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="location"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Administrative_event"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Event"/>    
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="has_title"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Registration_of_participants_event">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Administrative_event"/>
    </rdfs:subClassOf>    
    <owl:disjointWith rdf:resource="#Camera_Ready_event"/>
    <owl:disjointWith rdf:resource="#Reviewing_results_event"/>
    <owl:disjointWith rdf:resource="#Submission_event"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Registration of new ConfTool users</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="#Reviewing_event"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Assistant">
    <rdfs:subClassOf rdf:resource="#Person"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Volunteer">
    <rdfs:subClassOf rdf:resource="#Person"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Working_event">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#Topic"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasTopic"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>    
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Topic"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasTopic"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_title"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Event"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Administrative_event"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="#location"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#defaultChoice"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Social_event"/>
  </owl:Class>
  <owl:Class rdf:about="#Reviewing_event">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Reviewing procedure for submitted contributions</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Administrative_event"/>
    </rdfs:subClassOf>    
    <owl:disjointWith rdf:resource="#Camera_Ready_event"/>
    <owl:disjointWith rdf:resource="#Reviewing_results_event"/>
    <owl:disjointWith rdf:resource="#Registration_of_participants_event"/>
    <owl:disjointWith rdf:resource="#Submission_event"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Participant">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Person"/>
  </owl:Class>
  <owl:Class rdf:ID="Regular">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Participant"/>
  </owl:Class>
  <owl:Class rdf:about="#City">
    <owl:disjointWith rdf:resource="#Contribution"/>
    <owl:disjointWith rdf:resource="#Person"/>
    <owl:disjointWith rdf:resource="#Organization"/>
    <owl:disjointWith rdf:resource="#Event"/>
    <owl:disjointWith rdf:resource="#Topic"/>
  </owl:Class>
  <owl:Class rdf:ID="Author">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Contribution"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="writes"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Person"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#Contribution"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#writes"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Paper">
    <owl:disjointWith rdf:resource="#Short_paper"/>
    <owl:disjointWith rdf:resource="#Poster"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>    
    <rdfs:subClassOf rdf:resource="#Contribution"/>
  </owl:Class>
  <owl:Class rdf:about="#Tutorial">    
    <owl:disjointWith>
      <owl:Class rdf:about="#Conference"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Working_event"/>
    <owl:disjointWith rdf:resource="#Workshop"/>
  </owl:Class>
  <owl:Class rdf:about="#Administrative_event">
    <owl:disjointWith rdf:resource="#Social_event"/>
    <rdfs:subClassOf rdf:resource="#Event"/>
    <owl:disjointWith rdf:resource="#Working_event"/>
  </owl:Class>
  <owl:Class rdf:about="#Conference">    
    <owl:disjointWith rdf:resource="#Tutorial"/>
    <rdfs:subClassOf rdf:resource="#Working_event"/>
    <owl:disjointWith rdf:resource="#Workshop"/>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="follows">
    <rdfs:range rdf:resource="#Administrative_event"/>
    <rdfs:domain rdf:resource="#Administrative_event"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#studyAt">
    <rdfs:domain rdf:resource="#Scholar"/>
    <rdfs:range rdf:resource="#University"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#employedBy">
    <rdfs:domain rdf:resource="#Person"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:range rdf:resource="#Organization"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#writes">
    <rdfs:domain rdf:resource="#Author"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="writtenBy"/>
    </owl:inverseOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:range rdf:resource="#Contribution"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#expertOn">
    <rdfs:range rdf:resource="#Topic"/>
    <rdfs:domain rdf:resource="#Member_PC"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasCity">
    <rdfs:range rdf:resource="#City"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Organization"/>
          <owl:Class rdf:about="#Person"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#reviewes">
    <rdfs:range rdf:resource="#Contribution"/>
    <rdfs:domain rdf:resource="#Member_PC"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasTopic">
    <rdfs:domain rdf:resource="#Working_event"/>
    <rdfs:range rdf:resource="#Topic"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="parallel_with">
    <owl:inverseOf rdf:resource="#parallel_with"/>
    <rdfs:range rdf:resource="#Administrative_event"/>
    <rdfs:domain rdf:resource="#Administrative_event"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#writtenBy">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <owl:inverseOf rdf:resource="#writes"/>
    <rdfs:range rdf:resource="#Author"/>
    <rdfs:domain rdf:resource="#Contribution"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasAdministrativeEvent">
    <rdfs:domain rdf:resource="#Working_event"/>
    <rdfs:range rdf:resource="#Administrative_event"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#dealsWith">
    <rdfs:range rdf:resource="#Topic"/>
    <rdfs:domain rdf:resource="#Contribution"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="remark">
    <rdfs:domain rdf:resource="#Contribution"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#hasPostalCode">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Person"/>
          <owl:Class rdf:about="#Organization"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="earlyRegistration">
    <rdfs:domain rdf:resource="#Participant"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasHomePage">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:domain rdf:resource="#Person"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#abstract">
    <rdfs:domain rdf:resource="#Contribution"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#hasSurname">
    <rdfs:domain rdf:resource="#Person"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasFax">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#Person"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#hasFirstName">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >involved middle name</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#Person"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_short_title">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Social_event"/>
          <owl:Class rdf:about="#Working_event"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#contactEmail">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:domain rdf:resource="#Contribution"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#location">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >where the event is being held</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Social_event"/>
          <owl:Class rdf:about="#Working_event"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasPhone">
    <rdfs:domain rdf:resource="#Person"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#hasStreet">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Person"/>
          <owl:Class rdf:about="#Organization"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="minChoice">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Social_event"/>
          <owl:Class rdf:about="#Working_event"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool
</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#hasKeyword">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#Contribution"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#hasEmail">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#Person"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:FunctionalProperty rdf:about="#has_title">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Social_event"/>
          <owl:Class rdf:about="#Working_event"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#hasTitle">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:domain rdf:resource="#Contribution"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="starts_on">
    <rdfs:domain rdf:resource="#Event"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasVAT">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >value added tax
</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Social_event"/>
          <owl:Class rdf:about="#Working_event"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#defaultChoice">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Social_event"/>
          <owl:Class rdf:about="#Working_event"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="maxChoice">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Social_event"/>
          <owl:Class rdf:about="#Working_event"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool
</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#hasCountry">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Organization"/>
          <owl:Class rdf:about="#Person"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="#Country"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="ends_on">
    <rdfs:domain rdf:resource="#Event"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >confTool</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 1.3, Build 225.4)  http://protege.stanford.edu -->

