Skip to content

Commit

Permalink
Merge pull request #292 from geneontology/vanaukenk-patch-15
Browse files Browse the repository at this point in the history
Adding annotation extension exclusion for 'location of'
  • Loading branch information
vanaukenk authored Dec 12, 2022
2 parents ab1dd2c + 72dc0bc commit 1b44cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shapes/go-cam-shapes.shex
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
<AnatomicalEntity> @<GoCamEntity> AND EXTRA a {
a ( @<AnatomicalEntityClass> OR @<NegatedAnatomicalEntityClass> );
part_of: @<AnatomicalEntity> {0,1};
location_of: ( @<InformationBiomacromolecule> OR @<ProteinContainingComplex> ) {0,1};
location_of: ( @<InformationBiomacromolecule> OR @<ProteinContainingComplex> ) {0,1}; * // <exclude_from_extensions> true;
} // rdfs:comment "an anatomical entity"

<NativeCellClass> IRI @<OwlClass> AND EXTRA rdfs:subClassOf {
Expand Down Expand Up @@ -578,4 +578,4 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>

#<BL_MULTI_TYPED> {
# bl:category . {2,}
#} // rdfs:comment "has multiple type tags"
#} // rdfs:comment "has multiple type tags"

0 comments on commit 1b44cff

Please sign in to comment.