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

design pattern: pollution #260

Open
cmungall opened this Issue Oct 19, 2015 · 0 comments

Comments

Projects
None yet
1 participant
Owner

cmungall commented Oct 19, 2015

Prompted by SDG-InterfaceOntology/sdgio#19

suggests specifically marine and nutrient pollution. Marine fits naturally here:

I would be wary of using CHEBI roles here. Note the CHEBI nutrient class is human-specific. nutrient is really a relative role. I think in this context it refers to nitrogen UnionOf phosphorous. We could also model as pollution that has-upstream-effect growth-of-community-of-X, using PCO.

More generally, I would like to encode the design patterns we have for pollution to help enable automatic checking, TG, etc.

Broadly:

  • by medium: pollution and occurs_in some ENVIRONMENTAL_MEDIUM
  • by material: pollution and has_participant? some MATERIAL
  • by effect: pollution and upstream-of some PROCESS
  • by cause: pollution and downstream-of some PROCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment