-
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
GOLD/EBI Air terms #858
Comments
I propose the following terms: @pbuttigieg let me know what you think. GOLD term:
|
Those nested determined-bys don't look right
…On Fri, Aug 16, 2019 at 4:28 AM Kai Blumberg ***@***.***> wrote:
I propose the following terms: @pbuttigieg <https://github.com/pbuttigieg>
let me know what you think.
GOLD term: root > Environmental > Air
ENVO:air-associated ecosystem
Def:
An ecosystem which is determined by air which is part of a nitrogen-oxygen
planetary atmosphere.
Subclass of ecosystem
Equivalent to
ecosystem
and ('determined by' some
(air
and ('part of' some
('nitrogen-oxygen planetary atmosphere'))))
GOLD term: root > Environmental > Air > Indoor Air
ENVO:construction-enclosed air-associated ecosystem
An ecosystem which is determined by air which is part of a nitrogen-oxygen
planetary atmosphere enclosed within a human built construction.
Subclass of ecosystem
Equivalent to:
ecosystem
and ('determined by' some
(air
and ('part of' some
('nitrogen-oxygen planetary atmosphere'
and ('located in' some
('part of' some construction))))))
GOLD term: root > Environmental > Air > Indoor Air > Dust
ENVO:construction-enclosed air-associated dust ecosystem
Def:
An ecosystem which is determined by air-laden dust which is part of a
nitrogen-oxygen planetary atmosphere enclosed within a human built
construction.
Subclass of ecosystem
Equivalent to:
ecosystem
and ('determined by' some
(air
and ('determined by' some
(dust
and ('part of' some
('nitrogen-oxygen planetary atmosphere'
and ('located in' some
('part of' some construction))))))))
GOLD term: root > Environmental > Air > Outdoor Air
ENVO:outdoor air-associated ecosystem
Def:
An ecosystem which is determined by air which is part of a nitrogen-oxygen
planetary atmosphere that is not enclosed within a human built construction.
Subclass of ecosystem
Equivalent to:
ecosystem
and ('determined by' some
(air
and ('part of' some
('nitrogen-oxygen planetary atmosphere'
and (not ('located in' some
('part of' some construction)))))))
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#858?email_source=notifications&email_token=AAAMMOOKLATXMWPRQS7BK7DQE2FOTA5CNFSM4IMGD5OKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4OMBSI#issuecomment-521978057>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAMMOIX7CJSDRBL2JMCTZTQE2FOTANCNFSM4IMGD5OA>
.
|
@cmungall could you be more specific, I had modeled it after the patterns form the For example: cnidarian-associated environment has the axiom
|
@kaiiam I think the issue is that the air is not determined by dust. Determination is between a system and a material entity. |
For
you would first create
Then you can handle the
|
Also, "Indoor Air" would leverage air in the same way: First, handle
then
|
@pbuttigieg thanks for the feedback. @cmungall do you think this overall strategy of well axiomatized terms would be a good way of handling the GOLD/ EBI MGNIFY purls? It was what @pbuttigieg and I had discussed to be a reasonable solution, as opposed to simply mapping to a single material entity, material feature, system term etc. |
This strategy would also be moving away from the advice @cmungall gives here https://douroucouli.wordpress.com/2019/06/29/ontotip-learn-the-rector-normalization-technique/ |
I don't think the SI vs MI advice is relevant here. A few things going on in this ticket, let me try and address. pre vs post-composition: do we make named classes for everything, vs just expressing via combinations of class expressions at annotation time? If we make named classes, should these go in the ENVO ID space, or a different one? Whichever path we take, things should follow a consistent design pattern/schema |
In principle they could be pre-composed at annotation time, however, we're operating under the constraint that existing systems, specifically those we are serving GOLD/EBI-mgnify presumably want a single iri per annotation. Hence we were thinking my work could be to create pre-composed classes with thoroughly composed axioms as a compromise between current 1-iri systems and future multiple annotation-accepting systems. I also think people aren't quite ready to do the post-composition themselves nor realize why it would benefit them, or have systems allowing them to do it ATM. Hence this work could be an example of providing well-axiomatized pre-composed semantics for these good repositories of existing genomics data, with the intention of it being the model for user-defined post-composition in the future. Perhaps we (the Hurwitz lab) could even deliver a software tool to facilitate that in the future.
Up to you guys, would a different or new Ontology namespace be in order? |
New pass at air terms making use of a Robot template design schema while trying to model the terms after the patterns used in the GOLD term:
|
C % (subclass of) | C 'determined by' some % | C 'part of' some % | C 'located in' some % | C 'bearer of' some % |
---|---|---|---|---|
ecosystem | air | nitrogen-oxygen planetary atmosphere |
GOLD term: root > Environmental > Air > Indoor Air
ENVO:building envelope-enclosed air-associated ecosystem
An air-associated ecosystem which enclosed within a building envelope.
C % (subclass of) | C 'determined by' some % | C 'part of' some % | C 'located in' some % | C 'bearer of' some % |
---|---|---|---|---|
air-associated ecosystem | building envelope |
GOLD term: root > Environmental > Air > Indoor Air > Dust
ENVO:building envelope-enclosed air-associated dust ecosystem
A building envelope-enclosed air-associated ecosystem which is determined by some dust.
C % (subclass of) | C 'determined by' some % | C 'part of' some % | C 'located in' some % | C 'bearer of' some % |
---|---|---|---|---|
building envelope-enclosed air-associated ecosystem | dust |
GOLD term: root > Environmental > Air > Outdoor Air
ENVO:outdoor air-associated ecosystem
An air-associated ecosystem which is not enclosed within a human built construction.
Axioms not fitting regular design pattern to be added manually in protege:
air-associated ecosystem
not ('located in' some
'building envelope')
@kaiiam - it looks like the IDs for new terms in your template are 7 digit. All new ENVO IDs should always be zero padded to make 8 digits. |
On the call today I made a recommendation that the values in the spreadsheet should be unfolded as far as possible. for example, currently we have this:
it's a bit odd how we have the redundancy with sediment. Also the biome class is already a precomposed class in the spreadsheet this should be unfolded to something more atomic. The way to think about this is what would an ordinary MIxS annotator not necessarily familiar with ENVO curate? I think we perhaps should have went for a 3-slot system here to begin with, e.g. for this one: system: ENVO:aquatic |
I see the issue in the
Sounds good I'll make another pass at these terms doing so following the 3 or 3+ slot system laid out above, keeping the MIXS standard in mind (which was the original motivation anyway). |
Cross reference to #672. Create
ecosystem
terms to represent the GOLD/EBI-mgnifyroot > Environmental > Air
classes:The text was updated successfully, but these errors were encountered: