From c6bd0ba937d006a07a29c2ba29be58b3e67945ba Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Mon, 22 Jan 2024 14:26:22 -0500 Subject: [PATCH] Add more comments. --- shapes/gpad-shapes.shex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shapes/gpad-shapes.shex b/shapes/gpad-shapes.shex index 060efdf..39c2c04 100644 --- a/shapes/gpad-shapes.shex +++ b/shapes/gpad-shapes.shex @@ -256,10 +256,12 @@ PREFIX results_in_remodeling_of: } // rdfs:comment "a protein complex instance" IRI @ AND EXTRA rdfs:subClassOf { + # disabled checking class hierarchy so that this is useable without running the enrichment script #rdfs:subClassOf [ GoProteinContainingComplex: ]; } IRI @ AND EXTRA rdfs:subClassOf { + # disabled checking class hierarchy so that this is useable without running the enrichment script #rdfs:subClassOf [ GoInformationBiomacromolecule: ]; } IRI CLOSED { @@ -271,6 +273,7 @@ PREFIX results_in_remodeling_of: @ OR @ IRI AND [ ECO:~ ] AND @ AND EXTRA rdfs:subClassOf { + # disabled checking class hierarchy so that this is useable without running the enrichment script #rdfs:subClassOf [ GoEvidence: ] ; }