HCLS/OntologyTaskForce/DesignIssues

From W3C Wiki

Design Choices and Issues in creating the Bench to Bedside Ontology

1. Should we use relationships or classes to model knowledge?

  1. Relationship transcribed_to
  2. Modeling disease as a process or relationship between two physiologic states of a patient?

2. Should more specific pieces of knowledge be modeled as instances or subclasses?

  1. Parkinson's Disease instance-of/subclass-of Disease
  2. Alpha Synuclein, Parkin Gene instance-of/subclass-of Gene
  3. Synuclein, Parkin Protein, DJ-1, PINK-1 instance-of/subclass-of Protein

3. What level of granularity should the knowledge be represented?

  1. Should the relationship causes/caused-by be inherited to each of the Gene/Disease subclasses and represented at lower levels of granularity
  2. What is the role of transitivity of relationships, for e.g., a protein is a component of physiologic structure after applying transitive closure.
  3. Can a relationship such as pathological hallmark be generalized, for e.g., to the level of Disease, Physiologic Structure.
  4. Can a relationship such as risk factor be generalized to the level of Disease and Genes?

4. Ontology Partitioning and Modularity

  1. Is it feasible to have an ontology module for Study on one hand and Ontological Elements on the other?
  2. Would it make sense to have another module for Experimental Data?
  3. AJ Chen's and Tim Clark's SPE Ontology could be viewed as a separate module within the Bench to Bedside Ontology?
  4. Can the ACPP ontology be linked to the Bench to Bedside Ontology as a submodule?
  5. Ontology inclusion: Can we include properties from other ontologies? Is a "shallow copy" enough? Or do we need to copy the axioms that constrain the representation as well? How do we ensure that they are not inconsistent with the rest of the current ontology?
  6. Ontology subsetting: Can subsets of ontologies be imported into another ontology or do other ontologies have to be imported?
  7. Based on the Seed Ontology: How do we specify cross links? So if we cross link to something like NN:529, does it pull in the whole subtree

5. Treatment of Properties

  1. How do we handle multiple domains of a property?
  2. How do we handle multiple ranges of a property?
  3. Gene has_variant AllelicVariant violates the ALL/SOME structure, Not all copies of a particular gene have an allelic variant
  4. Gene transcribes_into Protien violates the ALL/SOME structure, Not all copies of a gene transcribe into a protein
  5. What is the interpretation of a property: ALL/SOME, ALL/ALL, SOME/SOME, or SOME/ALL?

6. Domain Specific Knowledge Modeling Issues

  1. Is Protein Degradation a function of the Pathway or the proteosome?
  2. How does one model protein folding, processing and regulation?
  3. Can the following constraint be represented in the ontology: "simple overexpression of wild type protein is sufficient to cause Parkinson’s Disease”

6. Role of Implementation Consideration in determining Ontology Creation Best Practices

  1. Should the decision of whether to model something as a class or instance depend on the performance considerations of OWL reasoners? This can be further clarified as follows:
    1. What will be the Abox inferences implemented in the context of "instance-of" representation?
    2. What will be the Tbox inferences implemented in the context of "subclass-of" representation?
    3. What are the performance and scalability implications of the above choices?
    4. What are the expressivity implications of the above choices; i.e., can we express some knowledge
        using subclass-of based modeling which are not possible using instance-of modeling; or vice versa....

7. OWL Language Issues:

  1. How does one handle initial/default values, for e.g., function of proteosomal pathway is protein degradation
  2. How does one represent ternary relationships such as GeneDiseaseAssociationInStudy ?