Skip to content

Commit

Permalink
Adding annotation extension exclusion for 'location of'
Browse files Browse the repository at this point in the history
From discussion on the 2022-12-08 workbenches call, we want to exclude the 'location of' extension relation from the list of allowed CC extensions.
  • Loading branch information
vanaukenk authored Dec 12, 2022
1 parent ab1dd2c commit 72dc0bc
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 72dc0bc

Please sign in to comment.