Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. %% ?- f('AndrewDougherty',X).
  2. %% X = 'CYC:CONSTANT'(336897, '"AndrewDougherty"').
  3.  
  4. %% ?- cap('AndrewDougherty',X).
  5. %% X = ['AndrewDougherty'].
  6.  
  7. %% ?- cycAssert(['isa','AndrewDougherty','Person'],'BaseKB',Result).
  8. %% Result = 'SL:T'.
  9.  
  10. %% ?- cycQuery(['isa','AndrewDougherty','?X'],'BaseKB',Result).
  11. %% Result = [['CollectionUnionFn', ['TheSet', 'BiologicalLivingObject', 'IntelligentAgent']], 'Agent-Underspecified', ['CollectionUnionFn', ['TheSet', 'Person', 'MultiPersonAgent']], 'TemporallyExistingThing', ['CollectionUnionFn', ['TheSet', 'SpecifiedInformationBearingThingType'|...]], 'PartiallyIntangible', ['Coll\
  12. ectionUnionFn', [...|...]], ['CollectionUnionFn'|...], 'Individual'|...].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement