Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;; focal term
- Constant: Beagle.
- ;; Next Items will places in Biology KB
- In KB: BiologyVocabularyKB.
- ;; adds two assertions (isa Beagle Class) (isa Beagle OrganismClassificationType)
- isa: OrganismClassificationType, Collection.
- Truth Value: :default.
- ;; asserts (genls Beagle Dog) ;; means subclass
- genls: Dog.
- ;; asserts (comment Beagle "a small short-legged smooth-coated breed of hound")
- comment: "a small short-legged smooth-coated breed of hound".
- ;; Switches to a new focal term
- Constant: Snoopy.
- In KB: HumanActivitiesKB.
- isa: Beagle.
- comment: "Comic strip beagle created by Charles Shultz".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement