Skip to content

Commit 7756056

Browse files
authored
Merge pull request #326 from geneontology/vanaukenk-patch-16
Update go-cam-shapes.shex
2 parents cb671fd + 39f531c commit 7756056

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

shapes/go-cam-shapes.shex

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ PREFIX GoCellDivision: <http://purl.obolibrary.org/obo/GO_0051301>
4545
PREFIX GoCellFateCommitment: <http://purl.obolibrary.org/obo/GO_0045165>
4646
PREFIX GoCellFateDetermination: <http://purl.obolibrary.org/obo/GO_0001709>
4747
PREFIX GoCellFateSpecification: <http://purl.obolibrary.org/obo/GO_0001708>
48+
PREFIX GoCellMotility: <http://purl.obolibrary.org/obo/GO_0048870>
4849
PREFIX GoCellularComponentAssembly: <http://purl.obolibrary.org/obo/GO_0022607>
4950
PREFIX GoCellularComponentDisassembly: <http://purl.obolibrary.org/obo/GO_0022411>
5051
PREFIX GoCellularComponentOrganization: <http://purl.obolibrary.org/obo/GO_0016043>
@@ -282,6 +283,15 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
282283
results_in_specification_of: @<Cell> {0,1};
283284
} // rdfs:comment "a cell fate specification GO biological process or child"
284285

286+
<CellMotilityClass> IRI @<OwlClass> AND EXTRA rdfs:subClassOf {
287+
rdfs:subClassOf [ GoCellMotility: ] ;
288+
}
289+
290+
<CellMotility> @<BiologicalProcess> AND EXTRA a {
291+
a @<CellMotilityClass> {1};
292+
results_in_movement_of: @<Cell> {0,1};
293+
} // rdfs:comment "a cell motility GO biological process or child"
294+
285295
<CellularComponentAssemblyClass> IRI @<OwlClass> AND EXTRA rdfs:subClassOf {
286296
rdfs:subClassOf [ GoCellularComponentAssembly: ] ;
287297
}

0 commit comments

Comments
 (0)