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

Added photocatalytic activity #527

Closed
Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions config/go.iris
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+(http://purl.obolibrary.org/obo/OBI_0000070):http://purl.obolibrary.org/obo/GO_0009293 transduction
+(http://purl.obolibrary.org/obo/OBI_0000070):http://purl.obolibrary.org/obo/GO_0050663 cytokine secretion
+(http://purl.obolibrary.org/obo/OBI_0000070):http://purl.obolibrary.org/obo/GO_0003824 catalytic activity
+(http://purl.obolibrary.org/obo/BFO_0000034):http://purl.obolibrary.org/obo/GO_0003824 catalytic activity
+(http://purl.obolibrary.org/obo/BFO_0000015):http://purl.obolibrary.org/obo/GO_0008150 biological process
+(http://purl.obolibrary.org/obo/GO_0008150):http://purl.obolibrary.org/obo/GO_0009987 cellular process
+(http://purl.obolibrary.org/obo/GO_0009987):http://purl.obolibrary.org/obo/GO_0006914 autophagy
Expand All @@ -20,4 +20,4 @@
+D(http://purl.obolibrary.org/obo/GO_0009987):http://purl.obolibrary.org/obo/GO_0002433 immune response-regulating cell surface receptor signaling pathway involved in phagocytosis
+(http://purl.obolibrary.org/obo/GO_0003824):http://purl.obolibrary.org/obo/GO_0004457 lactate dehydrogenase activity
+(http://purl.obolibrary.org/obo/GO_0009987):http://purl.obolibrary.org/obo/GO_0070527 platelet aggregation
+D(http://purl.obolibrary.org/obo/GO_0009987):http://purl.obolibrary.org/obo/GO_0034121 regulation of TLR pathway
+D(http://purl.obolibrary.org/obo/GO_0009987):http://purl.obolibrary.org/obo/GO_0034121 regulation of TLR pathway
10 changes: 10 additions & 0 deletions internal-dev/chebi-ext.owl
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

subClassOf function (solves problem with GO - catalytic activity definition)

Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,14 @@
<rdfs:label xml:lang="en">perovskite-structured material</rdfs:label>
</owl:Class>

<!-- http://purl.enanomapper.org/onto/ENM_8000316 -->

<owl:Class rdf:about="http://purl.enanomapper.org/onto/ENM_8000316">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
<obo:IAO_0000115>Catalysis of a photoreaction upon irradiation of the photocatalist bearer of this disposition</obo:IAO_0000115>
<rdfs:label xml:lang="en">Photocatalytic activity</rdfs:label>
</owl:Class>

<!-- http://purl.enanomapper.org/onto/ENM_8000314 -->

<owl:Class rdf:about="http://purl.enanomapper.org/onto/ENM_8000314">
Expand All @@ -1089,6 +1097,7 @@
<rdfs:subClassOf rdf:resource="http://purl.bioontology.org/ontology/npo#NPO_1486"/>
<rdfs:isDefinedBy xml:lang="en">A particle of TiO2 structured in rutile crystal structure</rdfs:isDefinedBy>
<rdfs:label xml:lang="en">rutile nanoparticle</rdfs:label>

</owl:Class>

<!-- http://purl.enanomapper.net/onto/ENM_9116388 -->
Expand All @@ -1103,3 +1112,4 @@


</rdf:RDF>

5 changes: 4 additions & 1 deletion internal-dev/go-ext.owl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<owl:Ontology rdf:about="http://enanomapper.github.io/ontologies/internal/go-ext.owl">
<dc:contributor>Javier Millan Acosta</dc:contributor>
</owl:Ontology>


</rdf:RDF>


<!-- http://purl.enanomapper.net/onto/ENM_5865566 -->
Expand Down Expand Up @@ -45,4 +48,4 @@
</owl:Class>


</rdf:RDF>
</rdf:RDF>
Loading