File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ PREFIX GoCellDivision: <http://purl.obolibrary.org/obo/GO_0051301>
4545PREFIX GoCellFateCommitment: <http://purl.obolibrary.org/obo/GO_0045165>
4646PREFIX GoCellFateDetermination: <http://purl.obolibrary.org/obo/GO_0001709>
4747PREFIX GoCellFateSpecification: <http://purl.obolibrary.org/obo/GO_0001708>
48+ PREFIX GoCellMotility: <http://purl.obolibrary.org/obo/GO_0048870>
4849PREFIX GoCellularComponentAssembly: <http://purl.obolibrary.org/obo/GO_0022607>
4950PREFIX GoCellularComponentDisassembly: <http://purl.obolibrary.org/obo/GO_0022411>
5051PREFIX 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}
You can’t perform that action at this time.
0 commit comments