Hi, Everyone,
I want to know the corresponding Java API for the predicate "ConceptuallyRelated".
Can anyone tell me?
I really need to know this.
Thank you very much.
Henry.
Henry,
If what you're trying to query is of the form
(conceptuallyRelated X Y)
then you could ask this query via the general query interface, i.e.,
org.opencyc.api.CycAccess#executeQuery() -- For any query
org.opencyc.api.CycAccess#isQueryTrue() -- Simple boolean method for closed queries (i.e., queries with no variables).
Hope this helps,
Larry
< Previous |
1 |
Next >
Add a Reply
This forum does not allow anonymous participation.
Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.