Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
grain of sand #205
Comments
cmungall
added the
auto-migrated
label
Jun 17, 2015
cmungall
self-assigned this
Jun 17, 2015
|
This looks like it has been addressed. I agree with the edits made, except I think we should have |
|
On reflection there may be some naivety in my location-based classification. Isn't it the case that desert sand has different properties based on its exposure etc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cmungall commentedNov 2, 2009
currently we have
[1] grain of desert sand is_a sand
[2] grain of desert sand is_a grain of sand
all 3 terms are undefined.
I propose:
* treat 'sand' as a mass noun synonym for 'portion of sand' and define it as such
We also have:
[3] sand is_a rock
I propose we change to RO:derives_from
Original comment by: cmungall