7: Is ADP ia Nucelotide
Shaken formulation:
Is a ADP a Nucleotide ?
Answer
Yup! the ADP is also a
Question in KM
Template
Is <instance> a <class>?
Parameters
| INSTANCE | _ADP1043 |
|---|---|
| CLASS | Nucleotide |
Code
("p3: Is <instance> a <class>? -> <yesno> <all-classes>, where <yesno> = t/NIL"
(defun answer-p3-data0 (instance class)
(let ( (all-classes (km `#$(the all-classes of ,INSTANCE) :fail-mode 'fail)) )
`(answer
(question-type p3)
(instance ,instance)
(class ,class)
(yesno ,(cond ((member class all-classes) 't)))
(all-classes ,all-classes)))))
Raw Answer
((question-type p3) (instance _adp1043) (class nucleotide)
(yesno t)
(all-classes (thing adp ribonucleotide nucleotide monomer
organic-molecule hydrocarbon molecule
chemical-object inanimate-object object
chemical-entity tangible-entity
spatial-entity entity))
(explanations nil))
Terms
SHAKEN - Unpublished Copyright © 1999-2001, SRI Team