-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1819 from FlyBase/imaginal-disc-cells
Add terms for some cells of imaginal discs
- Loading branch information
Showing
5 changed files
with
190 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
defined_class cell_type cell_type_label location location_label | ||
FBbt:00059290 FBbt:00000124 epithelial cell FBbt:00006032 mesothoracic tergum primordium | ||
FBbt:00059291 FBbt:00000124 epithelial cell FBbt:00006033 wing hinge primordium | ||
FBbt:00059292 FBbt:00000124 epithelial cell FBbt:00006029 wing pouch | ||
FBbt:00059293 FBbt:00000124 epithelial cell FBbt:00046034 presumptive wing margin | ||
FBbt:00059294 FBbt:00000124 epithelial cell FBbt:00110812 presumptive first segment of the antenna | ||
FBbt:00059295 FBbt:00000124 epithelial cell FBbt:00110813 presumptive second segment of the antenna | ||
FBbt:00059296 FBbt:00000124 epithelial cell FBbt:00110814 presumptive third segment of the antenna | ||
FBbt:00059297 FBbt:00000124 epithelial cell FBbt:00110811 presumptive arista |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
pattern_name: cellByAnatomicalEntity | ||
pattern_iri: http://purl.obolibrary.org/obo/fbbt/src/patterns/dosdp-patterns/cellByAnatomicalEntity.yaml | ||
description: "Pattern for generating terms for cells that are part of an anatomical entity." | ||
|
||
contributors: | ||
- https://orcid.org/0000-0002-6095-8718 | ||
- https://orcid.org/0000-0002-1373-1705 | ||
|
||
classes: | ||
cell: FBbt:00007002 | ||
anatomical_entity: FBbt:00007016 | ||
|
||
relations: | ||
part_of: BFO:0000050 | ||
|
||
vars: | ||
cell_type: cell | ||
location: anatomical_entity | ||
|
||
annotationProperties: | ||
database_cross_reference: oboInOwl:hasDbXref | ||
|
||
equivalentTo: | ||
text: "%s that 'part_of' some %s" | ||
vars: | ||
- cell_type | ||
- location | ||
|
||
name: | ||
text: "%s of %s" | ||
vars: | ||
- cell_type | ||
- location | ||
|
||
def: | ||
text: "A(n) %s that is part of a(n) %s." | ||
vars: | ||
- cell_type | ||
- location | ||
annotations: | ||
- annotationProperty: database_cross_reference | ||
text: "FBC:Autogenerated" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters