Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change ZP:phenotype to 7 digits #926

Merged
merged 2 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ontology/upheno-odk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ sources:
#- ncit
- id: zp
mirror_from: http://purl.obolibrary.org/obo/zp/zp-base.owl
root: http://purl.obolibrary.org/obo/ZP_00000000
root: http://purl.obolibrary.org/obo/ZP_0000000
prefix_iri: http://purl.obolibrary.org/obo/ZP_
taxon: http://purl.obolibrary.org/obo/ZP
taxon_label: ZPO
Expand Down Expand Up @@ -279,4 +279,4 @@ import_group:
- id: cl
- id: mpath
documentation:
documentation_system: mkdocs
documentation_system: mkdocs
2 changes: 1 addition & 1 deletion upheno_root_alignments.owl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SubClassOf(<http://purl.obolibrary.org/obo/MP_0000001> <http://purl.obolibrary.o
SubClassOf(<http://purl.obolibrary.org/obo/WBPhenotype_0000886> <http://purl.obolibrary.org/obo/UPHENO_0001001>)
SubClassOf(<http://purl.obolibrary.org/obo/XPO_00000000> <http://purl.obolibrary.org/obo/UPHENO_0001001>)
SubClassOf(<http://purl.obolibrary.org/obo/PLANP_00000000> <http://purl.obolibrary.org/obo/UPHENO_0001001>)
SubClassOf(<http://purl.obolibrary.org/obo/ZP_00000000> <http://purl.obolibrary.org/obo/UPHENO_0001001>)
SubClassOf(<http://purl.obolibrary.org/obo/ZP_0000000> <http://purl.obolibrary.org/obo/UPHENO_0001001>)
SubClassOf(<http://purl.obolibrary.org/obo/FBcv_0001347> <http://purl.obolibrary.org/obo/UPHENO_0001001>)
SubClassOf(<http://purl.obolibrary.org/obo/DDPHENO_0010000> <http://purl.obolibrary.org/obo/UPHENO_0001001>)
SubClassOf(<http://purl.obolibrary.org/obo/MGPO_0001001> <http://purl.obolibrary.org/obo/UPHENO_0001001>)
Expand Down
Loading