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

Add "water filtration" #1788

Merged
merged 1 commit into from
Jun 17, 2024
Merged
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
21 changes: 20 additions & 1 deletion src/ontology/obi-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -22033,6 +22033,25 @@ b) that the amount of analyte/measurand detected is over some predetermined thre



<!-- http://purl.obolibrary.org/obo/OBI_0003656 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0003656">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0302885"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/OBI_0000293"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/CHEBI_15377"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000111 xml:lang="en">water filtration</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A filtration process of water intended to remove or reduce the concentration of particulate matter, such as suspended particles, parasites, bacteria, algae, viruses, and fungi, as well as other undesirable chemical and biological contaminants.</obo:IAO_0000115>
<obo:IAO_0000117>Anoosha Sehar https://orcid.org/0000-0001-5275-8866</obo:IAO_0000117>
<obo:IAO_0000234>GENEPIO</obo:IAO_0000234>
<rdfs:label xml:lang="en">water filtration</rdfs:label>
</owl:Class>



<!-- http://purl.obolibrary.org/obo/OBI_0003657 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0003657">
Expand Down Expand Up @@ -33074,5 +33093,5 @@ realizes some &apos;host of immune response role&apos;</obo:IAO_0000232>



<!-- Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi -->
<!-- Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi -->

Loading