-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add and correct logical axioms to environmental zone #718
Comments
Approaching the broader issue first:
Yes, this is how we want zones to be represented here. I wouldn't really call them abstract, as they have boundary conditions, just immaterial.
I tend to agree, but the defs that are used often refer to areas and regions, which are immaterial. It's likely these terms are used colloquially, so this is more a question of whether we want to take an ontologist's prerogative and say "What you really mean is...". This can be dangerous at times, but in the case of rhizosphere I think it's okay. Indeed, biosphere, cyrosphere, etc are all material systems. Immaterial entities are also harder to define in OWL, and are harder for humans to properly understand the OWL axiomatization. See #684 (comment)
I'm thinking of biogeographic areas and the areas used in remote sensing - from what I've parsed through, these really do refer to spatial entities that coincide with the ecosystems and features that define them, with a little error included. There are also some cases where the zone in question is defined by an arbitrary collection of things that aren't very closely related causally or otherwise (just a space bag that has stuff in it). There is always potential error is this call - the area defined may not actually line up with the defining entities themselves, so my intuition is that we want a little semantic distance between the spatial entity and the material one. Do you think this is over-engineering? I could imagine that a link to a material entity can be made, but then we wouldn't have a 1:1 semantic descriptor for many geospatial classifications, inhibiting ENVO's role as a broker between them. |
On to the list:
Happy with that. We should also include a 'designated-by' relation to then link to the type of organisation or authority that's in play. This would provide a good link to policy-aligned processes and actors in SDGIO (although we would want to avoid import madness).
Sure, but I think we need a bit more content to do this comprehensively. We can give it a first pass with what we have.
Not familiar with the el-shunt pattern or what the strategy issue is - can you elaborate or link out?
Thought about that, this is very much treated as an area. We could re-label to "coastal zone"
That's an area that is delimited by the activity of a process. If we want to push it to the ME branch, we could relabel to "(portion of) petroleum contaminated sediment undergoing iron-reduction", which is more accurate anyway. The existing label can be pushed to a rel. syn.
This is one of those potentially arbitrary space bags - would definitely keep this as a site.
As a microbiome person, I can see the thinking here. My take on the issue was described above - we will then have to be bold and clean up the existing defs that are floating around. I don't mind this, as long as we add comments describing the commitment. We may have to do that with terms like "microbiome" (a semantic mess) anyway.
Not sure about that one, this is again a site where plates meet. It's limits are not clearly defined by any difference in the plates themselves. I think this and others like it are more accurately left in the zone hierarchy.
Keep in mind that not all textual defs have been aligned as we're still thinking about this. But a Ramsar site (and things like it) can be a space bag that's not anchored in material entities (as I'm learning now). Those should definitely remain in site as this can be a cross-check against what they actually overlap vs what their designations claim they overlap. Some of the more physical geography stuff can likely be moved to ME branches.
Yes, as noted above, the textual defs need work after we stabilise our approach in general.
Agreed - Is there a systematic treatment of these relations or should we start a wiki page describing them? Are new ones needed? Overlaps was my go-to generalisation to fix the reasoning errors some time back, but I agree it's not terribly helpful as it doesn't give us bounding semantics.
Sure.
What would the shortcut expand to? Coverage is an interesting thing - it suggests that the area is underneath the covering entity, which doesn't sound right (although that's probably how the satellites see it). I think the relation we're aiming at between the site and the ME is something along the lines of:
|
@pbuttigieg coverage is indeed an interesting thing; because sometimes it means exactly what it says. For example, sea ice coverage is what fraction of the area discussed is covered by sea ice (as in sea ice on top of an area of sea water); ditto for snow coverage (i.e., snow on top of either bare ground or ice).... |
I tend to agree, but the defs that are used often refer to areas and
regions, which are immaterial. It's likely these terms are used
colloquially, so this is more a question of whether we want to take an
ontologist's prerogative and say "What you really mean is...". This can be
dangerous at times, but in the case of rhizosphere I think it's okay.
Indeed, biosphere, cyrosphere, etc are all material systems
I think it is good to make changes to definitions to allow them to follow a
genus-differentia form where the genus is a parent in the ontology -
provided of course it does not change the intent of the domain expert. If
we truly believe that these are zones then the genus should say zone. If
the domain expert finds that funny then it suggests our placement under
zone may be problematic.
… |
Apologies if any of the suggestions below are redundant with my first comment, I forgot I had already written a ticket about this: Proposed naming conventions
Changes to comply:
AxiomatizationGeneral principle: all EZ classes should have logical defs, the logical defs should be trivial simple ones that typically leverage a cognate ME or P. There should be few or no "primary" EZs. I propose the following patterns
(I need to check on the precise relation for Antipattern: use of Examples of antipattern, the problem, and how to fix:
TBD: use of has-quality, as in Text defsShould be the basis for logical defs, and in general should shadow ME/P in a predictable way
Review
Wetlands: the EZ hierarchy has some potentially useful classes like "intermittent wetland", "saline wetland", "peatland" (and subclasses), if only they were under ME. The textual definition of these classes strongly suggest ME. I suggest either moving en-masse, or making cognate classes linked 1:1 (but strongly prefer the move option, keep it simple). |
See also #136 Zones and layers. I agree layers should be material entities. I am not convinced zones should be immaterial, but assuming they are here are some refactorings and additions I proposed
environmental-zone and designated-for some <process>
Note on modeling zones as immaterial
One of the consequences of modeling zones as sites (immaterial in BFO) is that no material entity can be part of a zone. This can be desirable in some cases, if we truly want zones to be abstract areas defined entirely by relationships to physical areas, and we want to prohibit material parts. This can be useful for spaces in an animal body, e.g. gut lumen (but even here it causes confusion). But it's very unintuitive for concepts that area in the domain of discourse for scientists like rhizosphere.
I would strongly argue that rhizosphere is a region of soil, a material physical entity with material physical parts, it has a physical presence that has a material influence on its inhabitants, and is physically influenced by its parts and surroundings. This is in contrast to an immaterial entity which is an abstraction defined entirely by spatial relations to physical entities.
Immaterial entities are also harder to define in OWL, and are harder for humans to properly understand the OWL axiomatization. See #684 (comment)
Would there be any downsize to treating environmental zone as a region (i.e. material entity) with defined boundaries?
The text was updated successfully, but these errors were encountered: