-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added another unit test to verify that 'deprecate' value is propagate…
…d. Seems to work. Issue perhaps resolved?
- Loading branch information
1 parent
e93c7d2
commit c132302
Showing
2 changed files
with
110 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"graphs": [ | ||
{ | ||
"nodes": [ | ||
{ | ||
"id": "http://purl.obolibrary.org/obo/GO_0051370", | ||
"lbl": "obsolete ZASP binding", | ||
"type": "INDIVIDUAL", | ||
"meta": { | ||
"definition": { | ||
"val": "OBSOLETE. Binding to Z-band alternatively spliced PDZ motif protein (ZASP). ZASP is a Z-band protein specifically expressed in heart and skeletal muscle. This protein contains N-terminal PDZ domain and C-terminal LIM domain.", | ||
"xrefs": [ | ||
"PMID:10427098", | ||
"PMID:11699871" | ||
] | ||
}, | ||
"comments": [ | ||
"This term was made obsolete because it represents binding to an individual protein." | ||
], | ||
"synonyms": [ | ||
{ | ||
"pred": "hasExactSynonym", | ||
"val": "Z-band alternatively spliced PDZ-motif protein binding" | ||
}, | ||
{ | ||
"pred": "hasExactSynonym", | ||
"val": "ZASP binding" | ||
} | ||
], | ||
"basicPropertyValues": [ | ||
{ | ||
"pred": "http://purl.obolibrary.org/obo/IAO_0100001", | ||
"val": "GO:0008092" | ||
}, | ||
{ | ||
"pred": "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace", | ||
"val": "molecular_function" | ||
} | ||
], | ||
"deprecated": true | ||
} | ||
} | ||
], | ||
"edges": [], | ||
"id": "http://purl.obolibrary.org/obo/phenio.owl", | ||
"meta": { | ||
"subsets": [], | ||
"xrefs": [], | ||
"basicPropertyValues": [] | ||
} | ||
} | ||
] | ||
} |
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