We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The axiom https://github.com/ontologyportal/sumo/blob/master/Merge.kif#L452-L456 defines the semantics of range. The question is the necessity of the AssignmentFn. We don't have much information about this function. See here.
range
AssignmentFn
Maybe we can replace it with a more direct version:
(=> (and (range ?FUNCTION ?CLASS) (equal (?FUNCTION @ROW) ?VALUE)) (instance ?VALUE ?CLASS))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The axiom https://github.com/ontologyportal/sumo/blob/master/Merge.kif#L452-L456 defines the semantics of
range
. The question is the necessity of theAssignmentFn
. We don't have much information about this function. See here.Maybe we can replace it with a more direct version:
The text was updated successfully, but these errors were encountered: