<?xml version="1.0"?>
<rdf:RDF
    xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
    xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
    xmlns:org="http://edesign.ecs.umass.edu/ontologies/Framework1.0/Organization1.0.owl#"
    xmlns:DSCN="http://edesign.ecs.umass.edu/ontologies/Framework1.0/DecisionOntology1.0.owl#"
    xmlns:swrl="http://www.w3.org/2003/11/swrl#"
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
  xml:base="http://edesign.ecs.umass.edu/ontologies/Framework1.0/DecisionOntology1.0.owl">
  <owl:Ontology rdf:about="http://edesign.ecs.umass.edu/ontologies/Framework1.0/Decision1.0.owl"/>
  <owl:Class rdf:ID="thermodynamics">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Skills"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Decision_Space">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Structure"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The decision space is the set of all possible outcomes for the problem and the limits on them. This world of possibilities is defined by the alternatives (i.e. the variables) that are the potential solutions for the problem and the criteria or constraints that measure or limit the solution. In all decision problems these two pieces of information are central to the problem definition.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Pughs_Model">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Decision_Models"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Preference_Model">
    <rdfs:subClassOf rdf:resource="#Structure"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The preference model represents the goal of the problem or value of each potential outcome. In other words, preference is a model of what the decision maker(s) care about. This is often quantified by an objective, cost or utility function.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Ullmans_ADM_method">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ullmans Advanced Decision Matrix (ADM) method. Similar to Pugh's method but incorporates "belief". where belief is based on knowledge and confidence.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Decision_Methods"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Projects_tasks_or_decisions">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Skills_Evaluation"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Heat_and_Mass_Transfer">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Skills"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="thermomechanical">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Skills"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Belief_Model">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The belief model is a representation of the likelihood of success for a particular solution to the problem. The belief model expresses what the decision maker(s) knows or accepts to be the basis for making the decision. This can be measured by the knowledge about the alternatives and the confidence in them satisfying the criteria.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Structure"/>
  </owl:Class>
  <owl:Class rdf:ID="Pughs_Method">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a.k.a decision-matrix method</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Decision_Methods"/>
  </owl:Class>
  <owl:Class rdf:ID="Utility_Theory">
    <rdfs:subClassOf rdf:resource="#Decision_Methods"/>
  </owl:Class>
  <owl:Class rdf:ID="Ullmans_advanced_decision_matrix">
    <rdfs:subClassOf rdf:resource="#Decision_Models"/>
  </owl:Class>
  <owl:Class rdf:ID="Evaluation">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="criteria_to_consider"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Pughs_Method"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="datum_to_consider"/>
        </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:ObjectProperty rdf:ID="Evaluators"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Comparison_Basis">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The comparison basis is a measure of the type of comparison made in the evaluation of an alternative. An alternative is either compared absolutely to a criterion or relatively to another alternative. Relative comparisons are made along dimensions set by criteria.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Preference_Model"/>
  </owl:Class>
  <owl:Class rdf:ID="Range">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Each design issue may be independent or dependent on other issues. The level of dependence affects the number of times an issue is reconsidered. There are three types of dependency considered here:</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Skills">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Augmented_Ullmans_ADM_method"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Belief_Completeness">
    <rdfs:subClassOf rdf:resource="#Belief_Model"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >In most engineering decision making problems all the alternatives are not evaluated against all the criteria by everyone on the design team. This is especially true if the team is multi-disciplinary or if some team members have little knowledge about some of the criteria. This measure focuses on the completeness of the team evaluation of the information. In the example, if everyone on the team gives an evaluation of each alternative relative to each criteria then the belief model would be complete. If everyone on the team does not give an evaluation of each alternative relative to each criteria then the belief model would be complete.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Augmented_Ullmans_ADM_method">
    <rdfs:subClassOf rdf:resource="#Decision_Methods"/>
  </owl:Class>
  <owl:Class rdf:ID="Determinism">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The information used in the problem may be deterministic or distributed. While most analysis is performed on point-valued variables it has long been recognized that all design parameters are actually distributions. Often the exact distribution of information is unknown.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Decision_Space"/>
  </owl:Class>
  <owl:Class rdf:ID="Evaluation_ADM">
    <rdfs:subClassOf rdf:resource="#Ullmans_ADM_method"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#Evaluators"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Satisfaction of an alternative. The satisfication is the weighted sum of an decision makets belief multiplied by the importnace weighting for each criteria.</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NOTE: the only properties that should be populated are "alternative to consider" and "Evaluator". A SWRL rule needs to be created to identify all the criteria associated with that alternative and the belief of the Evaluator for each criteria.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="All">
    <rdfs:subClassOf rdf:resource="#Skills"/>
  </owl:Class>
  <owl:Class rdf:ID="Problem_Completeness">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Iinformation describing the alternatives and criteria, which may be complete or incomplete.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Decision_Space"/>
  </owl:Class>
  <owl:Class rdf:ID="Alternatives_ADM">
    <rdfs:subClassOf rdf:resource="#Ullmans_ADM_method"/>
  </owl:Class>
  <owl:Class rdf:ID="Alternatives">
    <rdfs:subClassOf rdf:resource="#Pughs_Method"/>
  </owl:Class>
  <owl:Class rdf:ID="Support">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The level of support offered to the decision makers can be classified as either: representation, outcome determination, or decision analysis.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Alternatives_AU">
    <rdfs:subClassOf rdf:resource="#Augmented_Ullmans_ADM_method"/>
  </owl:Class>
  <owl:Class rdf:ID="Manufacturing">
    <rdfs:subClassOf rdf:resource="#Skills"/>
  </owl:Class>
  <owl:Class rdf:ID="Decision_Methods_Classification"/>
  <owl:Class rdf:ID="Focus">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The focus of each design issue is either on the product being designed or on one of the processes that support the design, manufacture or distribution of the product.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Abstraction_Level">
    <rdfs:subClassOf rdf:resource="#Decision_Space"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The alternatives and criteria may be refined or abstracted.Generally, refined information is quantitative, whereas abstract information is qualitative.In some decision problems, the Abstraction level of the information is mixed. It is well recognized that much early design information is qualitative and that the final manufacturing specifications are quantitative.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Objective_Function">
    <rdfs:subClassOf rdf:resource="#Preference_Model"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A key feature of all decision making methods is a mechanism for evaluating how well alternatives meets the criteria. This evaluation is quantified through an objective, utility or cost function, a measure of preference of one alternative relative to others. In many problems the objective function is based on the values for parameters that characterize the alternatives and the desire to maximize, minimize or find an internal optimum point for some parametric characteristic as in formal optimization. In other problems, the objective function is a weighted preference of criteria that call for judgement or satisficing rather than analysis.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="belief_maps">
    <rdfs:subClassOf rdf:resource="#Ullmans_ADM_method"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="confidence_level"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="knowledge_level"/>
        </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:ObjectProperty rdf:about="#Evaluators"/>
        </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"
    >needs properties: knowledge, confidence, alternative considering, criteria considering, who's belief map?</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Material_science">
    <rdfs:subClassOf rdf:resource="#Skills"/>
  </owl:Class>
  <owl:Class rdf:ID="People">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Skills_Evaluation"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Criteria_ADM">
    <rdfs:subClassOf rdf:resource="#Ullmans_ADM_method"/>
  </owl:Class>
  <owl:Class rdf:ID="Mechanical_Design">
    <rdfs:subClassOf rdf:resource="#Skills"/>
  </owl:Class>
  <owl:Class rdf:about="#Skills_Evaluation">
    <rdfs:subClassOf rdf:resource="#Augmented_Ullmans_ADM_method"/>
  </owl:Class>
  <owl:Class rdf:ID="Consistency">
    <rdfs:subClassOf rdf:resource="#Preference_Model"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >When a team of designers is making design problem decisions, there may be many different viewpoints on the importance of criteria and the evaluation of alternatives, thus, preference models may vary within the team. If the problem is being solved by a single individual, a team with a unified view, or if a methodology can only represent a single viewpoint then the decision making problem is considered consistent. If there are conflicting viewpoints, then the preference model is inconsistent.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Criteria_AU">
    <rdfs:subClassOf rdf:resource="#Augmented_Ullmans_ADM_method"/>
  </owl:Class>
  <owl:Class rdf:ID="Dimension">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Knowledge is a measure of how much the evaluator knows about the alternative/criteria space. Confidence is a measure of how well the evaluator believes the alternative actually meets the criteria. Decision problems or methods are classed by the number of dimensions of information involved: none; 1 (confidence or knowledge); or 2 (knowledge and confidence).</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Belief_Model"/>
  </owl:Class>
  <owl:Class rdf:ID="DSS">
    <rdfs:subClassOf rdf:resource="#Decision_Methods"/>
  </owl:Class>
  <owl:Class rdf:ID="Individual_Skill_Sets">
    <rdfs:subClassOf rdf:resource="#Augmented_Ullmans_ADM_method"/>
  </owl:Class>
  <owl:Class rdf:ID="fluidynamics">
    <rdfs:subClassOf rdf:resource="#Skills"/>
  </owl:Class>
  <owl:Class rdf:ID="Criteria">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >requriements or specifications</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Pughs_Method"/>
  </owl:Class>
  <owl:Class rdf:ID="electronic_packaging">
    <rdfs:subClassOf rdf:resource="#thermomechanical"/>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="Relevant_areas_of_Knowledge">
    <rdfs:domain rdf:resource="#Criteria_AU"/>
    <rdfs:range rdf:resource="#Skills"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#datum_to_consider">
    <rdfs:range rdf:resource="#Alternatives"/>
    <rdfs:domain rdf:resource="#Evaluation"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="alternatives_for">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Alternatives"/>
          <owl:Class rdf:about="#Alternatives_ADM"/>
          <owl:Class rdf:about="#Alternatives_AU"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="Alternative_options"/>
    </owl:inverseOf>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Pughs_Model"/>
          <owl:Class rdf:about="#Ullmans_advanced_decision_matrix"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="Basis_of_criteria">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Criteria"/>
          <owl:Class rdf:about="#Criteria_ADM"/>
          <owl:Class rdf:about="#Criteria_AU"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_comparision_basis">
    <rdfs:range rdf:resource="#Comparison_Basis"/>
    <rdfs:domain rdf:resource="#Decision_Methods_Classification"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_problem_completeness">
    <rdfs:domain rdf:resource="#Decision_Methods_Classification"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="#Problem_Completeness"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="Evaluation_criteria">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Pughs_Model"/>
          <owl:Class rdf:about="#Ullmans_advanced_decision_matrix"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="criteria_for"/>
    </owl:inverseOf>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Criteria"/>
          <owl:Class rdf:about="#Criteria_AU"/>
          <owl:Class rdf:about="#Criteria_ADM"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="Person">
    <rdfs:domain rdf:resource="#People"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="alternative_design">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Alternatives_AU"/>
          <owl:Class rdf:about="#Alternatives"/>
          <owl:Class rdf:about="#Alternatives_ADM"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_consistency">
    <rdfs:domain rdf:resource="#Decision_Methods_Classification"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="#Consistency"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#criteria_for">
    <owl:inverseOf rdf:resource="#Evaluation_criteria"/>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Pughs_Model"/>
          <owl:Class rdf:about="#Ullmans_advanced_decision_matrix"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Criteria"/>
          <owl:Class rdf:about="#Criteria_ADM"/>
          <owl:Class rdf:about="#Criteria_AU"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_dimension">
    <rdfs:domain rdf:resource="#Decision_Methods_Classification"/>
    <rdfs:range rdf:resource="#Dimension"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#Alternative_options">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Alternatives"/>
          <owl:Class rdf:about="#Alternatives_AU"/>
          <owl:Class rdf:about="#Alternatives_ADM"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <owl:inverseOf rdf:resource="#alternatives_for"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Pughs_Model"/>
          <owl:Class rdf:about="#Ullmans_advanced_decision_matrix"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_abstraction_level">
    <rdfs:domain rdf:resource="#Decision_Methods_Classification"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="#Abstraction_Level"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="classification_of">
    <rdfs:domain rdf:resource="#Decision_Methods_Classification"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="classification"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#criteria_to_consider">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Criteria"/>
          <owl:Class rdf:about="#Criteria_ADM"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Evaluation"/>
          <owl:Class rdf:about="#belief_maps"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_objective_function">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="#Objective_Function"/>
    <rdfs:domain rdf:resource="#Decision_Methods_Classification"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="skill_to_consider">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#People"/>
    <rdfs:range rdf:resource="#Skills"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="datum">
    <rdfs:domain rdf:resource="#Pughs_Model"/>
    <rdfs:range rdf:resource="#Alternatives"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_determinism">
    <rdfs:domain rdf:resource="#Decision_Methods_Classification"/>
    <rdfs:range rdf:resource="#Determinism"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_level_of_support">
    <rdfs:domain rdf:resource="#Decision_Methods_Classification"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="#Support"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="alternative_to_consider">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Alternatives"/>
          <owl:Class rdf:about="#Alternatives_ADM"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Evaluation"/>
          <owl:Class rdf:about="#belief_maps"/>
          <owl:Class rdf:about="#Evaluation_ADM"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#classification">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="#Decision_Methods_Classification"/>
    <owl:inverseOf rdf:resource="#classification_of"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_belief_completeness">
    <rdfs:domain rdf:resource="#Decision_Methods_Classification"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="#Belief_Completeness"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="project_for">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Pughs_Model"/>
          <owl:Class rdf:about="#Ullmans_advanced_decision_matrix"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_range_of_independence">
    <rdfs:domain rdf:resource="#Decision_Methods_Classification"/>
    <rdfs:range rdf:resource="#Range"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_problem_focus">
    <rdfs:range rdf:resource="#Focus"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#Decision_Methods_Classification"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#Evaluators">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Evaluation"/>
          <owl:Class rdf:about="#belief_maps"/>
          <owl:Class rdf:about="#Evaluation_ADM"/>
          <owl:Class rdf:about="#Ullmans_advanced_decision_matrix"/>
          <owl:Class rdf:about="#Pughs_Model"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <rdf:Property rdf:ID="Name"/>
  <owl:DatatypeProperty rdf:ID="skill">
    <rdfs:domain rdf:resource="#Skills"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="comparison_is">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:rest rdf:parseType="Resource">
            <rdf:rest rdf:parseType="Resource">
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >N/A</rdf:first>
              <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            </rdf:rest>
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >relatively</rdf:first>
          </rdf:rest>
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >absolutely</rdf:first>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:domain rdf:resource="#Comparison_Basis"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Satisfaction">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#Evaluation_ADM"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#confidence_level">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#belief_maps"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Confidence level, similar to knowledge level. Must be between 0 and 1.</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Number_of_dimensions">
    <rdfs:domain rdf:resource="#Dimension"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >confidence</rdf:first>
          <rdf:rest rdf:parseType="Resource">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >knowledge</rdf:first>
            <rdf:rest rdf:parseType="Resource">
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >none</rdf:first>
              <rdf:rest rdf:parseType="Resource">
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >knowledge and confidence</rdf:first>
              </rdf:rest>
            </rdf:rest>
          </rdf:rest>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Completeness">
    <rdfs:domain rdf:resource="#Problem_Completeness"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:rest rdf:parseType="Resource">
            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Incomplete</rdf:first>
          </rdf:rest>
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >Complete</rdf:first>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="knowledge_evaluation">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#People"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:rest rdf:parseType="Resource">
            <rdf:rest rdf:parseType="Resource">
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
              >2</rdf:first>
              <rdf:rest rdf:parseType="Resource">
                <rdf:rest rdf:parseType="Resource">
                  <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
                  >4</rdf:first>
                  <rdf:rest rdf:parseType="Resource">
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
                    >5</rdf:first>
                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                  </rdf:rest>
                </rdf:rest>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
                >3</rdf:first>
              </rdf:rest>
            </rdf:rest>
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >1</rdf:first>
          </rdf:rest>
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
          >0</rdf:first>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Objective_Function_Model">
    <rdfs:domain rdf:resource="#Objective_Function"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >optimum</rdf:first>
          <rdf:rest rdf:parseType="Resource">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >judgement</rdf:first>
            <rdf:rest rdf:parseType="Resource">
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >none</rdf:first>
              <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            </rdf:rest>
          </rdf:rest>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="focus_is">
    <rdfs:domain rdf:resource="#Focus"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >product</rdf:first>
          <rdf:rest rdf:parseType="Resource">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >process</rdf:first>
            <rdf:rest rdf:parseType="Resource">
              <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >product or process</rdf:first>
            </rdf:rest>
          </rdf:rest>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="alternative_name">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Alternatives"/>
          <owl:Class rdf:about="#Alternatives_ADM"/>
          <owl:Class rdf:about="#Alternatives_AU"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="criteria_weight">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Criteria"/>
          <owl:Class rdf:about="#Criteria_ADM"/>
          <owl:Class rdf:about="#Criteria_AU"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Decision_Method">
    <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:ID="Belief">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >calculated based on knowledge and confidence</rdfs:comment>
    <rdfs:domain rdf:resource="#belief_maps"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Criteria_for_comparison">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Criteria"/>
          <owl:Class rdf:about="#Criteria_ADM"/>
          <owl:Class rdf:about="#Criteria_AU"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="dependency">
    <rdfs:domain rdf:resource="#Range"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >Type1: Independent</rdf:first>
          <rdf:rest rdf:parseType="Resource">
            <rdf:rest rdf:parseType="Resource">
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >Type3: Interdependent</rdf:first>
              <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            </rdf:rest>
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Type2: Dependent</rdf:first>
          </rdf:rest>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="model_consistency">
    <rdfs:domain rdf:resource="#Consistency"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >consistent</rdf:first>
          <rdf:rest rdf:parseType="Resource">
            <rdf:rest rdf:parseType="Resource">
              <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >N/A</rdf:first>
            </rdf:rest>
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >inconsistent</rdf:first>
          </rdf:rest>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Method">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Name of decision methodology</rdfs:comment>
    <rdfs:domain rdf:resource="#Decision_Methods_Classification"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="determinism_value">
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:rest rdf:parseType="Resource">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >distributed</rdf:first>
            <rdf:rest rdf:parseType="Resource">
              <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >deterministic or distributed</rdf:first>
            </rdf:rest>
          </rdf:rest>
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >deterministic</rdf:first>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:domain rdf:resource="#Determinism"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="evaluation_value">
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
          >-1</rdf:first>
          <rdf:rest rdf:parseType="Resource">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >0</rdf:first>
            <rdf:rest rdf:parseType="Resource">
              <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
              >1</rdf:first>
            </rdf:rest>
          </rdf:rest>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:domain rdf:resource="#Evaluation"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="evaluation_ID">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Pughs_Model"/>
          <owl:Class rdf:about="#Evaluation"/>
          <owl:Class rdf:about="#Ullmans_advanced_decision_matrix"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Abstraction_level">
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >Qualitative</rdf:first>
          <rdf:rest rdf:parseType="Resource">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Quantitative</rdf:first>
            <rdf:rest rdf:parseType="Resource">
              <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >Mixed</rdf:first>
            </rdf:rest>
          </rdf:rest>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:domain rdf:resource="#Abstraction_Level"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="images">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Alternatives"/>
          <owl:Class rdf:about="#Alternatives_ADM"/>
          <owl:Class rdf:about="#Alternatives_AU"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="description">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Criteria"/>
          <owl:Class rdf:about="#Alternatives"/>
          <owl:Class rdf:about="#Alternatives_ADM"/>
          <owl:Class rdf:about="#Criteria_ADM"/>
          <owl:Class rdf:about="#Criteria_AU"/>
          <owl:Class rdf:about="#Alternatives_AU"/>
          <owl:Class rdf:about="#Skills"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <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="name">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Pughs_Model"/>
          <owl:Class rdf:about="#Pughs_Method"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="level_of_support">
    <rdfs:domain rdf:resource="#Support"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >Level 1: Representation</rdf:first>
          <rdf:rest rdf:parseType="Resource">
            <rdf:rest rdf:parseType="Resource">
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >Level 3: Decision Analysis</rdf:first>
              <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            </rdf:rest>
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Level 2: Outcome Determination</rdf:first>
          </rdf:rest>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#knowledge_level">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#belief_maps"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ullman states: "Knowledge is a measure of the information held by a decision-maker about a feature of an alternative defined by a criterion. One way to meauser knowledge is to consider the words that are generally used to describe knowledge and compare them with the probability of having the correct information. This must be between 0 and 1. Ullman recommends that "an individual with no knowledge would have a 50/50 chance of guessing correct information so that individual would have a knowledge level of 0.5. NOTE: there are many different ways to estimate this knowledge level.</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="belief_completeness_value">
    <rdfs:domain rdf:resource="#Belief_Completeness"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >complete</rdf:first>
          <rdf:rest rdf:parseType="Resource">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >incomplete</rdf:first>
            <rdf:rest rdf:parseType="Resource">
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >N/A</rdf:first>
              <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            </rdf:rest>
          </rdf:rest>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.4, Build 504)  http://protege.stanford.edu -->
