Skip to content
New issue

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

range and AssignmentFn #184

Open
arademaker opened this issue Oct 20, 2019 · 0 comments
Open

range and AssignmentFn #184

arademaker opened this issue Oct 20, 2019 · 0 comments

Comments

@arademaker
Copy link
Contributor

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.

Maybe we can replace it with a more direct version:

(=> (and (range ?FUNCTION ?CLASS)
	 (equal (?FUNCTION @ROW) ?VALUE))
    (instance ?VALUE ?CLASS))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant