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

[#421] Added class 'cation exchange capacity' #1242

Closed
wants to merge 6 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/envo/envo-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -3909,6 +3909,7 @@ Declaration(Class(<http://purl.obolibrary.org/obo/ENVO_06105123>))
Declaration(Class(<http://purl.obolibrary.org/obo/ENVO_06105124>))
Declaration(Class(<http://purl.obolibrary.org/obo/ENVO_06105125>))
Declaration(Class(<http://purl.obolibrary.org/obo/ENVO_06105126>))
Declaration(Class(<http://purl.obolibrary.org/obo/ENVO_06105208>))
Declaration(Class(<http://purl.obolibrary.org/obo/ENVO_08000001>))
Declaration(Class(<http://purl.obolibrary.org/obo/ENVO_08000002>))
Declaration(Class(<http://purl.obolibrary.org/obo/ENVO_1000745>))
Expand Down Expand Up @@ -44005,6 +44006,14 @@ AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#inSubset> <htt
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/ENVO_06105126> "weathering of plastic"@en)
SubClassOf(<http://purl.obolibrary.org/obo/ENVO_06105126> <http://purl.obolibrary.org/obo/ENVO_06105119>)

# Class: <http://purl.obolibrary.org/obo/ENVO_06105208> (cation exchange capacity)

AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> <http://extension.uga.edu/publications/detail.cfm?number=C1040>) <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/ENVO_06105208> "Amount of negative charges within the soil that adsorb plant nutrient cations."@en)
AnnotationAssertion(<http://purl.org/dc/elements/1.1/creator> <http://purl.obolibrary.org/obo/ENVO_06105208> <https://orcid.org/0000-0001-6284-4821>)
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/ENVO_06105208> "CEC")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/ENVO_06105208> "cation exchange capacity"@en)
SubClassOf(<http://purl.obolibrary.org/obo/ENVO_06105208> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/PATO_0000070> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000052> <http://purl.obolibrary.org/obo/CHEBI_36916>)))

# Class: <http://purl.obolibrary.org/obo/ENVO_08000001> (axilla skin environment)

AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "GOC:TermGenie"^^xsd:string) <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/ENVO_08000001> "An environment that is determined by an axilla skin."^^xsd:string)
Expand Down