Skip to content

Commit

Permalink
Add 'has primary input/output' relations to allowed GPAD extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Jan 29, 2024
1 parent 2d4dc3e commit 916ffbb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions shapes/gpad-shapes.shex
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
a [ GO:~ ]
}

<ExtensionNode> CLOSED {
<ExtensionNode> IRI CLOSED {
&<provAnnotations> ;
&<standardEntityProperties> ;
&<inverseExtensionRelations> ;
Expand Down Expand Up @@ -388,6 +388,8 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
<http://purl.obolibrary.org/obo/RO_0002578> @<ExtensionNode> * ;
<http://purl.obolibrary.org/obo/RO_0002629> @<ExtensionNode> * ;
<http://purl.obolibrary.org/obo/RO_0002630> @<ExtensionNode> * ;
<http://purl.obolibrary.org/obo/RO_0004008> @<ExtensionNode> * ;
<http://purl.obolibrary.org/obo/RO_0004009> @<ExtensionNode> * ;
)
}

Expand Down Expand Up @@ -472,6 +474,8 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
^<http://purl.obolibrary.org/obo/RO_0002565> @<GOTermInstance> |
^<http://purl.obolibrary.org/obo/RO_0002578> @<GOTermInstance> |
^<http://purl.obolibrary.org/obo/RO_0002629> @<GOTermInstance> |
^<http://purl.obolibrary.org/obo/RO_0002630> @<GOTermInstance>
^<http://purl.obolibrary.org/obo/RO_0002630> @<GOTermInstance> |
^<http://purl.obolibrary.org/obo/RO_0004008> @<GOTermInstance> |
^<http://purl.obolibrary.org/obo/RO_0004009> @<GOTermInstance>
)
}

0 comments on commit 916ffbb

Please sign in to comment.