Class GENE-OR-GENOME

A specific sequence, or in the case of the genome the complete sequence of nucleotides along a molecule of DNA or RNA (in the case of some viruses) which represent the functional units of heredity.
Subclass-Of: Molecular-anatomical-structure
Mapping: This should be split into GENE and GENOME. Gene should be splitted into GENE and ALLELE.
Problem: USN NL definition has gene as a sequence, but templates have it as an anatomical structure having a nucleotide sequence as property. Here is the known ambiguity of structure and description. In ON9, gene is a structure, and it is represented by a nucleotide sequence.
Axioms:
(Slot-Value-Type Gene-Or-Genome Component Gene-Or-Genome)

(Slot-Value-Type Gene-Or-Genome Affects Physiologic-Function)

(=> (Gene-Or-Genome ?Self)
    (And (Exists (?A)
                 (And (Finer-Grain-Part-Of ?Self ?A)
                      (Or (Tissue ?A)
                          (Cell-Component ?A)
                          (Cell ?A)
                          (Body-Part ?A))))
         (Exists (?B)
                 (And (Embodies ?Self ?B)
                      (Molecular-Physiologic-Function ?B)))
         (Exists (?C)
                 (And (Strictly-Depends-On ?Self ?C)
                      (Molecular-Sequence ?C)))
         (Exists (?D)
                 (And (Represented-By ?Self ?D)
                      (Nucleotide-Sequence ?D)))))