Skip to content

Commit

Permalink
Add more comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Jan 22, 2024
1 parent 2f42e5c commit c6bd0ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shapes/gpad-shapes.shex
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,12 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
} // rdfs:comment "a protein complex instance"

<ProteinContainingComplexClass> IRI @<OwlClass> AND EXTRA rdfs:subClassOf {
# disabled checking class hierarchy so that this is useable without running the enrichment script
#rdfs:subClassOf [ GoProteinContainingComplex: ];
}

<InformationBiomacromoleculeClass> IRI @<OwlClass> AND EXTRA rdfs:subClassOf {
# disabled checking class hierarchy so that this is useable without running the enrichment script
#rdfs:subClassOf [ GoInformationBiomacromolecule: ];
}
<InformationBiomacromolecule> IRI CLOSED {
Expand All @@ -271,6 +273,7 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
<Enabler> @<InformationBiomacromolecule> OR @<ProteinContainingComplex>

<EvidenceClass> IRI AND [ ECO:~ ] AND @<OwlClass> AND EXTRA rdfs:subClassOf {
# disabled checking class hierarchy so that this is useable without running the enrichment script
#rdfs:subClassOf [ GoEvidence: ] ;
}

Expand Down

0 comments on commit c6bd0ba

Please sign in to comment.